Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Releases: terricain/keyvault2kube

2.3.2

06 Oct 18:11
e82fe00
Compare
Choose a tag to compare
  • Slightly increased default memory usage for app container

2.3.1

05 Oct 14:59
1108c84
Compare
Choose a tag to compare
  • Fixed a accidental addition to Dockerfile

2.3.0

05 Oct 14:55
Compare
Choose a tag to compare
  • Add a startup probe for kubernetes which returns when all secrets have been applied the first time.

2.2.1

13 Sep 15:18
8ecd966
Compare
Choose a tag to compare
  • Fix a startup issue caused by cast() being incorrectly modified in 2.2.0.

2.2.0

13 Sep 15:05
4c5ae6f
Compare
Choose a tag to compare

What's Changed

  • Support deployment to all namespaces via an environment variable @thenu97 in #8
  • Update project dependencies

New Contributors

Full Changelog: 2.1.0...2.2.0

2.1.0

31 Dec 18:13
a00b6dd
Compare
Choose a tag to compare

Changes

  • Use GitHub Container Registry instead of Dockerhub
  • Add arm64 builds
  • Limit builds to tags that match a valid semver
  • Upgrade to Python 3.10
  • Upgrade all dependencies to latest version
  • Add /deploy directory for deployment via Flux
  • Updated README.md