Skip to content

Releases: draky-dev/draky

v.0.13.0

20 Aug 11:58
Compare
Choose a tag to compare
v.0.13.0 Pre-release
Pre-release
  • Attempted to further improve multiplatform compatibility.
  • Fixed the issue with exit code of custom commands not being passed to the host executing them.

v0.12.0

13 Aug 22:46
Compare
Choose a tag to compare
v0.12.0 Pre-release
Pre-release
  • Fixed a non-POSIX code fragment from the draky script.
  • Started building draky image for the linux/arm64 architecture as well.

v0.11.0

02 Apr 15:53
Compare
Choose a tag to compare
  • Fixed issue with dict volume definitions not being handled correctly when building the compose file.
  • Fixed issue with named volumes not being handled correctly when building the compose file.
  • Now draky will carry over top-level values from the extended files to the built docker-compose.yml file, merging them.
  • Now draky will carry the highest value "version" number from the extended files to the built compose file.
  • Moved python dependencies into the requirements.txt file.

v0.10.0

22 Mar 18:52
Compare
Choose a tag to compare
  • Made it possible to run custom commands, that run inside the container, as a specified user inside this container.

v0.9.0

15 Feb 17:53
Compare
Choose a tag to compare
  • All variables are now dumped into the .env file, next to the docker-compose.yml instead of being passed directly to the docker-compose.

v0.8.0

21 Jan 23:24
Compare
Choose a tag to compare
  • Fixed issue with addons not really working when enabled not directly on the recipe, but on the extended services in different files.
  • More tests and small improvements.

v0.6.0

21 Jan 10:52
Compare
Choose a tag to compare
  • Removed the dependency on bash when running custom scripts inside the containers.
  • Fixed stdin not being available in the custom scripts running outside the containers.
  • Added tests for using custom scripts

v0.5.0

18 Jan 21:46
Compare
Choose a tag to compare

Initial release.