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

Release 4.8.8-1 notes

parent c192c8ef
No related branches found
No related tags found
No related merge requests found
# v4.NEXT
# v4.8.8-1
### Features
- cta/CTA#78 - Remove gRPC and ability to change the storage class in EOS from the cta-change-storage-class C++ script
- cta/CTA#139 - Modify the Tape Server code to pass the encryption key ID directly to the python script `cta-get-encryption-key`
- cta/CTA#341 - Normalize usage of encryptionKeyName
- cta/CTA#342 - Compile CTA using devtoolset-11
- cta/CTA#356 - Add support for changing to different storage classes during one execution for cta-change-storage-class-in-catalogue
- cta/CTA#366 - Remove the use of the protobuf field `STORAGE_CLASS_NAME` and replace it with the existing `STORAGE_CLASS`
......@@ -9,11 +11,13 @@
### Bug Fixes
- cta/CTA#147 - Development of the postgres SchedulerDatabase
- cta/CTA#259 - cta-rmcd should not exit if /dev/sg0 is missing
- cta/CTA#345 - Remove some objectstore dependencies outside scheduler
- cta/CTA#340 - Fix catalogue recompiling
- cta/CTA#345 - Remove some objectstore dependencies outside scheduler
- cta/CTA#357 - Fix failing OsmFileReader due to uint underflow
### Continuous Integration
- cta/CTA#216 - Enable HTTP support for EOS4 on CTA CI
- cta/CTA#215 - Enable EOSTOKEN support on CTA CI
- cta/CTA#262 - Manage CI repositories with `cta-release` code
- cta/CTA#297 - Add gfal2 tests to CI
- cta/CTA#297 - Refactor client pod tests and switched test tracking status to sqlite db
......@@ -32,8 +36,6 @@
- cta/CTA#308 - Remove catalogue autogenerated files
- cta/CTA#318 - Limit the number of frontend-grpc request processing threads
- cta/CTA#321 - Add arguments to cta-change-storage-class to validate that the correct files are being changed
- cta/CTA#139 - Modify the Tape Server code to pass the encryption key ID directly to the python script `cta-get-encryption-key`
- cta/CTA#341 - Normalize usage of encryptionKeyName
### Bug Fixes
- cta/CTA#240 - Use correct fSeq after disk read error
......
......@@ -582,6 +582,12 @@ echo $(jq --argjson CTA_MAJOR_VERSION $cta_major_version '. += {"cta_major_versi
%changelog
* Wed May 31 2023 Joao Afonso <joao.afonso@cern.ch> - 4.8.8-1
- Enabled HTTP and EOSTOKEN support on CTA CI
- Change in tape server encryption logic
- Various fixes and improvements to CTA
- See ReleaseNotes.md for details
* Wed Mar 29 2023 Joao Afonso <joao.afonso@cern.ch> - 4.8.7-1
- Various fixes and improvements to CTA
- See ReleaseNotes.md for 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