Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #547

Merged
merged 1 commit into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/check-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
issues: write
steps:
- name: Checkout Code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0

- name: Restore lychee cache
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
Expand All @@ -41,7 +41,7 @@ jobs:

- name: Create Issue From File
if: ${{ steps.lychee.outputs.exit_code != 0 }}
uses: peter-evans/create-issue-from-file@24452a72d85239eacf1468b0f1982a9f3fec4c94 # v5.0.0
uses: peter-evans/create-issue-from-file@e8ef132d6df98ed982188e460ebb3b5d4ef3a9cd # v5.0.1
with:
title: Link Checker Report
content-filepath: ./lychee/out.md
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
jobs:
lint:
runs-on: ubuntu-24.04
container: ghcr.io/chgl/kube-powertools:v2.3.22@sha256:3693e6ffe8f3d4f4dfbf9fcc7a18b8f26e561870668031667d9132df3a9ee8ab
container: ghcr.io/chgl/kube-powertools:v2.3.25@sha256:99b5cc7a49cd443fb953ca4ab52dc45245a5c43ad03e3503be06d0d0f512b67d
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
Expand All @@ -28,7 +28,7 @@ jobs:
git config --global --add safe.directory /__w/charts/charts

- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
fetch-depth: 0

Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
disable-telemetry: true

- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
fetch-depth: 0

Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
if: ${{ false }}
needs:
- test
container: ghcr.io/chgl/kube-powertools:v2.3.22@sha256:3693e6ffe8f3d4f4dfbf9fcc7a18b8f26e561870668031667d9132df3a9ee8ab
container: ghcr.io/chgl/kube-powertools:v2.3.25@sha256:99b5cc7a49cd443fb953ca4ab52dc45245a5c43ad03e3503be06d0d0f512b67d
permissions:
pull-requests: write
contents: write
Expand All @@ -134,7 +134,7 @@ jobs:
git config --global --add safe.directory /__w/charts/charts

- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
# Git Checkout
- name: Checkout Code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0 # If you use VALIDATE_ALL_CODEBASE = true, you can remove this line to improve performances
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions: read-all
jobs:
release:
runs-on: ubuntu-24.04
container: ghcr.io/chgl/kube-powertools:v2.3.22@sha256:3693e6ffe8f3d4f4dfbf9fcc7a18b8f26e561870668031667d9132df3a9ee8ab
container: ghcr.io/chgl/kube-powertools:v2.3.25@sha256:99b5cc7a49cd443fb953ca4ab52dc45245a5c43ad03e3503be06d0d0f512b67d
permissions:
contents: write
packages: write
Expand All @@ -23,7 +23,7 @@ jobs:
git config --global --add safe.directory /__w/charts/charts

- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scorecards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
persist-credentials: false

Expand Down Expand Up @@ -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@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
uses: github/codeql-action/upload-sarif@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
with:
sarif_file: results.sarif
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.22@sha256:3693e6ffe8f3d4f4dfbf9fcc7a18b8f26e561870668031667d9132df3a9ee8ab
docker run --rm -it -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.25@sha256:99b5cc7a49cd443fb953ca4ab52dc45245a5c43ad03e3503be06d0d0f512b67d
```

1. Run chart-testing and the `chart-powerlint.sh` script to lint the chart
Expand All @@ -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.22@sha256:3693e6ffe8f3d4f4dfbf9fcc7a18b8f26e561870668031667d9132df3a9ee8ab
$ docker run --rm -it -p 9090:8080 -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.25@sha256:99b5cc7a49cd443fb953ca4ab52dc45245a5c43ad03e3503be06d0d0f512b67d
bash-5.0: helm template charts/fhir-server/ | polaris dashboard --config=.polaris.yaml --audit-path=-
```

Expand Down
6 changes: 3 additions & 3 deletions charts/fhir-server-exporter/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.23.0
digest: sha256:4ef85dc0f268d2dbf824c44c0ffd3d63a763c760139603ad124dbeadfbc14895
generated: "2024-09-13T19:42:32.608641029Z"
version: 2.24.0
digest: sha256:328f5ab309b9b75d3516ba5ec0f1869b91eaa1e8503492772eac345c4962fcf6
generated: "2024-10-03T13:16:44.510985757Z"
4 changes: 2 additions & 2 deletions charts/fhir-server-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ kubeVersion: ">= 1.19.0"
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.23.0
version: 1.1.5
version: 2.24.0
version: 1.1.6
appVersion: 2.x
annotations:
artifacthub.io/license: Apache-2.0
Expand Down
4 changes: 2 additions & 2 deletions charts/fhir-server-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ replicaCount: 1
image: # +doc-gen:ignore
registry: ghcr.io
repository: chgl/fhir-server-exporter
tag: v2.3.12@sha256:37b80b5b6daa88648eb2ca0e573a908375cf23b3c232c3cf9a63f7c3fd9c1499
tag: v2.3.15@sha256:2d3a16d1871c5b0446891ca7e045781516b9e7b5b612fd64bf08158ca0443fee
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down Expand Up @@ -130,7 +130,7 @@ curl: # +doc-gen:ignore
image:
registry: docker.io
repository: curlimages/curl
tag: 8.10.0@sha256:a3838a5cf24fe940ec63e98fc37ce1dbe1d43286dc2b803c5bc5e9f067c7ad6d
tag: 8.10.1@sha256:d9b4541e214bcd85196d6e92e2753ac6d0ea699f0af5741f8c6cccbfcf00ef4b

podDisruptionBudget:
# create a PodDisruptionBudget resource for the pods
Expand Down
6 changes: 3 additions & 3 deletions charts/fhir-server/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.23.0
digest: sha256:4ef85dc0f268d2dbf824c44c0ffd3d63a763c760139603ad124dbeadfbc14895
generated: "2024-09-13T19:42:39.193262084Z"
version: 2.24.0
digest: sha256:328f5ab309b9b75d3516ba5ec0f1869b91eaa1e8503492772eac345c4962fcf6
generated: "2024-10-03T13:16:45.776484871Z"
4 changes: 2 additions & 2 deletions charts/fhir-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ maintainers:
sources:
- https://github.com/microsoft/fhir-server
type: application
version: 0.11.4
version: 0.11.5
deprecated: false
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.23.0
version: 2.24.0
annotations:
artifacthub.io/changes: |-
# When using the list of objects option the valid supported kinds are
Expand Down
4 changes: 2 additions & 2 deletions charts/fhir-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
image: # +doc-gen:ignore
registry: mcr.microsoft.com
repository: healthcareapis/r4-fhir-server
tag: 4.0.249@sha256:56e8f17857c92d60779810ee48823b41d2c663b5c75839e30e79e3779dd82d6b
tag: 4.0.264@sha256:ef6ed5bcafd71e7c99d554519e883b6ee5a2eb151623ee9677bb23ce6c120e37
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down Expand Up @@ -186,7 +186,7 @@ curl: # +doc-gen:ignore
image:
registry: docker.io
repository: curlimages/curl
tag: 8.10.0@sha256:a3838a5cf24fe940ec63e98fc37ce1dbe1d43286dc2b803c5bc5e9f067c7ad6d
tag: 8.10.1@sha256:d9b4541e214bcd85196d6e92e2753ac6d0ea699f0af5741f8c6cccbfcf00ef4b

tests:
automountServiceAccountToken: false
Expand Down
6 changes: 3 additions & 3 deletions charts/magnifhir/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.23.0
digest: sha256:4ef85dc0f268d2dbf824c44c0ffd3d63a763c760139603ad124dbeadfbc14895
generated: "2024-09-13T19:42:45.705592708Z"
version: 2.24.0
digest: sha256:328f5ab309b9b75d3516ba5ec0f1869b91eaa1e8503492772eac345c4962fcf6
generated: "2024-10-03T13:16:47.084186303Z"
4 changes: 2 additions & 2 deletions charts/magnifhir/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ deprecated: false
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.23.0
version: 1.3.3
version: 2.24.0
version: 1.3.4
appVersion: 1.x
annotations:
artifacthub.io/license: Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion charts/magnifhir/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ curl: # +doc-gen:ignore
image:
registry: docker.io
repository: curlimages/curl
tag: 8.10.0@sha256:a3838a5cf24fe940ec63e98fc37ce1dbe1d43286dc2b803c5bc5e9f067c7ad6d
tag: 8.10.1@sha256:d9b4541e214bcd85196d6e92e2753ac6d0ea699f0af5741f8c6cccbfcf00ef4b

tests:
automountServiceAccountToken: false
Expand Down
8 changes: 4 additions & 4 deletions charts/ohdsi/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.5.31
version: 15.5.38
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.23.0
digest: sha256:887b743736f097086f12078fe1351265bbbf114fd274a8648f8e932f17e44113
generated: "2024-09-16T21:44:00.010038883Z"
version: 2.24.0
digest: sha256:8ffc4eeaf65b1050ad95292962d1b0386e282348b544277e2463a041bb158f91
generated: "2024-10-03T13:16:48.554789248Z"
6 changes: 3 additions & 3 deletions charts/ohdsi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ maintainers:
- name: chgl
dependencies:
- name: postgresql
version: 15.5.31
version: 15.5.38
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.enabled
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.23.0
version: 2.24.0
icon: https://avatars.githubusercontent.com/u/6570077
deprecated: false
kubeVersion: ">= 1.19.0"
version: 0.24.4
version: 0.24.5
annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/containsSecurityUpdates: "false"
Expand Down
4 changes: 2 additions & 2 deletions charts/ohdsi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
# GRANT ohdsi_admin TO ohdsi_admin_user;
# GRANT ALL ON DATABASE ${POSTGRES_DB} TO GROUP ohdsi_admin;
# EOSQL
# extraEnvVars:

Check warning on line 54 in charts/ohdsi/values.yaml

View workflow job for this annotation

GitHub Actions / lint

54:5 [comments-indentation] comment not indented like content
# - name: OHDSI_ADMIN_PASSWORD
# value: admin1

# container security context applied to init containers and the Helm test pods
restrictedContainerSecurityContext: # +doc-gen:ignore

Check warning on line 59 in charts/ohdsi/values.yaml

View workflow job for this annotation

GitHub Actions / lint

59:37 [comments] too few spaces before comment
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
privileged: false
Expand All @@ -75,7 +75,7 @@
# number of pod replicas for the WebAPI
replicaCount: 1
# the WebAPI image
image: # +doc-gen:ignore

Check warning on line 78 in charts/ohdsi/values.yaml

View workflow job for this annotation

GitHub Actions / lint

78:10 [comments] too few spaces before comment
registry: docker.io
repository: ohdsi/webapi
tag: 2.14.0@sha256:582b59b186fde5936081c1df6e41cba53e45e112d5b4875ddfda1e4dee4b2981
Expand All @@ -84,10 +84,10 @@
waitForDatabaseInitContainer:
# image to use for the init container which waits until the database
# is ready to accept connections
image: # +doc-gen:ignore

Check warning on line 87 in charts/ohdsi/values.yaml

View workflow job for this annotation

GitHub Actions / lint

87:12 [comments] too few spaces before comment
registry: docker.io
repository: bitnami/postgresql
tag: 16.4.0-debian-12-r9@sha256:75c5d322fd11bb10a0e4ddebf4ab312aa9ec2bbcf2b64986f7d87127483e2b14
tag: 16.4.0-debian-12-r14@sha256:94bc968141e790ef9a23202cca6b53b44f295672b0bbdb1d5855384e6c2dac1f
pullPolicy: IfNotPresent

