Skip to content
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

Change release pipeline to promote dev manifests #415

Open
timoreimann opened this issue Feb 21, 2022 · 0 comments
Open

Change release pipeline to promote dev manifests #415

timoreimann opened this issue Feb 21, 2022 · 0 comments

Comments

@timoreimann
Copy link
Collaborator

Up until now, we've been releasing new versions of the manifest by bumping the old manifest's semver contained in the file name to the new target version, e.g., 0.1.35.yaml became 0.1.36.yaml. This approach isn't great because it does not allow us to make content changes without modifying a release set of manifests.

Change our release process (and, correspondingly, the Github Actions) to promote the dev.yaml file we introduced in #412. We have done something very similar in csi-digitalocean, so we can probably steal most of the logic from there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant