Skip to content

Releases: shini4i/kubeseal-auto

v0.4.8

18 Apr 09:35
b0638dc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.7...v0.4.8

v0.4.7

05 Mar 09:55
939574d
Compare
Choose a tag to compare

Fixed

  • Yaml parsing for kubeseal >= 0.24.0

v0.4.6

03 Oct 06:20
582cb79
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump certifi from 2021.10.8 to 2022.12.7 by @dependabot in #17
  • chore(deps): bump setuptools from 65.3.0 to 65.5.1 by @dependabot in #18
  • chore(deps): bump oauthlib from 3.2.1 to 3.2.2 by @dependabot in #19
  • chore(deps): bump requests from 2.28.1 to 2.31.0 by @dependabot in #21
  • chore(deps): bump pygments from 2.11.2 to 2.15.0 by @dependabot in #22
  • chore(deps): bump certifi from 2022.12.7 to 2023.7.22 by @dependabot in #23
  • chore(deps): bump urllib3 from 1.26.9 to 1.26.17 by @dependabot in #24

Full Changelog: v0.4.5...v0.4.6

v0.4.5

29 Sep 10:33
bc84999
Compare
Choose a tag to compare

Added

  • version flag

Changed

  • minor cli.py refactoring

v0.4.4

06 Sep 18:27
c99ffe4
Compare
Choose a tag to compare

Fixed

  • Corner case when SealedSecrets controller has a different name

v0.4.3

06 Sep 17:44
9eef0c1
Compare
Choose a tag to compare

Changed

  • Fallback to the default kubeseal binary if the specific version can't be downloaded

Fixed

  • Correct exit code if the required version of kubeseal was not found on github

v0.4.2

21 Jul 12:45
4e02c4a
Compare
Choose a tag to compare

Fixed

  • Correct download link for amd64
  • Exit 1 if unsupported architecture or OS is detected

v0.4.1

15 Jul 19:03
ba72b40
Compare
Choose a tag to compare

This is a patch release that does not have any important changes

Changed

  • Print controller version on a separated line

Fixed

  • Removed code duplication

v0.4.0

05 Jul 18:00
8cbea2e
Compare
Choose a tag to compare

Added

  • kubeseal-auto now downloads the same version of kubeseal binary as the version of sealed-secret controller (only in non-detached mode)

v0.3.1

04 Jul 07:52
19fe4d6
Compare
Choose a tag to compare

Fixed

  • TypeError: argument of type 'NoneType' is not iterable in _find_sealed_secrets_controller