Skip to content

Commit a5d3b15

Browse files
authored
Bump sigs.k8s.io/controller-runtime from 0.16.1 to 0.16.3 (#48)
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.16.1 to 0.16.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kubernetes-sigs/controller-runtime/releases">sigs.k8s.io/controller-runtime's releases</a>.</em></p> <blockquote> <h2>v0.16.3</h2> <h2>What's Changed</h2> <ul> <li>🐛Update dependency go-restful to 3.11.0 by <a href="https://github.com/k8s-infra-cherrypick-robot"><code>@​k8s-infra-cherrypick-robot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2516">kubernetes-sigs/controller-runtime#2516</a></li> <li>🐛 Correctly identify if patch call was made on status by <a href="https://github.com/k8s-infra-cherrypick-robot"><code>@​k8s-infra-cherrypick-robot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2515">kubernetes-sigs/controller-runtime#2515</a></li> <li>🐛 Handle unstructured status update with fake client by <a href="https://github.com/troy0820"><code>@​troy0820</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2523">kubernetes-sigs/controller-runtime#2523</a></li> <li>:sparkles: Cache: Allow defining options that apply to all namespaces that themselves have no explicit config by <a href="https://github.com/k8s-infra-cherrypick-robot"><code>@​k8s-infra-cherrypick-robot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2539">kubernetes-sigs/controller-runtime#2539</a></li> <li>🐛 bump golang.org/x/net to v0.17.0 by <a href="https://github.com/joelanford"><code>@​joelanford</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2541">kubernetes-sigs/controller-runtime#2541</a></li> <li>🌱 Bump k8s to 1.28.3 by <a href="https://github.com/varshaprasad96"><code>@​varshaprasad96</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2552">kubernetes-sigs/controller-runtime#2552</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/kubernetes-sigs/controller-runtime/compare/v0.16.2...v0.16.3">https://github.com/kubernetes-sigs/controller-runtime/compare/v0.16.2...v0.16.3</a></p> <h2>v0.16.2</h2> <h2>What's Changed</h2> <ul> <li>🐛 Add corev1, coordinationv1 scheme for leader election when LeaderElection manager option is true by <a href="https://github.com/troy0820"><code>@​troy0820</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2466">kubernetes-sigs/controller-runtime#2466</a></li> <li>🐛 Use http client from leaderElectionConfig by <a href="https://github.com/k8s-infra-cherrypick-robot"><code>@​k8s-infra-cherrypick-robot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2468">kubernetes-sigs/controller-runtime#2468</a></li> <li>🐛 Default namespace only for namespaced object by <a href="https://github.com/k8s-infra-cherrypick-robot"><code>@​k8s-infra-cherrypick-robot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2482">kubernetes-sigs/controller-runtime#2482</a></li> <li>🐛 Do not update anything but status when using subresource client by <a href="https://github.com/k8s-infra-cherrypick-robot"><code>@​k8s-infra-cherrypick-robot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2483">kubernetes-sigs/controller-runtime#2483</a></li> <li>:bug: Fix status subresource getting updated on Update when it is empty by <a href="https://github.com/k8s-infra-cherrypick-robot"><code>@​k8s-infra-cherrypick-robot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2485">kubernetes-sigs/controller-runtime#2485</a></li> <li>:bug: Fix returning object after status update by <a href="https://github.com/k8s-infra-cherrypick-robot"><code>@​k8s-infra-cherrypick-robot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2490">kubernetes-sigs/controller-runtime#2490</a></li> <li>:bug: Return NoResourceMatchError when appropriate for backwards compatibility. by <a href="https://github.com/k8s-infra-cherrypick-robot"><code>@​k8s-infra-cherrypick-robot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2492">kubernetes-sigs/controller-runtime#2492</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/kubernetes-sigs/controller-runtime/compare/v0.16.1...v0.16.2">https://github.com/kubernetes-sigs/controller-runtime/compare/v0.16.1...v0.16.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/5f8d96b043ef8ccadc544535415395be336630e8"><code>5f8d96b</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2552">#2552</a> from varshaprasad96/bump/k8s-1.28.3</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/5572514e67794ccd50883297190849f3a4da865e"><code>5572514</code></a> [fix]: Bump k8s to 1.28.3</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/7c1e2d9c564bf1dbbbc3ac974d8c96e109f352aa"><code>7c1e2d9</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2541">#2541</a> from joelanford/0.16-golang-x-net</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/5201923145324de77adb573a5b2d99c0f7aa4dde"><code>5201923</code></a> :bug: bump golang.org/x/net to v0.17.0</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/8b5b1a27c4a066ed73a959fcc47d19c7a92aaa53"><code>8b5b1a2</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2539">#2539</a> from k8s-infra-cherrypick-robot/cherry-pick-2528-to-...</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/b9c691dd8a16f0de013ad5da06021dbf41fe98e7"><code>b9c691d</code></a> sparkles: Cache: Allow defining options that apply to all namespaces that the...</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/8361246e3c51506fb42eff26888b21de129dc3db"><code>8361246</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2523">#2523</a> from troy0820/troy0820/cherry-pick-to-release-0.16</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/f7b7450dfec401358d63b35360d4dbd7985942b9"><code>f7b7450</code></a> 🐛 Handle unstructured status update with fake client (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2495">#2495</a>)</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/2d6b699a784357d0b916018f09be2721c86eaa01"><code>2d6b699</code></a> [release-0.16] 🐛 Correctly identify if patch call was made on status (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2515">#2515</a>)</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/da3110434c1ce027a8cbcc0b84d0ec734f13317b"><code>da31104</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2516">#2516</a> from k8s-infra-cherrypick-robot/cherry-pick-2507-to-...</li> <li>Additional commits viewable in <a href="https://github.com/kubernetes-sigs/controller-runtime/compare/v0.16.1...v0.16.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sigs.k8s.io/controller-runtime&package-manager=go_modules&previous-version=0.16.1&new-version=0.16.3)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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>
2 parents e7578fb + 6a514fc commit a5d3b15

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ require (
1414
github.com/stretchr/testify v1.8.2
1515
go.uber.org/zap v1.25.0
1616
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
17-
k8s.io/api v0.28.2
18-
k8s.io/apimachinery v0.28.2
19-
k8s.io/client-go v0.28.1
20-
sigs.k8s.io/controller-runtime v0.16.1
17+
k8s.io/api v0.28.3
18+
k8s.io/apimachinery v0.28.3
19+
k8s.io/client-go v0.28.3
20+
sigs.k8s.io/controller-runtime v0.16.3
2121
)
2222

2323
require (
2424
github.com/beorn7/perks v1.0.1 // indirect
2525
github.com/cespare/xxhash/v2 v2.2.0 // indirect
2626
github.com/davecgh/go-spew v1.1.1 // indirect
27-
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
27+
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
2828
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
2929
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
3030
github.com/fsnotify/fsnotify v1.6.0 // indirect
@@ -67,8 +67,8 @@ require (
6767
gopkg.in/inf.v0 v0.9.1 // indirect
6868
gopkg.in/yaml.v2 v2.4.0 // indirect
6969
gopkg.in/yaml.v3 v3.0.1 // indirect
70-
k8s.io/apiextensions-apiserver v0.28.0 // indirect
71-
k8s.io/component-base v0.28.1 // indirect
70+
k8s.io/apiextensions-apiserver v0.28.3 // indirect
71+
k8s.io/component-base v0.28.3 // indirect
7272
k8s.io/klog/v2 v2.100.1 // indirect
7373
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
7474
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 // indirect

go.sum

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ3
1212
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
1313
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
1414
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
15-
github.com/emicklei/go-restful/v3 v3.9.0 h1:XwGDlfxEnQZzuopoqxwSEllNcCOM9DhhFyhFIIGKwxE=
16-
github.com/emicklei/go-restful/v3 v3.9.0/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc=
15+
github.com/emicklei/go-restful/v3 v3.11.0 h1:rAQeMHw1c7zTmncogyy8VvRZwtkmkZ4FxERmMY4rD+g=
16+
github.com/emicklei/go-restful/v3 v3.11.0/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc=
1717
github.com/evanphx/json-patch v5.6.0+incompatible h1:jBYDEEiFBPxA0v50tFdvOzQQTCvpL6mnFh5mB2/l16U=
1818
github.com/evanphx/json-patch v5.6.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk=
1919
github.com/evanphx/json-patch/v5 v5.6.0 h1:b91NhWfaz02IuVxO9faSllyAtNXHMPkC5J8sJCLunww=
@@ -212,24 +212,24 @@ gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
212212
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
213213
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
214214
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
215-
k8s.io/api v0.28.2 h1:9mpl5mOb6vXZvqbQmankOfPIGiudghwCoLl1EYfUZbw=
216-
k8s.io/api v0.28.2/go.mod h1:RVnJBsjU8tcMq7C3iaRSGMeaKt2TWEUXcpIt/90fjEg=
217-
k8s.io/apiextensions-apiserver v0.28.0 h1:CszgmBL8CizEnj4sj7/PtLGey6Na3YgWyGCPONv7E9E=
218-
k8s.io/apiextensions-apiserver v0.28.0/go.mod h1:uRdYiwIuu0SyqJKriKmqEN2jThIJPhVmOWETm8ud1VE=
219-
k8s.io/apimachinery v0.28.2 h1:KCOJLrc6gu+wV1BYgwik4AF4vXOlVJPdiqn0yAWWwXQ=
220-
k8s.io/apimachinery v0.28.2/go.mod h1:RdzF87y/ngqk9H4z3EL2Rppv5jj95vGS/HaFXrLDApU=
221-
k8s.io/client-go v0.28.1 h1:pRhMzB8HyLfVwpngWKE8hDcXRqifh1ga2Z/PU9SXVK8=
222-
k8s.io/client-go v0.28.1/go.mod h1:pEZA3FqOsVkCc07pFVzK076R+P/eXqsgx5zuuRWukNE=
223-
k8s.io/component-base v0.28.1 h1:LA4AujMlK2mr0tZbQDZkjWbdhTV5bRyEyAFe0TJxlWg=
224-
k8s.io/component-base v0.28.1/go.mod h1:jI11OyhbX21Qtbav7JkhehyBsIRfnO8oEgoAR12ArIU=
215+
k8s.io/api v0.28.3 h1:Gj1HtbSdB4P08C8rs9AR94MfSGpRhJgsS+GF9V26xMM=
216+
k8s.io/api v0.28.3/go.mod h1:MRCV/jr1dW87/qJnZ57U5Pak65LGmQVkKTzf3AtKFHc=
217+
k8s.io/apiextensions-apiserver v0.28.3 h1:Od7DEnhXHnHPZG+W9I97/fSQkVpVPQx2diy+2EtmY08=
218+
k8s.io/apiextensions-apiserver v0.28.3/go.mod h1:NE1XJZ4On0hS11aWWJUTNkmVB03j9LM7gJSisbRt8Lc=
219+
k8s.io/apimachinery v0.28.3 h1:B1wYx8txOaCQG0HmYF6nbpU8dg6HvA06x5tEffvOe7A=
220+
k8s.io/apimachinery v0.28.3/go.mod h1:uQTKmIqs+rAYaq+DFaoD2X7pcjLOqbQX2AOiO0nIpb8=
221+
k8s.io/client-go v0.28.3 h1:2OqNb72ZuTZPKCl+4gTKvqao0AMOl9f3o2ijbAj3LI4=
222+
k8s.io/client-go v0.28.3/go.mod h1:LTykbBp9gsA7SwqirlCXBWtK0guzfhpoW4qSm7i9dxo=
223+
k8s.io/component-base v0.28.3 h1:rDy68eHKxq/80RiMb2Ld/tbH8uAE75JdCqJyi6lXMzI=
224+
k8s.io/component-base v0.28.3/go.mod h1:fDJ6vpVNSk6cRo5wmDa6eKIG7UlIQkaFmZN2fYgIUD8=
225225
k8s.io/klog/v2 v2.100.1 h1:7WCHKK6K8fNhTqfBhISHQ97KrnJNFZMcQvKp7gP/tmg=
226226
k8s.io/klog/v2 v2.100.1/go.mod h1:y1WjHnz7Dj687irZUWR/WLkLc5N1YHtjLdmgWjndZn0=
227227
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 h1:LyMgNKD2P8Wn1iAwQU5OhxCKlKJy0sHc+PcDwFB24dQ=
228228
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9/go.mod h1:wZK2AVp1uHCp4VamDVgBP2COHZjqD1T68Rf0CM3YjSM=
229229
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 h1:qY1Ad8PODbnymg2pRbkyMT/ylpTrCM8P2RJ0yroCyIk=
230230
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
231-
sigs.k8s.io/controller-runtime v0.16.1 h1:+15lzrmHsE0s2kNl0Dl8cTchI5Cs8qofo5PGcPrV9z0=
232-
sigs.k8s.io/controller-runtime v0.16.1/go.mod h1:vpMu3LpI5sYWtujJOa2uPK61nB5rbwlN7BAB8aSLvGU=
231+
sigs.k8s.io/controller-runtime v0.16.3 h1:2TuvuokmfXvDUamSx1SuAOO3eTyye+47mJCigwG62c4=
232+
sigs.k8s.io/controller-runtime v0.16.3/go.mod h1:j7bialYoSn142nv9sCOJmQgDXQXxnroFU4VnX/brVJ0=
233233
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo=
234234
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0=
235235
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 h1:PRbqxJClWWYMNV1dhaG4NsibJbArud9kFxnAMREiWFE=

0 commit comments

Comments
 (0)