diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b870c5e..0db4c77 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.2" + ".": "1.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a6ef737..381552c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.0.3](https://github.com/developmentseed/stac-auth-proxy/compare/v1.0.2...v1.0.3) (2026-03-28) + + +### Bug Fixes + +* **auth-extension:** consider link method when adding auth:refs ([158f507](https://github.com/developmentseed/stac-auth-proxy/commit/158f50756ffb44086eb872b427c46e8101518c50)) +* disable server reload by default ([c109801](https://github.com/developmentseed/stac-auth-proxy/commit/c1098010e02b301041f05ad5401ab6a514366c85)), closes [#142](https://github.com/developmentseed/stac-auth-proxy/issues/142) +* **helm:** add liveliness and readiness probes to helm chart ([#143](https://github.com/developmentseed/stac-auth-proxy/issues/143)) ([ba55f64](https://github.com/developmentseed/stac-auth-proxy/commit/ba55f645944af6fda571d22161738baeb81c43a1)) +* **lifespan:** handle gateway errors on server health checks ([4e00c0e](https://github.com/developmentseed/stac-auth-proxy/commit/4e00c0e2952c7c368802cd41ca67c9e3cc4ec5f2)), closes [#141](https://github.com/developmentseed/stac-auth-proxy/issues/141) + ## [1.0.2](https://github.com/developmentseed/stac-auth-proxy/compare/v1.0.1...v1.0.2) (2026-03-03) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 051cd10..b7f680e 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: stac-auth-proxy description: A Helm chart for stac-auth-proxy type: application -version: 1.0.2 -appVersion: 1.0.2 +version: 1.0.3 +appVersion: 1.0.3 diff --git a/pyproject.toml b/pyproject.toml index 4ab0da6..1ae9da0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ license = {file = "LICENSE"} name = "stac-auth-proxy" readme = "README.md" requires-python = ">=3.10" -version = "1.0.2" +version = "1.0.3" [project.optional-dependencies] docs = [ diff --git a/uv.lock b/uv.lock index ebe343f..45fcb12 100644 --- a/uv.lock +++ b/uv.lock @@ -1528,7 +1528,7 @@ wheels = [ [[package]] name = "stac-auth-proxy" -version = "1.0.2" +version = "1.0.3" source = { editable = "." } dependencies = [ { name = "brotli" },