Skip to content

Releases: AliceO2Group/Control

v1.34.0

05 May 09:50

Choose a tag to compare

This release includes dependency and proto updates as well as minor bug fixes.

What's Changed

Full Changelog: v1.33.0...v1.34.0

v1.33.0

24 Apr 09:38

Choose a tag to compare

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

14 Apr 08:21

Choose a tag to compare

This is a minor patch which demotes a warning log.

What's Changed

Full Changelog: v1.32.0...v1.32.1

v1.32.0

10 Apr 08:38

Choose a tag to compare

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

03 Apr 09:34

Choose a tag to compare

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

Full Changelog: v1.30.1...v1.31.0

v1.30.1

28 Mar 08:04

Choose a tag to compare

This is a patch release which fixes a concurrency issue described in https://its.cern.ch/jira/browse/OCTRL-999

What's Changed

  • [core] fix a recursive mutex locking in task by @knopers8 in #677

v1.29.1

28 Mar 08:00

Choose a tag to compare

This is a patch release which fixes a concurrency issue described in https://its.cern.ch/jira/browse/OCTRL-999

v1.30.0

27 Mar 13:56

Choose a tag to compare

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

20 Mar 08:08

Choose a tag to compare

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

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

v1.28.1

13 Mar 09:34

Choose a tag to compare

This is a patch release which corrects expected variable name to activate sending enabled links to DCS

  • [core] sending enabled links to DCS should require a lower-case var
  • utils/helpers unit test