From 8adecc36d1244c76180611871245c24b23410348 Mon Sep 17 00:00:00 2001 From: miracum-bot <64022198+miracum-bot@users.noreply.github.com> Date: Fri, 8 Sep 2023 14:59:41 +0200 Subject: [PATCH] chore: release 10.1.4 --- CHANGELOG.md | 9 +++++++++ charts/recruit/Chart.yaml | 6 +++--- charts/recruit/values.yaml | 6 +++--- docker-compose/docker-compose.yaml | 6 +++--- docs/_snippets/k8s/query-argo-workflow.yaml | 2 +- docs/configuration/security.md | 2 +- .../org.miracum.recruit.java-common-conventions.gradle | 2 +- src/list/Dockerfile | 2 +- src/notify/src/main/resources/application.yml | 2 +- src/query/src/main/resources/application.yml | 2 +- version.txt | 2 +- 11 files changed, 25 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47572f99c..1ac2e28c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [10.1.4](https://github.com/miracum/recruit/compare/v10.1.3...v10.1.4) (2023-09-08) + + +### Miscellaneous Chores + +* **deps:** aggregated renovate updates and addressed CVEs ([#136](https://github.com/miracum/recruit/issues/136)) ([d998071](https://github.com/miracum/recruit/commit/d99807176d4befcc4fb2fb0fa0c8274c53b8622e)) +* **deps:** refresh pip-compile outputs ([#125](https://github.com/miracum/recruit/issues/125)) ([ee8dfec](https://github.com/miracum/recruit/commit/ee8dfec7d720c2c0b197b68d23d96897ab344c51)) +* **renovate:** ignore fhir/ packages ([cdbee8e](https://github.com/miracum/recruit/commit/cdbee8e1800891b20b72125d7028ba64c4af6160)) + ## [10.1.3](https://github.com/miracum/recruit/compare/v10.1.2...v10.1.3) (2023-06-26) diff --git a/charts/recruit/Chart.yaml b/charts/recruit/Chart.yaml index 881ccddeb..8b2c9ad11 100644 --- a/charts/recruit/Chart.yaml +++ b/charts/recruit/Chart.yaml @@ -40,8 +40,8 @@ dependencies: version: 0.5.3 repository: oci://ghcr.io/miracum/charts # x-release-please-start-version -version: 10.1.3 -appVersion: 10.1.3 +version: 10.1.4 +appVersion: 10.1.4 # x-release-please-end annotations: artifacthub.io/containsSecurityUpdates: "false" @@ -71,6 +71,6 @@ annotations: # comment so the `reset-chart-changelog-annotations.yaml` correctly keeps that entry in place. artifacthub.io/changes: |- - kind: changed - description: updated recruIT image tags to v10.1.3 # x-release-please-version + description: updated recruIT image tags to v10.1.4 # x-release-please-version - kind: changed description: updated HAPI FHIR sub-chart to 0.12.0 diff --git a/charts/recruit/values.yaml b/charts/recruit/values.yaml index d27cd56ba..6db26167b 100644 --- a/charts/recruit/values.yaml +++ b/charts/recruit/values.yaml @@ -154,7 +154,7 @@ query: image: # +doc-gen:ignore registry: ghcr.io repository: miracum/recruit/query - tag: v10.1.3 # x-release-please-version + tag: v10.1.4 # x-release-please-version pullPolicy: IfNotPresent metrics: @@ -312,7 +312,7 @@ notify: image: # +doc-gen:ignore registry: ghcr.io repository: miracum/recruit/notify - tag: v10.1.3 # x-release-please-version + tag: v10.1.4 # x-release-please-version pullPolicy: IfNotPresent metrics: @@ -492,7 +492,7 @@ list: image: # +doc-gen:ignore registry: ghcr.io repository: miracum/recruit/list - tag: v10.1.3 # x-release-please-version + tag: v10.1.4 # x-release-please-version pullPolicy: IfNotPresent # -- the service used to expose the list module web port diff --git a/docker-compose/docker-compose.yaml b/docker-compose/docker-compose.yaml index 03e8662b3..8a2547345 100644 --- a/docker-compose/docker-compose.yaml +++ b/docker-compose/docker-compose.yaml @@ -1,6 +1,6 @@ services: list: - image: ${RECRUIT_IMAGE_BASE_NAME:-ghcr.io/miracum/recruit}/list:${RECRUIT_IMAGE_TAG:-v10.1.3} # x-release-please-version + image: ${RECRUIT_IMAGE_BASE_NAME:-ghcr.io/miracum/recruit}/list:${RECRUIT_IMAGE_TAG:-v10.1.4} # x-release-please-version restart: unless-stopped ipc: none security_opt: @@ -31,7 +31,7 @@ services: - ${NOTIFY_RULES_CONFIG_PATH:?}:/etc/rules.yaml:ro query: - image: ${RECRUIT_IMAGE_BASE_NAME:-ghcr.io/miracum/recruit}/query:${RECRUIT_IMAGE_TAG:-v10.1.3} # x-release-please-version + image: ${RECRUIT_IMAGE_BASE_NAME:-ghcr.io/miracum/recruit}/query:${RECRUIT_IMAGE_TAG:-v10.1.4} # x-release-please-version restart: unless-stopped ipc: none security_opt: @@ -69,7 +69,7 @@ services: size: 1024 notify: - image: ${RECRUIT_IMAGE_BASE_NAME:-ghcr.io/miracum/recruit}/notify:${RECRUIT_IMAGE_TAG:-v10.1.3} # x-release-please-version + image: ${RECRUIT_IMAGE_BASE_NAME:-ghcr.io/miracum/recruit}/notify:${RECRUIT_IMAGE_TAG:-v10.1.4} # x-release-please-version restart: unless-stopped ipc: none security_opt: diff --git a/docs/_snippets/k8s/query-argo-workflow.yaml b/docs/_snippets/k8s/query-argo-workflow.yaml index 308951167..19150eb36 100644 --- a/docs/_snippets/k8s/query-argo-workflow.yaml +++ b/docs/_snippets/k8s/query-argo-workflow.yaml @@ -75,7 +75,7 @@ spec: - name: recruit-query container: - image: ghcr.io/miracum/recruit/query:v10.1.3 # x-release-please-version + image: ghcr.io/miracum/recruit/query:v10.1.4 # x-release-please-version env: - name: QUERY_RUN_ONCE_AND_EXIT value: "true" diff --git a/docs/configuration/security.md b/docs/configuration/security.md index b928418a4..163db9f9c 100644 --- a/docs/configuration/security.md +++ b/docs/configuration/security.md @@ -72,7 +72,7 @@ All released images are signed via [cosign](https://github.com/sigstore/cosign). ```sh -cosign verify -key recruit-image-signing.pub ghcr.io/miracum/recruit/list:v10.1.3 +cosign verify -key recruit-image-signing.pub ghcr.io/miracum/recruit/list:v10.1.4 ``` diff --git a/src/buildSrc/src/main/groovy/org.miracum.recruit.java-common-conventions.gradle b/src/buildSrc/src/main/groovy/org.miracum.recruit.java-common-conventions.gradle index a14c99b0e..43331f21c 100644 --- a/src/buildSrc/src/main/groovy/org.miracum.recruit.java-common-conventions.gradle +++ b/src/buildSrc/src/main/groovy/org.miracum.recruit.java-common-conventions.gradle @@ -10,7 +10,7 @@ plugins { } group = 'org.miracum.recruit' -version = '10.1.3' // x-release-please-version +version = '10.1.4' // x-release-please-version sourceCompatibility = '17' targetCompatibility = '17' diff --git a/src/list/Dockerfile b/src/list/Dockerfile index 2dfbc6144..f2f9bf601 100644 --- a/src/list/Dockerfile +++ b/src/list/Dockerfile @@ -11,7 +11,7 @@ RUN npm clean-install --workspace=frontend COPY frontend/ ./frontend/ -ARG VERSION=v10.1.3 # x-release-please-version +ARG VERSION=v10.1.4 # x-release-please-version ENV VUE_APP_VERSION=${VERSION} \ NODE_ENV=production diff --git a/src/notify/src/main/resources/application.yml b/src/notify/src/main/resources/application.yml index e7dd555e1..7e700842e 100644 --- a/src/notify/src/main/resources/application.yml +++ b/src/notify/src/main/resources/application.yml @@ -1,5 +1,5 @@ notify: - version: "10.1.3" # x-release-please-version + version: "10.1.4" # x-release-please-version retry: backoffPeriodMs: 30000 maxAttempts: 10 diff --git a/src/query/src/main/resources/application.yml b/src/query/src/main/resources/application.yml index a86fba8ce..aa54db646 100644 --- a/src/query/src/main/resources/application.yml +++ b/src/query/src/main/resources/application.yml @@ -1,5 +1,5 @@ query: - version: "10.1.3" # x-release-please-version + version: "10.1.4" # x-release-please-version cohortSizeThreshold: 100 schedule: enable: true diff --git a/version.txt b/version.txt index c8d7efca2..655f923d6 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -10.1.3 +10.1.4