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 8 updates #6054

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the go group with 7 updates in the / directory:

Package From To
github.com/aws/aws-sdk-go-v2/config 1.27.26 1.27.27
github.com/gkampitakis/go-snaps 0.5.4 0.5.5
github.com/nginxinc/nginx-plus-go-client 1.2.1 1.2.2
github.com/prometheus/client_golang 1.18.0 1.19.1
k8s.io/api 0.30.2 0.30.3
k8s.io/client-go 0.30.2 0.30.3
k8s.io/code-generator 0.30.2 0.30.3

Updates github.com/aws/aws-sdk-go-v2/config from 1.27.26 to 1.27.27

Commits

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

Commits

Updates github.com/nginxinc/nginx-plus-go-client from 1.2.1 to 1.2.2

Release notes

Sourced from github.com/nginxinc/nginx-plus-go-client's releases.

v1.2.2

What's Changed

🐛 Bug Fixes

🔨 Maintenance

⬆️ Dependencies

Full Changelog: nginx/nginx-plus-go-client@v1.2.1...v1.2.2

Commits
  • d8e6ae9 Bump actions/dependency-review-action from 4.3.3 to 4.3.4 (#321)
  • c976213 Bump docker/build-push-action from 6.3.0 to 6.4.0 (#325)
  • 23b5b2f Bump reviewdog/action-actionlint from 1.53.0 to 1.54.0 (#323)
  • e86943a Bump reviewdog/action-yamllint from 1.17.0 to 1.18.0 (#324)
  • c9300ce Bump reviewdog/action-yamllint from 1.16.0 to 1.17.0 (#322)
  • c870b12 Bump github/codeql-action from 3.25.11 to 3.25.12 (#320)
  • 344448e Bump actions/setup-go from 5.0.1 to 5.0.2 (#319)
  • ae19cee Automatically close milestones (#318)
  • 56570a6 Update keepalive field for http upstreams (#311)
  • 052c7d8 Add linters that check for bugs (#310)
  • Additional commits viewable in compare view

Updates github.com/prometheus/client_golang from 1.18.0 to 1.19.1

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.19.1

What's Changed

  • Security patches for golang.org/x/sys and google.golang.org/protobuf

New Contributors

Full Changelog: prometheus/client_golang@v1.19.0...v1.19.1

v1.19.0

What's Changed

The module prometheus/common v0.48.0 introduced an incompatibility when used together with client_golang (See prometheus/client_golang#1448 for more details). If your project uses client_golang and you want to use prometheus/common v0.48.0 or higher, please update client_golang to v1.19.0.

  • [CHANGE] Minimum required go version is now 1.20 (we also test client_golang against new 1.22 version). #1445 #1449
  • [FEATURE] collectors: Add version collector. #1422 #1427

New Contributors

Full Changelog: prometheus/client_golang@v1.18.0...v1.19.0

Changelog

Sourced from github.com/prometheus/client_golang's changelog.

Unreleased

1.19.0 / 2023-02-27

The module prometheus/common v0.48.0 introduced an incompatibility when used together with client_golang (See prometheus/client_golang#1448 for more details). If your project uses client_golang and you want to use prometheus/common v0.48.0 or higher, please update client_golang to v1.19.0.

  • [CHANGE] Minimum required go version is now 1.20 (we also test client_golang against new 1.22 version). #1445 #1449
  • [FEATURE] collectors: Add version collector. #1422 #1427
Commits

Updates k8s.io/api from 0.30.2 to 0.30.3

Commits

Updates k8s.io/apimachinery from 0.30.2 to 0.30.3

Commits

Updates k8s.io/client-go from 0.30.2 to 0.30.3

Commits

Updates k8s.io/code-generator from 0.30.2 to 0.30.3

Commits

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

Bumps the go group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.27.26` | `1.27.27` |
| [github.com/gkampitakis/go-snaps](https://github.com/gkampitakis/go-snaps) | `0.5.4` | `0.5.5` |
| [github.com/nginxinc/nginx-plus-go-client](https://github.com/nginxinc/nginx-plus-go-client) | `1.2.1` | `1.2.2` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.18.0` | `1.19.1` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.30.2` | `0.30.3` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.30.2` | `0.30.3` |
| [k8s.io/code-generator](https://github.com/kubernetes/code-generator) | `0.30.2` | `0.30.3` |



Updates `github.com/aws/aws-sdk-go-v2/config` from 1.27.26 to 1.27.27
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.27.26...config/v1.27.27)

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

Updates `github.com/nginxinc/nginx-plus-go-client` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/nginxinc/nginx-plus-go-client/releases)
- [Changelog](https://github.com/nginxinc/nginx-plus-go-client/blob/main/CHANGELOG.md)
- [Commits](nginx/nginx-plus-go-client@v1.2.1...v1.2.2)

Updates `github.com/prometheus/client_golang` from 1.18.0 to 1.19.1
- [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.1)

Updates `k8s.io/api` from 0.30.2 to 0.30.3
- [Commits](kubernetes/api@v0.30.2...v0.30.3)

Updates `k8s.io/apimachinery` from 0.30.2 to 0.30.3
- [Commits](kubernetes/apimachinery@v0.30.2...v0.30.3)

Updates `k8s.io/client-go` from 0.30.2 to 0.30.3
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.30.2...v0.30.3)

Updates `k8s.io/code-generator` from 0.30.2 to 0.30.3
- [Commits](kubernetes/code-generator@v0.30.2...v0.30.3)

---
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/gkampitakis/go-snaps
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/nginxinc/nginx-plus-go-client
  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: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: k8s.io/code-generator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner July 24, 2024 13:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 24, 2024
@nginx-bot nginx-bot enabled auto-merge (squash) July 24, 2024 13:01
@pdabelf5
Copy link
Collaborator

@dependabot ignore github.com/prometheus/client_golang minor version

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 24, 2024

OK, I won't notify you about version 1.19.x of github.com/prometheus/client_golang again, unless you unignore it.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 24, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jul 24, 2024
auto-merge was automatically disabled July 24, 2024 13:29

Pull request was closed

@pdabelf5
Copy link
Collaborator

@dependabot recreate

@dependabot dependabot bot deleted the dependabot/go_modules/go-b87b2724ad branch July 24, 2024 13:29
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 24, 2024

Looks like this PR is closed. If you re-open it I'll rebase it as long as no-one else has edited it (you can use @dependabot reopen if the branch has been deleted).

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
Status: Done 🚀
Development

Successfully merging this pull request may close these issues.

2 participants