From df580885090675d1d2220e2004ded408467601e7 Mon Sep 17 00:00:00 2001 From: chgl Date: Tue, 13 Dec 2022 19:52:57 +0100 Subject: [PATCH] chore: release 1.1.6 (#56) --- CHANGELOG.md | 22 ++++++++++++++++++++++ README.md | 4 ++-- src/magniFHIR/magniFHIR.csproj | 2 +- 3 files changed, 25 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f93d608 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +## [1.1.6](https://github.com/chgl/magniFHIR/compare/v1.1.5...v1.1.6) (2022-12-13) + + +### Miscellaneous Chores + +* **deps:** update actions/dependency-review-action digest to 0efb1d1 ([#51](https://github.com/chgl/magniFHIR/issues/51)) ([0916ce2](https://github.com/chgl/magniFHIR/commit/0916ce29837c1d16e6968f12f83268787b16e97e)) +* **deps:** update actions/upload-artifact digest to 83fd05a ([#52](https://github.com/chgl/magniFHIR/issues/52)) ([01fc3e8](https://github.com/chgl/magniFHIR/commit/01fc3e86342497f05307c932940e39cf4d419b49)) +* **deps:** update all non-major dependencies ([#53](https://github.com/chgl/magniFHIR/issues/53)) ([6bae620](https://github.com/chgl/magniFHIR/commit/6bae620d6870b66b19abcc2942cd589bfc0dda20)) +* **deps:** update mcr.microsoft.com/dotnet/nightly/aspnet:7.0-jammy-chiseled docker digest to 1768d50 ([#50](https://github.com/chgl/magniFHIR/issues/50)) ([eaaf6ad](https://github.com/chgl/magniFHIR/commit/eaaf6adc8ad86832136cac89c3fccf0254be16e5)) +* **deps:** update mcr.microsoft.com/dotnet/nightly/aspnet:7.0-jammy-chiseled docker digest to 5210087 ([#48](https://github.com/chgl/magniFHIR/issues/48)) ([7e40e36](https://github.com/chgl/magniFHIR/commit/7e40e364dbd1a78c939871c31189c942fe91683a)) +* **deps:** update mcr.microsoft.com/dotnet/sdk:7.0-jammy docker digest to 1f03f26 ([#49](https://github.com/chgl/magniFHIR/issues/49)) ([1eccb8a](https://github.com/chgl/magniFHIR/commit/1eccb8a5fedf651441b502f7ce99b46df1f82de1)) +* **deps:** updated scorecards ([4ae71dd](https://github.com/chgl/magniFHIR/commit/4ae71dd2360a369009d368abcf1e66d7c709a940)) +* **deps:** updated skaffold to v3 schema ([#54](https://github.com/chgl/magniFHIR/issues/54)) ([56d3d84](https://github.com/chgl/magniFHIR/commit/56d3d84b8ba8a1f6498d567b88c3ae171a47b006)) + + +### CI/CD + +* implemented slsa3 provenance ([4ae71dd](https://github.com/chgl/magniFHIR/commit/4ae71dd2360a369009d368abcf1e66d7c709a940)) +* migrate to release-please ([#55](https://github.com/chgl/magniFHIR/issues/55)) ([4ae71dd](https://github.com/chgl/magniFHIR/commit/4ae71dd2360a369009d368abcf1e66d7c709a940)) +* use release-please ([4ae71dd](https://github.com/chgl/magniFHIR/commit/4ae71dd2360a369009d368abcf1e66d7c709a940)) diff --git a/README.md b/README.md index dce5f36..f6ee5e7 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@ Visibility into your FHIR server. ```sh -docker run --rm -it -p 127.0.0.1:8080:8080 \ +docker run --rm -it -p 1.1.6.1:8080:8080 \ -e FhirServers__0__Name="HAPI FHIR Test Server" \ -e FhirServers__0__BaseUrl="https://hapi.fhir.org/baseR4" \ - ghcr.io/chgl/magnifhir:v1.1.5 + ghcr.io/chgl/magnifhir:v1.1.6 ``` diff --git a/src/magniFHIR/magniFHIR.csproj b/src/magniFHIR/magniFHIR.csproj index 96363fb..26e839d 100644 --- a/src/magniFHIR/magniFHIR.csproj +++ b/src/magniFHIR/magniFHIR.csproj @@ -5,7 +5,7 @@ enable enable - 1.1.5 + 1.1.6