Skip to content

v11.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Oct 13:01
· 117 commits to main since this release
4f46201

11.0.0 (2024-10-28)

📣 Breaking Changes


Ref: SRX-NMC7OD

BREAKING CHANGE: The postgreSQL Database is now required.

The helm-parameter `db.writeEslTableOnly` is not supported anymore.
The helm-parameter `db.dbOption` now only supports the option
"postgreSQL", which is now also the default.

See docs/database.md for details.

Note that there is now some "dead code", especially in the cd-service
that deals with git. This will be removed in another PR.

🐞 Bug Fixes

  • charts: manifest-repo-export-service pod now stores manifest repo in an emptyDir volume (#2061) (d748338)