Skip to content

Releases: utopia-php/orchestration

0.7.0

28 Oct 07:24
484df2c
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.6.0...0.7.0

0.6.0

13 Jul 16:47
9426397
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release

What's Changed

Full Changelog: 0.5.0...0.6.0

0.5.0

23 Mar 09:44
6e5d160
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.4.1...0.5.0

0.4.1

20 Feb 09:23
67cf0ab
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.4.0...0.4.1

0.4.0

17 Feb 11:59
6f25a47
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

What's Changed

Full Changelog: 0.3.0...0.4.0

0.3.0

20 Dec 15:14
5398361
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.2.1...0.3.0

New Networking Functions

  • createNetwork(name, isInternal) Creates a network with that name
  • removeNetwork(name) Deletes the network with that name
  • networkConnect(container, network) Connects a container onto that network
  • networkDisconnect(container, network, force) Disconnects a container from that network, can be forced using the force param
  • listNetworks() Returns a list of all networks available

Updated Functions

  • run() now has a new parameter hostname for setting the hostname of a container.

Bug Fixes

  • Labels are better sanitised for the DockerCLI Adapter so there is less chance of a command breaking due to invalid labels
  • Volumes are now actually mounted when using the run function on both the DockerCLI and DockerAPI Adapter

0.2.1

03 Sep 11:40
55da7a3
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release
  • Remove all usages of references when using forEach

0.2.0

16 Aug 12:55
de10509
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • Second Release 🇬🇧

0.1.0

16 Aug 12:53
8259034
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
  • First release! 🎉 🇬🇧