From ccd5cf9e226e4e6afdb78cd718c84aebeb65134d Mon Sep 17 00:00:00 2001 From: Jamie Thompson Date: Wed, 1 Apr 2026 11:09:20 +0100 Subject: [PATCH 1/2] Cut v0.7.0 release --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46e9563..0fb0fd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.7.0] + +- Add `/healthz/live` and `/healthz/ready` healthcheck endpoint (see [#23](https://github.com/BusinessSimulations/dev-oidc-toolkit/issues/23)) +- Add `HEALTHCHECK` and `curl` to Docker image (see [#23](https://github.com/BusinessSimulations/dev-oidc-toolkit/issues/23)) ### Breaking Changes - **Docker default port changed from 8080 to 80**: The `ENV DevOidcToolkit__Port=8080` environment variable has been removed from the Dockerfile. The application now listens on port 80 by default (the application's built-in default). Docker port mappings should be updated from `-p 8080:8080` to `-p 8080:80`. This fixes a bug where setting `Port` in `config.json` had no effect (see [#26](https://github.com/BusinessSimulations/dev-oidc-toolkit/issues/26)) From cd57250120c4cda2011d954626460b6847649cf2 Mon Sep 17 00:00:00 2001 From: Jamie Thompson Date: Wed, 1 Apr 2026 11:11:01 +0100 Subject: [PATCH 2/2] Missing CHANGELOG updates --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fb0fd7..1f36ef1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,6 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.7.0] - - Add `/healthz/live` and `/healthz/ready` healthcheck endpoint (see [#23](https://github.com/BusinessSimulations/dev-oidc-toolkit/issues/23)) - Add `HEALTHCHECK` and `curl` to Docker image (see [#23](https://github.com/BusinessSimulations/dev-oidc-toolkit/issues/23)) ### Breaking Changes @@ -37,7 +36,9 @@ Versioning](https://semver.org/spec/v2.0.0.html). - Initial release [Unreleased]: -https://github.com/BusinessSimulations/dev-oidc-toolkit/compare/0.6.0...HEAD +https://github.com/BusinessSimulations/dev-oidc-toolkit/compare/0.7.0...HEAD +[0.7.0]: +https://github.com/BusinessSimulations/dev-oidc-toolkit/compare/0.6.0...0.7.0 [0.6.0]: https://github.com/BusinessSimulations/dev-oidc-toolkit/compare/0.5.0...0.6.0 [0.5.0]: