-
Notifications
You must be signed in to change notification settings - Fork 199
Bump the github-dependencies group with 7 updates #584
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 github-dependencies group with 7 updates #584
Conversation
Bumps the github-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.20.2` | `1.20.3` | | [github.com/prometheus/common](https://github.com/prometheus/common) | `0.57.0` | `0.59.1` | | [golang.org/x/net](https://github.com/golang/net) | `0.28.0` | `0.29.0` | | [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.22.0` | `0.23.0` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.24.0` | `0.25.0` | | [golang.org/x/term](https://github.com/golang/term) | `0.23.0` | `0.24.0` | | [golang.org/x/text](https://github.com/golang/text) | `0.17.0` | `0.18.0` | Updates `github.com/prometheus/client_golang` from 1.20.2 to 1.20.3 - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/v1.20.3/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.20.2...v1.20.3) Updates `github.com/prometheus/common` from 0.57.0 to 0.59.1 - [Release notes](https://github.com/prometheus/common/releases) - [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md) - [Commits](prometheus/common@v0.57.0...v0.59.1) Updates `golang.org/x/net` from 0.28.0 to 0.29.0 - [Commits](golang/net@v0.28.0...v0.29.0) Updates `golang.org/x/oauth2` from 0.22.0 to 0.23.0 - [Commits](golang/oauth2@v0.22.0...v0.23.0) Updates `golang.org/x/sys` from 0.24.0 to 0.25.0 - [Commits](golang/sys@v0.24.0...v0.25.0) Updates `golang.org/x/term` from 0.23.0 to 0.24.0 - [Commits](golang/term@v0.23.0...v0.24.0) Updates `golang.org/x/text` from 0.17.0 to 0.18.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.17.0...v0.18.0) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: indirect update-type: version-update:semver-patch dependency-group: github-dependencies - dependency-name: github.com/prometheus/common dependency-type: indirect update-type: version-update:semver-minor dependency-group: github-dependencies - dependency-name: golang.org/x/net dependency-type: indirect update-type: version-update:semver-minor dependency-group: github-dependencies - dependency-name: golang.org/x/oauth2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: github-dependencies - dependency-name: golang.org/x/sys dependency-type: indirect update-type: version-update:semver-minor dependency-group: github-dependencies - dependency-name: golang.org/x/term dependency-type: indirect update-type: version-update:semver-minor dependency-group: github-dependencies - dependency-name: golang.org/x/text dependency-type: indirect update-type: version-update:semver-minor dependency-group: github-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
|
Hi @dependabot[bot]. Thanks for your PR. I'm waiting for a kubernetes-csi member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dependabot[bot], jsafrane 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 |
Bumps the github-dependencies group with 7 updates:
1.20.21.20.30.57.00.59.10.28.00.29.00.22.00.23.00.24.00.25.00.23.00.24.00.17.00.18.0Updates
github.com/prometheus/client_golangfrom 1.20.2 to 1.20.3Release notes
Sourced from github.com/prometheus/client_golang's releases.
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
Commits
ef2f87eMerge pull request #1620 from prometheus/arthursens/prepare-1.20.3937ac63Add changelog entry for 1.20.36e9914dMerge pull request #1608 from krajorama/index-out-of-range-native-histogram-e...d6b8c89Update comments with more explanations504566fUse simplified solution from #1609 for the data racedc8e9a4fix: native histogram: Simplify and fix addExemplardc819ceUse a trivial solution to #1605e061dfanative histogram: use exemplars in concurrency testUpdates
github.com/prometheus/commonfrom 0.57.0 to 0.59.1Release notes
Sourced from github.com/prometheus/common's releases.
Commits
be8a747fix(utf8): Fix multiple metric name inside braces validation (#691)bf4843eMerge pull request #690 from ywwg/owilliams/default-escaping01da226Change the default escape method to UnderscoreEscaping4f8e8f4expfmt: Add WithEscapingScheme to help construct Formats (#688)b1880d0Merge pull request #687 from roidelapluie/checkheader334963dChange the logic for SetDirectoryd64a747Remove secret file existence check in Validate for headers06c2425Bump golang.org/x/net from 0.27.0 to 0.28.0 (#685)4606c0aBump golang.org/x/oauth2 from 0.21.0 to 0.22.0 (#684)d98411bMerge pull request #683 from tjhop/docs/promslog-READMEUpdates
golang.org/x/netfrom 0.28.0 to 0.29.0Commits
35b4abago.mod: update golang.org/x dependencies9bf379fwebsocket: fix printf(var) mistake detected by latest printf checkerUpdates
golang.org/x/oauth2from 0.22.0 to 0.23.0Commits
3e64809x/oauth2: add Token.ExpiresIn16a9973jwt: rename example to avoid vet errorb52af7dendpoints: add GitLab DeviceAuthURLUpdates
golang.org/x/sysfrom 0.24.0 to 0.25.0Commits
a43b625windows: add SIO_UDP_NETRESET constanted67b15windows: add console codepage api9cb830bunix: add missing import to syscall_hurd.go71132f5unix: add POLLRDHUP to FreeBSD3283fc3cpu: add support for detecting RISC-V extensions29e55b2unix: use os.Executable rather than os.Args[0] in testsa8c5219unix: rename XDPUmemReg field back to Size59665e5unix: add Connectx for darwina0c72efunix: add f_flag member flags on z/OSc64c51dunix: update riscv64 hwprobe to Linux kernel 6.10Updates
golang.org/x/termfrom 0.23.0 to 0.24.0Commits
2f7b0ddgo.mod: update golang.org/x dependenciesf867b76x/term: set missing VIRTUAL_TERMINAL_INPUT flag on WindowsUpdates
golang.org/x/textfrom 0.17.0 to 0.18.0Commits
1e3e9fdall: rename Example test functions to prevent vet errorsDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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