v0.11.0 #385
BrianJKoopman
started this conversation in
General
v0.11.0
#385
Replies: 1 comment
-
I wanted to note that I updated the release to describe the need to remove |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Release v0.11.0 drops support for Docker Compose v1 in the Host Manager agent and adds support for Docker Compose v2. It also comes with improvements to the
session.status
object. Lastly, we have stopped publishing theocs-utils
image, which has not been properly maintained for a while now.Compose v2 Update
OCS users relying on the Host Manager Agent likely already have Compose v2 installed, but should migrate to Compose v2 and remove v1. Using v1 may result in some errors preventing updates to services.
session.status
UpdateDetails on this update can be found in #371. One added feature is the new "DEGRADED" OpCode value. See the updated documentation for how to use this to monitor the state of an agent.
Additionally,
session.status
is now placed into the "RUNNING" state automatically just before the agent operation is launched. Agent develops no longer need to callsession.set_status('running')
explicitly within their agents.session.publish_status
has also been removed.What's Changed
New Features
Bug Fixes
Version Updates
Misc.
Full Changelog: v0.10.4...v0.11.0
This discussion was created from the release v0.11.0.
Beta Was this translation helpful? Give feedback.
All reactions