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

feat: upgrade default app version to v2.55.0 #219

Merged
merged 1 commit into from
Jun 28, 2024

Conversation

eliobischof
Copy link
Member

⚠️ BREAKING CHANGE

The default ZITADEL version is now v2.55.0.
This requires Cockroach DB to be at >= v23.2
If you are using an older version of Cockroach DB, please upgrade it before upgrading ZITADEL.

Note that in order to upgrade cockroach, you should not jump minor versions.
For example:

# install Cockroach DB v23.1.14
helm upgrade db cockroachdb/cockroachdb --version 11.2.4 --reuse-values
# install Cockroach DB v23.2.5
helm upgrade db cockroachdb/cockroachdb --version 12.0.5 --reuse-values
# install Cockroach DB v24.1.1
helm upgrade db cockroachdb/cockroachdb --version 13.0.1 --reuse-values
# install ZITADEL v2.55.0
helm upgrade my-zitadel zitadel/zitadel --version 8.0.0 --reuse-values

Please refer to the docs by Cockroach Labs. The ZITADEL tests run against the official CockroachDB chart.

(Credits to @panapol-p and @kleberbaum 🙏)

Replaces #210

Definition of Ready

  • I am happy with the code
  • Short description of the feature/issue is added in the pr description
  • PR is linked to the corresponding user story
  • Acceptance criteria are met
  • All open todos and follow ups are defined in a new ticket and justified
  • Deviations from the acceptance criteria and design are agreed with the PO and documented.
  • No debug or dead code
  • My code has no repetitions
  • Documentation/examples are up-to-date
  • All non-functional requirements are met
  • If possible, the test configuration is adjusted so acceptance tests cover my changes

@eliobischof eliobischof mentioned this pull request Jun 28, 2024
11 tasks
@eliobischof
Copy link
Member Author

eliobischof commented Jun 28, 2024

@panapol-p @kleberbaum is this PR helpful?

@eliobischof eliobischof self-assigned this Jun 28, 2024
@eliobischof eliobischof requested a review from stebenz June 28, 2024 04:57
@panapol-p
Copy link
Contributor

Yeppp , thanks bro 🎉🥳

Copy link
Contributor

@kleberbaum kleberbaum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍

@eliobischof eliobischof enabled auto-merge (squash) June 28, 2024 06:26
@eliobischof eliobischof merged commit f74c15c into main Jun 28, 2024
9 checks passed
@eliobischof eliobischof deleted the upgrade-zitadel-v2.55.0 branch June 28, 2024 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants