Skip to content

Releases: kubernetes-sigs/secrets-store-sync-controller

v0.0.2

18 Jul 15:52
59f200c

Choose a tag to compare

v0.0.2 - 2025-07-18

Changelog

Bug Fixes 🐞

  • 2e7eda8 fix: update controller logs
  • 0373d6d fix: update sha generation logic
  • 990c893 fix: add unit test to show failures in current sha logic

Continuous Integration 💜

  • 73a4a43 ci: update kind version and test matrix in e2e-test
  • e0de756 ci: add area/dependency label for dependabot prs
  • 6d25324 ci: add gomod updates to dependabot config

Maintenance 🔧

  • 78026e6 chore: bump version to v0.0.2
  • e6f015a chore: update to go 1.24.5
  • 34352ef chore: Bump github/codeql-action from 3.23.1 to 3.28.17
  • 2cb675f chore: Bump step-security/harden-runner from 2.11.1 to 2.12.0
  • d4f387d chore: Bump engineerd/setup-kind from 0.5.0 to 0.6.2
  • 9100af9 chore: move nilekhc to emeritus_reviewers
  • 88d6cb0 chore: Bump actions/dependency-review-action from 4.0.0 to 4.6.0
  • d6483a1 chore: Bump step-security/harden-runner from 2.6.1 to 2.11.1
  • d9337f6 chore: Bump github.com/stretchr/testify from 1.8.2 to 1.8.4
  • 7af43a0 chore: Bump the k8s group with 5 updates
  • d93895a chore: Bump actions/setup-go from 4.0.1 to 5.4.0
  • ae35e90 chore: Bump actions/upload-artifact from 4.2.0 to 4.6.2
  • 6afde7a chore: Bump github.com/golangci/golangci-lint in /hack/tools
  • f0ef3b9 chore: Bump github.com/golangci/golangci-lint in /hack/tools
  • 140c80c chore: Bump github.com/golangci/golangci-lint in /hack/tools
  • 15f13b2 chore: bump kind to v0.27.0
  • 4147c6f chore: update to go 1.24
  • ad4c260 chore: Bump codecov/codecov-action from 3.1.4 to 4.5.0

Security Fix 🛡️

v0.0.1

23 Aug 19:26
f658b9f

Choose a tag to compare

v0.0.1 - 2024-08-23

Changelog

Bug Fixes 🐞

  • 90441fc fix: fixes helm chart publish

Continuous Integration 💜

  • 855ccac ci: fixes goreleaser
  • 1f84e93 ci: fixes e2e tests workflow
  • 08df6d9 ci: fixes gcloud auth
  • c6e44d3 ci: updates timeout for staging image build
  • 4a023b9 ci: Add golangci-lint configuration (#11)

Features 🌈

  • fc85101 feat: adds multi arch image build
  • 569742b feat: sets up code in new repo (#12)

Maintenance 🔧

Testing 💚

  • 5c80ab7 test: add e2e vap tests
  • 8be5731 test: add e2e provider tests
  • 2a7ce23 test: adds unit tests for Reconcile (#36)
  • e609dbb test: adds secret util tests