[release-1.17][gomod]: Bump the patch group across 1 directory with 7 updates#1126
[release-1.17][gomod]: Bump the patch group across 1 directory with 7 updates#1126dependabot[bot] wants to merge 1 commit intorelease-1.17from
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dependabot[bot] The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @dependabot[bot]. Thanks for your PR. I'm waiting for a openshift-knative 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. DetailsInstructions 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. |
… updates Bumps the patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.5` | `1.0.10` | | [github.com/thediveo/enumflag](https://github.com/thediveo/enumflag) | `0.10.0` | `0.10.1` | | [go.uber.org/zap](https://github.com/uber-go/zap) | `1.27.0` | `1.27.1` | | [gotest.tools/v3](https://github.com/gotestyourself/gotest.tools) | `3.5.1` | `3.5.2` | | [k8s.io/api](https://github.com/kubernetes/api) | `0.31.6` | `0.31.14` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.31.6` | `0.31.14` | Updates `github.com/spf13/pflag` from 1.0.5 to 1.0.10 - [Release notes](https://github.com/spf13/pflag/releases) - [Commits](spf13/pflag@v1.0.5...v1.0.10) Updates `github.com/thediveo/enumflag` from 0.10.0 to 0.10.1 - [Commits](thediveo/enumflag@v0.10.0...v0.10.1) Updates `go.uber.org/zap` from 1.27.0 to 1.27.1 - [Release notes](https://github.com/uber-go/zap/releases) - [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md) - [Commits](uber-go/zap@v1.27.0...v1.27.1) Updates `gotest.tools/v3` from 3.5.1 to 3.5.2 - [Release notes](https://github.com/gotestyourself/gotest.tools/releases) - [Commits](gotestyourself/gotest.tools@v3.5.1...v3.5.2) Updates `k8s.io/api` from 0.31.6 to 0.31.14 - [Commits](kubernetes/api@v0.31.6...v0.31.14) Updates `k8s.io/apimachinery` from 0.31.6 to 0.31.14 - [Commits](kubernetes/apimachinery@v0.31.6...v0.31.14) Updates `k8s.io/client-go` from 0.31.6 to 0.31.14 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.31.6...v0.31.14) --- updated-dependencies: - dependency-name: github.com/spf13/pflag dependency-version: 1.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: github.com/thediveo/enumflag dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: go.uber.org/zap dependency-version: 1.27.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: gotest.tools/v3 dependency-version: 3.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: k8s.io/api dependency-version: 0.31.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: k8s.io/apimachinery dependency-version: 0.31.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: k8s.io/client-go dependency-version: 0.31.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
697d0aa to
c1f5e8a
Compare
Bumps the patch group with 6 updates in the / directory:
1.0.51.0.100.10.00.10.11.27.01.27.13.5.13.5.20.31.60.31.140.31.60.31.14Updates
github.com/spf13/pflagfrom 1.0.5 to 1.0.10Release notes
Sourced from github.com/spf13/pflag's releases.
... (truncated)
Commits
0491e57Merge pull request #448 from thaJeztah/fix_go_version72abab1Merge pull request #447 from thaJeztah/fix_deprecation_comment7e4dfb1Test on Go 1.1218a9d17move Func, BoolFunc, tests as they require go1.21c5b9e98remove uses of errors.Is, which requires go1.1345a4873fix deprecation comment for (FlagSet.)ParseErrorsWhitelist1043857Merge pull request #446 from spf13/fix-backwards-compat7412009fix: Restore ParseErrorsWhitelist name for nowb9c16faMerge pull request #444 from spf13/reset-args-even-if-empty40abc49Merge pull request #443 from spf13/silence-errhelpUpdates
github.com/thediveo/enumflagfrom 0.10.0 to 0.10.1Commits
69e3949improves documentation; adds example of non-zero enum default and flag option...Updates
go.uber.org/zapfrom 1.27.0 to 1.27.1Release notes
Sourced from go.uber.org/zap's releases.
Changelog
Sourced from go.uber.org/zap's changelog.
Commits
7b755a3release 1.27.1 (#1521)d6b395bUpdate lazy logger not to materialize unless it's being written to (#1519)4b9cea0ci: Test with Go 1.24, Go 1.25 (#1508)7c80d7bFix race condition in WithLazy implementation (#1426) (#1511)07077a6Prevent zap.Object from panicing on nils (#1501)a6afd05Fix lint check name (#1502)6d48253chore: fix typo (#1482)32f2ec1Fix the field test for bool type (#1480)fe16eb5Upgrade grpc in zapgrc test package & bump go version (#1478)5f00c34test(AtomicLevel): demonstrate Handler is not vulnerable to XSS (#1477)Updates
gotest.tools/v3from 3.5.1 to 3.5.2Release notes
Sourced from gotest.tools/v3's releases.
Commits
0b81523Merge pull request #286 from thaJeztah/undeprecate_ErrorTypec5dad8fMerge pull request #285 from thaJeztah/update_go_versions160ab0eRemove go1.18 and go1.198569bbcMerge pull request #284 from thaJeztah/cleanup_readme4256834assert, assert/cmp: un-deprecate assert.ErrorType for noweb32186circleci: update golangci-lint to v1.60.35fc8473circleci: add go1.21, go1.22, go1.236f26df9circleci: test generics on go1.20 and windows as well732dfcfinternal/difflib: rename funcs that collided with built-ins7d95f55internal/difflib: gofmtUpdates
k8s.io/apifrom 0.31.6 to 0.31.14Commits
127bb9fUpdate dependencies to v0.31.14 tagUpdates
k8s.io/apimachineryfrom 0.31.6 to 0.31.14Commits
Updates
k8s.io/client-gofrom 0.31.6 to 0.31.14Commits
7c4160dUpdate dependencies to v0.31.14 tag7e2ea0fMerge pull request #134592liggitt/automated-cherry-pick-of-#134588b134ce0Remove invalid SAN certificate constructionDependabot 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 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