Forward-port missing v2.15.1 upgrading docs to master branch#10912
Merged
Conversation
(cherry picked from commit ead0972)
jschmidt-icinga
approved these changes
Jun 29, 2026
|
Successfully created backport PR for |
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.
During the preparation of the v2.16.2 (and more) releases, I noticed that older support branches contained upgrading docs that are missing from the
masterbranch.In particular, the Upgrading to v2.15.1, v2.14.7, or v2.13.13 section is missing in both the
support/2.16branch (which is used to render https://icinga.com/docs/icinga-2/latest/doc/16-upgrading-icinga-2/), and themasterbranch (which will be used to create futuresupport/*branches from).This PR forward-ports the changes to that everything is on master, so that it's not lost. It's also supposed to be backported so that it appears on https://icinga.com/docs/icinga-2/latest/doc/16-upgrading-icinga-2/ again (where it was lost with the v2.16.0 release).
Quick and dirty shell script to verify what's missing (note that "Upgrading to v2.13.13" and "Upgrading to v2.14.7" are the same as added here, just with a different heading, and "Upgrading to v2.16.2, v2.15.4, or v2.14.9" will be added by #10909):