-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync v1 #1653
Merged
Merged
Sync v1 #1653
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
Signed-off-by: Carolyn Van Slyck <[email protected]>
Allow a maintainer to kick a build of porter that includes building the example bundles. Signed-off-by: Carolyn Van Slyck <[email protected]>
* Change permalinks to prefix with canary/latest I was running into conflict with how we detect versions with the other tagging scheme (v1-latest would get flagged as a real release). Switching the order so that it's latest-v1 will help avoid a bunch of false positives and workarounds. * Only publish v*, latest and canary Do not publish latest-* or canary-* for simplicity Signed-off-by: Carolyn Van Slyck <[email protected]>
Do not stop the docker registry during the smoke tests, since make test runs all 3 types of tests at once and that causes the registry to tear down in the middle of the integration tests. Signed-off-by: Carolyn Van Slyck <[email protected]>
Don't assume the first branch name will work. Loop through matching refs, excluding tags, and look first for main and then for release/v*. Signed-off-by: Carolyn Van Slyck <[email protected]>
Signed-off-by: Carolyn Van Slyck <[email protected]>
The mixin feed should contain canary builds and tagged releases only. Signed-off-by: Carolyn Van Slyck <[email protected]>
Signed-off-by: Carolyn Van Slyck <[email protected]>
Backport build fixes
Signed-off-by: Ritesh Yadav <[email protected]>
* Add quickstart for credentials * Clarify the credentials page based on questions we have received * Add a crede faq about how to export and use a credential set * Add an example bundle that demonstrates credential sets Signed-off-by: Carolyn Van Slyck <[email protected]>
Improve credentials documentation
* Document helm3 mixin * Rename the existing helm mixin page to /mixins/helm2 and indicate it is only for Helm v2. * Add a /mixins/helm3/ page for mchorfa's mixin which is the recommended mixin. * Redirect /mixins/helm/ to /mixins/helm3/ Signed-off-by: Carolyn Van Slyck <[email protected]> * Fix typos Signed-off-by: Carolyn Van Slyck <[email protected]>
Signed-off-by: Carolyn Van Slyck <[email protected]>
vdice
approved these changes
Jun 30, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Merge recent changes from main into v1 branch: