Skip to content

Latest commit

 

History

History
121 lines (55 loc) · 5.68 KB

CHANGELOG.md

File metadata and controls

121 lines (55 loc) · 5.68 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

2.5.0 (2024-05-06)

Features

  • auth: Use the regclient code to extract the docker host authentication from ~/.docker/config.json #17 (6d8a237)

2.4.0 (2024-05-05)

Features

Bug Fixes

  • auth: Ensure that the Docker client uses the auth config file if the password has not been specified #15 (135ffab)

2.3.0 (2024-05-01)

Features

  • tests: Add more tests around tagging (fa7d864), closes #14

2.2.0 (2024-04-30)

Features

  • devops: Add a get script to pull the latest binary #13 (6ac0af8)
  • devops: Split the build workflow out of the tests #12 (6a44e85)
  • refactor: Use a consistent print function across the code #11 (8a7ab17)

2.1.0 (2024-04-28)

Features

  • version: Add the version to the CLI and build it in using ldflags #10 (769b04b)

2.0.0 (2024-04-28)

⚠ BREAKING CHANGES

  • build: Remove the docker build flags as an option because we don't currently do anything with them #9

Bug Fixes

  • build: Remove the docker build flags as an option because we don't currently do anything with them #9 (8b066f4)

1.4.0 (2024-04-28)

Features

  • testing: Add a test for the standard build where the hash has changed #7 (4895c47)
  • testing: Add a test where the Dockerfile is outside of the build context #8 (7a835ec)

Bug Fixes

  • testing: Correct the branch name on the test workflow to main (fc1a60e)

1.3.0 (2024-04-28)

Features

  • structure: Restructured the folders in the repository to make the code more maintainable #5 (23c5e37)
  • testing: Add an end-to-end test for the standard build process where the hash exists #6 (46f96a3)

1.2.2 (2024-04-28)

Bug Fixes

  • auth: Use a registry default if one is not specified #4 (db4a04c)

1.2.1 (2024-04-28)

Bug Fixes

  • build: Add the ability to specify a Dockerfile with a path outside of the build context #2 (e88b551)

1.2.0 (2024-04-28)

Features

  • build: Add the ability to calculate the relative paths between the Dockerfile and the build path. (e56dbc5)

1.1.1 (2024-04-27)

1.1.0 (2024-04-27)

Features

  • devops: Add a build script to build the binaries for different platforms. (bbdf4c0)

1.0.0 (2024-04-27)

Features

  • devops: Add the major release script (79d824a)

0.0.1 (2024-04-27)

Features

  • devops: Add the initial release scripts (f042b5f)