Skip to content

Changes and user specific changes

Jon Gesell edited this page Jun 9, 2021 · 4 revisions

v1.2.0

User Facing

  • Added ability to pull and push private images
  • Improved functionality when interacting with non-DockerHub-based repositories.

Notes While this should be completely backwards compatible with v1.1.0, it is still recommended that users go back and add the secret DOCKERHUB_URL. While this is not strictly necessary if using DockerHub, it is still recommended that it be set to "None" in that case, as it is now used as part of the push/pull routine. All DockerHub interactions have been changed from using GitHub Actions to using Python, as it allowed us to more easily and fluidly connect to non-DockerHub repositories.


v1.1.0

User Facing

  • Split testing categories into tests for images and tests for auto-docker
  • Fixed recursion bug when adding image

Notes When migrating from v1.0.0 to v1.1.0 you must manually edit the relationships.yaml file and remove images not built by the repository organization in latest.


v1.0.0

User Facing

  • Migrated from bash to python for building and testing
  • Added in wiki for updated instructions
  • Added unit test for auto-docker functionality

v0.1.0

INITIAL BETA VERSION
Intial beta release of auto-docker code. This is the prototype version written in bash and using github actions.


Clone this wiki locally