From ae7207dc45e17e998425ffa615d6e495906b7b38 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 16 Aug 2024 12:09:41 +0000 Subject: [PATCH] chore(release): 2.3.8 [skip ci] ## [2.3.8](https://github.com/chgl/fhir-server-exporter/compare/v2.3.7...v2.3.8) (2024-08-16) ### Miscellaneous Chores * **deps:** update github-actions ([#249](https://github.com/chgl/fhir-server-exporter/issues/249)) ([aaea512](https://github.com/chgl/fhir-server-exporter/commit/aaea512a18fda998c5bdbf75c39b6e74c8baf76b)) * **deps:** update github-actions ([#250](https://github.com/chgl/fhir-server-exporter/issues/250)) ([ef3ebd7](https://github.com/chgl/fhir-server-exporter/commit/ef3ebd713b545d83c2f82c1903b453a0514cd45b)) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ed4864e8..a9c0683b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ docker run --rm -it \ -e FhirServerUrl="https://hapi.fhir.org/baseR4" \ -e FetchIntervalSeconds=60 \ -e FhirServerName="HAPI FHIR Demo Server" \ - ghcr.io/chgl/fhir-server-exporter:v2.3.7 + ghcr.io/chgl/fhir-server-exporter:v2.3.8 ``` Open to view the resource counts in Prometheus format: @@ -33,8 +33,8 @@ fhir_resource_count{type="DiagnosticReport", server_name="HAPI FHIR Demo Server" The container image is pushed to these registries: -- docker.io/chgl/fhir-server-exporter:v2.3.7 -- ghcr.io/chgl/fhir-server-exporter:v2.3.7 +- docker.io/chgl/fhir-server-exporter:v2.3.8 +- ghcr.io/chgl/fhir-server-exporter:v2.3.8 ### Configuration @@ -66,7 +66,7 @@ docker run --rm -it \ -e FhirServerName="HAPI FHIR Demo Server" \ -p 9797:9797 \ -v $PWD/src/FhirServerExporter/queries.yaml:/opt/fhir-server-exporter/queries.yaml:ro \ - ghcr.io/chgl/fhir-server-exporter:v2.3.7 + ghcr.io/chgl/fhir-server-exporter:v2.3.8 ``` Here's an example `queries.yaml` file. It exports three gauge metrics as `fhir_male_patient_count`, @@ -151,7 +151,7 @@ Prerequisites: All released container images are signed using [cosign](https://github.com/sigstore/cosign) and SLSA Level 3 provenance is available for verification. ```sh -IMAGE=ghcr.io/chgl/fhir-server-exporter:v2.3.7 +IMAGE=ghcr.io/chgl/fhir-server-exporter:v2.3.8 DIGEST=$(crane digest "${IMAGE}") IMAGE_DIGEST_PINNED="ghcr.io/chgl/fhir-server-exporter@${DIGEST}" IMAGE_TAG="${IMAGE#*:}"