diff --git a/CHANGELOG.md b/CHANGELOG.md index 008cdce53..3d06f2e49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [10.1.9](https://github.com/miracum/recruit/compare/v10.1.8...v10.1.9) (2024-01-10) + + +### Miscellaneous Chores + +* **deps:** update dependency polly to v8 ([#198](https://github.com/miracum/recruit/issues/198)) ([da8f247](https://github.com/miracum/recruit/commit/da8f247cb4cdb0aae86aa80942af2e67d61faaa1)) +* **deps:** update docker.io/library/python:3.12.0-alpine docker digest to 09f18c1 ([#182](https://github.com/miracum/recruit/issues/182)) ([05d92e7](https://github.com/miracum/recruit/commit/05d92e703219ecf2b2cf1cb7773c3b6ab88e8384)) +* **deps:** update github-actions ([#192](https://github.com/miracum/recruit/issues/192)) ([f40a3af](https://github.com/miracum/recruit/commit/f40a3af6d14c871c9df6089bebdd03e8e23a9990)) +* **deps:** update mcr.microsoft.com/dotnet/nightly/runtime:7.0-jammy-chiseled docker digest to 2288d38 ([#188](https://github.com/miracum/recruit/issues/188)) ([9a265ea](https://github.com/miracum/recruit/commit/9a265ea47d6d57ec50214e3226391e5391a908b0)) +* **deps:** update mcr.microsoft.com/dotnet/sdk:7.0-jammy docker digest to f2e5364 ([#189](https://github.com/miracum/recruit/issues/189)) ([f4add45](https://github.com/miracum/recruit/commit/f4add45e4072b842cc01e9798298ab12c0f84a51)) +* **deps:** update node.js to 146bbe4 ([#190](https://github.com/miracum/recruit/issues/190)) ([1b5bdd5](https://github.com/miracum/recruit/commit/1b5bdd539a2fd1a92a9707baa3c4d6dc92c58690)) + ## [10.1.8](https://github.com/miracum/recruit/compare/v10.1.7...v10.1.8) (2024-01-08) diff --git a/charts/recruit/Chart.yaml b/charts/recruit/Chart.yaml index 344b980c3..8ab3e8bd2 100644 --- a/charts/recruit/Chart.yaml +++ b/charts/recruit/Chart.yaml @@ -40,8 +40,8 @@ dependencies: version: 0.5.7 repository: oci://ghcr.io/miracum/charts # x-release-please-start-version -version: 10.1.8 -appVersion: 10.1.8 +version: 10.1.9 +appVersion: 10.1.9 # 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.8 # x-release-please-version + description: updated recruIT image tags to v10.1.9 # x-release-please-version - kind: changed description: updated OHDSI sub-chart to 0.21.8 diff --git a/charts/recruit/values.yaml b/charts/recruit/values.yaml index 998664922..3369b331f 100644 --- a/charts/recruit/values.yaml +++ b/charts/recruit/values.yaml @@ -158,7 +158,7 @@ query: image: # +doc-gen:ignore registry: ghcr.io repository: miracum/recruit/query - tag: v10.1.8 # x-release-please-version + tag: v10.1.9 # x-release-please-version pullPolicy: IfNotPresent metrics: @@ -316,7 +316,7 @@ notify: image: # +doc-gen:ignore registry: ghcr.io repository: miracum/recruit/notify - tag: v10.1.8 # x-release-please-version + tag: v10.1.9 # x-release-please-version pullPolicy: IfNotPresent metrics: @@ -496,7 +496,7 @@ list: image: # +doc-gen:ignore registry: ghcr.io repository: miracum/recruit/list - tag: v10.1.8 # x-release-please-version + tag: v10.1.9 # 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 c2a34acef..6e2c2fde1 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.8} # x-release-please-version + image: ${RECRUIT_IMAGE_BASE_NAME:-ghcr.io/miracum/recruit}/list:${RECRUIT_IMAGE_TAG:-v10.1.9} # 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.8} # x-release-please-version + image: ${RECRUIT_IMAGE_BASE_NAME:-ghcr.io/miracum/recruit}/query:${RECRUIT_IMAGE_TAG:-v10.1.9} # x-release-please-version restart: unless-stopped ipc: none security_opt: @@ -70,7 +70,7 @@ services: size: 1024 notify: - image: ${RECRUIT_IMAGE_BASE_NAME:-ghcr.io/miracum/recruit}/notify:${RECRUIT_IMAGE_TAG:-v10.1.8} # x-release-please-version + image: ${RECRUIT_IMAGE_BASE_NAME:-ghcr.io/miracum/recruit}/notify:${RECRUIT_IMAGE_TAG:-v10.1.9} # 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 5f20bcaff..03f46c902 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.8 # x-release-please-version + image: ghcr.io/miracum/recruit/query:v10.1.9 # 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 e56cb3f47..eb48b7ac2 100644 --- a/docs/configuration/security.md +++ b/docs/configuration/security.md @@ -81,7 +81,7 @@ is available for verification. ```sh # for example, verify the `list` module's container image. Same workflow applies to `query` and `notify`. -IMAGE=ghcr.io/miracum/recruit/list:v10.1.8 +IMAGE=ghcr.io/miracum/recruit/list:v10.1.9 DIGEST=$(crane digest "${IMAGE}") IMAGE_DIGEST_PINNED="ghcr.io/miracum/recruit/list@${DIGEST}" IMAGE_TAG="${IMAGE#*:}" 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 9b3665643..30d51deda 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.8' // x-release-please-version +version = '10.1.9' // x-release-please-version sourceCompatibility = '17' targetCompatibility = '17' diff --git a/src/list/Dockerfile b/src/list/Dockerfile index 1cf654c01..56f081dff 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.8 # x-release-please-version +ARG VERSION=v10.1.9 # 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 3387706d6..a7dc763a4 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.8" # x-release-please-version + version: "10.1.9" # 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 3bfb01a66..55df8f5ca 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.8" # x-release-please-version + version: "10.1.9" # x-release-please-version cohortSizeThreshold: 100 schedule: enable: true diff --git a/version.txt b/version.txt index 22a2908fd..3c49a63a5 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -10.1.8 +10.1.9