Skip to content

Commit 71f7964

Browse files
chore(master): release 3.0.0 (#444)
Co-authored-by: chgl-releaser[bot] <189613091+chgl-releaser[bot]@users.noreply.github.com>
1 parent 31412a8 commit 71f7964

4 files changed

Lines changed: 23 additions & 7 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.3.50"
2+
".": "3.0.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/chgl/fhir-server-exporter/compare/v2.3.50...v3.0.0) (2026-01-17)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* removed support for custom queries for now.
9+
10+
### Features
11+
12+
* added support for querying FHIR lakehouses in Pathling-compatible layout ([#449](https://github.com/chgl/fhir-server-exporter/issues/449)) ([31412a8](https://github.com/chgl/fhir-server-exporter/commit/31412a8b5fa7d0bc5899f3270d7a0c19f00c67e4))
13+
14+
15+
### Miscellaneous Chores
16+
17+
* **deps:** update chgl/.github action to v1.11.11 ([#443](https://github.com/chgl/fhir-server-exporter/issues/443)) ([7d22069](https://github.com/chgl/fhir-server-exporter/commit/7d220691a5f8372df92ba1d10c23ac0fd84be0a5))
18+
319
## [2.3.50](https://github.com/chgl/fhir-server-exporter/compare/v2.3.49...v2.3.50) (2025-12-18)
420

521

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ docker run --rm -it \
1919
-e FhirServerUrl="https://hapi.fhir.org/baseR4" \
2020
-e FetchIntervalSeconds=60 \
2121
-e FhirServerName="HAPI FHIR Demo Server" \
22-
ghcr.io/chgl/fhir-server-exporter:v2.3.50
22+
ghcr.io/chgl/fhir-server-exporter:v3.0.0
2323
```
2424

2525
<!-- x-release-please-end-version -->
@@ -39,8 +39,8 @@ The container image is pushed to these registries:
3939

4040
<!-- x-release-please-start-version -->
4141

42-
- docker.io/chgl/fhir-server-exporter:v2.3.50
43-
- ghcr.io/chgl/fhir-server-exporter:v2.3.50
42+
- docker.io/chgl/fhir-server-exporter:v3.0.0
43+
- ghcr.io/chgl/fhir-server-exporter:v3.0.0
4444

4545
<!-- x-release-please-end-version -->
4646

@@ -90,7 +90,7 @@ docker run --rm -it \
9090
-e FhirServerName="HAPI FHIR Demo Server" \
9191
-p 9797:9797 \
9292
-v $PWD/src/FhirServerExporter/queries.yaml:/opt/fhir-server-exporter/queries.yaml:ro \
93-
ghcr.io/chgl/fhir-server-exporter:v2.3.50
93+
ghcr.io/chgl/fhir-server-exporter:v3.0.0
9494
```
9595

9696
<!-- x-release-please-end-version -->
@@ -179,7 +179,7 @@ All released container images are signed using [cosign](https://github.com/sigst
179179
<!-- x-release-please-start-version -->
180180

181181
```sh
182-
IMAGE=ghcr.io/chgl/fhir-server-exporter:v2.3.50
182+
IMAGE=ghcr.io/chgl/fhir-server-exporter:v3.0.0
183183
DIGEST=$(crane digest "${IMAGE}")
184184
IMAGE_DIGEST_PINNED="ghcr.io/chgl/fhir-server-exporter@${DIGEST}"
185185
IMAGE_TAG="${IMAGE#*:}"

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.50
1+
3.0.0

0 commit comments

Comments
 (0)