Skip to content

Commit

Permalink
chore: updated fhir-pseudonymizer (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
chgl authored Dec 10, 2023
1 parent dde2754 commit 5ec7b0d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Run Powerlint
env:
KUBERNETES_VERSIONS: "1.25.0 1.26.0 1.27.0"
KUBERNETES_VERSIONS: "1.25.0 1.26.0 1.27.0 1.28.0"
run: chart-powerlint.sh

# used to test whether the changelog generation process works
Expand Down
6 changes: 3 additions & 3 deletions charts/fhir-pseudonymizer/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: vfps
repository: oci://ghcr.io/miracum/charts
version: 1.2.9
digest: sha256:6f989db44accca3cade83d777ada3cfb2170ff10f38075cda16de12e1211be86
generated: "2023-11-07T17:02:30.326913285Z"
version: 2.0.0
digest: sha256:c45cd5759024e1a99b1eb96a7eb1234547c301c446e25556b4d213bfe79cd65b
generated: "2023-12-10T13:59:09.132663695+01:00"
12 changes: 8 additions & 4 deletions charts/fhir-pseudonymizer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ sources:
home: https://github.com/miracum/fhir-pseudonymizer
dependencies:
- name: vfps
version: 1.2.9
version: 2.0.0
repository: oci://ghcr.io/miracum/charts
condition: vfps.enabled
version: 0.5.10
version: 0.6.0
annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/containsSecurityUpdates: "false"
Expand All @@ -22,6 +22,10 @@ annotations:
# added, changed, deprecated, removed, fixed and security.
artifacthub.io/changes: |
- kind: changed
description: updated vfps sub-chart to 1.2.9
description: |
⚠️ BREAKING CHANGE: updated vfps sub-chart to 2.0.0. See the vfps release notes.
Only relevant if `vfps.enabled=true` and `vfps.postgresql.enabled=true`.
- kind: changed
description: updated fhir-pseudonymizer image to 2.21.3
description: update docker.io/curlimages/curl docker tag to v8.5.0
- kind: changed
description: update ghcr.io/miracum/fhir-pseudonymizer docker tag to v2.21.4
4 changes: 2 additions & 2 deletions charts/fhir-pseudonymizer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ gpas:
image: # +doc-gen:ignore
registry: ghcr.io
repository: miracum/fhir-pseudonymizer
tag: v2.21.3@sha256:a331c14a3f332c2e12cf6ef4ae3690fb7ac823740113e0866a37d2c79d7579b5
tag: v2.21.4@sha256:3fc8e396ecfa9a9471a6c806e3a069f15bc58d90d3eb296b74d931ff72a025c9
pullPolicy: IfNotPresent

metrics:
Expand Down Expand Up @@ -224,7 +224,7 @@ curl: # +doc-gen:ignore
image:
registry: docker.io
repository: curlimages/curl
tag: 8.4.0@sha256:4a3396ae573c44932d06ba33f8696db4429c419da87cbdc82965ee96a37dd0af
tag: 8.5.0@sha256:4bfa3e2c0164fb103fb9bfd4dc956facce32b6c5d47cc09fcec883ce9535d5ac

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

0 comments on commit 5ec7b0d

Please sign in to comment.