This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
@stevehipwell can you please comment on this RFC for Flux2, looking forward to your opinion fluxcd/kustomize-controller#253 |
@stefanprodan what is the status of this PR? |
go.mod - reset k8s machinery to 1.17.17 This is the latest release that we can update to -- see #3378 Try to remove when distribution/distribution#2905 is out docker/distribution patch still needed for now (Put it back for now.) On 2021-02-25 this has been merged, 2.7.2 of docker/distribution should include it hopefully relatively soon! Signed-off-by: Kingdon Barrett <[email protected]>
Signed-off-by: Matt Willsher <[email protected]> Signed-off-by: Kingdon Barrett <[email protected]>
Signed-off-by: Herman Banken <[email protected]> Signed-off-by: Kingdon Barrett <[email protected]>
Signed-off-by: Alaa Qutaish <[email protected]> Signed-off-by: Kingdon Barrett <[email protected]>
Signed-off-by: Alex Shpak <[email protected]> Signed-off-by: Kingdon Barrett <[email protected]>
Signed-off-by: Alex Shpak <[email protected]> Signed-off-by: Kingdon Barrett <[email protected]>
Signed-off-by: Kingdon Barrett <[email protected]>
Signed-off-by: Steve Hipwell <[email protected]>
Rebasing for inclusion in the merge thru #3442 👍 |
kingdonb
approved these changes
Mar 11, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @kingdonb. Any idea when the chart for the v1.22.0 release will be created? |
Pr #3449 is just approved and will be merged and pushed within about 30 minutes from now. |
🎉 Thanks for your help with this release @stevehipwell |
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 PR adds the
envsubst
command to the Docker image to enable automation users to work around the limitations (by design) ofkustomize
.This resolves #3138.