Skip to content
Snippets Groups Projects
Commit 71bda8fb authored by Joao Afonso's avatar Joao Afonso
Browse files

Merge v4.8.2-1 changes into main

parent 4903ee74
No related branches found
No related tags found
No related merge requests found
Pipeline #46518 failed
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
## Summary ## Summary
### Features ### Features
- cta/CTA#222 - Review what gets logged in CTA - cta/CTA#222 - Review what gets logged in CTA
- cta/CTA#155 - Tape server querying DB at very high rate
- cta/CTA#213 - Add tool for injecting file into eos - cta/CTA#213 - Add tool for injecting file into eos
- cta/CTA#224 - Improve error message for cta-verify-file whn VID does not exist - cta/CTA#224 - Improve error message for cta-verify-file whn VID does not exist
- cta/CTA#230 - Modify CTA code to enforce VID uppercase - cta/CTA#230 - Modify CTA code to enforce VID uppercase
...@@ -18,6 +17,12 @@ ...@@ -18,6 +17,12 @@
- cta/CTA#205 - Updating EOS4/EOS4 in versionlock for v4.8.95/v5.1.5 - cta/CTA#205 - Updating EOS4/EOS4 in versionlock for v4.8.95/v5.1.5
- cta/CTA#253 - Allow Failure for cta_valgrind tests - cta/CTA#253 - Allow Failure for cta_valgrind tests
# v4.8.2-1
## Summary
### Features
- cta/CTA#155 - Tape server querying DB at very high rate
# v4.8.1-1 # v4.8.1-1
## Summary ## Summary
......
...@@ -588,6 +588,10 @@ echo $(jq --argjson CTA_MAJOR_VERSION $cta_major_version '. += {"cta_major_versi ...@@ -588,6 +588,10 @@ echo $(jq --argjson CTA_MAJOR_VERSION $cta_major_version '. += {"cta_major_versi
%changelog %changelog
* Wed Dec 14 2022 Joao Afonso <joao.afonso@cern.ch> - 4.8.2-1
- Improvements on catalogue DB query performance
- See ReleaseNotes.md for more details
* Mon Dec 12 2022 Joao Afonso <joao.afonso@cern.ch> - 4.8.1-1 * Mon Dec 12 2022 Joao Afonso <joao.afonso@cern.ch> - 4.8.1-1
- Fixes bug with protobuf definition - Fixes bug with protobuf definition
- See ReleaseNotes.md for more details - See ReleaseNotes.md for more details
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment