mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-13 10:49:15 +00:00
Bump github.com/fluxcd/pkg/runtime from 0.106.0 to 0.107.0 (#280)
Bumps [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg) from 0.106.0 to 0.107.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/pkg/commit/2b9f4c54119931dd929e1f47b88ef8ae118fa6c0"><code>2b9f4c5</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1216">#1216</a> from fluxcd/release-main</li> <li><a href="https://github.com/fluxcd/pkg/commit/715a46d4385689f839ac75f3ac0edd4abb15ae24"><code>715a46d</code></a> Prepare for release</li> <li><a href="https://github.com/fluxcd/pkg/commit/482ea7963b34fd41e4244d9c05384a57f56928b7"><code>482ea79</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1129">#1129</a> from Iam-Karan-Suresh/refactor/extract-dependencyref...</li> <li><a href="https://github.com/fluxcd/pkg/commit/428177482a3500b1d53d4659c1bce00e61f75d4c"><code>4281774</code></a> refactor: move DependencyReference to apis/meta</li> <li><a href="https://github.com/fluxcd/pkg/commit/fa1303628d234029c725006177c10b1ba61ee1eb"><code>fa13036</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1215">#1215</a> from fluxcd/release-main</li> <li><a href="https://github.com/fluxcd/pkg/commit/e944ed2add26498eb300c1f1f5ced1f072ba8659"><code>e944ed2</code></a> Prepare for release</li> <li><a href="https://github.com/fluxcd/pkg/commit/dce25dd04cd2fb6ff37084094317b2f343638cd1"><code>dce25dd</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1214">#1214</a> from fluxcd/ci-jwt</li> <li><a href="https://github.com/fluxcd/pkg/commit/55b3741c9938b13fb033046b8c5b921914b485f4"><code>55b3741</code></a> auth: introduce JWT signing with JWK for CI systems</li> <li><a href="https://github.com/fluxcd/pkg/commit/f50d6110eaf9d087122148fa8d95d1f509d53634"><code>f50d611</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1213">#1213</a> from fluxcd/release-main</li> <li><a href="https://github.com/fluxcd/pkg/commit/39163c0d55f3bcd5ea94a850782a0eb6fb9f064a"><code>39163c0</code></a> Prepare for release</li> <li>Additional commits viewable in <a href="https://github.com/fluxcd/pkg/compare/runtime/v0.106.0...runtime/v0.107.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
3bb745de19
commit
45f1ae68d9
@@ -5,7 +5,7 @@ go 1.26.0
|
||||
toolchain go1.26.3
|
||||
|
||||
require (
|
||||
github.com/fluxcd/pkg/runtime v0.106.0
|
||||
github.com/fluxcd/pkg/runtime v0.107.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
|
||||
@@ -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.27.0 // indirect
|
||||
github.com/fluxcd/pkg/apis/meta v1.28.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
|
||||
|
||||
Reference in New Issue
Block a user