Skip to content

Commit 756d607

Browse files
build(deps): bump fluxcd/flux2 from 0c73420ccf375ed3f0986c36e39c119838ebb09a to d9b66f69597f30bb3e50167ce86804f4d55385cb in the ci group (#189)
Bumps the ci group with 1 update: [fluxcd/flux2](https://github.com/fluxcd/flux2). Updates `fluxcd/flux2` from 0c73420ccf375ed3f0986c36e39c119838ebb09a to d9b66f69597f30bb3e50167ce86804f4d55385cb <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/fluxcd/flux2/blob/main/.goreleaser.yml">fluxcd/flux2's changelog</a>.</em></p> <blockquote> <p>project_name: flux changelog: use: github-native builds:</p> <ul> <li>&lt;&lt;: &amp;build_defaults binary: flux main: ./cmd/flux ldflags: - -s -w -X main.VERSION={{ .Version }} env: - CGO_ENABLED=0 id: linux goos: <ul> <li>linux goarch:</li> <li>amd64</li> <li>arm64</li> <li>arm goarm:</li> <li>&quot;7&quot;</li> </ul> </li> <li>&lt;&lt;: *build_defaults id: darwin goos: <ul> <li>darwin goarch:</li> <li>amd64</li> <li>arm64</li> </ul> </li> <li>&lt;&lt;: *build_defaults id: windows goos: <ul> <li>windows archives:</li> </ul> </li> <li>name_template: &quot;{{ .Binary }}<em>{{ .Version }}</em>{{ .Os }}_{{ .Arch }}&quot; id: nix builds: [linux, darwin] format: tar.gz files: <ul> <li>none*</li> </ul> </li> <li>name_template: &quot;{{ .Binary }}<em>{{ .Version }}</em>{{ .Os }}_{{ .Arch }}&quot; id: windows builds: [windows] format: zip files: <ul> <li>none* source: enabled: true name_template: '{{ .ProjectName }}_{{ .Version }}_source_code' sboms:</li> </ul> </li> <li>id: source artifacts: source</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/flux2/commit/d9b66f69597f30bb3e50167ce86804f4d55385cb"><code>d9b66f6</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/flux2/issues/5219">#5219</a> from niveau0/allow-recursive-dry-run</li> <li><a href="https://github.com/fluxcd/flux2/commit/1b98e1694019605f767daa79da2ca6e9f28d9466"><code>1b98e16</code></a> fix: allow recursive dry-run over local sources</li> <li>See full diff in <a href="https://github.com/fluxcd/flux2/compare/0c73420ccf375ed3f0986c36e39c119838ebb09a...d9b66f69597f30bb3e50167ce86804f4d55385cb">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ee6c993 commit 756d607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
kubectl wait pod -l app=protected-registry2 --for condition=Ready --timeout 5m
107107
108108
- name: Setup Flux CLI
109-
uses: fluxcd/flux2/action@0c73420ccf375ed3f0986c36e39c119838ebb09a
109+
uses: fluxcd/flux2/action@d9b66f69597f30bb3e50167ce86804f4d55385cb
110110

111111
- name: Install Flux in Kind
112112
run: flux install

0 commit comments

Comments
 (0)