diff --git a/helm-chart/eoapi/CHANGELOG.md b/helm-chart/eoapi/CHANGELOG.md index 219d160a..5f0d86db 100644 --- a/helm-chart/eoapi/CHANGELOG.md +++ b/helm-chart/eoapi/CHANGELOG.md @@ -1,5 +1,11 @@ version numbers below correspond to helm chart `appVersion`: see `./helm-chart/eoapi/Chart.yaml` --- +### 0.2.11 (2024-01-19) + +* added `ingress.annotations` key to pass through to the nginx ingress -- thanks @ghelobytes +* upgraded titiler/pgstac/tipg images and integration tests -- thanks @vincentsarago +* added autoscaling permissions and docs to the AWS walkthrough -- thanks @Rub21 + ### 0.2.10 (2023-11-22) * give `ingress.className == "nginx"` the ability pass hosts and tls information diff --git a/helm-chart/eoapi/Chart.yaml b/helm-chart/eoapi/Chart.yaml index 17a54423..309d3223 100644 --- a/helm-chart/eoapi/Chart.yaml +++ b/helm-chart/eoapi/Chart.yaml @@ -17,10 +17,10 @@ kubeVersion: ">=1.23.0-0" # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: "0.1.12" +version: "0.1.13" # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.2.10" +appVersion: "0.2.11"