You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Overview
Docker engine version 29.0 dropped support for docker API versions
<1.44. That means that the docker client used by the `scheduler`
component cannot be used with modern versions of docker engine. To fix
this, the `scheduler` component's image has been updated to version
[0.6-rc3](https://hub.docker.com/layers/pavics/crontab/0.6-rc3) which
uses a modern version of the docker client.
## Changes
**Non-breaking changes**
- scheduler image version update
**Breaking changes**
- None
## Related Issue / Discussion
## Additional Information
## CI Operations
<!--
The test suite can be run using a different DACCS config with
``birdhouse_daccs_configs_branch: branch_name`` in the PR description.
To globally skip the test suite regardless of the commit message use
``birdhouse_skip_ci`` set to ``true`` in the PR description.
Using ``[<cmd>]`` (with the brackets) where ``<cmd> = skip ci`` in the
commit message will override ``birdhouse_skip_ci`` from the PR
description.
Such commit command can be used to override the PR description behavior
for a specific commit update.
However, a commit message cannot 'force run' a PR which the description
turns off the CI.
To run the CI, the PR should instead be updated with a ``true`` value,
and a running message can be posted in following PR comments to trigger
tests once again.
-->
birdhouse_daccs_configs_branch: master
birdhouse_skip_ci: false
0 commit comments