Skip to content

0.8.0

Compare
Choose a tag to compare
@mswservice mswservice released this 25 Jan 15:15
· 334 commits to main since this release
3adc09d

0.8.0 - 2022-01-25

Added

  • Change docker in docker image tag from stable-dind to dind

Fixed

  • Fix up clippy warnings and enforce clippy going forward
  • image_exists_locally now checks that the specified image exists

0.0.16 - 2018-09-10

Changed

  • Wrapped common docker errors to make them clearer - PATCH

0.0.15 - 2018-08-08

Changed

  • Only kill dind container if we launched it - BUGFIX

0.0.14 - 2018-08-08

Added

  • --pull switch to update images - PATCH

Fixed

  • Fixup docker-in-docker to allow bind mounts - PATCH

0.0.13 - 2018-08-06

Added

  • docker-in-docker support - PATCH
  • Add ability to forward current user - PATCH

0.0.12 - 2018-07-31

Changed

  • Made tmux socket forwarding permissive (doesn't fail if not found) - PATCH

0.0.11 - 2018-07-31

Changed

  • Build spec now requires the name as a subkey of build - BREAKING
  • forward_tmux_session -> forward_tmux_socket - BREAKING

Added

  • Rewrite in Rust - PATCH
  • Sphinx docs - PATCH

0.0.10 - 2018-07-25

Added

  • Allow custom docker switches - PATCH
  • Configurable pull policy - PATCH

0.0.9 - 2018-07-12

Added

  • Add a version switch - PATCH

Changed

  • Make docker not use sudo - PATCH

0.0.8 - 2018-07-11

Changed

  • Empty init defaults to no commands - BUGFIX
  • Make image specification mandatory - PATCH

0.0.7 - 2018-07-10

Changed

  • Change how we specify an image to build - PATCH

0.0.6 - 2018-07-10

Added

  • Add option to forward tmux socket - PATCH
  • Add basic configuration validation - PATCH
  • Added ability to specify shell - PATCH
  • Add BSD style help switch - PATCH

0.0.5 - 2018-07-03

Added

  • Config file now command line parameter. Default still ./floki.yaml

0.0.4 - 2018-04-06

Changed

  • Allow build container to originate from Dockerfile - PATCH

0.0.3 - 2018-04-06

Changed

  • Rename to ssh-agent forwarding field - PATCH

0.0.2 - 2018-04-06

Changed

  • Rename to floki to prevent conflicts on pypi - PATCH

0.0.1 - 2018-04-06

Added

  • Initial primitive version

Changed