Releases: AliceO2Group/Control
v1.34.0
This release includes dependency and proto updates as well as minor bug fixes.
What's Changed
- [core] fix missing number of tasks in Environment calls by @knopers8 in #693
- Bump golang.org/x/net from 0.33.0 to 0.38.0 by @dependabot in #690
- [core] fix incorrect Sprintf usage in CCDB plugin by @knopers8 in #696
- [core] put error in the Error field of events by @knopers8 in #694
- [build] Use golang 1.24.2 in CI by @knopers8 in #695
- [protos] update protos by @justonedev1 in #700
Full Changelog: v1.33.0...v1.34.0
v1.33.0
This release brings the support for sending the replayed run number to CCDB GRP object and removes one repeating log which was considerably contributing to the total volume of logs. The cause of the warning will be addressed very soon.
What's Changed
- [core] include original run number in CCDB GRP object for synthetic runs by @knopers8 in #691
- [core] disable warning for too metrics and increase metrics buffer size by @justonedev1 in #692
Full Changelog: v1.32.1...v1.33.0
v1.32.1
This is a minor patch which demotes a warning log.
What's Changed
- [core] delegate too many metrics warning to devel by @justonedev1 in #687
Full Changelog: v1.32.0...v1.32.1
v1.32.0
This release involves optimization of sending events to Kafka by using batches and reverts the change introduced in #678 until a recent issue in the production system is fully understood.
What's Changed
- [OCTRL-1001]: Levarage kafka-go writer's ability to send messages in batches by @justonedev1 in #683
- Update GH runner from deprecated ubuntu-20.04 to ubuntu-24.04 by @knopers8 in #684
- update GH runners to use golang v1.22.2 by @knopers8 in #685
- Revert "[core] INVARIANT status introduced" by @justonedev1 in #686
Full Changelog: v1.31.0...v1.32.0
v1.31.0
This release fixes the AliECS core behaviour if a non-critical task fails during deployment and removes concurrency in writing events to kafka.
What's Changed
- [OCTRL-948] Failing to deploy non-critical tasks should not prevent deployment by @justonedev1 in #678
- Added CODEOWNERS file by @justonedev1 in #682
- [OCTRL-998]: Sending kafka messages in wrong order by @justonedev1 in #680
Full Changelog: v1.30.1...v1.31.0
v1.30.1
v1.29.1
This is a patch release which fixes a concurrency issue described in https://its.cern.ch/jira/browse/OCTRL-999
v1.30.0
This release brings fixes and updates to the DCS plugin.
What's Changed
- [core] More concise logging calls in DCS plugin by @knopers8 in #672
- [core] ECS waits until DCS operation completes in case a detector fails by @knopers8 in #675
- [core] Sync DCS proto with ecs2dcsgateway by @knopers8 in #676
- [doc] Update DCS PFR documentation by @knopers8 in #673
- [core] Remove ddl_list from defaultable values in DCS plugin by @knopers8 in #674
Full Changelog: v1.29.0...v1.30.0
v1.29.0
This release brings improvements for ECS-GUI communication, changes for protobuf/grpc bump attempt in ALICE and go dependency security updates.
What's Changed
ROC deep cleanup procedure was enabled for v1.28.1 and disabled again for v1.29.0
- Added deep cleanup procedure (enabled by default). by @rdivia in #664
- Disable ROC deep cleanu procedure by @knopers8 in #670
Improvements for ECS-GUI communication
- [core] OCTRL-989 by @justonedev1 in #666
- [OCTRL-991]: Include timestamp in state related gRPC calls by @justonedev1 in #665
Security updates in go dependencies
- Bump github.com/expr-lang/expr from 1.16.1 to 1.17.0 by @dependabot in #667
- Bump github.com/go-git/go-git/v5 from 5.11.0 to 5.13.0 by @dependabot in #669
Protobuf/grpc bump changes
Full Changelog: v1.28.1...v1.29.0