serviceAccount:
Expand Down Expand Up @@ -188,7 +188,7 @@
# fsGroup: 2000

# security context for the WebAPI container
securityContext: # +doc-gen:ignore

Check warning on line 191 in charts/ohdsi/values.yaml

View workflow job for this annotation

GitHub Actions / lint

191:20 [comments] too few spaces before comment
allowPrivilegeEscalation: false
capabilities:
drop:
Expand All @@ -201,7 +201,7 @@
type: RuntimeDefault

# the service used to expose the WebAPI web port
service: # +doc-gen:break

Check warning on line 204 in charts/ohdsi/values.yaml

View workflow job for this annotation

GitHub Actions / lint

204:12 [comments] too few spaces before comment
type: ClusterIP
port: 8080

Expand All @@ -226,21 +226,21 @@
# memory: 128Mi

# readiness probe
readinessProbe: # +doc-gen:ignore

Check warning on line 229 in charts/ohdsi/values.yaml

View workflow job for this annotation

GitHub Actions / lint

229:19 [comments] too few spaces before comment
failureThreshold: 5
initialDelaySeconds: 10
periodSeconds: 15
successThreshold: 1
timeoutSeconds: 15
# startup probe
startupProbe: # +doc-gen:ignore

Check warning on line 236 in charts/ohdsi/values.yaml

View workflow job for this annotation

GitHub Actions / lint

236:17 [comments] too few spaces before comment
failureThreshold: 10
initialDelaySeconds: 60
periodSeconds: 20
successThreshold: 1
timeoutSeconds: 30
# liveness probe
livenessProbe: # +doc-gen:ignore

Check warning on line 243 in charts/ohdsi/values.yaml

View workflow job for this annotation

GitHub Actions / lint

243:18 [comments] too few spaces before comment
failureThreshold: 5
initialDelaySeconds: 10
periodSeconds: 15
Expand Down Expand Up @@ -638,7 +638,7 @@
image:
registry: docker.io
repository: curlimages/curl
tag: 8.10.0@sha256:a3838a5cf24fe940ec63e98fc37ce1dbe1d43286dc2b803c5bc5e9f067c7ad6d
tag: 8.10.1@sha256:d9b4541e214bcd85196d6e92e2753ac6d0ea699f0af5741f8c6cccbfcf00ef4b

tests:
automountServiceAccountToken: false
Expand Down
8 changes: 4 additions & 4 deletions charts/pathling-server/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: minio
repository: oci://registry-1.docker.io/bitnamicharts
version: 14.7.9
version: 14.7.15
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.23.0
digest: sha256:962a08515870b12569277957424d5aea10d20fdbdd0bfb83e9b97c294da0c19a
generated: "2024-09-16T21:44:01.607769251Z"
version: 2.24.0
digest: sha256:0ee27c6567be9ff775b8e0925b39d0fcd48da3e66803edfb51036c7579193372
generated: "2024-10-03T13:16:50.177140838Z"
6 changes: 3 additions & 3 deletions charts/pathling-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ maintainers:
url: https://github.com/chgl
dependencies:
- name: minio
version: 14.7.9
version: 14.7.15
repository: oci://registry-1.docker.io/bitnamicharts
condition: minio.enabled
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.23.0
version: 0.8.4
version: 2.24.0
version: 0.8.5
appVersion: "7.x"
annotations:
artifacthub.io/license: Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion charts/pathling-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ curl: # +doc-gen:ignore
image:
registry: docker.io
repository: curlimages/curl
tag: 8.10.0@sha256:a3838a5cf24fe940ec63e98fc37ce1dbe1d43286dc2b803c5bc5e9f067c7ad6d
tag: 8.10.1@sha256:d9b4541e214bcd85196d6e92e2753ac6d0ea699f0af5741f8c6cccbfcf00ef4b

# -- container security context applied to init containers and the Helm test pods
# @ignored
Expand Down
Loading