Skip to content
This repository has been archived by the owner on Mar 23, 2019. It is now read-only.

Latest commit

 

History

History
73 lines (66 loc) · 5.22 KB

CHANGELOG.rst

File metadata and controls

73 lines (66 loc) · 5.22 KB

Ansible Container Changes by Release

0.9.3 - Active development

0.9.2 - Released 12-Sep-2017

Major changes

  • Pre-baked conductor images for major releases of CentOS, Fedora, Debian, Ubuntu and Alpine
  • Added support for secrets, which uses Ansible Vault to seed secret objects in Docker, K8s, and OpenShift
  • Added support for mulit-container pods

Minor changes

  • Split --no-cache option for the build command into two options: --no-conductor-cache and --no-contianer-cache
  • Added repository_prefix attribute to a registry defined in registry section of container.yml
  • Added conductor directive to settings section of container.yml
  • Added pull_from attribute to a registry defined in registry section of container.yml
  • Added --vars-files option to stop and restart commands
  • Pull missing images during build
  • Added vars_files directive to settings section of container.yml
  • Support for multiple roles paths
  • Install the sudo package to Debian based conductors
  • Add environment variables defined via --with-variable, or the environment section of settings.conductor in container.yml, to the conductor image
  • Add full role definition string to the cache fingerprint, making the build cache a little more accurate
  • Added --src-mount-path option to build command
  • Added --volume-driver option to build command

Deprecations

None.

Closed Pull Requests