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 v2.16.0 #10760CHANGELOG.md: Release v2.16.0 #10760doc/16-upgrading-icinga-2.mdif applicable: Release v2.16.0 #10760Update 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.