From a254a953b1a2c0ebcc0c860e5dabbf6756af6433 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 03:47:19 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/mega-linter.yml | 2 +- .github/workflows/release.yaml | 4 ++-- .github/workflows/scorecards.yaml | 4 ++-- README.md | 4 ++-- charts/fhir-server-exporter/Chart.lock | 6 +++--- charts/fhir-server-exporter/Chart.yaml | 4 ++-- charts/fhir-server-exporter/values.yaml | 2 +- charts/fhir-server/Chart.lock | 6 +++--- charts/fhir-server/Chart.yaml | 4 ++-- charts/fhir-server/values.yaml | 2 +- charts/magnifhir/Chart.lock | 6 +++--- charts/magnifhir/Chart.yaml | 4 ++-- charts/ohdsi/Chart.lock | 8 ++++---- charts/ohdsi/Chart.yaml | 6 +++--- charts/ohdsi/values.yaml | 2 +- charts/pathling-server/Chart.lock | 8 ++++---- charts/pathling-server/Chart.yaml | 6 +++--- 18 files changed, 41 insertions(+), 41 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 23167e1c..f449f782 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ concurrency: jobs: lint: runs-on: ubuntu-22.04 - container: ghcr.io/chgl/kube-powertools:v2.3.16@sha256:b6a3c4e90c464625993680560780f2888f6df75b6564066cc51aea7a67c67074 + container: ghcr.io/chgl/kube-powertools:v2.3.19@sha256:b4e0738e9e0ad66a14e9e7b0da58e24856fc695e7853f85a62796c27f9d52eff steps: - name: Harden Runner uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1 @@ -124,7 +124,7 @@ jobs: if: ${{ false }} needs: - test - container: ghcr.io/chgl/kube-powertools:v2.3.16@sha256:b6a3c4e90c464625993680560780f2888f6df75b6564066cc51aea7a67c67074 + container: ghcr.io/chgl/kube-powertools:v2.3.19@sha256:b4e0738e9e0ad66a14e9e7b0da58e24856fc695e7853f85a62796c27f9d52eff permissions: pull-requests: write contents: write diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 46b5643e..d430b04c 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -51,7 +51,7 @@ jobs: # Upload MegaLinter artifacts - name: Archive production artifacts if: ${{ always() }} - uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: MegaLinter reports path: | diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b8880feb..1bfcab8c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,7 +12,7 @@ permissions: read-all jobs: release: runs-on: ubuntu-22.04 - container: ghcr.io/chgl/kube-powertools:v2.3.16@sha256:b6a3c4e90c464625993680560780f2888f6df75b6564066cc51aea7a67c67074 + container: ghcr.io/chgl/kube-powertools:v2.3.19@sha256:b4e0738e9e0ad66a14e9e7b0da58e24856fc695e7853f85a62796c27f9d52eff permissions: contents: write packages: write @@ -46,7 +46,7 @@ jobs: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - name: Install Cosign - uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5.0 + uses: sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382 # v3.6.0 - name: Login to GitHub Container Registry run: | diff --git a/.github/workflows/scorecards.yaml b/.github/workflows/scorecards.yaml index 5a77d2fd..55f4502e 100644 --- a/.github/workflows/scorecards.yaml +++ b/.github/workflows/scorecards.yaml @@ -59,7 +59,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: SARIF file path: results.sarif @@ -67,6 +67,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15 + uses: github/codeql-action/upload-sarif@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6 with: sarif_file: results.sarif diff --git a/README.md b/README.md index a19bef16..07994991 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,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.16@sha256:b6a3c4e90c464625993680560780f2888f6df75b6564066cc51aea7a67c67074 + docker run --rm -it -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.19@sha256:b4e0738e9e0ad66a14e9e7b0da58e24856fc695e7853f85a62796c27f9d52eff ``` 1. Run chart-testing and the `chart-powerlint.sh` script to lint the chart @@ -51,7 +51,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.16@sha256:b6a3c4e90c464625993680560780f2888f6df75b6564066cc51aea7a67c67074 + $ docker run --rm -it -p 9090:8080 -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.19@sha256:b4e0738e9e0ad66a14e9e7b0da58e24856fc695e7853f85a62796c27f9d52eff bash-5.0: helm template charts/fhir-server/ | polaris dashboard --config=.polaris.yaml --audit-path=- ``` diff --git a/charts/fhir-server-exporter/Chart.lock b/charts/fhir-server-exporter/Chart.lock index cc02a0d1..74af770e 100644 --- a/charts/fhir-server-exporter/Chart.lock +++ b/charts/fhir-server-exporter/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.21.0 -digest: sha256:fa5421cd14dfb0777043fe7cf2ffd8c39732d6ed3b5561625565324233a3c602 -generated: "2024-08-06T12:28:31.742032583Z" + version: 2.22.0 +digest: sha256:e7943933f1fa37825f9ace8d83ecf7a67e6a7a62bf643bfe7a829c3c73f723fb +generated: "2024-09-02T03:47:16.991059135Z" diff --git a/charts/fhir-server-exporter/Chart.yaml b/charts/fhir-server-exporter/Chart.yaml index 6dabc428..d9b3eeaf 100644 --- a/charts/fhir-server-exporter/Chart.yaml +++ b/charts/fhir-server-exporter/Chart.yaml @@ -16,8 +16,8 @@ kubeVersion: ">= 1.19.0" dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.21.0 -version: 1.1.2 + version: 2.22.0 +version: 1.1.3 appVersion: 2.x annotations: artifacthub.io/license: Apache-2.0 diff --git a/charts/fhir-server-exporter/values.yaml b/charts/fhir-server-exporter/values.yaml index 220c659a..4b558097 100644 --- a/charts/fhir-server-exporter/values.yaml +++ b/charts/fhir-server-exporter/values.yaml @@ -27,7 +27,7 @@ replicaCount: 1 image: # +doc-gen:ignore registry: ghcr.io repository: chgl/fhir-server-exporter - tag: v2.3.7@sha256:3a368d8e8ca496b3a5347c4a52e789806252c232efd38746a55fbc2780756ed7 + tag: v2.3.9@sha256:ae0098773cce362ad378910eb02845626f1600b5da1e64d60d424fb37c61d927 pullPolicy: IfNotPresent imagePullSecrets: [] diff --git a/charts/fhir-server/Chart.lock b/charts/fhir-server/Chart.lock index 959cdc82..36d2e03c 100644 --- a/charts/fhir-server/Chart.lock +++ b/charts/fhir-server/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.21.0 -digest: sha256:fa5421cd14dfb0777043fe7cf2ffd8c39732d6ed3b5561625565324233a3c602 -generated: "2024-08-06T12:28:20.62309043Z" + version: 2.22.0 +digest: sha256:e7943933f1fa37825f9ace8d83ecf7a67e6a7a62bf643bfe7a829c3c73f723fb +generated: "2024-09-02T03:47:15.702763086Z" diff --git a/charts/fhir-server/Chart.yaml b/charts/fhir-server/Chart.yaml index 1672c4d3..14f068fc 100644 --- a/charts/fhir-server/Chart.yaml +++ b/charts/fhir-server/Chart.yaml @@ -10,12 +10,12 @@ maintainers: sources: - https://github.com/microsoft/fhir-server type: application -version: 0.11.1 +version: 0.11.2 deprecated: false dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.21.0 + version: 2.22.0 annotations: artifacthub.io/changes: |- # When using the list of objects option the valid supported kinds are diff --git a/charts/fhir-server/values.yaml b/charts/fhir-server/values.yaml index 3d4a8fca..e0f9ced3 100644 --- a/charts/fhir-server/values.yaml +++ b/charts/fhir-server/values.yaml @@ -7,7 +7,7 @@ replicaCount: 1 image: # +doc-gen:ignore registry: mcr.microsoft.com repository: healthcareapis/r4-fhir-server - tag: 4.0.218@sha256:d3f817db5215bd99df6e0285c1e7d295391622f0b0a4aa5723a2733c23cd6ab0 + tag: 4.0.231@sha256:b81dda5ffb636dbf70664a705da359145d73e18c384582c7b6d0352e3557ad78 pullPolicy: IfNotPresent imagePullSecrets: [] diff --git a/charts/magnifhir/Chart.lock b/charts/magnifhir/Chart.lock index bacb2941..4b72d113 100644 --- a/charts/magnifhir/Chart.lock +++ b/charts/magnifhir/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.21.0 -digest: sha256:fa5421cd14dfb0777043fe7cf2ffd8c39732d6ed3b5561625565324233a3c602 -generated: "2024-08-06T12:28:11.68708045Z" + version: 2.22.0 +digest: sha256:e7943933f1fa37825f9ace8d83ecf7a67e6a7a62bf643bfe7a829c3c73f723fb +generated: "2024-09-02T03:47:14.415762071Z" diff --git a/charts/magnifhir/Chart.yaml b/charts/magnifhir/Chart.yaml index d4ad5aba..e5ce0343 100644 --- a/charts/magnifhir/Chart.yaml +++ b/charts/magnifhir/Chart.yaml @@ -17,8 +17,8 @@ deprecated: false dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.21.0 -version: 1.3.1 + version: 2.22.0 +version: 1.3.2 appVersion: 1.x annotations: artifacthub.io/license: Apache-2.0 diff --git a/charts/ohdsi/Chart.lock b/charts/ohdsi/Chart.lock index d5d5f4f7..52d7e0fc 100644 --- a/charts/ohdsi/Chart.lock +++ b/charts/ohdsi/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 15.5.20 + version: 15.5.27 - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.21.0 -digest: sha256:539525341a172f753f4a618d822f93ef57850da313e2aa530b3b53b81d357eee -generated: "2024-08-06T12:28:02.557387211Z" + version: 2.22.0 +digest: sha256:22fbd0324112334dc7e4c0a6520771fe0c8f35aa1d8a045e827443ef408b2dd6 +generated: "2024-09-02T03:47:12.784501099Z" diff --git a/charts/ohdsi/Chart.yaml b/charts/ohdsi/Chart.yaml index 5dd5e082..2a5b3acf 100644 --- a/charts/ohdsi/Chart.yaml +++ b/charts/ohdsi/Chart.yaml @@ -15,16 +15,16 @@ maintainers: - name: chgl dependencies: - name: postgresql - version: 15.5.20 + version: 15.5.27 repository: oci://registry-1.docker.io/bitnamicharts condition: postgresql.enabled - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.21.0 + version: 2.22.0 icon: https://avatars.githubusercontent.com/u/6570077 deprecated: false kubeVersion: ">= 1.19.0" -version: 0.24.1 +version: 0.24.2 annotations: artifacthub.io/license: Apache-2.0 artifacthub.io/containsSecurityUpdates: "false" diff --git a/charts/ohdsi/values.yaml b/charts/ohdsi/values.yaml index 0c9f1a48..c09123ef 100644 --- a/charts/ohdsi/values.yaml +++ b/charts/ohdsi/values.yaml @@ -87,7 +87,7 @@ webApi: image: # +doc-gen:ignore registry: docker.io repository: bitnami/postgresql - tag: 16.3.0-debian-12-r23@sha256:865e341baf49006e32b3e72254a15a81c939178cb9c48fcd9faf1c0ac4b49664 + tag: 16.4.0-debian-12-r6@sha256:aa2139385d5dcce4a4f2097062c443e8ae09899f2fbbcbc7abb6677c0f254846 pullPolicy: IfNotPresent serviceAccount: diff --git a/charts/pathling-server/Chart.lock b/charts/pathling-server/Chart.lock index d3a69562..d177ddda 100644 --- a/charts/pathling-server/Chart.lock +++ b/charts/pathling-server/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: minio repository: oci://registry-1.docker.io/bitnamicharts - version: 14.6.32 + version: 14.7.4 - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.21.0 -digest: sha256:ab434ae5ffa1351e5536615eb5982afea14166e2312a21b93e4f74c7d21c4416 -generated: "2024-08-06T12:27:52.310707703Z" + version: 2.22.0 +digest: sha256:5a5ceb9d6c39d29e16e8a5c8d18076109c87a7a2525f6ecdfd470efb7c66c71d +generated: "2024-09-02T03:47:11.216623439Z" diff --git a/charts/pathling-server/Chart.yaml b/charts/pathling-server/Chart.yaml index 935e4f31..3780e7a1 100644 --- a/charts/pathling-server/Chart.yaml +++ b/charts/pathling-server/Chart.yaml @@ -10,13 +10,13 @@ maintainers: url: https://github.com/chgl dependencies: - name: minio - version: 14.6.32 + version: 14.7.4 repository: oci://registry-1.docker.io/bitnamicharts condition: minio.enabled - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.21.0 -version: 0.8.1 + version: 2.22.0 +version: 0.8.2 appVersion: "7.x" annotations: artifacthub.io/license: Apache-2.0