Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 2.13 KB

changelog.md

File metadata and controls

50 lines (36 loc) · 2.13 KB

Changelog

v1.6 (2021-10-31) - Spooky Separators!

  • Support multi-line and whitespace in Namespace list
  • CI and Docker build improvements:
    • Fix broken GitHub CI actions
    • Combine amd64 and ARM builds into one using buildx
    • Reduce size of container image
    • Contributed by Jeremy Ruffell in pull request 25
  • Minor bug fix in an error message
  • Fix some broken integration tests
  • Implemented in pull request 26

v1.5 (2021-04-03)

v1.4 (2021-02-13)

  • Update Docker secrets instead of delete+create
  • Fall back to old delete+create if update fails to avoid breaking old users

v1.3 (2020-06-07)

  • Added support for ARM

v1.2 (2020-06-07)

  • TARGET_NAMESPACE now supports multiple namespaces and wildcards
  • Added automated tests
  • Various refactoring and code restructuring

v1.1 (2020-04-25)

  • Added environment variable to specify a namespace
  • Add a changelog
  • Add a contributor list

v1.0 (2020-03-22)

Initial version release. More info here: https://nabeel.dev/2020/03/22/k8s-ecr-login-renew/