Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
chore(master): release 2.1.11 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
miracum-bot committed Nov 27, 2022
1 parent c638546 commit 324d2b4
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [2.1.11](https://github.com/miracum/registry-on-fhir/compare/v2.1.10...v2.1.11) (2022-11-27)


### CI/CD

* added cosign ([#6](https://github.com/miracum/registry-on-fhir/issues/6)) ([3fe05cd](https://github.com/miracum/registry-on-fhir/commit/3fe05cda5268b88009e83d32a97fc212cb09aedb))
* fix image signing image list ([df0d037](https://github.com/miracum/registry-on-fhir/commit/df0d03752a36d549116ca8701bf77d124b95da88))
* fix image signing step ([602b1e5](https://github.com/miracum/registry-on-fhir/commit/602b1e511cd2c241eb53585d18cc24e933648673))
* fixed markdown link check on release-please PRs ([cd03eb1](https://github.com/miracum/registry-on-fhir/commit/cd03eb1a23a1240bc829eeaa96eb35581e6b1c22))


### Miscellaneous Chores

* fixed image policies ([c638546](https://github.com/miracum/registry-on-fhir/commit/c638546e58898119933828bfff8b210c58b40c26))
* updated kustomize and skaffold config ([#4](https://github.com/miracum/registry-on-fhir/issues/4)) ([7f73480](https://github.com/miracum/registry-on-fhir/commit/7f7348090e4b8b40fa014f4b7b906aa140d39b3f))

## [2.1.10](https://github.com/miracum/registry-on-fhir/compare/v2.1.9...v2.1.10) (2022-11-26)


Expand Down
2 changes: 1 addition & 1 deletion k8s/kustomize/base/merger-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
type: RuntimeDefault
containers:
- name: multi-site-merger
image: ghcr.io/miracum/registry-on-fhir/multi-site-merger:v2.1.10 # x-release-please-version
image: ghcr.io/miracum/registry-on-fhir/multi-site-merger:v2.1.11 # x-release-please-version
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down
2 changes: 1 addition & 1 deletion k8s/kustomize/base/web-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
type: RuntimeDefault
containers:
- name: web
image: ghcr.io/miracum/registry-on-fhir/web:v2.1.10 # x-release-please-version
image: ghcr.io/miracum/registry-on-fhir/web:v2.1.11 # x-release-please-version
imagePullPolicy: IfNotPresent
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion multi-site-merger/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = 'org.miracum.registry'
version = '2.1.10' // x-release-please-version
version = '2.1.11' // x-release-please-version
sourceCompatibility = '17'
targetCompatibility = '17'

Expand Down
2 changes: 1 addition & 1 deletion web/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=2.1.10 # x-release-please-version
ARG VERSION=2.1.11 # x-release-please-version
ENV VUE_APP_VERSION=${VERSION} \
NODE_ENV=production
RUN npm run build --workspace=frontend && \
Expand Down

0 comments on commit 324d2b4

Please sign in to comment.