-
Notifications
You must be signed in to change notification settings - Fork 11
chore(deps): Bump the production-dependencies group across 1 directory with 27 updates #378
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: main
Are you sure you want to change the base?
chore(deps): Bump the production-dependencies group across 1 directory with 27 updates #378
Conversation
…y with 27 updates Bumps the production-dependencies group with 20 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/emicklei/go-restful/v3](https://github.com/emicklei/go-restful) | `3.12.2` | `3.13.0` | | [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.23.4` | `2.25.3` | | [go.uber.org/mock](https://github.com/uber/mock) | `0.5.2` | `0.6.0` | | [golang.org/x/sync](https://github.com/golang/sync) | `0.16.0` | `0.17.0` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.32.7` | `0.34.1` | | [kubevirt.io/api](https://github.com/kubevirt/api) | `1.6.0` | `1.6.1` | | [kubevirt.io/client-go](https://github.com/kubevirt/client-go) | `1.6.0` | `1.6.1` | | [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.21.2` | `0.22.0` | | [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.21.0` | `0.21.1` | | [github.com/go-openapi/swag](https://github.com/go-openapi/swag) | `0.23.1` | `0.24.1` | | [github.com/mailru/easyjson](https://github.com/mailru/easyjson) | `0.9.0` | `0.9.1` | | [github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring](https://github.com/prometheus-operator/prometheus-operator) | `0.81.0` | `0.85.0` | | [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.7` | `1.0.10` | | [go.yaml.in/yaml/v2](https://github.com/yaml/go-yaml) | `2.4.2` | `2.4.3` | | [golang.org/x/net](https://github.com/golang/net) | `0.43.0` | `0.44.0` | | [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.30.0` | `0.31.0` | | [golang.org/x/time](https://github.com/golang/time) | `0.12.0` | `0.13.0` | | [golang.org/x/tools](https://github.com/golang/tools) | `0.36.0` | `0.37.0` | | google.golang.org/protobuf | `1.36.7` | `1.36.9` | | [kubevirt.io/containerized-data-importer-api](https://github.com/kubevirt/containerized-data-importer) | `1.62.0` | `1.63.0` | Updates `github.com/emicklei/go-restful/v3` from 3.12.2 to 3.13.0 - [Release notes](https://github.com/emicklei/go-restful/releases) - [Changelog](https://github.com/emicklei/go-restful/blob/v3/CHANGES.md) - [Commits](emicklei/go-restful@v3.12.2...v3.13.0) Updates `github.com/onsi/ginkgo/v2` from 2.23.4 to 2.25.3 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.23.4...v2.25.3) Updates `github.com/onsi/gomega` from 1.37.0 to 1.38.2 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.37.0...v1.38.2) Updates `go.uber.org/mock` from 0.5.2 to 0.6.0 - [Release notes](https://github.com/uber/mock/releases) - [Changelog](https://github.com/uber-go/mock/blob/main/CHANGELOG.md) - [Commits](uber-go/mock@v0.5.2...v0.6.0) Updates `golang.org/x/sync` from 0.16.0 to 0.17.0 - [Commits](golang/sync@v0.16.0...v0.17.0) Updates `k8s.io/apimachinery` from 0.32.7 to 0.34.1 - [Commits](kubernetes/apimachinery@v0.32.7...v0.34.1) Updates `kubevirt.io/api` from 1.6.0 to 1.6.1 - [Commits](kubevirt/api@v1.6.0...v1.6.1) Updates `kubevirt.io/client-go` from 1.6.0 to 1.6.1 - [Commits](kubevirt/client-go@v1.6.0...v1.6.1) Updates `github.com/go-openapi/jsonpointer` from 0.21.2 to 0.22.0 - [Commits](go-openapi/jsonpointer@v0.21.2...v0.22.0) Updates `github.com/go-openapi/jsonreference` from 0.21.0 to 0.21.1 - [Commits](go-openapi/jsonreference@v0.21.0...v0.21.1) Updates `github.com/go-openapi/swag` from 0.23.1 to 0.24.1 - [Commits](go-openapi/swag@v0.23.1...v0.24.1) Updates `github.com/google/gnostic-models` from 0.6.9 to 0.7.0 - [Commits](google/gnostic-models@v0.6.9...v0.7.0) Updates `github.com/mailru/easyjson` from 0.9.0 to 0.9.1 - [Release notes](https://github.com/mailru/easyjson/releases) - [Commits](mailru/easyjson@v0.9...v0.9.1) Updates `github.com/modern-go/reflect2` from 1.0.2 to 1.0.3-0.20250322232337-35a7c28c31ee - [Release notes](https://github.com/modern-go/reflect2/releases) - [Commits](https://github.com/modern-go/reflect2/commits) Updates `github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring` from 0.81.0 to 0.85.0 - [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.81.0...v0.85.0) Updates `github.com/spf13/pflag` from 1.0.7 to 1.0.10 - [Release notes](https://github.com/spf13/pflag/releases) - [Commits](spf13/pflag@v1.0.7...v1.0.10) Updates `go.yaml.in/yaml/v2` from 2.4.2 to 2.4.3 - [Commits](yaml/go-yaml@v2.4.2...v2.4.3) Updates `golang.org/x/net` from 0.43.0 to 0.44.0 - [Commits](golang/net@v0.43.0...v0.44.0) Updates `golang.org/x/oauth2` from 0.30.0 to 0.31.0 - [Commits](golang/oauth2@v0.30.0...v0.31.0) Updates `golang.org/x/sys` from 0.35.0 to 0.36.0 - [Commits](golang/sys@v0.35.0...v0.36.0) Updates `golang.org/x/term` from 0.34.0 to 0.35.0 - [Commits](golang/term@v0.34.0...v0.35.0) Updates `golang.org/x/text` from 0.28.0 to 0.29.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.28.0...v0.29.0) Updates `golang.org/x/time` from 0.12.0 to 0.13.0 - [Commits](golang/time@v0.12.0...v0.13.0) Updates `golang.org/x/tools` from 0.36.0 to 0.37.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.36.0...v0.37.0) Updates `google.golang.org/protobuf` from 1.36.7 to 1.36.9 Updates `k8s.io/apiextensions-apiserver` from 0.32.7 to 0.33.3 - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases) - [Commits](kubernetes/apiextensions-apiserver@v0.32.7...v0.33.3) Updates `kubevirt.io/containerized-data-importer-api` from 1.62.0 to 1.63.0 - [Release notes](https://github.com/kubevirt/containerized-data-importer/releases) - [Changelog](https://github.com/kubevirt/containerized-data-importer/blob/main/doc/releases.md) - [Commits](kubevirt/containerized-data-importer@v1.62.0...v1.63.0) --- updated-dependencies: - dependency-name: github.com/emicklei/go-restful/v3 dependency-version: 3.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: github.com/onsi/ginkgo/v2 dependency-version: 2.25.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: github.com/onsi/gomega dependency-version: 1.38.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: go.uber.org/mock dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: golang.org/x/sync dependency-version: 0.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: k8s.io/apimachinery dependency-version: 0.34.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: kubevirt.io/api dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: kubevirt.io/client-go dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: github.com/go-openapi/jsonpointer dependency-version: 0.22.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: github.com/go-openapi/jsonreference dependency-version: 0.21.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: github.com/go-openapi/swag dependency-version: 0.24.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: github.com/google/gnostic-models dependency-version: 0.7.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: github.com/mailru/easyjson dependency-version: 0.9.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: github.com/modern-go/reflect2 dependency-version: 1.0.3-0.20250322232337-35a7c28c31ee dependency-type: indirect update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring dependency-version: 0.85.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: github.com/spf13/pflag dependency-version: 1.0.10 dependency-type: indirect update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: go.yaml.in/yaml/v2 dependency-version: 2.4.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: golang.org/x/net dependency-version: 0.44.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: golang.org/x/oauth2 dependency-version: 0.31.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: golang.org/x/sys dependency-version: 0.36.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: golang.org/x/term dependency-version: 0.35.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: golang.org/x/text dependency-version: 0.29.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: golang.org/x/time dependency-version: 0.13.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: golang.org/x/tools dependency-version: 0.37.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: google.golang.org/protobuf dependency-version: 1.36.9 dependency-type: indirect update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: k8s.io/apiextensions-apiserver dependency-version: 0.33.3 dependency-type: indirect update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: kubevirt.io/containerized-data-importer-api dependency-version: 1.63.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
@dependabot[bot]: The following tests failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
Dependabot can't resolve your Go dependency files. Because of this, Dependabot cannot update this pull request. |
2 similar comments
Dependabot can't resolve your Go dependency files. Because of this, Dependabot cannot update this pull request. |
Dependabot can't resolve your Go dependency files. Because of this, Dependabot cannot update this pull request. |
Bumps the production-dependencies group with 20 updates in the / directory:
3.12.2
3.13.0
2.23.4
2.25.3
0.5.2
0.6.0
0.16.0
0.17.0
0.32.7
0.34.1
1.6.0
1.6.1
1.6.0
1.6.1
0.21.2
0.22.0
0.21.0
0.21.1
0.23.1
0.24.1
0.9.0
0.9.1
0.81.0
0.85.0
1.0.7
1.0.10
2.4.2
2.4.3
0.43.0
0.44.0
0.30.0
0.31.0
0.12.0
0.13.0
0.36.0
0.37.0
1.36.7
1.36.9
1.62.0
1.63.0
Updates
github.com/emicklei/go-restful/v3
from 3.12.2 to 3.13.0Changelog
Sourced from github.com/emicklei/go-restful/v3's changelog.
Commits
3fae6e4
update deps of jwtauth example9de612a
update changes, document new feature4c1b61e
Merge pull request #588 from wenhug/regexcache54fe5bb
Refactor regex caching logic in CurlyRouter and custom verbs for improved rea...6a74e9b
Merge pull request #589 from emicklei/dependabot/github_actions/v3/github-act...043cc22
Bump the github-actions group across 1 directory with 4 updates93fbb2f
Add enable/disable functionality for regex caching in CurlyRouter and custom ...c282bfe
Implement regex caching for CurlyRouter and custom verbs1959514
Merge pull request #583 from emicklei/dependabot/github_actions/v3/github-act...246fc52
Bump codecov/codecov-action in the github-actions groupUpdates
github.com/onsi/ginkgo/v2
from 2.23.4 to 2.25.3Release notes
Sourced from github.com/onsi/ginkgo/v2's releases.
... (truncated)
Changelog
Sourced from github.com/onsi/ginkgo/v2's changelog.
... (truncated)
Commits
ee2c0cd
v2.25.3f01aed1
emit --github-output group only for progress report itselfdf6d755
v2.25.20ad3c4f
bump gomega83e2d4a
add --github-output group for progress report content1ec9114
v2.25.12e42cff
chore: fix some CodeQL warnings10866d3
fix(types): ignore nameless nodes on FullText()fcc0e74
v2.25.079e35c9
tidy up docsUpdates
github.com/onsi/gomega
from 1.37.0 to 1.38.2Release notes
Sourced from github.com/onsi/gomega's releases.
Changelog
Sourced from github.com/onsi/gomega's changelog.
Commits
79b8a75
v1.38.2c404969
roll back to go 1.23.0c36e89a
v1.38.192eaa57
go mod tidyb9ed3cd
deprecate CompileTest*2a5bf77
fix invalid fmt.Errorf3e9e385
bump ginkgo7f37abe
Replacegopkg.in/yaml.v3
withgo.yaml.in/yaml/v3
69e4761
fix(async_assertion): use correct error in errors.As95737c0
Bump golang.org/x/net from 0.41.0 to 0.43.0 (#856)Updates
go.uber.org/mock
from 0.5.2 to 0.6.0Release notes
Sourced from go.uber.org/mock's releases.
Changelog
Sourced from go.uber.org/mock's changelog.
Commits
2d1c581
Prepare release v0.6.0 (#278)c654195
Update CI to run 1.24/1.25 (#277)5900c74
update golang.org/x/tools to v0.36.0 (#276)6a0445c
feat(bazel): mock_names flag support in archive mode (#262)aa11bfc
feat(bazel): support archive mode (#259)359202c
Support for archive mode (#258)871d86b
Back to development (#251)Updates
golang.org/x/sync
from 0.16.0 to 0.17.0Commits
04914c2
all: upgrade go directive to at least 1.24.0 [generated]Updates
k8s.io/apimachinery
from 0.32.7 to 0.34.1Commits
b72d93d
Merge remote-tracking branch 'origin/master' into release-1.34cd8b91c
clarify that staging repos are automatically published8c59599
add pointer to CONTRIBUTING.md for more details on contributing, clarify read...ec3cea5
link to what a staging repository ise4db694
docs: clarify that this is a staging repository and not for direct contributions04507a3
Merge pull request #132942 from thockin/kyaml50e39b1
Merge pull request #132935 from benluddy/cbor-bump-custom-marshalers7d108e8
Re-vendor sigs.k8s.io/yaml @ v1.6.058c4eb0
Merge pull request #133130 from ylink-lfs/chore/residual_boolptr_removal38a24e6
chore: residual boolptr and intptr removalUpdates
kubevirt.io/api
from 1.6.0 to 1.6.1Commits
a626470
api update by KubeVirt Prow build 19688826588847185926c54df7
api update by KubeVirt Prow build 19686968458865582085fef866
api update by KubeVirt Prow build 1968641980741193728741562a
api update by KubeVirt Prow build 1964021958655873024611d194
api update by KubeVirt Prow build 1963787256384720896a391333
api update by KubeVirt Prow build 19530524604109987842e211f1
api update by KubeVirt Prow build 195265278294727475225a0799
api update by KubeVirt Prow build 1952505899834675200c598a9f
api update by KubeVirt Prow build 1951375353956012032Updates
kubevirt.io/client-go
from 1.6.0 to 1.6.1Commits
8a4dbde
client-go update by KubeVirt Prow build 196888265888471859275ee4d1
client-go update by KubeVirt Prow build 196869684588655820896c401a
client-go update by KubeVirt Prow build 19686419807411937282b33e72
client-go update by KubeVirt Prow build 196775357748504576013222b8
client-go update by KubeVirt Prow build 19640219586558730246a63bb3
client-go update by KubeVirt Prow build 1963787256384720896322f312
client-go update by KubeVirt Prow build 1959961707543531520ee11410
client-go update by KubeVirt Prow build 1953052460410998784f01e6cc
client-go update by KubeVirt Prow build 1952652782947274752ae71332
client-go update by KubeVirt Prow build 1952505899834675200Updates
github.com/go-openapi/jsonpointer
from 0.21.2 to 0.22.0Commits
ea42106
deps: removed (indirect) dependency to mailru/easyjson368470f
chore(deps): bump github.com/stretchr/testify18b3b7b
chore(deps): bump actions/checkout in the development-dependencies groupf51a94d
ci: fixed auto-merge293f90a
chore(lint): updated linters, relinted codeUpdates
github.com/go-openapi/jsonreference
from 0.21.0 to 0.21.1Commits
6973d2f
deps: remove (indirect) dependency to mailru/easyjson5f816fb
build(deps): bump github.com/stretchr/testifya8d2f8a
build(deps): bump actions/checkout in the development-dependencies group974e4af
build(deps): bump github.com/go-openapi/jsonpointerf820859
ci: fixed auto-merge68f205f
chore(lint): updated linters, relinted code0bae0fb
build(deps): bump golangci/golangci-lint-actionf500000
ci: updated config for golangci-lint v20fe9dbd
ci: fixed codecov upload40be7ee
ci: fixed broken codecov coverage uploadUpdates
github.com/go-openapi/swag
from 0.23.1 to 0.24.1Commits
3b4039d
fix: retracted v0.24.0 as a release of the main module95b5423
fixup go.mod for mono-repo release04b65d3
prepare release 0.24bf60a5a
build(deps): bump github.com/stretchr/testifyebc6246
Chore/linting issues (#132)44bc4fa
build(deps): bump the development-dependencies group across 2 directories wit...148ce53
chore(ci): setup monorepo linting and fixed automerge14e1493
lint: fix usetesting issues1b223d6
build(deps): bump the development-dependencies group across 2 directories wit...a5c0582
refact: loadingUpdates
github.com/google/gnostic-models
from 0.6.9 to 0.7.0Commits
82b4ba0
Fix go.mod1214835
update yaml library to go.yaml.in/yaml511df6b
update README to 2025fbe822a
Update README to 2024d9cde49
chore: omit comparison to bool constant8f45726
chore: unnecessary use of fmt.Sprintfd47ab80
add manual trigger github actions164b47f
Disable protoc download in CIUpdates
github.com/mailru/easyjson
from 0.9.0 to 0.9.1Release notes
Sourced from github.com/mailru/easyjson's releases.
Commits
58eb6f5
Merge pull request #424 from stickpro/issue-415ffa0b23
feat: Add version and commit information to easyjson generatorfe2707c
Merge pull request #411 from neal/bugfix/unmarshal-unexpected-nullbaefa5c
Fix decoding null values on non-pointer fields8580601
Merge pull request #407 from Neal/bugfix/unmarshal-null529b1f6
Fix unmarshal null to existing valueUpdates
github.com/modern-go/reflect2
from 1.0.2 to 1.0.3-0.20250322232337-35a7c28c31eeCommits
Updates
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring
from 0.81.0 to 0.85.0Release notes
Sourced from github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring's releases.
... (truncated)
Changelog
Sourced from github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring's changelog.
... (truncated)
Commits
2ed4172
chore: cut v0.85.0 (#7822)9335ab4
chore: cut v0.85.08bbbc20
Merge pull request #7793 from yp969803/issue779181475dc
Merge pull request #7328 from slashexx/main4c91908
Merge pull request #7825 from therealdwright/delete-po-lint-gitignore794cd66
chore: remove po-lint from .gitignore52a507a
Merge pull request #7821 from simonpasquier/mesh-port-consts24d6122
chore: use consts for mesh port names04004a5
chore: update URL to Calico documentation (#7820)e111cbd
fix(alertmanager, framework): use named ports for services (#7517)Updates
github.com/spf13/pflag
from 1.0.7 to 1.0.10Release notes
Sourced from github.com/spf13/pflag's releases.
Commits
0491e57
Merge pull request #448 from thaJeztah/fix_go_version72abab1
Merge pull request #447 from thaJeztah/fix_deprecation_comment7e4dfb1
Test on Go 1.1218a9d17
move Func, BoolFunc, tests as they require go1.21c5b9e98
remove uses of errors.Is, which requires go1.1345a4873
fix deprecation comment for (FlagSet.)ParseErrorsWhitelist1043857
Merge pull request...Description has been truncated