Release Workflow
Update Bundled Windows Dependencies
Update packages.icinga.com
Add the latest Boost and OpenSSL versions to
https://packages.icinga.com/windows/dependencies/, e.g.:
Update Build Server, CI/CD and Documentation
Re-provision Build Server
Even if there aren't any new releases of dependencies with versions
hardcoded in the repos and files listed above (Boost, OpenSSL).
There may be new build versions of other dependencies (VS, MSVC).
Our GitHub actions (tests) use the latest ones automatically,
but the GitLab runner (release packages) doesn't.
Release Workflow
ICINGA2_VERSION: Release 2.15.3 #10805CHANGELOG.md: Release 2.15.3 #10805doc/16-upgrading-icinga-2.mdif applicable: not neededCHANGELOGchanges tomaster: Forward-port v2.15.3 changelog to master branch #10812Update Bundled Windows Dependencies
Update packages.icinga.com
Add the latest Boost and OpenSSL versions to
https://packages.icinga.com/windows/dependencies/, e.g.:
Update Build Server, CI/CD and Documentation
Re-provision Build Server
Even if there aren't any new releases of dependencies with versions
hardcoded in the repos and files listed above (Boost, OpenSSL).
There may be new build versions of other dependencies (VS, MSVC).
Our GitHub actions (tests) use the latest ones automatically,
but the GitLab runner (release packages) doesn't.