Skip to content

chore(deps): bump github.com/bitnami-labs/sealed-secrets from 0.27.3 to 0.29.0 #5326

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 17, 2025

Bumps github.com/bitnami-labs/sealed-secrets from 0.27.3 to 0.29.0.

Release notes

Sourced from github.com/bitnami-labs/sealed-secrets's releases.

sealed-secrets-v0.29.0

v0.29.0 (2025-03-27T12:17:52Z)

New v0.29.0 release!

Changelog

  • 008e497c Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 (#1696)
  • 49f53c80 Bump github.com/onsi/ginkgo/v2 from 2.22.2 to 2.23.0 (#1701)
  • 1814f94d Bump github.com/onsi/ginkgo/v2 from 2.23.0 to 2.23.3 (#1711)
  • 4457558c Bump github.com/onsi/gomega from 1.36.2 to 1.36.3 (#1712)
  • 0bdb5076 Bump github.com/prometheus/client_golang from 1.20.5 to 1.21.0 (#1695)
  • f40f5495 Bump github.com/prometheus/client_golang from 1.21.0 to 1.21.1 (#1700)
  • 558c154e Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 (#1683)
  • 4aadfe58 Bump golang.org/x/crypto from 0.32.0 to 0.33.0 (#1685)
  • b2814682 Bump golang.org/x/crypto from 0.33.0 to 0.35.0 (#1697)
  • dcba0557 Bump golang.org/x/crypto from 0.35.0 to 0.36.0 (#1699)
  • d87ba070 Bump golang.org/x/net from 0.35.0 to 0.36.0 in the go_modules group (#1702)
  • fe292af1 Bump k8s.io/client-go from 0.32.0 to 0.32.1 (#1678)
  • f0a38bef Bump k8s.io/client-go from 0.32.1 to 0.32.2 (#1691)
  • 3350c69c Bump k8s.io/client-go from 0.32.2 to 0.32.3 (#1705)
  • 956395bd Bump k8s.io/code-generator from 0.32.0 to 0.32.1 (#1677)
  • 8b81e0d5 Bump k8s.io/code-generator from 0.32.1 to 0.32.2 (#1693)
  • 4520217e Bump k8s.io/code-generator from 0.32.2 to 0.32.3 (#1708)
  • ab16dfb5 Bump to go1.23.7 (#1714)
  • 30c1d2dd Fix register a key using secret creationTimestamp instead of certificate validity timestamp (#1681)
  • 0d9cfaf9 Release Notes for 0.29.0 (#1715)
  • bd31ab89 Release carvel package 2.17.1 (#1676)
  • c66a23dd Update environment k8s version on CI (#1688)
  • d23a4a47 Update go tooling to 1.23.6 (#1686)

Installation Instructions

Cluster-side

Install the SealedSecret CRD and server-side controller into the kube-system namespace:

kubectl apply -f https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.29.0/controller.yaml

Client-side

Install the client-side tool into /usr/local/bin/:

Linux x86_64:

curl -OL "https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.29.0/kubeseal-0.29.0-linux-amd64.tar.gz"
tar -xvzf kubeseal-0.29.0-linux-amd64.tar.gz kubeseal
sudo install -m 755 kubeseal /usr/local/bin/kubeseal

... (truncated)

Changelog

Sourced from github.com/bitnami-labs/sealed-secrets's changelog.

v0.29.0

  • Fix register a key using secret creationTimestamp instead of certificate validity timestamp (#1681)
  • Bump to go1.23.7 (#1714)
  • Update environment k8s version on CI (#1688)
  • Update go tooling to 1.23.6 (#1686)
  • Bump github.com/onsi/gomega from 1.36.2 to 1.36.3 (#1712)
  • Bump github.com/onsi/ginkgo/v2 from 2.23.0 to 2.23.3 (#1711)
  • Bump k8s.io/code-generator from 0.32.2 to 0.32.3 (#1708)
  • Bump k8s.io/client-go from 0.32.2 to 0.32.3 (#1705)
  • Bump golang.org/x/net from 0.35.0 to 0.36.0 in the go_modules group (#1702)
  • Bump golang.org/x/crypto from 0.35.0 to 0.36.0 (#1699)
  • Bump github.com/prometheus/client_golang from 1.21.0 to 1.21.1 (#1699)
  • Bump github.com/onsi/ginkgo/v2 from 2.22.2 to 2.23.0 (#1701)
  • Bump github.com/prometheus/client_golang from 1.20.5 to 1.21.0 (#1695)
  • Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 (#1696)
  • Bump golang.org/x/crypto from 0.33.0 to 0.35.0 (#1697)
  • Bump k8s.io/client-go from 0.32.1 to 0.32.2 (#1691)
  • Bump k8s.io/code-generator from 0.32.1 to 0.32.2 (#1693)
  • Bump golang.org/x/crypto from 0.32.0 to 0.33.0 (#1685)
  • Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 (#1683)
  • Bump k8s.io/client-go from 0.32.0 to 0.32.1 (#1678)
  • Bump k8s.io/code-generator from 0.32.0 to 0.32.1 (#1677)

v0.28.0

  • fix: explicitly set resourceFieldRef.divisor (#1655)
  • Fix deprecated functions for bumping client-go (#1667)
  • Bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (#1670)
  • Bump golang.org/x/crypto from 0.31.0 to 0.32.0 (#1671)
  • Bump github.com/onsi/gomega from 1.36.1 to 1.36.2 (#1669)
  • Bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.1 (#1668)
  • Bump github.com/onsi/gomega from 1.36.0 to 1.36.1 (#1664)
  • Bump golang.org/x/crypto from 0.30.0 to 0.31.0 (#1659)
  • Bump golang.org/x/crypto from 0.29.0 to 0.30.0 (#1657)
Commits
  • 0d9cfaf Release Notes for 0.29.0 (#1715)
  • ab16dfb Bump to go1.23.7 (#1714)
  • 4457558 Bump github.com/onsi/gomega from 1.36.2 to 1.36.3 (#1712)
  • 1814f94 Bump github.com/onsi/ginkgo/v2 from 2.23.0 to 2.23.3 (#1711)
  • 4520217 Bump k8s.io/code-generator from 0.32.2 to 0.32.3 (#1708)
  • 3350c69 Bump k8s.io/client-go from 0.32.2 to 0.32.3 (#1705)
  • 30c1d2d Fix register a key using secret creationTimestamp instead of certificate vali...
  • d87ba07 Bump golang.org/x/net from 0.35.0 to 0.36.0 in the go_modules group (#1702)
  • dcba055 Bump golang.org/x/crypto from 0.35.0 to 0.36.0 (#1699)
  • f40f549 Bump github.com/prometheus/client_golang from 1.21.0 to 1.21.1 (#1700)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/bitnami-labs/sealed-secrets](https://github.com/bitnami-labs/sealed-secrets) from 0.27.3 to 0.29.0.
- [Release notes](https://github.com/bitnami-labs/sealed-secrets/releases)
- [Changelog](https://github.com/bitnami-labs/sealed-secrets/blob/main/RELEASE-NOTES.md)
- [Commits](bitnami-labs/sealed-secrets@v0.27.3...v0.29.0)

---
updated-dependencies:
- dependency-name: github.com/bitnami-labs/sealed-secrets
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependabot go Pull requests that update Go code labels May 17, 2025
Copy link

@replicated-ci replicated-ci left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

This PR was automatically approved and merged by the automated-prs-manager GitHub action

@replicated-ci replicated-ci merged commit c6910bf into main May 17, 2025
92 checks passed
@replicated-ci replicated-ci deleted the dependabot/go_modules/github.com/bitnami-labs/sealed-secrets-0.29.0 branch May 17, 2025 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot go Pull requests that update Go code type::chore type::security
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant