Warning
This release drops the compatibility shim that translated v4-era alpine.* and unprefixed property names (for example alpine.ldap.enabled, database.url, bcrypt.rounds) into their dt.* equivalents. Migrate any configuration still using those names to the current dt.* properties. The API server refuses to start when it encounters a legacy key to prevent silent misconfiguration.
The original alpine.* to dt.* migration is documented in the v0.7.0-alpha.3 upgrade notes. See Configuration Properties for the authoritative list of supported properties and their corresponding environment variable spellings.
Apologies for introducing breaking changes in an RC build.
Find the full upgrade guide here: https://dependencytrack.github.io/docs/next/guides/upgrading/v5.0.0-rc.2/
What's Changed
Breaking Changes 🚨
Enhancements 🚀
Bug Fixes 🐛
Documentation 📃
- Link to helm-charts and community repos in README by @nscuro in #6202
- Update dex README by @nscuro in #6207
Other Changes
- Update GHA job names to be more practical for status check enforcement by @nscuro in #6208
- Add GHA workflow for nightly e2e tests by @nscuro in #6209
- Remove unused code and drop unnecessary dependencies by @nscuro in #6211
Full Changelog: 5.0.0-rc.1...5.0.0-rc.2