-
Notifications
You must be signed in to change notification settings - Fork 190
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
Breaking Change: Upgrading from 4.21.0 to 4.22.0 #379
Comments
I've created a new issue from a comment of an old release as it seems this hasn't yet been documented (or I can't find it, please advise if so). Would be great to know if this upgrade issue is on the roadmap and when it might be fixed and/or documented how to upgrade without running into the issue mentioned in the original release thread. |
Thanks @thomaschaplin! I've been snoozing this issue since I've been on the road lately, but we are still planing to provide an upgrade path, just need to test some options and see which one is the best. |
Thanks for the update @GMartinez-Sisti |
@thomaschaplin care to take a look at the PR and even test if possible 👼 . |
Thanks @GMartinez-Sisti I'll have a look at this in the morning and get back to you. I'm in the United Kingdom so it's the evening here. I really appreciate the speed of looking at this! |
Sorry for the delay, I'll be able to look at this on Tuesday (7th May) @GMartinez-Sisti |
Thanks for the feedback! I think we'll merge it before. If required we'll iterate on it. |
In hindsight, you are both right. Our tests install everything from scratch, but they don't contemplate upgrades.
I tested by installing
4.21.1
and then tried to upgrade to4.22.0
and got an error:→ helm install atlantis runatlantis/atlantis --version 4.21.1 NAME: atlantis LAST DEPLOYED: Fri Apr 5 18:59:30 2024 NAMESPACE: default STATUS: deployed REVISION: 1 NOTES: 1. Get the application URL by running these commands: 2. Atlantis will not start successfully unless at least one of the following sets of credentials are specified (see values.yaml for detailed usage): - github - githubApp - gitlab - bitbucket
We might create a new major release with update steps to fix this. Discussing with the other maintainers. 🙏
Originally posted by @GMartinez-Sisti in #304 (comment)
The text was updated successfully, but these errors were encountered: