From 42367c13cb601e4baf891e8384dad23343353f6f Mon Sep 17 00:00:00 2001 From: miracum-bot <64022198+miracum-bot@users.noreply.github.com> Date: Tue, 2 Apr 2024 00:11:15 +0200 Subject: [PATCH] chore: release 10.1.11 (#281) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 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 +- ...g.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 +- 12 files changed, 30 insertions(+), 17 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b101cd7e..0fb982b5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.1.10" + ".": "10.1.11" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d35775c3..33ecdb7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [10.1.11](https://github.com/miracum/recruit/compare/v10.1.10...v10.1.11) (2024-04-01) + + +### Miscellaneous Chores + +* **deps:** update dependency cypress to v13 ([#280](https://github.com/miracum/recruit/issues/280)) ([9e78f63](https://github.com/miracum/recruit/commit/9e78f6357d4f7002bd80c86eee3dce259ca70cc4)) +* **renovate:** don't pin helm manager deps ([5fd37ca](https://github.com/miracum/recruit/commit/5fd37cadcb7821c40701840fdef9f9290b06c12a)) + + +### CI/CD + +* fix add-and-commit ([910cc24](https://github.com/miracum/recruit/commit/910cc24c1c2fe0dd939925c4f33be56f023f57a6)) + ## [10.1.10](https://github.com/miracum/recruit/compare/v10.1.9...v10.1.10) (2024-04-01) diff --git a/charts/recruit/Chart.yaml b/charts/recruit/Chart.yaml index adec53c5..a1059dcf 100644 --- a/charts/recruit/Chart.yaml +++ b/charts/recruit/Chart.yaml @@ -40,8 +40,8 @@ dependencies: version: 0.6.6 repository: oci://ghcr.io/miracum/charts # x-release-please-start-version -version: 10.1.10 -appVersion: 10.1.10 +version: 10.1.11 +appVersion: 10.1.11 # 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.10 # x-release-please-version + description: updated recruIT image tags to v10.1.11 # x-release-please-version - kind: changed description: "⚠️: updated postgresql sub-chart to v13.2.27 which upgrades the internal PostgreSQL version from v15 to v16." diff --git a/charts/recruit/values.yaml b/charts/recruit/values.yaml index 0089b619..f7fff393 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.10 # x-release-please-version + tag: v10.1.11 # 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.10 # x-release-please-version + tag: v10.1.11 # 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.10 # x-release-please-version + tag: v10.1.11 # 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 d1c30c95..6396de1c 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.10} # x-release-please-version + image: ${RECRUIT_IMAGE_BASE_NAME:-ghcr.io/miracum/recruit}/list:${RECRUIT_IMAGE_TAG:-v10.1.11} # 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.10} # x-release-please-version + image: ${RECRUIT_IMAGE_BASE_NAME:-ghcr.io/miracum/recruit}/query:${RECRUIT_IMAGE_TAG:-v10.1.11} # 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.10} # x-release-please-version + image: ${RECRUIT_IMAGE_BASE_NAME:-ghcr.io/miracum/recruit}/notify:${RECRUIT_IMAGE_TAG:-v10.1.11} # 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 be62f591..06078271 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.10 # x-release-please-version + image: ghcr.io/miracum/recruit/query:v10.1.11 # 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 6e863120..50028ce9 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.10 +IMAGE=ghcr.io/miracum/recruit/list:v10.1.11 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 b15ab664..e0e8547f 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.10' // x-release-please-version +version = '10.1.11' // x-release-please-version sourceCompatibility = '17' targetCompatibility = '17' diff --git a/src/list/Dockerfile b/src/list/Dockerfile index beaf5e33..09022c2f 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.10 # x-release-please-version +ARG VERSION=v10.1.11 # 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 dbf8594d..ec3b5c14 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.10" # x-release-please-version + version: "10.1.11" # 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 60d83c90..60c94bed 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.10" # x-release-please-version + version: "10.1.11" # x-release-please-version cohortSizeThreshold: 100 schedule: enable: true diff --git a/version.txt b/version.txt index a084483a..f5bf2488 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -10.1.10 +10.1.11