Changelog update for release .5.11.2.0-1
Start commit (exclusive): (b63db497) Fix tagged pipelines not triggering
End commit (inclusive): (6c5b477d) Resolve "Add support for separate repack scheduler DB to cta-admin dr ls
output"
Found 40 commits:
- (6c5b477d) Resolve "Add support for separate repack scheduler DB to
cta-admin dr ls
output" - (8764b172) Resolve "Handle new protobuf fields in all workflow events"
- (013b607c) clang format changes for MR 719 (cta-admin drive ls)
- (42014667) Fix initialization of hp in rmc to ensure SonarCloud quality gate passes
- (ee2dbae3) Resolve "Adjusting clang format configuration to prevent grouping all parameters into a single line for long lists"
- (ef32fe69) Resolve "Remove wrong 'job owned after destruction' INFO message after request is requeued"
- (474f4075) Resolve "Handling of 0-length files on CTA dev side"
- (4b3f77ab) Resolve "Add missing documentation on
archiveroutetype
" - (9740961c) Resolve "Clear outdated log parameters when starting a new tape session"
- (8b73b0d3) Fix incorrect localhost for rmcd
- (117afff3) Resolve "Clear outdated log parameters when starting a new tape session"
- (ad91229e) Fix some low-hanging fruit SonarCloud issues
- (f54e4ea2) Fix bugs in build_deploy.sh script for postgres scheduler workflows and cached cmake variables
- (f21be357) Add CI test to ensure creation timestamps and modification timestamps are the same through tape workflow
- (82fb14f2) Resolve "Add log param
mountAttempted
to DataTransferSession" - (c5ad3983) Fix gfal2 coredumping on eviction step using http due to
double free or corruption
- (e5a65d19) Further clean-up and performance improvements to the Helm setup
- (9c0d71a9) Fix failing valgrind tests due to EAGAIN error
- (9d2660a1) List clang-format issues in job output and remove tag fetching
- (ddf99e52) Fix select() always timing out in rmc_serv
- (0064a065) Fix incorrect scheduler type in build scripts and fix bug with incorrect postgres connection URLs
- (5814560b) Adding template for CTA log parameter issues
- (29344621) Add install of 'which' to ensure gdb-add-index functions correctly on latest alma9 release
- (2619337f) Make the cmake build type explicit in the CI
- (b4346d7d) Resolve "Log when a file cannot be deleted from the Catalogue"
- (31e33489) Ensure git fetch has proper depth for submodules
- (7031a9c9) Deleted duplicated shift from build_deploy.sh
- (9d46008b) Resolve "Remove external dependecy on cpp-check CI test"
- (a7337468) Add support to build_deploy.sh to handle --upgrade and --skip-image-reload simultaneously
- (9b366b62) Fix pipeline triggering on no changes when branch created through web UI
- (91050cbe) Improve CI pipeline performance by relying on shallow clones
- (f745c9b7) Fix liquibase-test failing due to CTA not supporting previous catalogue version
- (dc43111d) Replace usage of strlen in CmdLineTool.cpp
- (90be5ee9) Replace leftover yum-plugin-versionlock with python3-dnf-plugin-versionlock
- (dad47603) Introduce build_deploy.sh --upgrade and refactor of underlying workflow in build_deploy
- (d3138a3a) Fix docs path in GitLab issue template
- (03f2b4d4) Update delete_instance.sh so that it does not rely on a central log mount
- (2a06bc76) Resolve "Remove wrong 'job owned after destruction' INFO message after request is requeued"
- (8efee97b) Move latest ReleaseNotes.md entries to CHANGELOG.md and remove ReleaseNotes.md
- (ec54832f) Increase default resource limits on Helm setup
REPORT
ERRORS (0)
WARNINGS (5)
- (6c5b477d) Commit has an unsupported Changelog trailer type
- Title: Resolve "Add support for separate repack scheduler DB to
cta-admin dr ls
output" - Trailers: {'Changelog': 'feature/bug/maintenance', 'Issue': ''}
- Title: Resolve "Add support for separate repack scheduler DB to
- (8764b172) Commit has an unsupported Changelog trailer type
- Title: Resolve "Handle new protobuf fields in all workflow events"
- Trailers: {'Changelog': 'feature/bug/maintenance', 'Issue': ''}
- (013b607c) Commit has an unsupported Changelog trailer type
- Title: clang format changes for MR 719 (cta-admin drive ls)
- Trailers: {'Changelog': 'feature/bug/maintenance', 'Issue': ''}
- (ee2dbae3) Commit has an unsupported Changelog trailer type
- Title: Resolve "Adjusting clang format configuration to prevent grouping all parameters into a single line for long lists"
- Trailers: {'Changelog': 'feature/bug/maintenance', 'Issue': ''}
- (9c0d71a9) Commit has an unsupported Changelog trailer type
- Title: Fix failing valgrind tests due to EAGAIN error
- Trailers: {'Changelog': 'feature/bug/maintenance', 'Issue': ''}
OK (35)
- (42014667) Fix initialization of hp in rmc to ensure SonarCloud quality gate passes
- (ef32fe69) Resolve "Remove wrong 'job owned after destruction' INFO message after request is requeued"
- (474f4075) Resolve "Handling of 0-length files on CTA dev side"
- (4b3f77ab) Resolve "Add missing documentation on
archiveroutetype
" - (9740961c) Resolve "Clear outdated log parameters when starting a new tape session"
- (8b73b0d3) Fix incorrect localhost for rmcd
- (117afff3) Resolve "Clear outdated log parameters when starting a new tape session"
- (ad91229e) Fix some low-hanging fruit SonarCloud issues
- (f54e4ea2) Fix bugs in build_deploy.sh script for postgres scheduler workflows and cached cmake variables
- (f21be357) Add CI test to ensure creation timestamps and modification timestamps are the same through tape workflow
- (82fb14f2) Resolve "Add log param
mountAttempted
to DataTransferSession" - (c5ad3983) Fix gfal2 coredumping on eviction step using http due to
double free or corruption
- (e5a65d19) Further clean-up and performance improvements to the Helm setup
- (9d2660a1) List clang-format issues in job output and remove tag fetching
- (ddf99e52) Fix select() always timing out in rmc_serv
- (0064a065) Fix incorrect scheduler type in build scripts and fix bug with incorrect postgres connection URLs
- (5814560b) Adding template for CTA log parameter issues
- (29344621) Add install of 'which' to ensure gdb-add-index functions correctly on latest alma9 release
- (2619337f) Make the cmake build type explicit in the CI
- (b4346d7d) Resolve "Log when a file cannot be deleted from the Catalogue"
- (31e33489) Ensure git fetch has proper depth for submodules
- (7031a9c9) Deleted duplicated shift from build_deploy.sh
- (9d46008b) Resolve "Remove external dependecy on cpp-check CI test"
- (a7337468) Add support to build_deploy.sh to handle --upgrade and --skip-image-reload simultaneously
- (9b366b62) Fix pipeline triggering on no changes when branch created through web UI
- (91050cbe) Improve CI pipeline performance by relying on shallow clones
- (f745c9b7) Fix liquibase-test failing due to CTA not supporting previous catalogue version
- (dc43111d) Replace usage of strlen in CmdLineTool.cpp
- (90be5ee9) Replace leftover yum-plugin-versionlock with python3-dnf-plugin-versionlock
- (dad47603) Introduce build_deploy.sh --upgrade and refactor of underlying workflow in build_deploy
- (d3138a3a) Fix docs path in GitLab issue template
- (03f2b4d4) Update delete_instance.sh so that it does not rely on a central log mount
- (2a06bc76) Resolve "Remove wrong 'job owned after destruction' INFO message after request is requeued"
- (8efee97b) Move latest ReleaseNotes.md entries to CHANGELOG.md and remove ReleaseNotes.md
- (ec54832f) Increase default resource limits on Helm setup
SUMMARY
- Errors: 0
- Warnings: 5
- Ok: 35
40/40 commits will be added to the changelog
CHANGELOG UPDATE PREVIEW
.5.11.2.0-1 (2024-12-10)
Features
-
#943 (closed) - Resolve "Handling of 0-length files on CTA dev side"
-
#968 (closed) - Add support to build_deploy.sh to handle --upgrade and --skip-image-reload simultaneously
-
#950 (closed) - Introduce build_deploy.sh --upgrade and refactor of underlying workflow in build_deploy
Bug Fixes
-
#311 (closed) - Resolve "Remove wrong 'job owned after destruction' INFO message after request is requeued"
-
#957 (closed) - Resolve "Clear outdated log parameters when starting a new tape session"
-
#987 (closed) - Fix incorrect localhost for rmcd
-
#957 (closed) - Resolve "Clear outdated log parameters when starting a new tape session"
-
#983 (closed) - Fix bugs in build_deploy.sh script for postgres scheduler workflows and cached cmake variables
-
#978 (closed) - Resolve "Add log param
mountAttempted
to DataTransferSession" -
#776 - Fix gfal2 coredumping on eviction step using http due to
double free or corruption
-
#969 (closed) - Fix select() always timing out in rmc_serv
-
#974 (closed) - Fix incorrect scheduler type in build scripts and fix bug with incorrect postgres connection URLs
-
#976 (closed) - Add install of 'which' to ensure gdb-add-index functions correctly on latest alma9 release
-
#914 (closed) - Resolve "Log when a file cannot be deleted from the Catalogue"
-
#971 (closed) - Ensure git fetch has proper depth for submodules
-
#970 (closed) - Deleted duplicated shift from build_deploy.sh
-
#965 (closed) - Fix pipeline triggering on no changes when branch created through web UI
-
#966 (closed) - Fix liquibase-test failing due to CTA not supporting previous catalogue version
-
#952 (closed) - Fix docs path in GitLab issue template
-
#311 (closed) - Resolve "Remove wrong 'job owned after destruction' INFO message after request is requeued"
Maintenance
-
#994 (closed) - Fix initialization of hp in rmc to ensure SonarCloud quality gate passes
-
#956 (closed) - Resolve "Add missing documentation on
archiveroutetype
" -
#982 (closed) - Fix some low-hanging fruit SonarCloud issues
-
#984 - Add CI test to ensure creation timestamps and modification timestamps are the...
-
#954 (closed) - Further clean-up and performance improvements to the Helm setup
-
#973 (closed) - List clang-format issues in job output and remove tag fetching
-
#945 - Adding template for CTA log parameter issues
-
#972 (closed) - Make the cmake build type explicit in the CI
-
#729 (closed) - Resolve "Remove external dependecy on cpp-check CI test"
-
#964 (closed) - Improve CI pipeline performance by relying on shallow clones
-
#961 (closed) - Replace usage of strlen in CmdLineTool.cpp
-
#963 (closed) - Replace leftover yum-plugin-versionlock with python3-dnf-plugin-versionlock
-
#948 (closed) - Update delete_instance.sh so that it does not rely on a central log mount
-
#932 (closed) - Move latest ReleaseNotes.md entries to CHANGELOG.md and remove ReleaseNotes.md
-
#937 (closed) - Increase default resource limits on Helm setup
feature/bug/maintenance
-
- Resolve "Add support for separate repack scheduler DB to
cta-admin dr ls
output" -
- Resolve "Handle new protobuf fields in all workflow events"
-
- clang format changes for MR 719 (cta-admin drive ls)
-
- Resolve "Adjusting clang format configuration to prevent grouping all...
-
- Fix failing valgrind tests due to EAGAIN error