From 406b094c6880de13a1648804e7090d5112e3808e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 10:51:30 +0200 Subject: [PATCH] chore(deps): update all non-major dependencies (#347) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 2 +- .github/workflows/release.yaml | 2 +- README.md | 4 ++-- charts/fhir-gateway/Chart.lock | 6 +++--- charts/fhir-gateway/Chart.yaml | 4 ++-- charts/fhir-pseudonymizer/Chart.lock | 6 +++--- charts/fhir-pseudonymizer/Chart.yaml | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bfa78722..a836b34c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ permissions: read-all jobs: lint: runs-on: ubuntu-22.04 - container: ghcr.io/chgl/kube-powertools:v2.3.21@sha256:9595148518325737dc2a05a536759686cdec656ae5c0d63c46e6dacd3bb04c8b + container: ghcr.io/chgl/kube-powertools:v2.3.22@sha256:3693e6ffe8f3d4f4dfbf9fcc7a18b8f26e561870668031667d9132df3a9ee8ab steps: - name: Add workspace as safe directory run: | diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 67d46b9f..038a84fd 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,7 +13,7 @@ permissions: read-all jobs: release: runs-on: ubuntu-22.04 - container: ghcr.io/chgl/kube-powertools:v2.3.21@sha256:9595148518325737dc2a05a536759686cdec656ae5c0d63c46e6dacd3bb04c8b + container: ghcr.io/chgl/kube-powertools:v2.3.22@sha256:3693e6ffe8f3d4f4dfbf9fcc7a18b8f26e561870668031667d9132df3a9ee8ab permissions: contents: write packages: write diff --git a/README.md b/README.md index 9df32c94..eb342150 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ helm repo update 1. Mount the folder in the [kube-powertools](https://github.com/chgl/kube-powertools) container to easily run linters and checks ```sh - docker run --rm -it -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.21 + docker run --rm -it -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.22 ``` 1. Run chart-testing and the `chart-powerlint.sh` script to lint the chart @@ -45,7 +45,7 @@ helm repo update 1. (Optional) View the results of the [polaris audit check](https://github.com/FairwindsOps/polaris) in your browser ```sh - $ docker run --rm -it -p 9090:8080 -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.21 + $ docker run --rm -it -p 9090:8080 -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.22 bash-5.0: helm template charts/fhir-gateway/ | polaris dashboard --config .polaris.yaml --audit-path - ``` diff --git a/charts/fhir-gateway/Chart.lock b/charts/fhir-gateway/Chart.lock index 1c2b3441..4d9f78ed 100644 --- a/charts/fhir-gateway/Chart.lock +++ b/charts/fhir-gateway/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 15.5.31 - name: fhir-pseudonymizer repository: oci://ghcr.io/miracum/charts - version: 0.7.3 + version: 0.7.4 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.23.0 -digest: sha256:133050cdb257f3649eec4af3f6def06a098b0a29f4f2b6219d3c63295fc7798e -generated: "2024-09-14T02:16:10.473795559Z" +digest: sha256:38e331e19d19940042b7ff627063eaab7ebef2d227deee4cce280c04935331b1 +generated: "2024-09-16T06:19:26.742869994Z" diff --git a/charts/fhir-gateway/Chart.yaml b/charts/fhir-gateway/Chart.yaml index 655f45a2..eb645f50 100644 --- a/charts/fhir-gateway/Chart.yaml +++ b/charts/fhir-gateway/Chart.yaml @@ -12,12 +12,12 @@ dependencies: condition: postgresql.enabled - name: fhir-pseudonymizer condition: fhir-pseudonymizer.enabled - version: 0.7.3 + version: 0.7.4 repository: oci://ghcr.io/miracum/charts - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.23.0 -version: 6.3.4 +version: 6.3.5 annotations: # When using the list of objects option the valid supported kinds are # added, changed, deprecated, removed, fixed and security. diff --git a/charts/fhir-pseudonymizer/Chart.lock b/charts/fhir-pseudonymizer/Chart.lock index 151c7e32..685bed4e 100644 --- a/charts/fhir-pseudonymizer/Chart.lock +++ b/charts/fhir-pseudonymizer/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: vfps repository: oci://ghcr.io/miracum/charts - version: 2.1.2 + version: 2.1.3 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.23.0 -digest: sha256:2116ec32bf09f5436c64fdaed8747d2e3b7377041ba9d286b7f029a23a6dc297 -generated: "2024-09-14T02:16:18.200473774Z" +digest: sha256:d091fbe30cfce980978b82ca31ccd053f07e8265fe3087837b054dac3926ceef +generated: "2024-09-16T06:19:38.718485618Z" diff --git a/charts/fhir-pseudonymizer/Chart.yaml b/charts/fhir-pseudonymizer/Chart.yaml index 7bfd3057..0be5845e 100644 --- a/charts/fhir-pseudonymizer/Chart.yaml +++ b/charts/fhir-pseudonymizer/Chart.yaml @@ -7,13 +7,13 @@ sources: home: https://github.com/miracum/fhir-pseudonymizer dependencies: - name: vfps - version: 2.1.2 + version: 2.1.3 repository: oci://ghcr.io/miracum/charts condition: vfps.enabled - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.23.0 -version: 0.7.4 +version: 0.7.5 annotations: artifacthub.io/license: Apache-2.0 artifacthub.io/containsSecurityUpdates: "false"