-
Notifications
You must be signed in to change notification settings - Fork 47
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
chore(deps): Bump the production-dependencies group across 1 directory with 6 updates #1288
chore(deps): Bump the production-dependencies group across 1 directory with 6 updates #1288
Conversation
…y with 6 updates Bumps the production-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring](https://github.com/prometheus-operator/prometheus-operator) | `0.80.0` | `0.80.1` | | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.20.5` | `1.21.0` | | [cel.dev/expr](https://github.com/google/cel-spec) | `0.20.0` | `0.21.2` | | [github.com/google/go-cmp](https://github.com/google/go-cmp) | `0.6.0` | `0.7.0` | | [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.17.11` | `1.18.0` | | [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.26.0` | `0.27.0` | Updates `github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring` from 0.80.0 to 0.80.1 - [Release notes](https://github.com/prometheus-operator/prometheus-operator/releases) - [Changelog](https://github.com/prometheus-operator/prometheus-operator/blob/main/CHANGELOG.md) - [Commits](prometheus-operator/prometheus-operator@v0.80.0...v0.80.1) Updates `github.com/prometheus/client_golang` from 1.20.5 to 1.21.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.20.5...v1.21.0) Updates `cel.dev/expr` from 0.20.0 to 0.21.2 - [Release notes](https://github.com/google/cel-spec/releases) - [Commits](google/cel-spec@v0.20.0...v0.21.2) Updates `github.com/google/go-cmp` from 0.6.0 to 0.7.0 - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](google/go-cmp@v0.6.0...v0.7.0) Updates `github.com/klauspost/compress` from 1.17.11 to 1.18.0 - [Release notes](https://github.com/klauspost/compress/releases) - [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml) - [Commits](klauspost/compress@v1.17.11...v1.18.0) Updates `golang.org/x/oauth2` from 0.26.0 to 0.27.0 - [Commits](golang/oauth2@v0.26.0...v0.27.0) --- updated-dependencies: - dependency-name: github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: cel.dev/expr dependency-type: indirect update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: github.com/google/go-cmp dependency-type: indirect update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: github.com/klauspost/compress dependency-type: indirect update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: golang.org/x/oauth2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 0xFelix The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
Bumps the production-dependencies group with 6 updates in the / directory:
0.80.0
0.80.1
1.20.5
1.21.0
0.20.0
0.21.2
0.6.0
0.7.0
1.17.11
1.18.0
0.26.0
0.27.0
Updates
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring
from 0.80.0 to 0.80.1Release notes
Sourced from github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring's releases.
Changelog
Sourced from github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring's changelog.
Commits
4126d60
Merge pull request #7358 from slashpai/cut-0.80.1e8a7162
chore: cut v0.80.185b1639
Merge pull request #7352 from heliapb/fix/msteamsv2_config_r0_8053b60e1
fix - MSTeamsV2 configc740cff
Merge pull request #7354 from simonpasquier/backport-c0e32a49d4130922
test: skip DNS service discovery testsUpdates
github.com/prometheus/client_golang
from 1.20.5 to 1.21.0Release notes
Sourced from github.com/prometheus/client_golang's releases.
... (truncated)
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
Commits
eaf03ef
Cut 1.21.0 (#1737)f1f89dc
Cut 1.21.0-rc.0 (#1718)c923f7c
Revert "ci: daggerize test and lint pipelines (#1534)" (#1717)1bcda80
process collector: Fixed pedantic registry failures on darwin with cgo. (#1715)038b37a
tutorials/whatsup: Updated deps (#1716)56a2431
docs: Add RELEASE.md for the release process (#1690)cbd9526
Merge pull request #1713 from prometheus/dependabot/go_modules/tutorials/what...80b5a2a
build(deps): bump golang.org/x/net in /tutorials/whatsup1a822a8
Upgrade to prometheus/common 0.62.0 with breaking change (#1712)7b39d01
Update common Prometheus files (#1708)Updates
cel.dev/expr
from 0.20.0 to 0.21.2Release notes
Sourced from cel.dev/expr's releases.
Commits
b2bd60e
Fix misspellings again (#443)f8cfe20
Fix typeo in string_ext.textproto (#442)261e335
Fix and document string.format (#436)Updates
github.com/google/go-cmp
from 0.6.0 to 0.7.0Release notes
Sourced from github.com/google/go-cmp's releases.
Commits
9b12f36
Detect proto.Message types when failing to export a field (#370)4dd3d63
fix: type 'aribica' => 'arabica' (#368)391980c
Support compare functions with SortSlices and SortMaps (#367)Updates
github.com/klauspost/compress
from 1.17.11 to 1.18.0Release notes
Sourced from github.com/klauspost/compress's releases.
Commits
8e79dc4
Deprecate Go 1.21 and add 1.24 (#1055)df8e99c
build(deps): bump the github-actions group with 2 updates (#1053)7787431
zstd: fix unused debug code (#1052)0bf3ecb
flate: Cleanup & reduce casts (#1050)e0f89a9
flate: Fix matchlen L5+L6 (#1049)c8a8470
s2: Improve small block compression speed w/o asm (#1048)b05b993
s2: Add block decode fuzzer (#1044)aafbabd
flate: Simplify matchlen (remove asm) (#1045)dbaa9c1
flate: Simplify l4-6 loading (#1043)4fa2036
Add unsafe little endian loaders (#1036)Updates
golang.org/x/oauth2
from 0.26.0 to 0.27.0Commits
681b4d8
jws: split token into fixed number of parts3f78298
all: upgrade go directive to at least 1.23.0 [generated]109dabf
endpoints: add links/provider for Discordac571fa
oauth2: fix docs for Config.DeviceAuth314ee5b
endpoints: add patreon endpointDependabot 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