Skip to content

Commit dd1e6bb

Browse files
renovate[bot]viccuad
andauthoredOct 7, 2024
chore(deps): update all non-major dependencies (kubewarden#555)
Signed-off-by: Víctor Cuadrado Juan <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Víctor Cuadrado Juan <[email protected]>

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed
 

‎.github/workflows/helm-chart-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
version: v3.8.0
6363

6464
- name: Install cosign
65-
uses: sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382 # v3.6.0
65+
uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
6666

6767
- name: Generate container image files
6868
run: |

‎.github/workflows/update-charts.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
echo "must_update_crds_chart=$?" >> "$GITHUB_OUTPUT"
222222
223223
- name: Install Updatecli in the runner
224-
uses: updatecli/updatecli-action@6b8881a17fc8038e884ec94ff72a49e8e8a4069f # v2.67.0
224+
uses: updatecli/updatecli-action@92a13b95c2cd9f1c6742c965509203c6a5635ed7 # v2.68.0
225225

226226
- name: Update kubewarden-defaults Helm chart
227227
if: endsWith(needs.setvariables.outputs.repository, 'policy-server')
@@ -364,7 +364,7 @@ jobs:
364364
echo "must_update_crds_chart=$?" >> "$GITHUB_OUTPUT"
365365
366366
- name: Install Updatecli in the runner
367-
uses: updatecli/updatecli-action@6b8881a17fc8038e884ec94ff72a49e8e8a4069f # v2.67.0
367+
uses: updatecli/updatecli-action@92a13b95c2cd9f1c6742c965509203c6a5635ed7 # v2.68.0
368368

369369
- name: Major or minor update Kubewarden charts with NO CRDs update
370370
if: steps.update_crds.outputs.must_update_crds_chart==0 && (needs.check-update-type.outputs.update_type == 'major' || needs.check-update-type.outputs.update_type == 'minor')

‎.github/workflows/update-dependencies.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1515

1616
- name: Install Updatecli in the runner
17-
uses: updatecli/updatecli-action@6b8881a17fc8038e884ec94ff72a49e8e8a4069f # v2.67.0
17+
uses: updatecli/updatecli-action@92a13b95c2cd9f1c6742c965509203c6a5635ed7 # v2.68.0
1818

1919
- name: Update policies and images
2020
id: update_policies_images
+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: policy-reporter
33
repository: https://kyverno.github.io/policy-reporter
4-
version: 2.24.1
5-
digest: sha256:fca30676caf230249959fd5cea069a3369f823b47a613a476afa41c19279112b
6-
generated: "2024-07-22T01:04:56.959944718Z"
4+
version: 2.24.2
5+
digest: sha256:719eaab55f5af1687e1cb7f4855f613f02c7f3f22e45ffdaeb73becad9f5f598
6+
generated: "2024-10-07T00:35:27.819497205Z"

‎charts/kubewarden-controller/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ annotations:
4848
catalog.cattle.io/type: cluster-tool
4949
dependencies:
5050
- name: policy-reporter
51-
version: 2.24.1
51+
version: 2.24.2
5252
repository: https://kyverno.github.io/policy-reporter
5353
condition: auditScanner.policyReporter
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.