-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Conversation
Signed-off-by: Sveta Tsupryk <[email protected]>
Add NetHunt to the list of companies using Flux in production.
The one in use is pretty old; a newer version may work better with IMDSv2 and thereby help with #3384. Signed-off-by: Michael Bridgen <[email protected]>
On Stefan's advice, this commit aligns the version of the AWS SDK used by FLux directly, and used by SOPS. Signed-off-by: Michael Bridgen <[email protected]>
Update AWS SDK and SOPS
Signed-off-by: Daniel Holbach <[email protected]>
remove duplication, link to new community resources
Signed-off-by: Daniel Holbach <[email protected]>
update issue/pr templates with up-to-date info on v2
Signed-off-by: Daniel Holbach <[email protected]>
fix typos in issue/PR templates
Signed-off-by: Drew Freyling <[email protected]>
docs: Add GlobalX to the list of companies that use Flux
Includes a bump from Flux Daemon v1.21.0 to v1.21.1 with release notes here: https://github.com/fluxcd/flux/blob/master/CHANGELOG.md#1211-2021-01-06 Notable changes include update from snap core18 to core20, which includes updates that silence several CVE warnings (#2143), and a chart fix setting the memcached service's namespace from Release.Namespace that was omitted before. Signed-off-by: Kingdon Barrett <[email protected]>
Release chart 1.6.1
Signed-off-by: Daniel Holbach <[email protected]>
Signed-off-by: Daniel Holbach <[email protected]>
dbd9ecf
to
b46841a
Compare
#3296 could also use a review, as I could not understand if this was a breaking change or not. It is not included in this release though it looked like a candidate for next tag. |
Fixes: #3422 Signed-off-by: Daniel Holbach <[email protected]>
Co-authored-by: Hidde Beydals <[email protected]> Signed-off-by: Daniel Holbach <[email protected]>
use announce section in material theme
Signed-off-by: Vincent Boutour <[email protected]>
This should be replaced with b6f147f That new commit incorporates #3423 that @dholbach added this morning, and was merged into master already. (I do not have write access so I cannot update the branch |
b46841a
to
b6f147f
Compare
The failure is a flaky test added in #3282. I'm running it down to see if I can understand why it is flaky. |
Signed-off-by: Kingdon Barrett <[email protected]>
Signed-off-by: Kingdon Barrett <[email protected]>
This should be replaced with 87451be I removed #3282 in that commit, since it has a flaky test at least, merging it as-is will result in incidents. I do not have write access so I cannot update the branch release/1.21.2 at fluxcd/flux myself, however it was voted in the FluxCD meeting this morning to grant write access to myself to forward the purpose of simplifying this process 👍 🎉 I will keep working with the maintainers for their approval on each release, but this removes the major obstacle for me which was being able to verify by myself that CI is passing and everything is good with the release on FluxCD's github org before I go out and tap a maintainer on the shoulder asking for their approval. Thanks @hiddeco, @squaremo, and @stefanprodan 👍 Once the write access is granted, I can replace this PR and we should see the flaky test has been resolved. |
b6f147f
to
87451be
Compare
The CI has passed, this release has my seal of approval 👍 I moved #3282 to the next milestone since it looks like it could be important, but I don't want to merge in a flaky test. |
Signed-off-by: Kingdon Barrett <[email protected]>
87451be
to
cef604e
Compare
Just waiting for CI to pass again before merge. |
I have rebased and merged in #3325 and #3282 for inclusion into this release, which are both not already included in the
master
branch. The other PRs listed in the changelog have already been merged.Both #3325 and #3282 should be inspected by a maintainer before merging this.
This is my first Flux daemon release. I reviewed the document and I think the procedure after this PR passes all CI checks, is for a maintainer to review, approve, and merge it. Then create the release in GitHub (which triggers CI to build images and push binaries with the 1.21.2 version)
Then I, or someone else, can create another PR for merge from release.1.21.x back to master (housekeeping), and a maintainer can push the tag for
chart-1.6.2
, finalizing the release. I have already been shown the checkpoint database and can complete the update for that as well.Closes #3325
Closes #3282