Skip to content
Snippets Groups Projects
Commit 6d4c9752 authored by Jorge Camarero Vera's avatar Jorge Camarero Vera
Browse files

Merge branch with the tags v4.10.2-1 and v4.10.3-1, improve fix for Issue 470...

parent 076b062e
Branches
Tags
No related merge requests found
......@@ -9,10 +9,8 @@
- cta/CTA#481 - Fix security hotspots related to file permissions and capabilities
- cta/CTA#482 - Fix bugs reported by SonarCloud in tape server, scheduler and objectstore
- cta/CTA#473 - Fix some code smells from repack expansion changes.
- cta/CTA#494 - Workaround for scheduler crashing
- cta/CTA#500 - Safely handle empty shards in object store
- cta/CTA#509 - Avoid looping in cleaning up state
- cta/CTA#510 - Remove critical constrain after update heartbeat
### Features
- cta/CTA#490 - Improve code quality in the Physical Library catalogue code
......@@ -22,9 +20,20 @@
- cta/CTA#352 - Test rollback Catalogue Version
- cta/CTA#446 - Upgrade eos to 4.8.105/5.1.29
# v4.10.6-1
### Bug Fixes
- cta/CTA#510 - Remove critical constrain after update heartbeat
# v4.10.5-1
### Bug Fixes
- cta/CTA#494 - Workaround for scheduler crashing
# v4.10.4-1
### Features
- cta/CTA#486 - Fix cppcheck new errors
- cta/CTA#487 - Bump "filesWrittenToTape: File size mismatch" error to ALERT
### Bug Fixes
......
......@@ -595,6 +595,12 @@ echo $(jq --argjson CTA_MAJOR_VERSION $cta_major_version '. += {"cta_major_versi
%changelog
* Fri Oct 13 2023 Jorge Camarero Vera <jorge.camarero@cern.ch> - 4.10.6-1
- Remove critical constrain after update heartbeat
* Mon Sep 25 2023 Jorge Camarero Vera <jorge.camarero@cern.ch> - 4.10.5-1
- Workaround for scheduler crashing
* Mon Sep 18 2023 Jorge Camarero Vera <jorge.camarero@cern.ch> - 4.10.4-1
- Bump "filesWrittenToTape: File size mismatch" error to ALERT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment