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 #5653

Closed
wants to merge 3 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 29, 2024

Bumps the go group with 3 updates: github.com/nginxinc/nginx-prometheus-exporter, github.com/prometheus/client_golang and github.com/prometheus/common.

Updates github.com/nginxinc/nginx-prometheus-exporter from 1.1.0 to 1.2.0

Release notes

Sourced from github.com/nginxinc/nginx-prometheus-exporter's releases.

v1.2.0

What's Changed

🚀 Features

🧪 Tests

🔨 Maintenance

📝 Documentation

⬆️ Dependencies

... (truncated)

Commits
  • d3f9f94 switch from warning to debug when upstream labels are empty (#724)
  • 15b84c1 [pre-commit.ci] pre-commit autoupdate (#723)
  • 1beb02f Bump anchore/sbom-action from 0.15.11 to 0.16.0 (#722)
  • 68766c7 Bump github/codeql-action from 3.25.5 to 3.25.6 (#719)
  • 1c19920 Bump codecov/codecov-action from 4.3.0 to 4.4.1 (#720)
  • 20e7c23 Bump cachix/install-nix-action from 26 to 27 (#721)
  • 17e1a6d Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 (#718)
  • d64b23a Bump github.com/prometheus/common from 0.48.0 to 0.53.0 (#697)
  • 17a1786 [pre-commit.ci] pre-commit autoupdate (#717)
  • 059fb20 Bump actions/checkout from 4.1.5 to 4.1.6 (#716)
  • 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 github.com/prometheus/common from 0.47.0 to 0.53.0

Release notes

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

v0.53.0

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.52.3...v0.53.0

v0.52.3

What's Changed

Full Changelog: prometheus/common@v0.52.2...v0.52.3

v0.52.2

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.51.1...v0.52.2

v0.51.1

What's Changed

Full Changelog: prometheus/common@v0.51.0...v0.51.1

v0.51.0

What's Changed

New Contributors

... (truncated)

Commits
  • e54e4df Merge pull request #620 from bboreham/test-string
  • e25b951 Merge pull request #619 from bboreham/restore-sort
  • c1b9b72 Fix up config test (#621)
  • de5ed88 Merge pull request #487 from GiedriusS/allow_exposing_real_value
  • ea817bb Merge pull request #618 from grobinson-grafana/grobinson/add-status-at
  • a1ca958 LabelSet: add unit test for String method
  • be294f1 LabelSet.String: restore faster sort call
  • 506a12c Fix comment
  • fb6970a Add StatusAt method for Alert struct
  • 0234594 Add support for go 1.20 (#617)
  • 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 May 29, 2024 17:40
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 29, 2024
Bumps the go group with 3 updates: [github.com/nginxinc/nginx-prometheus-exporter](https://github.com/nginxinc/nginx-prometheus-exporter), [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) and [github.com/prometheus/common](https://github.com/prometheus/common).


Updates `github.com/nginxinc/nginx-prometheus-exporter` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/nginxinc/nginx-prometheus-exporter/releases)
- [Changelog](https://github.com/nginxinc/nginx-prometheus-exporter/blob/main/CHANGELOG.md)
- [Commits](nginx/nginx-prometheus-exporter@v1.1.0...v1.2.0)

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 `github.com/prometheus/common` from 0.47.0 to 0.53.0
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](prometheus/common@v0.47.0...v0.53.0)

---
updated-dependencies:
- dependency-name: github.com/nginxinc/nginx-prometheus-exporter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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-adedb8f823 branch from 66fccd6 to b950c8b Compare May 30, 2024 14:24
@oseoin
Copy link
Contributor

oseoin commented May 31, 2024

@dependabot ignore github.com/nginxinc/nginx-prometheus-exporter minor version

Copy link
Contributor Author

dependabot bot commented on behalf of github May 31, 2024

OK, I won't notify you about version 1.2.x of github.com/nginxinc/nginx-prometheus-exporter again, unless you unignore it.

@oseoin
Copy link
Contributor

oseoin commented May 31, 2024

@dependabot close

@dependabot dependabot bot closed this May 31, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 31, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/go_modules/go-adedb8f823 branch May 31, 2024 08:31
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.

2 participants