This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 670
Reweave - an effort to create a modern build system for weave net #3996
Open
rajch
wants to merge
66
commits into
weaveworks:master
Choose a base branch
from
rajch:reweave
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* golang.org/x/net to v0.8.0 * golang.org/x/crypto to v0.0.0-20220314234659-1baeb1ce4c0b * github.com/aws/aws-sdk-go to v1.34.0 * github.com/prometheus/client_golang to v1.14.0 * k8s.io/client-go to v0.23.0
It had breaking changes, detailed in the reweave CHANGELOG
This was all work done previously by @hswong3i in weaveworks#3939 All credit to them
Add one more BUILDPLATFORM as needed for down build + x1 more (try again) and it's linux/${TARGETARCH} I thought that ${TARGETPLATFORM} was a thing according to this blog: https://www.docker.com/blog/faster-multi-platform-builds-dockerfile-cross-compilation-guide/ but it doesn't seem to be there reliably, whereas ${TARGETARCH} is set. Signed-off-by: Kingdon Barrett <[email protected]>
Reweave (build on aarch64/macos with Rancher + Buildx)
Thank you for doing all this @rajch ! You are a pillar of the Weave Net community, I'm pleased to take a look at this today. |
This is a mega-pr! 🎉 Thanks for pushing all this work, I will find time to review it soon. I've been busy working on Flux v2.1 release, so we can get the docs in order and release them without any internal inconsistency. Sorry for the delays in merging this. |
Details in the reweave CHANGELOG
Some more CVEs had turned up. Resolved by upgrading dependencies. |
Also made some aesthetic changes to scripts and build files
* github.com/containerd/containerd upgraded to v1.7.11 * github.com/opencontainers/runc upgraded to v1.1.12 * golang.org/x/crypto upgraded to v0.17.0 * Alpine base image upgraded to v3.19.1
* Module name changed to `github.com/rajch/weave` * Added environment variable `CHECKPOINT_DISABLE=1` to default manifests, to bypass weaveworks telemetry
…GitHub Pages * Copied, rearranged and modified the contents of the old site directory for Jekyll static site generator, into the website directory * Added some Jekyll-specific things for looks, including: * _config.yaml, Gemfile.* and 404.html files * _data, _layouts and assets directories and their content * Added .github/workflows/github-pages-publish.yml workflow
- Details in reweave/CHANGELOG.md
- Details in reweave/CHANGELOG.md
…HECKPOINT, updated docs
Details in reweave/CHANGELOG.md
A crucial dependency does not support them any more
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is an effort to create a modern build environment for weave net, and simultaneously upgrade dependencies and the go compiler version.
This should solve some known problems, including: