-
Notifications
You must be signed in to change notification settings - Fork 62
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: update appVersion to v2.54.2 #210
Conversation
hi, @kleberbaum @eliobischof I think we should update the CockroachDB chart version in the example and add more information about how to migrate to this chart. FYI: Zitadel >= v2.53.0 cannot run on CockroachDB chart v11.2.1 (v23.1.1) It requires an upgrade to at least CockroachDB v23.2 As an example, for CockroachDB, we currently use chart v11.2.1 (CockroachDB v23.1.11). It would be better to upgrade to the latest version, helm chart v13.0.0 (CockroachDB v24.1.0). However, the database cannot be upgraded directly. You need to first upgrade from chart v11.2.1 (v23.1.1) to chart v12.0.5 (v23.2.5) and then to v13.0.0 (v24.1.0)
|
Co-authored-by: Elio Bischof <[email protected]>
Originally posted by @panapol-p in #210 (comment) I've updated the CockroachDB Chart version to v13.0.1, but the checks are still failing. I think we should upgrade the ZITADEL chart version to 8.0.0 as this will be a breaking change. A migration guide is also necessary. |
Hi @kleberbaum We would like to use the version 2.54.2 or 2.55.0 in our apps, is there any timeline or examples to use it in our self hosted k8s environment? |
Hi, @Mohit21GoJs To manually upgrade Zitadel to a new version:
If you use namespaces for your database and Zitadel, remember to include the |
@kleberbaum could you pls update this branch for new error handling |
@kleberbaum I am not allowed to commit to this PR, so I created a new one #219 and hope you have no hard feelings 🥲 I close this, for now. I see you should already have a ZITADEL shirt 👍 🙏 |
Definition of Ready
What is the current behavior?
The previously implemented workflow functionality from PR zitadel/zitadel#4544, which automatically triggered a webhook post-ZITADEL release, has been removed. Consequently, the bump workflow (introduced in #43 and discussed in Issue #105) is no longer dispatched, as it depends on this mechanism. This issue is also tracked in the Product Management Backlog under item 30889015.
What is the new behavior?
This PR updates the ZITADEL version to v2.54.1 manually.
_Originally posted by @kleberbaum in #198
Your feedback and suggestions would be greatly appreciated.