Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveregger committed Mar 28, 2024
1 parent 0cb74e4 commit 8ad410d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox:v3.6.0
FROM europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox:v3.7.0
RUN mkdir -p /config
COPY ./src/application.yaml /config
COPY ./src/*.tgz /
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ http://localhost:8080/matchboxv3/
## Download image for google artifact registry

```
docker pull europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox-ch-elm:v1.1.1
docker run -d --name matchbox-ch-elm -p 8080:80 europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox-ch-elm:v1.1.1
docker pull europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox-ch-elm:v1.2.0
docker run -d --name matchbox-ch-elm -p 8080:80 europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox-ch-elm:v1.2.0
```
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.2.0 - 2024/03/28
- matchbox v3.7.0
- ch-elm 1.2.0 package

1.1.1 - 2024/02/27
- matchbox v3.6.0
- ch-elm 1.1.1 package
Expand Down
7 changes: 4 additions & 3 deletions src/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,20 @@ hapi:
url: classpath:/hl7.fhir.uv.extensions.r4#1.0.0.tgz
chelm:
name: ch.fhir.ig.ch-elm
version: 1.1.1
version: 1.2.0
url: https://fhir.ch/ig/ch-elm/package.tgz
matchbox:
fhir:
context:
igsPreloaded: ch.fhir.ig.ch-elm#1.1.1
igsPreloaded: ch.fhir.ig.ch-elm#1.2.0
#txServer: n/a
txServer: http://localhost:${server.port}/matchboxv3/fhir
httpReadOnly: true
suppressWarnInfo:
hl7.fhir.r4.core#4.0.1:
- "Constraint failed: dom-6:"
- "regex:Entry '(.+)' isn't reachable by traversing forwards from the Composition"
ch.fhir.ig.ch-elm#1.1.1:
ch.fhir.ig.ch-elm#1.2.0:
- "regex:Binding for path (.+) has no source, so can't be checked"
logging:
level:
Expand Down

0 comments on commit 8ad410d

Please sign in to comment.