Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 10.1.8 #161

Merged
merged 1 commit into from
Jan 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [10.1.8](https://github.com/miracum/recruit/compare/v10.1.7...v10.1.8) (2024-01-08)


### Miscellaneous Chores

* **deps:** refresh pip-compile outputs ([#160](https://github.com/miracum/recruit/issues/160)) ([9beb7c9](https://github.com/miracum/recruit/commit/9beb7c923f0c52fa60dc1780fce6a3708eb4448a))
* **deps:** refresh pip-compile outputs ([#162](https://github.com/miracum/recruit/issues/162)) ([357c9ca](https://github.com/miracum/recruit/commit/357c9cafdf384e36e704bd906ebc3cb8a054313a))
* **deps:** refresh pip-compile outputs ([#163](https://github.com/miracum/recruit/issues/163)) ([51bf59f](https://github.com/miracum/recruit/commit/51bf59f99df2f4955d531c05f17e0d64102fc8ab))
* **deps:** refresh pip-compile outputs ([#168](https://github.com/miracum/recruit/issues/168)) ([0798ec2](https://github.com/miracum/recruit/commit/0798ec251528078f8d3e16a67a8945d29367a121))
* **deps:** update docker.io/bitnami/kubectl:1.28.3 docker digest to 0defec7 ([#164](https://github.com/miracum/recruit/issues/164)) ([8553fef](https://github.com/miracum/recruit/commit/8553fef1be2ef5517e2a1a5fd0daf9e52aeea499))
* **deps:** update docker.io/cypress/included:12.17.4 docker digest to 658c7ba ([#165](https://github.com/miracum/recruit/issues/165)) ([5f9ec71](https://github.com/miracum/recruit/commit/5f9ec710b450b387b2f590e52c4fa0ed0f028b3e))
* **deps:** update docker.io/library/python:3.12.0-alpine docker digest to 3d2969e ([#166](https://github.com/miracum/recruit/issues/166)) ([aa14974](https://github.com/miracum/recruit/commit/aa1497449fdd2982686780b0b969da51bf8d5663))
* **deps:** update gcr.io/distroless/java17-debian12:nonroot docker digest to 53fe1e3 ([#167](https://github.com/miracum/recruit/issues/167)) ([31f4f09](https://github.com/miracum/recruit/commit/31f4f092ea5bd065df358d5b451b1e000fcf27d1))
* **deps:** update gcr.io/distroless/java17-debian12:nonroot docker digest to cbf2ec0 ([#183](https://github.com/miracum/recruit/issues/183)) ([9744c11](https://github.com/miracum/recruit/commit/9744c111b6a0a651cae8a4186bbe5250ce1368d2))
* update .lychee.toml to ignore chnagelog.md ([b24a158](https://github.com/miracum/recruit/commit/b24a15878ef507394ddab002e705d48558e37d72))

## [10.1.7](https://github.com/miracum/recruit/compare/v10.1.6...v10.1.7) (2023-11-03)


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.5.7
repository: oci://ghcr.io/miracum/charts
# x-release-please-start-version
version: 10.1.7
appVersion: 10.1.7
version: 10.1.8
appVersion: 10.1.8
# x-release-please-end
annotations:
artifacthub.io/containsSecurityUpdates: "false"
Expand Down Expand Up @@ -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.7 # x-release-please-version
description: updated recruIT image tags to v10.1.8 # x-release-please-version
- kind: changed
description: updated OHDSI sub-chart to 0.21.8
6 changes: 3 additions & 3 deletions charts/recruit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# image to use for the init container which waits until the database
# is ready to accept connections
# @ignore
image: # +doc-gen:ignore

Check warning on line 32 in charts/recruit/values.yaml

View workflow job for this annotation

GitHub Actions / yamllint

32:10 [comments] too few spaces before comment
registry: docker.io
repository: bitnami/postgresql
tag: 15.3.0-debian-11-r7@sha256:cc301eef743685f4f69d1d719853988e8a9650c90fd9521f4742ce400b3fdf6a
Expand All @@ -38,7 +38,7 @@
# container security context applied to init containers used by the query, list, and notify modules.
# also used by the Helm test job pods
# @ignore
restrictedContainerSecurityContext: # +doc-gen:ignore

Check warning on line 41 in charts/recruit/values.yaml

View workflow job for this annotation

GitHub Actions / yamllint

41:37 [comments] too few spaces before comment
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
privileged: false
Expand All @@ -59,7 +59,7 @@
# -- overrides the chart's postgres server name to avoid conflicts with the included ohdsi chart
nameOverride: "fhir-server-postgres"
# @ignore
primary: # +doc-gen:ignore

Check warning on line 62 in charts/recruit/values.yaml

View workflow job for this annotation

GitHub Actions / yamllint

62:14 [comments] too few spaces before comment
resources:
requests:
cpu: 10m
Expand Down Expand Up @@ -92,10 +92,10 @@
# See <https://github.com/codecentric/helm-charts/blob/master/charts/mailhog/values.yaml> for available options.
enabled: true
# @ignore
image: # +doc-gen:ignore

Check warning on line 95 in charts/recruit/values.yaml

View workflow job for this annotation

GitHub Actions / yamllint

95:10 [comments] too few spaces before comment
pullPolicy: IfNotPresent
# @ignore
containerSecurityContext: # +doc-gen:ignore

Check warning on line 98 in charts/recruit/values.yaml

View workflow job for this annotation

GitHub Actions / yamllint

98:29 [comments] too few spaces before comment
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
Expand All @@ -107,7 +107,7 @@
# -- overrides the chart's postgres server name to avoid conflicts with the included HAPI FHIR server chart
nameOverride: "ohdsi-postgres"
# @ignore
primary: # +doc-gen:ignore

Check warning on line 110 in charts/recruit/values.yaml

View workflow job for this annotation

GitHub Actions / yamllint

110:14 [comments] too few spaces before comment
containerSecurityContext:
allowPrivilegeEscalation: false
capabilities:
Expand All @@ -117,12 +117,12 @@
# -- to make sure the job runs only once, set this to `false` after the first installation completed
enabled: false
# @ignore
image: # +doc-gen:ignore

Check warning on line 120 in charts/recruit/values.yaml

View workflow job for this annotation

GitHub Actions / yamllint

120:12 [comments] too few spaces before comment
registry: ghcr.io
repository: miracum/recruit/omop/init
tag: v3.3.2-cdm5.3.1@sha256:40521fabaa73f9d01daec43ba9d510fc0f89b73714515006b70333c4b043d52c
# @ignore
securityContext: # +doc-gen:ignore

Check warning on line 125 in charts/recruit/values.yaml

View workflow job for this annotation

GitHub Actions / yamllint

125:22 [comments] too few spaces before comment
allowPrivilegeEscalation: false
capabilities:
drop:
Expand All @@ -133,11 +133,11 @@
runAsGroup: 10001
seccompProfile:
type: RuntimeDefault
# extraEnv:

Check warning on line 136 in charts/recruit/values.yaml

View workflow job for this annotation

GitHub Actions / yamllint

136:5 [comments-indentation] comment not indented like content
# - name: SETUP_SYNPUF
# value: "true"
# @ignore
achilles: # +doc-gen:ignore

Check warning on line 140 in charts/recruit/values.yaml

View workflow job for this annotation

GitHub Actions / yamllint

140:13 [comments] too few spaces before comment
schemas:
cdm: "cds_cdm"
vocab: "cds_cdm"
Expand All @@ -158,7 +158,7 @@
image: # +doc-gen:ignore
registry: ghcr.io
repository: miracum/recruit/query
tag: v10.1.7 # x-release-please-version
tag: v10.1.8 # x-release-please-version
pullPolicy: IfNotPresent

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

metrics:
Expand Down Expand Up @@ -496,7 +496,7 @@
image: # +doc-gen:ignore
registry: ghcr.io
repository: miracum/recruit/list
tag: v10.1.7 # x-release-please-version
tag: v10.1.8 # 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.7} # x-release-please-version
image: ${RECRUIT_IMAGE_BASE_NAME:-ghcr.io/miracum/recruit}/list:${RECRUIT_IMAGE_TAG:-v10.1.8} # 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.7} # x-release-please-version
image: ${RECRUIT_IMAGE_BASE_NAME:-ghcr.io/miracum/recruit}/query:${RECRUIT_IMAGE_TAG:-v10.1.8} # 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.7} # x-release-please-version
image: ${RECRUIT_IMAGE_BASE_NAME:-ghcr.io/miracum/recruit}/notify:${RECRUIT_IMAGE_TAG:-v10.1.8} # 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.7 # x-release-please-version
image: ghcr.io/miracum/recruit/query:v10.1.8 # 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.7
IMAGE=ghcr.io/miracum/recruit/list:v10.1.8
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.7' // x-release-please-version
version = '10.1.8' // 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.1.7 # x-release-please-version
ARG VERSION=v10.1.8 # 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.7" # x-release-please-version
version: "10.1.8" # 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.1.7" # x-release-please-version
version: "10.1.8" # 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.1.7
10.1.8
Loading