diff options
author | Wlodek Wencel <wlodek@isc.org> | 2024-11-19 14:09:45 +0100 |
---|---|---|
committer | Wlodzimierz Wencel <wlodek@isc.org> | 2024-11-20 12:35:54 +0100 |
commit | 62b54c2b385a945b45ece2d7751359e38a5aa7d9 (patch) | |
tree | 05c79884626d0ab46cbb034b19189065315693ac /.gitlab/issue_templates | |
parent | [#2736] Addressed review comments (diff) | |
download | kea-62b54c2b385a945b45ece2d7751359e38a5aa7d9.tar.xz kea-62b54c2b385a945b45ece2d7751359e38a5aa7d9.zip |
[#3667] update SECURITY.md file
Diffstat (limited to '.gitlab/issue_templates')
-rw-r--r-- | .gitlab/issue_templates/release_checklist.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/release_checklist.md b/.gitlab/issue_templates/release_checklist.md index b059563405..dc926f9bf5 100644 --- a/.gitlab/issue_templates/release_checklist.md +++ b/.gitlab/issue_templates/release_checklist.md @@ -23,6 +23,8 @@ Some of these checks and updates can be made before the actual freeze. For new s 1. [ ] Check [Performance Test Results](https://jenkins.aws.isc.org/job/kea-dev/job/performance/lastSuccessfulBuild/artifact/qa-dhcp/kea/performance-jenkins/report.html) in Jenkins for drops in performance. 1. [ ] Create a Gitlab issue for bumping up library versions and `KEA_HOOKS_VERSION` and notify developers. * In case of no developers available, it can be done by running: [./tools/bump-lib-versions.sh](https://gitlab.isc.org/isc-projects/kea/-/blob/master/tools/bump-lib-versions.sh) Kea-q.w.e Kea-a.b.c (where `a.b.c` is the version to be released and `q.w.e` is the version previous to that). +1. [ ] If this is stable release: + * Check SECURITY.md file create ticket if changes are required. 1. [ ] Look at the issue numbers in the commit descriptions. Add to ChangeLog a mention of any change with visible impact that had not been mentioned already. 1. [ ] If any changes have been made to database schemas, then: 1. [ ] Check that a previously released schema has not been changed. |