From 5b3cb10a8f90009233e233390fe259bf0f76ab3f Mon Sep 17 00:00:00 2001 From: Julian Brost Date: Wed, 22 Apr 2026 14:39:19 +0200 Subject: [PATCH] Release issue template: docker-icinga2 is only required for pre-2.16 Starting with v2.16, container images are built from within this repo without using the docker-icinga2 repo. Thus, updates there are only relevant if an older version is released. --- .github/ISSUE_TEMPLATE/release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/release.md b/.github/ISSUE_TEMPLATE/release.md index 1ee56d304..b29e158b6 100644 --- a/.github/ISSUE_TEMPLATE/release.md +++ b/.github/ISSUE_TEMPLATE/release.md @@ -17,7 +17,7 @@ assignees: '' - [ ] Create and push a signed tag for the version - [ ] Build and release DEB and RPM packages - [ ] Build and release Windows packages -- [ ] Merge dependency updates in https://github.com/Icinga/docker-icinga2/pulls +- [ ] Only for releases of versions older than v2.16: Merge dependency updates in https://github.com/Icinga/docker-icinga2/pulls - [ ] Create release on GitHub - [ ] Update public docs - [ ] Announce release