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 the go group with 3 updates #5234

Merged
merged 3 commits into from
Mar 13, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2024

Bumps the go group with 5 updates:

Package From To
github.com/aws/aws-sdk-go-v2/config 1.27.6 1.27.7
github.com/aws/aws-sdk-go-v2/service/marketplacemetering 1.21.1 1.21.2
github.com/prometheus/common 0.47.0 0.48.0

Updates github.com/aws/aws-sdk-go-v2/config from 1.27.6 to 1.27.7

Commits

Updates github.com/aws/aws-sdk-go-v2/service/marketplacemetering from 1.21.1 to 1.21.2

Commits

Updates github.com/cert-manager/cert-manager from 1.14.3 to 1.14.4

Release notes

Sourced from github.com/cert-manager/cert-manager's releases.

v1.14.4

cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.

cert-manager 1.14 brings a variety of features, security improvements and bug fixes, including: support for creating X.509 certificates with "Other Name" fields, and support for creating CA certificates with "Name Constraints" and "Authority Information Accessors" extensions.

⚠️ Known Issues

  • ACME Issuer (Let's Encrypt): wrong certificate chain may be used if preferredChain is configured: see release docs for more info and mitigations

ℹ️ Documentation

Release notes Upgrade notes Installation instructions

🔧 Breaking changes

See Breaking changes in v1.14.0 release notes

📜 Changes since v1.14.3

Bug or Regression

Other (Cleanup or Flake)

Commits
  • f5ddc41 Merge pull request #6842 from inteon/release-1.14_base
  • e5d4a42 bump debian12 base images
  • 716ff1c Merge pull request #6834 from inteon/release-1.14_cve
  • a362957 upgrade Helm to fix CVE-2024-26147
  • f89a561 Merge pull request #6829 from inteon/release-1.14_cve
  • 56e0adf upgrade google.golang.org/protobuf fixing GO-2024-2611
  • 234ba0b Merge pull request #6825 from jetstack-bot/cherry-pick-6823-to-release-1.14
  • 4401df0 bump go to 1.21.8
  • 756f8bb Merge pull request #6819 from jetstack-bot/cherry-pick-6816-to-release-1.14
  • 945b69a prevent fuzzer from generating impossible configurations
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner March 11, 2024 17:52
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 11, 2024
Bumps the go group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.27.6` | `1.27.7` |
| [github.com/aws/aws-sdk-go-v2/service/marketplacemetering](https://github.com/aws/aws-sdk-go-v2) | `1.21.1` | `1.21.2` |
| [github.com/cert-manager/cert-manager](https://github.com/cert-manager/cert-manager) | `1.14.3` | `1.14.4` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.18.0` | `1.19.0` |
| [github.com/prometheus/common](https://github.com/prometheus/common) | `0.47.0` | `0.48.0` |


Updates `github.com/aws/aws-sdk-go-v2/config` from 1.27.6 to 1.27.7
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.27.6...config/v1.27.7)

Updates `github.com/aws/aws-sdk-go-v2/service/marketplacemetering` from 1.21.1 to 1.21.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.21.1...v1.21.2)

Updates `github.com/cert-manager/cert-manager` from 1.14.3 to 1.14.4
- [Release notes](https://github.com/cert-manager/cert-manager/releases)
- [Commits](cert-manager/cert-manager@v1.14.3...v1.14.4)

Updates `github.com/prometheus/client_golang` from 1.18.0 to 1.19.0
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.18.0...v1.19.0)

Updates `github.com/prometheus/common` from 0.47.0 to 0.48.0
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](prometheus/common@v0.47.0...v0.48.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/marketplacemetering
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/cert-manager/cert-manager
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/prometheus/common
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-435d473694 branch from 4e3b7e2 to 106c294 Compare March 12, 2024 17:34
@pdabelf5 pdabelf5 changed the title Bump the go group with 5 updates Bump the go group with 3 updates Mar 13, 2024
@pdabelf5 pdabelf5 merged commit aa4c4c4 into main Mar 13, 2024
77 checks passed
@pdabelf5 pdabelf5 deleted the dependabot/go_modules/go-435d473694 branch March 13, 2024 12:01
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.

3 participants