Skip to content

Commit

Permalink
Bump the go-k8s-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the go-k8s-dependencies group with 2 updates: [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) and [k8s.io/client-go](https://github.com/kubernetes/client-go).


Updates `k8s.io/apimachinery` from 0.29.8 to 0.29.9
- [Commits](kubernetes/apimachinery@v0.29.8...v0.29.9)

Updates `k8s.io/client-go` from 0.29.8 to 0.29.9
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.29.8...v0.29.9)

---
updated-dependencies:
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-k8s-dependencies
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-k8s-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tekton-robot committed Sep 13, 2024
1 parent 0a2cdf7 commit 9d6d914
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 155 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ require (
gorm.io/driver/postgres v1.5.2
gorm.io/gorm v1.25.12
gotest.tools/v3 v3.5.1
k8s.io/apimachinery v0.29.8
k8s.io/client-go v0.29.8
k8s.io/apimachinery v0.29.9
k8s.io/client-go v0.29.9
knative.dev/pkg v0.0.0-20240416145024-0f34a8815650
sigs.k8s.io/yaml v1.4.0
)
Expand Down Expand Up @@ -176,7 +176,7 @@ require (
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/api v0.29.8 // indirect
k8s.io/api v0.29.9 // indirect
k8s.io/klog/v2 v2.120.1 // indirect
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
k8s.io/utils v0.0.0-20240102154912-e7106e64919e // indirect
Expand Down
Loading

0 comments on commit 9d6d914

Please sign in to comment.