Releases: theCapypara/riptide-engine-docker
Releases · theCapypara/riptide-engine-docker
Version 0.9.1 (Engine Docker)
- If
ignore_original_entrypoint
istrue
for a service or command, the engine will now prevent the original entrypoint of an image from being executed for services and commands.
Version 0.9.0 (Engine Docker)
Please find the release notes and upgrade instructions at https://riptide-docs.readthedocs.io/en/latest/update_docs/0.9.0.html
Version 0.8.1 (Engine Docker)
Riptide is now compatible with Python 3.12.
What's Changed
- Replace pkg_resources with importlib by @jeliebig in #14
- Bump actions/checkout from 3 to 4 by @dependabot in #15
- Bump actions/setup-python from 4 to 5 by @dependabot in #16
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #18
- Bump actions/download-artifact from 3 to 4 by @dependabot in #19
- Bump docker from 6.1.3 to 7.0.0 by @dependabot in #17
New Contributors
Full Changelog: 0.8.0...0.8.1
Version 0.8.0 (Engine Docker)
What's Changed
Compatibility with Riptide 0.8.0.
⚠️ Breaking changes
This Riptide release introduces breaking changes, see the release notes of riptide-lib
0.8.0.
Full Changelog: 0.7.7...0.8.0
Version 0.7.7 (Engine Docker)
What's Changed
- MacOS / Windows: Fix occasional
riptide update
errors when pulling images.
Version 0.7.6 (Engine Docker)
Version 0.7.5 (Engine Docker)
- Fixes an issue where colons could not be used in bind path volume names.
Version 0.7.4 (Engine Docker)
- Fixes an issue where when containers in linked projects would be added to networks multiple times, an exception would be raised, preventing the container from being added to all networks.
Version 0.7.3 (Engine Docker)
- Fixes an issue that made delete operations not work ("document needs to be frozen first").
Version 0.7.0 (Engine Docker)
- Compatibility with Configcrunch 1.0.0 and Riptide Lib 0.7.0
- Fixed an error when running
riptide update
and an image wasn't found. Instead shows a warning (#4).