Skip to content

Commit

Permalink
Bump k8s.io/client-go from 0.26.0 to 0.27.1 in /odiglet (#129)
Browse files Browse the repository at this point in the history
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from
0.26.0 to 0.27.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes/client-go/commit/6c596fdbc11ce7779ee320c6a11df44c5d516d54"><code>6c596fd</code></a>
Update dependencies to v0.27.1 tag</li>
<li><a
href="https://github.com/kubernetes/client-go/commit/559da627e81e4ff2abaf32d2c068eb0f3cc4844f"><code>559da62</code></a>
Merge remote-tracking branch 'origin/master' into release-1.27</li>
<li><a
href="https://github.com/kubernetes/client-go/commit/012beed4e0d6cee0e13ddfe041203fe3269401de"><code>012beed</code></a>
.*: update vendor dir and cleanup</li>
<li><a
href="https://github.com/kubernetes/client-go/commit/1517ffb8d37c99e6a3a2842bcdee0aa271f0332b"><code>1517ffb</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/client-go/issues/116623">#116623</a>
from lavalamp/xfrmr</li>
<li><a
href="https://github.com/kubernetes/client-go/commit/308e6b10555d5606f46cd72ae8f2fd561825911a"><code>308e6b1</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/client-go/issues/113218">#113218</a>
from ahmedtd/kep-3257</li>
<li><a
href="https://github.com/kubernetes/client-go/commit/c3b84f04385f75a76f6ab808986f9d85fa5a20e2"><code>c3b84f0</code></a>
Change where transformers are called.</li>
<li><a
href="https://github.com/kubernetes/client-go/commit/4c5879adb09ec7cda513db526428f0d04ae375fa"><code>4c5879a</code></a>
ClusterTrustBundles: make update</li>
<li><a
href="https://github.com/kubernetes/client-go/commit/4666344cbcd76aba5a198e0fdfc3e7e5051698a9"><code>4666344</code></a>
Custom match criteria (<a
href="https://redirect.github.com/kubernetes/client-go/issues/116350">#116350</a>)</li>
<li><a
href="https://github.com/kubernetes/client-go/commit/38589731da69714c4b4460919e95b81ac361da1f"><code>3858973</code></a>
Matchconditions admission webhooks alpha implementation for kep-3716 (<a
href="https://redirect.github.com/kubernetes/client-go/issues/116261">#116261</a>)</li>
<li><a
href="https://github.com/kubernetes/client-go/commit/445660b561c3247126329d8f1dbf1913c5cd1e16"><code>445660b</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/client-go/issues/116332">#116332</a>
from klueska/extend-resourceclaimstatus</li>
<li>Additional commits viewable in <a
href="https://github.com/kubernetes/client-go/compare/v0.26.0...v0.27.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=k8s.io/client-go&package-manager=go_modules&previous-version=0.26.0&new-version=0.27.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot 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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eden Federman <eden@keyval.dev>
  • Loading branch information
dependabot[bot] and edeNFed authored May 2, 2023
1 parent 66653c8 commit 9dc8e88
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 125 deletions.
54 changes: 17 additions & 37 deletions odiglet/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,76 +3,56 @@ module github.com/keyval-dev/odigos/odiglet
go 1.19

require (
github.com/Binject/shellcode v0.0.0-20191101084904-a8a90e7d4563
github.com/docker/docker v20.10.22+incompatible
github.com/fatih/color v1.13.0
github.com/go-logr/logr v1.2.3
github.com/go-logr/zapr v1.2.3
github.com/google/uuid v1.1.2
github.com/google/uuid v1.3.0
github.com/kubevirt/device-plugin-manager v1.19.4
github.com/moby/sys/mountinfo v0.6.2
github.com/otiai10/copy v1.9.0
go.uber.org/zap v1.24.0
google.golang.org/grpc v1.49.0
k8s.io/api v0.26.1
k8s.io/apimachinery v0.26.1
k8s.io/client-go v0.26.0
k8s.io/cri-api v0.26.0
k8s.io/apimachinery v0.27.1
k8s.io/client-go v0.27.1
k8s.io/kubelet v0.26.1
)

require (
github.com/Microsoft/go-winio v0.6.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/docker/distribution v2.8.1+incompatible // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-openapi/jsonpointer v0.19.5 // indirect
github.com/go-openapi/jsonreference v0.20.0 // indirect
github.com/go-openapi/swag v0.19.14 // indirect
github.com/go-openapi/jsonpointer v0.19.6 // indirect
github.com/go-openapi/jsonreference v0.20.1 // indirect
github.com/go-openapi/swag v0.22.3 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/gnostic v0.5.7-v3refs // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/gofuzz v1.1.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/mailru/easyjson v0.7.6 // indirect
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/term v0.3.0 // indirect
golang.org/x/text v0.5.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/term v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
golang.org/x/tools v0.1.12 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gotest.tools/v3 v3.4.0 // indirect
k8s.io/klog/v2 v2.80.1 // indirect
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
k8s.io/utils v0.0.0-20221107191617-1a15be271d1d // indirect
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
k8s.io/api v0.27.1 // indirect
k8s.io/klog/v2 v2.90.1 // indirect
k8s.io/kube-openapi v0.0.0-20230308215209-15aac26d736a // indirect
k8s.io/utils v0.0.0-20230209194617-a36077c30491 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
sigs.k8s.io/yaml v1.3.0 // indirect
)
Loading

0 comments on commit 9dc8e88

Please sign in to comment.