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 across 1 directory with 2 updates #6105

Merged
merged 3 commits into from
Aug 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 30, 2024

Bumps the go group with 2 updates in the / directory: github.com/cert-manager/cert-manager and github.com/gkampitakis/go-snaps.

Updates github.com/cert-manager/cert-manager from 1.15.1 to 1.15.2

Release notes

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

v1.15.2

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

🔗 See v1.15.0 for more information about cert-manager 1.15 and read-before-upgrade info.

📜 Changes since v1.15.1

Bug or Regression

  • BUGFIX route53: explicitly set the aws-global STS region which is now required by the github.com/aws/aws-sdk-go-v2 library. (#7189, @cert-manager-bot)
  • Bump grpc-go to fix GHSA-xr7q-jx4m-x55m (#7167, @SgtCoDFish)
  • Fix Azure DNS causing panics whenever authentication error happens (#7188, @cert-manager-bot)
  • Fix incorrect value and indentation of endpointAdditionalProperties in the PodMonitor template of the Helm chart (#7191, @inteon)
  • Fixes ACME HTTP01 challenge behavior when using Gateway API to prevent unbounded creation of HTTPRoute resources (#7186, @cert-manager-bot)
  • Upgrade golang from 1.22.3 to 1.22.5 (#7165, @github-actions)

v1.15.2-alpha.1

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

🔗 See v1.15.0 for more information about cert-manager 1.15 and read-before-upgrade info.

📜 Changes since v1.15.1

Bug or Regression

  • BUGFIX route53: explicitly set the aws-global STS region which is now required by the github.com/aws/aws-sdk-go-v2 library. (#7189, @cert-manager-bot)
  • Bump grpc-go to fix GHSA-xr7q-jx4m-x55m (#7167, @SgtCoDFish)
  • Fix Azure DNS causing panics whenever authentication error happens (#7188, @cert-manager-bot)
  • Fix incorrect value and indentation of endpointAdditionalProperties in the PodMonitor template of the Helm chart (#7191, @inteon)
  • Fixes ACME HTTP01 challenge behavior when using Gateway API to prevent unbounded creation of HTTPRoute resources (#7186, @cert-manager-bot)
  • Upgrade golang from 1.22.3 to 1.22.5 (#7165, @github-actions)
Commits
  • 48216fb Merge pull request #7200 from cert-manager-bot/cherry-pick-7199-to-release-1.15
  • a94ad68 Update the Google CloudBuild job image
  • 5604417 Merge pull request #7197 from ThatsMrTalbot/fix/e2e-feature-flags-disabled-te...
  • 243cd78 fix: e2e feature flags disabled test failing
  • a4338af Merge pull request #7191 from inteon/release-1.15_podmonitor_template
  • ae55ea1 Fix incorrect value and indentation of the PodMonitor endpointAdditionalPrope...
  • 35e27b7 Merge pull request #7189 from cert-manager-bot/cherry-pick-7108-to-release-1.15
  • bf03ee5 improve aws GetSession comments that explain when and why regions have to be set
  • ff2a82a verify that the "aws-global" is used for sts in test
  • b47c58b set global region when calling sts
  • Additional commits viewable in compare view

Updates github.com/gkampitakis/go-snaps from 0.5.5 to 0.5.6

Release notes

Sourced from github.com/gkampitakis/go-snaps's releases.

v0.5.6

What's Changed

Full Changelog: gkampitakis/go-snaps@v0.5.5...v0.5.6

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
github.com/nginxinc/nginx-prometheus-exporter [>= 1.2.a, < 1.3]
github.com/prometheus/client_golang [>= 1.19.a, < 1.20]

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 July 30, 2024 17:28
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 30, 2024
@nginx-bot nginx-bot enabled auto-merge (squash) July 30, 2024 17:28
Bumps the go group with 2 updates in the / directory: [github.com/cert-manager/cert-manager](https:/cert-manager/cert-manager) and [github.com/gkampitakis/go-snaps](https:/gkampitakis/go-snaps).

Updates `github.com/cert-manager/cert-manager` from 1.15.1 to 1.15.2
- [Release notes](https:/cert-manager/cert-manager/releases)
- [Changelog](https:/cert-manager/cert-manager/blob/master/RELEASE.md)
- [Commits](cert-manager/cert-manager@v1.15.1...v1.15.2)

Updates `github.com/gkampitakis/go-snaps` from 0.5.5 to 0.5.6
- [Release notes](https:/gkampitakis/go-snaps/releases)
- [Commits](gkampitakis/go-snaps@v0.5.5...v0.5.6)

---
updated-dependencies:
- 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/gkampitakis/go-snaps
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
...

Signed-off-by: dependabot[bot] <[email protected]>
@pdabelf5 pdabelf5 force-pushed the dependabot/go_modules/go-86feeb9127 branch from c87b53d to 74adaa8 Compare July 31, 2024 10:56
@pdabelf5 pdabelf5 changed the title Bump the go group across 1 directory with 5 updates Bump the go group across 1 directory with 2 updates Jul 31, 2024
@nginx-bot nginx-bot merged commit 2a5e0ed into main Aug 1, 2024
76 checks passed
@nginx-bot nginx-bot deleted the dependabot/go_modules/go-86feeb9127 branch August 1, 2024 14:06
nginx-bot pushed a commit that referenced this pull request Aug 1, 2024
Bumps the go group with 2 updates in the / directory: [github.com/cert-manager/cert-manager](https:/cert-manager/cert-manager) and [github.com/gkampitakis/go-snaps](https:/gkampitakis/go-snaps).

Updates `github.com/cert-manager/cert-manager` from 1.15.1 to 1.15.2
- [Release notes](https:/cert-manager/cert-manager/releases)
- [Changelog](https:/cert-manager/cert-manager/blob/master/RELEASE.md)
- [Commits](cert-manager/cert-manager@v1.15.1...v1.15.2)

Updates `github.com/gkampitakis/go-snaps` from 0.5.5 to 0.5.6
- [Release notes](https:/gkampitakis/go-snaps/releases)
- [Commits](gkampitakis/go-snaps@v0.5.5...v0.5.6)

---
updated-dependencies:
- 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/gkampitakis/go-snaps
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Paul Abel <[email protected]>
pdabelf5 pushed a commit that referenced this pull request Aug 1, 2024
)

Bump the go group across 1 directory with 2 updates (#6105)

Bumps the go group with 2 updates in the / directory: [github.com/cert-manager/cert-manager](https:/cert-manager/cert-manager) and [github.com/gkampitakis/go-snaps](https:/gkampitakis/go-snaps).

Updates `github.com/cert-manager/cert-manager` from 1.15.1 to 1.15.2
- [Release notes](https:/cert-manager/cert-manager/releases)
- [Changelog](https:/cert-manager/cert-manager/blob/master/RELEASE.md)
- [Commits](cert-manager/cert-manager@v1.15.1...v1.15.2)

Updates `github.com/gkampitakis/go-snaps` from 0.5.5 to 0.5.6
- [Release notes](https:/gkampitakis/go-snaps/releases)
- [Commits](gkampitakis/go-snaps@v0.5.5...v0.5.6)

---
updated-dependencies:
- 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/gkampitakis/go-snaps
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
jjngx pushed a commit that referenced this pull request Aug 2, 2024
Bumps the go group with 2 updates in the / directory: [github.com/cert-manager/cert-manager](https:/cert-manager/cert-manager) and [github.com/gkampitakis/go-snaps](https:/gkampitakis/go-snaps).

Updates `github.com/cert-manager/cert-manager` from 1.15.1 to 1.15.2
- [Release notes](https:/cert-manager/cert-manager/releases)
- [Changelog](https:/cert-manager/cert-manager/blob/master/RELEASE.md)
- [Commits](cert-manager/cert-manager@v1.15.1...v1.15.2)

Updates `github.com/gkampitakis/go-snaps` from 0.5.5 to 0.5.6
- [Release notes](https:/gkampitakis/go-snaps/releases)
- [Commits](gkampitakis/go-snaps@v0.5.5...v0.5.6)

---
updated-dependencies:
- 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/gkampitakis/go-snaps
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Paul Abel <[email protected]>
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