Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#555)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
renovate[bot] and viccuad authored Oct 7, 2024
1 parent e32aa5e commit dd1e6bb
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-chart-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
version: v3.8.0

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

- name: Generate container image files
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jobs:
echo "must_update_crds_chart=$?" >> "$GITHUB_OUTPUT"
- name: Install Updatecli in the runner
uses: updatecli/updatecli-action@6b8881a17fc8038e884ec94ff72a49e8e8a4069f # v2.67.0
uses: updatecli/updatecli-action@92a13b95c2cd9f1c6742c965509203c6a5635ed7 # v2.68.0

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

- name: Major or minor update Kubewarden charts with NO CRDs update
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')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0

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

- name: Update policies and images
id: update_policies_images
Expand Down
6 changes: 3 additions & 3 deletions charts/kubewarden-controller/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: policy-reporter
repository: https://kyverno.github.io/policy-reporter
version: 2.24.1
digest: sha256:fca30676caf230249959fd5cea069a3369f823b47a613a476afa41c19279112b
generated: "2024-07-22T01:04:56.959944718Z"
version: 2.24.2
digest: sha256:719eaab55f5af1687e1cb7f4855f613f02c7f3f22e45ffdaeb73becad9f5f598
generated: "2024-10-07T00:35:27.819497205Z"
2 changes: 1 addition & 1 deletion charts/kubewarden-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ annotations:
catalog.cattle.io/type: cluster-tool
dependencies:
- name: policy-reporter
version: 2.24.1
version: 2.24.2
repository: https://kyverno.github.io/policy-reporter
condition: auditScanner.policyReporter
Binary file not shown.
Binary file not shown.

0 comments on commit dd1e6bb

Please sign in to comment.