Skip to content

Commit

Permalink
chore: release 10.0.2 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
miracum-bot authored Jan 15, 2023
1 parent f07a089 commit 193b8a3
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 14 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [10.0.2](https://github.com/miracum/recruit/compare/v10.0.1...v10.0.2) (2023-01-15)


### CI/CD

* added job to sync chart to central chart repo ([#52](https://github.com/miracum/recruit/issues/52)) ([f07a089](https://github.com/miracum/recruit/commit/f07a089486439cd22da459ace9a0a412ebb34431))

## [10.0.1](https://github.com/miracum/recruit/compare/v10.0.0...v10.0.1) (2023-01-14)


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.3.3
repository: https://miracum.github.io/charts
# x-release-please-start-version
version: 10.0.1
appVersion: 10.0.1
version: 10.0.2
appVersion: 10.0.2
# x-release-please-end
annotations:
artifacthub.io/containsSecurityUpdates: "false"
Expand Down Expand Up @@ -69,7 +69,7 @@ annotations:
# When using the list of objects option the valid supported kinds are
# added, changed, deprecated, removed, fixed and security.
- kind: changed
description: updated recruIT image tags to v10.0.1 # x-release-please-version
description: updated recruIT image tags to v10.0.2 # x-release-please-version
- kind: changed
description: "⚠️ BREAKING CHANGE: updated included postgresql chart to v12, which is based on PostgreSQL 15.1"
- kind: changed
Expand Down
6 changes: 3 additions & 3 deletions charts/recruit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ query:
image: # +doc-gen:ignore
registry: ghcr.io
repository: miracum/recruit/query
tag: v10.0.1 # x-release-please-version
tag: v10.0.2 # x-release-please-version
pullPolicy: IfNotPresent

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

metrics:
Expand Down Expand Up @@ -460,7 +460,7 @@ list:
image: # +doc-gen:ignore
registry: ghcr.io
repository: miracum/recruit/list
tag: v10.0.1 # x-release-please-version
tag: v10.0.2 # 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.0.1} # x-release-please-version
image: ${RECRUIT_IMAGE_BASE_NAME:-ghcr.io/miracum/recruit}/list:${RECRUIT_IMAGE_TAG:-v10.0.2} # x-release-please-version
restart: unless-stopped
ipc: none
security_opt:
Expand Down Expand Up @@ -29,7 +29,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.0.1} # x-release-please-version
image: ${RECRUIT_IMAGE_BASE_NAME:-ghcr.io/miracum/recruit}/query:${RECRUIT_IMAGE_TAG:-v10.0.2} # x-release-please-version
restart: unless-stopped
ipc: none
security_opt:
Expand Down Expand Up @@ -67,7 +67,7 @@ services:
size: 1024

notify:
image: ${RECRUIT_IMAGE_BASE_NAME:-ghcr.io/miracum/recruit}/notify:${RECRUIT_IMAGE_TAG:-v10.0.1} # x-release-please-version
image: ${RECRUIT_IMAGE_BASE_NAME:-ghcr.io/miracum/recruit}/notify:${RECRUIT_IMAGE_TAG:-v10.0.2} # x-release-please-version
restart: unless-stopped
ipc: none
security_opt:
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.0.1' // x-release-please-version
version = '10.0.2' // x-release-please-version
sourceCompatibility = '17'
targetCompatibility = '17'

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.0.1 # x-release-please-version
ARG VERSION=v10.0.2 # 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.0.1" # x-release-please-version
version: "10.0.2" # x-release-please-version
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.0.1" # x-release-please-version
version: "10.0.2" # x-release-please-version
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.0.1
10.0.2

0 comments on commit 193b8a3

Please sign in to comment.