-
Notifications
You must be signed in to change notification settings - Fork 6
[release-1.17][gomod]: Bump the minor group across 1 directory with 8 updates #879
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
base: release-1.17
Are you sure you want to change the base?
[release-1.17][gomod]: Bump the minor group across 1 directory with 8 updates #879
Conversation
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. 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. |
… updates Bumps the minor group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/cloudevents/sdk-go/v2](https://github.com/cloudevents/sdk-go) | `2.15.2` | `2.16.1` | | [github.com/fatih/color](https://github.com/fatih/color) | `1.16.0` | `1.18.0` | | [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) | `0.19.1` | `0.20.6` | | [github.com/spf13/viper](https://github.com/spf13/viper) | `1.18.2` | `1.20.1` | | [sigs.k8s.io/yaml](https://github.com/kubernetes-sigs/yaml) | `1.4.0` | `1.5.0` | Updates `github.com/cloudevents/sdk-go/v2` from 2.15.2 to 2.16.1 - [Release notes](https://github.com/cloudevents/sdk-go/releases) - [Commits](cloudevents/sdk-go@v2.15.2...v2.16.1) Updates `github.com/fatih/color` from 1.16.0 to 1.18.0 - [Release notes](https://github.com/fatih/color/releases) - [Commits](fatih/color@v1.16.0...v1.18.0) Updates `github.com/google/go-containerregistry` from 0.19.1 to 0.20.6 - [Release notes](https://github.com/google/go-containerregistry/releases) - [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml) - [Commits](google/go-containerregistry@v0.19.1...v0.20.6) Updates `github.com/spf13/cobra` from 1.8.1 to 1.9.1 - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.8.1...v1.9.1) Updates `github.com/spf13/pflag` from 1.0.5 to 1.0.6 - [Release notes](https://github.com/spf13/pflag/releases) - [Commits](spf13/pflag@v1.0.5...v1.0.6) Updates `github.com/spf13/viper` from 1.18.2 to 1.20.1 - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.18.2...v1.20.1) Updates `github.com/stretchr/testify` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.9.0...v1.10.0) Updates `sigs.k8s.io/yaml` from 1.4.0 to 1.5.0 - [Release notes](https://github.com/kubernetes-sigs/yaml/releases) - [Changelog](https://github.com/kubernetes-sigs/yaml/blob/master/RELEASE.md) - [Commits](kubernetes-sigs/yaml@v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: github.com/cloudevents/sdk-go/v2 dependency-version: 2.16.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: github.com/fatih/color dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: github.com/google/go-containerregistry dependency-version: 0.20.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: github.com/spf13/cobra dependency-version: 1.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: github.com/spf13/pflag dependency-version: 1.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: github.com/spf13/viper dependency-version: 1.20.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: github.com/stretchr/testify dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: sigs.k8s.io/yaml dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
3501ffd
to
6f3d68c
Compare
[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.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Bumps the minor group with 5 updates in the / directory:
2.15.2
2.16.1
1.16.0
1.18.0
0.19.1
0.20.6
1.18.2
1.20.1
1.4.0
1.5.0
Updates
github.com/cloudevents/sdk-go/v2
from 2.15.2 to 2.16.1Release notes
Sourced from github.com/cloudevents/sdk-go/v2's releases.
... (truncated)
Commits
65b45e4
Merge pull request #1164 from alank-ps/mainbb544e0
fix: simplify isJSON1bf32a1
fix: extract IsJson() check to content_type8ad2c06
fix: consumeData(and ...AsBytes) should consider structued mode JSON content ...506a8fe
Merge pull request #1165 from cloudevents/automated-dependency-updates5347cb0
chore: update dependenciesa50d97a
Merge pull request #1162 from alank-ps/main753ba72
fix: WriteJson should write data as a JSON value when dataContentType=applica...0d35f37
Merge pull request #1163 from cloudevents/automated-dependency-updates4546fc7
chore: update dependenciesUpdates
github.com/fatih/color
from 1.16.0 to 1.18.0Release notes
Sourced from github.com/fatih/color's releases.
Commits
1c8d870
Update README.md546c2d0
Merge pull request #225 from fatih/add-rgb-api1ff0f97
Apply suggestions from code review5723903
Add RGB API supportf203fbc
Merge pull request #237 from fatih/dependabot/go_modules/golang.org/x/sys-0.25.060aa7fb
Bump golang.org/x/sys from 0.24.0 to 0.25.0741c2f4
Merge pull request #236 from fatih/dependabot/go_modules/golang.org/x/sys-0.24.00d24b42
Bump golang.org/x/sys from 0.18.0 to 0.24.0cb154c0
Merge pull request #235 from deining/fix-typo9b9653e
Bump GitHub workflow actionsUpdates
github.com/google/go-containerregistry
from 0.19.1 to 0.20.6Release notes
Sourced from github.com/google/go-containerregistry's releases.
... (truncated)
Commits
59a4b85
Bump some deps (#2110)5b10395
Ensure that tag name is not empty if name contains colon (#2094)4eb8c4d
Update validator action (#2106)78d4a6e
Update provenance action (#2105)33840ff
Update goreleaser permissions (#2104)8d47c37
Update CodeQL permissions (#2103)a61de15
implement TextMarshaler/JSONMarshaler more consistently (#2097)1d5b256
bump go version + bump deps (#2093)ccaa0d6
Migrate linter to v2 (#2096)098045d
build(deps): bump docker/docker to v28.0.0+incompatible (#2071)Updates
github.com/spf13/cobra
from 1.8.1 to 1.9.1Release notes
Sourced from github.com/spf13/cobra's releases.
... (truncated)
Commits
40b5bc1
Revert "Make detection for test-binary more universal (#2173)" (#2235)a97f9fd
fix CompletionFunc implementation (#2234)5f9c408
chore: Upgrade dependencies for v1.9.0 (#2233)24ada7f
Remove the default "completion" cmd if it is alone (#1559)680936a
New logo8cb30f9
feat: add CompletionWithDesc helper (#2231)17b6dca
doc: add Conduit (#2230)ab5cadc
Allow to reset the templates to the default (#2229)4ba5566
fix(bash): nounset unbound file filter variable on empty extension (#2228)41b26ec
Print ActiveHelp for bash along other completions (#2076)Updates
github.com/spf13/pflag
from 1.0.5 to 1.0.6Release notes
Sourced from github.com/spf13/pflag's releases.
Commits
5ca8134
Merge pull request #419 from spf13/ci100ab0e
disable unsupported dependency graph for nowa0f4ddd
fix govetf48cbd1
add github actionsd5e0c06
allow for blank ip addresses (#316)85dd5c8
Add IPNetSlice and unit tests (#170)6971c29
remove dead code for checking error nil (#282)81378bb
Add exported functions to preservepkg/flag
compatibility (#220)Updates
github.com/spf13/viper
from 1.18.2 to 1.20.1Release notes
Sourced from github.com/spf13/viper's releases.
... (truncated)
Commits
9568cfc
fix: config type check when loading any configfd05140
fix(config): get config type from v.configType or config file extc038295
docs: add update instructions for 1.209c07e0f
build: disable unused linters48112d6
ci: add Go 1.24 to the test matrix66e3e28
build(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.617b96ac
New Logo8b223a4
build(deps): bump github.com/spf13/cast from 1.7.0 to 1.7.191fd363
chore: update aferoe75c48f
Fix issues reported by testifylintUpdates
github.com/stretchr/testify
from 1.9.0 to 1.10.0Release notes
Sourced from github.com/stretchr/testify's releases.
... (truncated)
Commits
89cbdd9
Merge pull request #1626 from arjun-1/fix-functional-options-diff-indirect-calls07bac60
Merge pull request #1667 from sikehish/flaky716de8d
Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI118fb83
NotSame should fail if args are not pointers #1661 (#1664)7d99b2b
attempt 205f87c0
more similarea7129e
better fmta1b9c9e
Merge pull request #1663 from ybrustin/master8302de9
Merge branch 'master' into master89352f7
Merge pull request #1518 from hendrywiranto/adjust-readme-remove-v2Updates
sigs.k8s.io/yaml
from 1.4.0 to 1.5.0Release notes
Sourced from sigs.k8s.io/yaml's releases.
Commits
0f318dc
Merge pull request #134 from kubernetes-sigs/forgot-to-add-redirects-for-cons...b8fc0c0
Forgot to add redirects for v3 constants8eaa802
Merge pull request #133 from kubernetes-sigs/deprecate-code-in-goyaml.v3-goya...69e45c1
Deprecate code in goyaml.v2/goyaml.v3 directories and redirect0fe7da3
Merge pull request #125 from kragniz/go-1.2414cbb88
Test against go 1.24.xc6ac2c9
Merge pull request #126 from kragniz/remove-travis203ded9
Remove old travisci config fileb9a9b1c
Merge pull request #106 from ThatsMrTalbot/patch-14c6913f
fix: wrap errors returned by JSON unmarshalDependabot 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