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

Releases: h3poteto/kms-secrets

v0.5.0

09 Oct 13:40
527753a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...0.5.0

0.4.1

28 May 03:05
ca5493e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

0.4.0

03 Apr 11:32
973fd8f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

0.3.0

02 Apr 16:39
0521250
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.3.0

0.2.1

04 Jun 12:14
29d4e72
Compare
Choose a tag to compare

Changed

  • #358 Update k8s.io/utils commit hash to 6fdb442
  • #364 Update module github.com/onsi/gomega to v1.13.0
  • #363 Update module github.com/onsi/ginkgo to v1.16.4
  • #361 Update module github.com/aws/aws-sdk-go to v1.38.53
  • #367 Update module sigs.k8s.io/controller-runtime to v0.8.3
  • #369 Run go mod tidy
  • #366 Add github workflow to fix go mod for renovate PRs
  • #360 Add Renovate badge
  • #359 Update golang Docker tag to v1.16
  • #345 Bump github.com/aws/aws-sdk-go from 1.37.1 to 1.37.32
  • #357 Add renovate config
  • #355 Configure Renovate

Fixed

  • #370 refs #239 Use plain text when parsing yaml is failed

0.2.0

25 Feb 14:08
dd59dfa
Compare
Choose a tag to compare

Support Kubernetes 1.20.x.

Added

  • #297 refs #275 Retire CircleCI
  • #296 refs #275 Run e2e tests in github actions
  • #294 refs #275 Create a first e2e test case

Changed

  • #302 Bump github.com/onsi/ginkgo from 1.14.2 to 1.15.0
  • #300 Bump github.com/aws/aws-sdk-go from 1.35.1 to 1.37.1
  • #301 Bump github.com/onsi/gomega from 1.10.2 to 1.10.5
  • #298 Bump k8s.io/klog/v2 from 2.4.0 to 2.5.0
  • #290 Bump github.com/go-logr/logr from 0.1.0 to 0.4.0
  • #203 Bump github.com/onsi/ginkgo from 1.14.1 to 1.14.2
  • #289 Bump sigs.k8s.io/controller-runtime from 0.6.3 to 0.8.1
  • #293 Use testing instead of ginkgo for unit test

0.1.4

03 Oct 06:25
18b30ce
Compare
Choose a tag to compare

Changed

  • #196 Bump k8s.io from 0.18.6 to 0.18.9
  • #176 Bump sigs.k8s.io/controller-runtime from 0.6.0 to 0.6.3
  • #166 Bump github.com/onsi/ginkgo from 1.14.0 to 1.14.1
  • #192 Bump github.com/aws/aws-sdk-go from 1.33.3 to 1.35.1
  • #165 Bump github.com/onsi/gomega from 1.10.1 to 1.10.2
  • #195 Create docker-publish.yml
  • #194 Update golang version to 1.15
  • #193 Update kubebuilder to 2.3.1 in CI

0.1.3

08 Jul 06:54
40a84ee
Compare
Choose a tag to compare

Changed

  • #115 Bump github.com/onsi/ginkgo from 1.12.0 to 1.14.0
  • #117 Bump github.com/aws/aws-sdk-go from 1.29.34 to 1.33.3
  • #107 Bump k8s.io/client-go from 0.18.3 to 0.18.5
  • #75 Bump github.com/onsi/gomega from 1.9.0 to 1.10.1
  • #54 Update api version

0.1.2

21 May 10:03
10cd6cd
Compare
Choose a tag to compare

Added

  • #17 Add tests
  • #26 Add license file

Changed

  • #71 Bump k8s.io/api from 0.18.2 to 0.18.3
  • #70 Bump to k8s.io version 0.18.2
  • #48 Bump sigs.k8s.io/controller-runtime from 0.5.2 to 0.6.0
  • #24 Bump sigs.k8s.io/controller-runtime from 0.5.0 to 0.5.2
  • #20 Bump github.com/aws/aws-sdk-go from 1.29.24 to 1.29.34

0.1.1

28 Mar 12:51
0e0a53b
Compare
Choose a tag to compare

Added

  • #18 Yaml parse before create secrets
  • #15 refs #14 Create helm chart to install kms-secrets

Changed

  • #16 refs #14 Add helm installation in README