Skip to content
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

Bump github.com/bitnami-labs/sealed-secrets from 0.27.3 to 0.28.0 #288

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

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

Release notes

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

sealed-secrets-v0.28.0

v0.28.0 (2025-01-16T12:43:38Z)

New v0.28.0 release!

Changelog

  • 419ddcf0 Bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.1 (#1668)
  • 0ed8f320 Bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (#1670)
  • 5581e98d Bump github.com/onsi/gomega from 1.36.0 to 1.36.1 (#1664)
  • aaaa6486 Bump github.com/onsi/gomega from 1.36.1 to 1.36.2 (#1669)
  • dd43ef1a Bump golang.org/x/crypto from 0.29.0 to 0.30.0 (#1657)
  • e70e158d Bump golang.org/x/crypto from 0.30.0 to 0.31.0 (#1659)
  • 42d70448 Bump golang.org/x/crypto from 0.31.0 to 0.32.0 (#1671)
  • c8a1feaa Fix deprecated functions for bumping client-go (#1667)
  • 6b1b331a Release Notes for 0.28.0 (#1672)
  • 54dab160 Release carvel package 2.17.0 (#1654)
  • a78a5824 fix: explicitly set resourceFieldRef.divisor (#1655)

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.28.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.28.0/kubeseal-0.28.0-linux-amd64.tar.gz"
tar -xvzf kubeseal-0.28.0-linux-amd64.tar.gz kubeseal
sudo install -m 755 kubeseal /usr/local/bin/kubeseal

macOS: The kubeseal client is available on homebrew:

brew install kubeseal

MacPorts:

The kubeseal client is available on MacPorts:

... (truncated)

Changelog

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

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
  • 6b1b331 Release Notes for 0.28.0 (#1672)
  • a78a582 fix: explicitly set resourceFieldRef.divisor (#1655)
  • 0ed8f32 Bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (#1670)
  • 42d7044 Bump golang.org/x/crypto from 0.31.0 to 0.32.0 (#1671)
  • aaaa648 Bump github.com/onsi/gomega from 1.36.1 to 1.36.2 (#1669)
  • 419ddcf Bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.1 (#1668)
  • c8a1fea Fix deprecated functions for bumping client-go (#1667)
  • 5581e98 Bump github.com/onsi/gomega from 1.36.0 to 1.36.1 (#1664)
  • e70e158 Bump golang.org/x/crypto from 0.30.0 to 0.31.0 (#1659)
  • dd43ef1 Bump golang.org/x/crypto from 0.29.0 to 0.30.0 (#1657)
  • 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.28.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.28.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 20, 2025
@bakito bakito merged commit 53e29a4 into main Jan 20, 2025
10 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/bitnami-labs/sealed-secrets-0.28.0 branch January 20, 2025 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant