Skip to content

Commit

Permalink
chore: release 10.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
miracum-bot committed Jun 21, 2024
1 parent 993d001 commit 2e5c0cf
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "10.1.12"
".": "10.1.13"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [10.1.13](https://github.com/miracum/recruit/compare/v10.1.12...v10.1.13) (2024-06-21)


### Miscellaneous Chores

* **deps:** refresh pip-compile outputs ([#327](https://github.com/miracum/recruit/issues/327)) ([993d001](https://github.com/miracum/recruit/commit/993d001450edec014899e7acb5cc332ad8f039e2))
* **deps:** update dependency cypress to v13 ([#324](https://github.com/miracum/recruit/issues/324)) ([a5212f4](https://github.com/miracum/recruit/commit/a5212f4827b0515681479b57135071b794eb951a))
* **deps:** update dependency urllib3 to v2.2.2 [security] ([#328](https://github.com/miracum/recruit/issues/328)) ([b2c31db](https://github.com/miracum/recruit/commit/b2c31dbcc9653e09c466d679b1a31aa2516101a6))
* **deps:** update docker.io/library/traefik docker tag to v3 ([#325](https://github.com/miracum/recruit/issues/325)) ([7319a4f](https://github.com/miracum/recruit/commit/7319a4f63492363173cae744544bc588a8495836))
* **deps:** update github-actions ([#323](https://github.com/miracum/recruit/issues/323)) ([0735524](https://github.com/miracum/recruit/commit/073552440060c9db2f76e96c5cd3f4ffa00a4f48))
* **helm:** reset Chart.yaml changelog annotations ([90c7c3c](https://github.com/miracum/recruit/commit/90c7c3cfdfb2f1cc06d7f9ada7e83b99f10cfee4))

## [10.1.12](https://github.com/miracum/recruit/compare/v10.1.11...v10.1.12) (2024-06-06)


Expand Down
6 changes: 3 additions & 3 deletions charts/recruit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ dependencies:
version: 0.6.10
repository: oci://ghcr.io/miracum/charts
# x-release-please-start-version
version: 10.1.12
appVersion: 10.1.12
version: 10.1.13
appVersion: 10.1.13
# x-release-please-end
annotations:
artifacthub.io/containsSecurityUpdates: "false"
Expand Down Expand Up @@ -71,4 +71,4 @@ 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.12 # x-release-please-version
description: updated recruIT image tags to v10.1.13 # x-release-please-version
6 changes: 3 additions & 3 deletions charts/recruit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ query:
image: # +doc-gen:ignore
registry: ghcr.io
repository: miracum/recruit/query
tag: v10.1.12 # x-release-please-version
tag: v10.1.13 # x-release-please-version
pullPolicy: IfNotPresent

metrics:
Expand Down Expand Up @@ -316,7 +316,7 @@ notify:
image: # +doc-gen:ignore
registry: ghcr.io
repository: miracum/recruit/notify
tag: v10.1.12 # x-release-please-version
tag: v10.1.13 # x-release-please-version
pullPolicy: IfNotPresent

metrics:
Expand Down Expand Up @@ -496,7 +496,7 @@ list:
image: # +doc-gen:ignore
registry: ghcr.io
repository: miracum/recruit/list
tag: v10.1.12 # x-release-please-version
tag: v10.1.13 # x-release-please-version
pullPolicy: IfNotPresent

# -- the service used to expose the list module web port
Expand Down
6 changes: 3 additions & 3 deletions docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
list:
image: ${RECRUIT_IMAGE_BASE_NAME:-ghcr.io/miracum/recruit}/list:${RECRUIT_IMAGE_TAG:-v10.1.12} # x-release-please-version
image: ${RECRUIT_IMAGE_BASE_NAME:-ghcr.io/miracum/recruit}/list:${RECRUIT_IMAGE_TAG:-v10.1.13} # x-release-please-version
restart: unless-stopped
ipc: none
security_opt:
Expand Down Expand Up @@ -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.12} # x-release-please-version
image: ${RECRUIT_IMAGE_BASE_NAME:-ghcr.io/miracum/recruit}/query:${RECRUIT_IMAGE_TAG:-v10.1.13} # x-release-please-version
restart: unless-stopped
ipc: none
security_opt:
Expand Down Expand Up @@ -70,7 +70,7 @@ services:
size: 1024

notify:
image: ${RECRUIT_IMAGE_BASE_NAME:-ghcr.io/miracum/recruit}/notify:${RECRUIT_IMAGE_TAG:-v10.1.12} # x-release-please-version
image: ${RECRUIT_IMAGE_BASE_NAME:-ghcr.io/miracum/recruit}/notify:${RECRUIT_IMAGE_TAG:-v10.1.13} # x-release-please-version
restart: unless-stopped
ipc: none
security_opt:
Expand Down
2 changes: 1 addition & 1 deletion docs/_snippets/k8s/query-argo-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:

- name: recruit-query
container:
image: ghcr.io/miracum/recruit/query:v10.1.12 # x-release-please-version
image: ghcr.io/miracum/recruit/query:v10.1.13 # x-release-please-version
env:
- name: QUERY_RUN_ONCE_AND_EXIT
value: "true"
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.12
IMAGE=ghcr.io/miracum/recruit/list:v10.1.13
DIGEST=$(crane digest "${IMAGE}")
IMAGE_DIGEST_PINNED="ghcr.io/miracum/recruit/list@${DIGEST}"
IMAGE_TAG="${IMAGE#*:}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = 'org.miracum.recruit'
version = '10.1.12' // x-release-please-version
version = '10.1.13' // x-release-please-version
sourceCompatibility = '21'
targetCompatibility = '21'

Expand Down
2 changes: 1 addition & 1 deletion src/list/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN npm clean-install --workspace=frontend

COPY frontend/ ./frontend/

ARG VERSION=v10.1.12 # x-release-please-version
ARG VERSION=v10.1.13 # x-release-please-version
ENV VUE_APP_VERSION=${VERSION} \
NODE_ENV=production

Expand Down
2 changes: 1 addition & 1 deletion src/notify/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
notify:
version: "10.1.12" # x-release-please-version
version: "10.1.13" # x-release-please-version

Check warning on line 2 in src/notify/src/main/resources/application.yml

View workflow job for this annotation

GitHub Actions / yamllint

2:22 [comments] too few spaces before comment
retry:
backoffPeriodMs: 30000
maxAttempts: 10
Expand Down
2 changes: 1 addition & 1 deletion src/query/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
query:
version: "10.1.12" # x-release-please-version
version: "10.1.13" # x-release-please-version

Check warning on line 2 in src/query/src/main/resources/application.yml

View workflow job for this annotation

GitHub Actions / yamllint

2:22 [comments] too few spaces before comment
cohortSizeThreshold: 100
schedule:
enable: true
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.1.12
10.1.13

0 comments on commit 2e5c0cf

Please sign in to comment.