Add upgrade notes for 5.0.0-rc.2#114
Merged
Merged
Conversation
Also updates references of renamed config properties. Signed-off-by: nscuro <nscuro@protonmail.com>
Merged
2 tasks
Contributor
There was a problem hiding this comment.
Pull request overview
Adds an upgrade guide for Dependency-Track v5.0.0-rc.2 and updates multiple documentation pages to reflect renamed configuration properties introduced in that release (as referenced by the API server PR).
Changes:
- Adds new upgrade notes for
v5.0.0-rc.2, including a large old-to-new configuration property mapping. - Updates several guides/reference pages to use the renamed (kebab-case) configuration property names.
- Extends the upgrade guides navigation to include the new
v5.0.0-rc.2page.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/reference/policies/vulnerability-policies.md | Updates vulnerability policy bundle property references to renamed keys. |
| docs/reference/configuration/file-storage.md | Updates file storage property names and S3 example configuration to renamed keys. |
| docs/reference/configuration/application.md | Updates example and property reference link to renamed LDAP/config logging keys. |
| docs/guides/upgrading/v5.0.0-rc.2.md | Adds rc.2 upgrade notes, including legacy-key removal and property rename mapping. |
| docs/guides/upgrading/.pages | Adds the new rc.2 upgrade guide to navigation. |
| docs/guides/administration/configuring-vulnerability-sources.md | Updates mirror task cron property references to renamed keys and adds clarification note. |
| docs/guides/administration/configuring-oidc.md | Updates OIDC example properties to renamed keys. |
| docs/guides/administration/configuring-ldap.md | Updates LDAP example properties to renamed keys. |
| docs/guides/administration/configuring-http-proxy.md | Updates proxy configuration docs to renamed keys and namespaces. |
| docs/concepts/architecture/design/durable-execution.md | Updates durable execution retention property reference to renamed key. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Niklas <nscuro@protonmail.com>
Signed-off-by: nscuro <nscuro@protonmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Also updates references of renamed config properties.
API server PR: DependencyTrack/dependency-track#6215