Skip to content

Latest commit

 

History

History
74 lines (51 loc) · 2.92 KB

changelog.md

File metadata and controls

74 lines (51 loc) · 2.92 KB

Changelog

Helm v1.0.0 (2022-09-10) - Helm Charts!

  • Added support for custom pod annotations. Thanks to

Helm v1.0.0 (2022-09-10) - Helm Charts!

v1.7.1 (2022-06-05) - V1.7.0 for Real

I forgot to merge the change that stops using root user in the container. Thanks to PawelLipski for spotting this.

v1.7.0 (2022-06-05) - Security and Updates

  • The job now runs as a user in the container instead of root (#30)
  • Updated to latest version of Go
  • Updated dependencies to latest versions

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/