From 6e19086b3553c48551ebb4cbffe98c63b53aed03 Mon Sep 17 00:00:00 2001 From: "ds-release-bot[bot]" <116609932+ds-release-bot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 20:58:39 +0000 Subject: [PATCH] chore(main): release 1.1.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ helm/Chart.yaml | 4 ++-- pyproject.toml | 2 +- uv.lock | 2 +- 5 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c4ddc74..53b7bc9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.1" + ".": "1.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 39f169b..7552996 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.1.2](https://github.com/developmentseed/stac-auth-proxy/compare/v1.1.1...v1.1.2) (2026-06-29) + + +### Bug Fixes + +* allow Any type for classInput ([#182](https://github.com/developmentseed/stac-auth-proxy/issues/182)) ([56aa3f5](https://github.com/developmentseed/stac-auth-proxy/commit/56aa3f518fcbe4f131911167eaf3babf17578eff)) +* configurable upstream timeout. ([#174](https://github.com/developmentseed/stac-auth-proxy/issues/174)) ([533bac6](https://github.com/developmentseed/stac-auth-proxy/commit/533bac60e0157a859a0e91f03d2d48f9b89b89e4)) +* publish helm chart only on release ([#178](https://github.com/developmentseed/stac-auth-proxy/issues/178)) ([c89f650](https://github.com/developmentseed/stac-auth-proxy/commit/c89f650b9c4dadec2d5ad866b16d2411f5e6ed1e)) + ## [1.1.1](https://github.com/developmentseed/stac-auth-proxy/compare/v1.1.0...v1.1.1) (2026-05-27) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 3e83c26..e1be158 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.1.1 -appVersion: 1.1.1 +version: 1.1.2 +appVersion: 1.1.2 diff --git a/pyproject.toml b/pyproject.toml index 98878ad..e812bff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ license = {file = "LICENSE"} name = "stac-auth-proxy" readme = "README.md" requires-python = ">=3.10" -version = "1.1.1" +version = "1.1.2" [project.optional-dependencies] docs = [ diff --git a/uv.lock b/uv.lock index a05fd43..7f7b1c8 100644 --- a/uv.lock +++ b/uv.lock @@ -1985,7 +1985,7 @@ wheels = [ [[package]] name = "stac-auth-proxy" -version = "1.1.1" +version = "1.1.2" source = { editable = "." } dependencies = [ { name = "brotli" },