Skip to content

Releases: AliceO2Group/Control

v0.81.0

05 Sep 15:12
@teo teo
Compare
Choose a tag to compare

This release includes a fix for broken InfoLogger output in some cases of failed deployment.

  • Log output:
    • [core] Fix counters and string building issue in TasksDeploymentError

v0.80.0

01 Sep 10:27
@teo teo
Compare
Choose a tag to compare

This release includes improvements to the API and to log messages for termination conditions.

  • ODC error logging:

    • [core] Print a fatal message to IL if ODC went to error
  • DESTROY transition information:

    • [core] Declare current transition DESTROY if tearing down env
  • Active tasks count:

    • [coconut] Display number of active/inactive/total tasks in env
    • [core] Add active/inactive task counts to proto
    • [core] Return number of active/inactive tasks in env requests

v0.79.0

24 Aug 14:39
@teo teo
Compare
Choose a tag to compare

This release reduces the response payload size of GetEnvironments, and improves documentation.

  • GetEnvironments response:

    • [core] Implement GetEnvironmentsShortData for all plugins
    • [core] Only return short data in GetEnvironments to keep response small
  • Documentation:

    • [docs] Update coconut documentation
    • [docs] Update apidocs

v0.78.80

18 Aug 11:35
@teo teo
Compare
Choose a tag to compare
v0.78.80 Pre-release
Pre-release

Alpha release, testing new documentation facilities

v0.78.0

17 Aug 14:58
@teo teo
Compare
Choose a tag to compare

This release fixes an important bug that prevented concurrent environment deployments.

  • Concurrent deployments:
    • [core] Refactor taskclass package
    • [core] Ensure task class refresh cannot happen concurrently w/ matching
    • [core] 7 day eviction policy for task class cache

v0.77.0

16 Aug 14:37
@teo teo
Compare
Choose a tag to compare

This release improves handling of the ODC ERROR state, and disables AliECS core RPC logging.

  • RPC logging:

    • [core] Move server rpc logging to Debug severity
  • ODC ERROR handling:

    • [core] GO_ERROR if ODC is in ERROR

v0.76.1

15 Aug 08:09
@teo teo
Compare
Choose a tag to compare

This release fixes an issue that prevented AliECS from tracking the full ODC status.

  • [core] Increase ODC call recv message size to 16MiB (was 4)

v0.76.0

11 Aug 10:25
@teo teo
Compare
Choose a tag to compare

This release fixes a crash in the ODC plugin. It also fixes fill info variables propagation to tasks, and adds support for odc_extract_topology_resources in the ODC plugin.

  • ODC:

    • [core] Add support for odc_extract_topology_resources flag
    • [core] Prevent crash on missing partition id
  • Fill info variables propagation:

    • [core] Pull fill info from varstack of root role of env

v0.75.0

10 Aug 11:54
@teo teo
Compare
Choose a tag to compare

This release changes AliECS behavior in order to react to spontaneous transitions to ERROR coming from ODC.

  • ODC ERROR event handling:
    • [core] New event type IntegratedServiceEvent
    • [core] ODC client notifies envMan on every state change
    • [core] React to ODC state change during RUNNING with STOP->CONFIGURED

v0.74.0

03 Aug 11:27
@teo teo
Compare
Choose a tag to compare

This release includes support for current transition information in EnvironmentInfo payloads.

  • Current transition:
    • [coconut] Show transition field for env if not empty
    • [core] Add currentTransition field to o2control.proto + regenerate
    • [core] Fill and return currentTransition field