mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-14 03:09:18 +00:00
Bump github.com/fluxcd/pkg/runtime from 0.108.0 to 0.110.0 (#303)
Bumps [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg) from 0.108.0 to 0.110.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/pkg/commit/3f9f27f0ba23cf7953c25b7eba7ccac1b525f60e"><code>3f9f27f</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1243">#1243</a> from fluxcd/release-main</li> <li><a href="https://github.com/fluxcd/pkg/commit/bc3dd2c08ec88eee8010ebc669b9fed92c4606d4"><code>bc3dd2c</code></a> Prepare for release</li> <li><a href="https://github.com/fluxcd/pkg/commit/d19e0603933d4e0651bc39dd2d76347b7841b602"><code>d19e060</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1242">#1242</a> from fluxcd/upgrade-deps</li> <li><a href="https://github.com/fluxcd/pkg/commit/5778c6bdfeb9577648742f99b03fce0efe6933e6"><code>5778c6b</code></a> Upgrade Kubernetes to 1.36.1</li> <li><a href="https://github.com/fluxcd/pkg/commit/5a7f3ce0de742b6c561a50f90940d81cf6fc698d"><code>5a7f3ce</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1240">#1240</a> from fluxcd/release-main</li> <li><a href="https://github.com/fluxcd/pkg/commit/ceb5e008850d09924ec44fd3f432fca5b31d8359"><code>ceb5e00</code></a> Prepare for release</li> <li><a href="https://github.com/fluxcd/pkg/commit/23ca4f5376bd250abbbb8d4405a5e63d57537b84"><code>23ca4f5</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1241">#1241</a> from Iam-Karan-Suresh/impersonator-test</li> <li><a href="https://github.com/fluxcd/pkg/commit/3d21e81cf887234ffe070f6cba2101e047f0561f"><code>3d21e81</code></a> test: adding test cases for impersonator</li> <li><a href="https://github.com/fluxcd/pkg/commit/a12b6e8ae2242f78513537c9723c17b480188b8e"><code>a12b6e8</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1239">#1239</a> from fluxcd/oci-created</li> <li><a href="https://github.com/fluxcd/pkg/commit/c635f881c403a2427f95710efb8a5f67194f78e3"><code>c635f88</code></a> oci: set created timestamp in the config</li> <li>Additional commits viewable in <a href="https://github.com/fluxcd/pkg/compare/runtime/v0.108.0...runtime/v0.110.0">compare view</a></li> </ul> </details> <br /> [](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 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent
06393218c8
commit
990e0e6a71
@@ -5,7 +5,7 @@ go 1.26.0
|
||||
toolchain go1.26.3
|
||||
|
||||
require (
|
||||
github.com/fluxcd/pkg/runtime v0.108.0
|
||||
github.com/fluxcd/pkg/runtime v0.110.0
|
||||
github.com/go-logr/logr v1.4.3
|
||||
github.com/go-openapi/testify/v2 v2.5.1
|
||||
github.com/google/uuid v1.6.0
|
||||
@@ -24,7 +24,7 @@ require (
|
||||
require (
|
||||
dario.cat/mergo v1.0.2 // indirect
|
||||
github.com/Masterminds/goutils v1.1.1 // indirect
|
||||
github.com/Masterminds/semver/v3 v3.4.0 // indirect
|
||||
github.com/Masterminds/semver/v3 v3.5.0 // indirect
|
||||
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
|
||||
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
|
||||
github.com/beorn7/perks v1.0.1 // indirect
|
||||
@@ -34,7 +34,7 @@ require (
|
||||
github.com/emicklei/go-restful/v3 v3.13.0 // indirect
|
||||
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
|
||||
github.com/fatih/color v1.18.0 // indirect
|
||||
github.com/fluxcd/pkg/apis/meta v1.29.0 // indirect
|
||||
github.com/fluxcd/pkg/apis/meta v1.30.0 // indirect
|
||||
github.com/fsnotify/fsnotify v1.9.0 // indirect
|
||||
github.com/fxamacker/cbor/v2 v2.9.1 // indirect
|
||||
github.com/go-logr/zapr v1.3.0 // indirect
|
||||
@@ -91,8 +91,8 @@ require (
|
||||
gopkg.in/inf.v0 v0.9.1 // indirect
|
||||
gopkg.in/yaml.v2 v2.4.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
k8s.io/apiextensions-apiserver v0.36.0 // indirect
|
||||
k8s.io/code-generator v0.36.0 // indirect
|
||||
k8s.io/apiextensions-apiserver v0.36.1 // indirect
|
||||
k8s.io/code-generator v0.36.1 // indirect
|
||||
k8s.io/gengo/v2 v2.0.0-20250922181213-ec3ebc5fd46b // indirect
|
||||
k8s.io/klog/v2 v2.140.0 // indirect
|
||||
k8s.io/kube-openapi v0.0.0-20260317180543-43fb72c5454a // indirect
|
||||
|
||||
Reference in New Issue
Block a user