-
Notifications
You must be signed in to change notification settings - Fork 271
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 in PostgreSQL dependency #226
Comments
I think the biggest part of this issue was fixed in #227 |
An incompatible database upgrade (with a change in persistence no less) is no what I expected to find in a minor version bump and I would have appreciated a warning in the readme or changelogs. |
Agreed, this should have been a major version bump. It would be nice to get a changelog setup as well as a way for the release info to pull in changes to the release. If someone has an idea on how to add change info to the release action, that would be helpful |
This has been done! @Pumba98 sorry for the inconvenience on this. 🙇 In #602 we're publishing some new guidelines to ensure we're better about this in the future, and we've also added some new tests to actually test installs with PostgreSQL enabled, so we catch breaking changes in the subchart as well: helm/.github/workflows/lint-test.yaml Line 73 in bf6cc4a
Since we've hopefully set some better guidelines for the future to prevent this issue, and there's not been activity here for a couple of years, I'll get this closed for now. |
Hi, you updated the postgresql subchart to version 11. That version has some breaking changes in the values.yaml and also changes the default PostgreSQL Version from 11 to 14.
Please see https://docs.bitnami.com/kubernetes/infrastructure/postgresql/administration/upgrade/
At least the proposed values in your values.yaml need to be adjusted to fit the new chart version.
Greets 😄
The text was updated successfully, but these errors were encountered: