Skip to content

Releases: theCapypara/riptide-engine-docker

Version 0.9.1 (Engine Docker)

07 Oct 11:45
0.9.1
25f288b
Compare
Choose a tag to compare
  • If ignore_original_entrypoint is true 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)

24 Sep 16:27
0.9.0
08f47c9
Compare
Choose a tag to compare

Version 0.8.1 (Engine Docker)

17 Mar 15:01
Compare
Choose a tag to compare

Riptide is now compatible with Python 3.12.

What's Changed

New Contributors

Full Changelog: 0.8.0...0.8.1

Version 0.8.0 (Engine Docker)

17 Jul 10:52
Compare
Choose a tag to compare

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)

15 May 10:42
Compare
Choose a tag to compare

What's Changed

  • MacOS / Windows: Fix occasional riptide update errors when pulling images.

Version 0.7.6 (Engine Docker)

03 Aug 09:32
c70f7a9
Compare
Choose a tag to compare

What's Changed

  • process optional use_host_network flag by @hktudock in #7

New Contributors

Full Changelog: 0.7.5...0.7.6

Version 0.7.5 (Engine Docker)

04 Jul 11:26
Compare
Choose a tag to compare
  • Fixes an issue where colons could not be used in bind path volume names.

Version 0.7.4 (Engine Docker)

23 Mar 09:23
Compare
Choose a tag to compare
  • 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)

17 Feb 16:51
Compare
Choose a tag to compare
  • Fixes an issue that made delete operations not work ("document needs to be frozen first").

Version 0.7.0 (Engine Docker)

05 Jan 17:16
Compare
Choose a tag to compare
  • 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).