Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.13.3"
".": "0.14.0"
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [0.14.0](https://github.com/developmentseed/eoapi-k8s/compare/v0.13.3...v0.14.0) (2026-07-15)


### Added

* inject gitSha instead of setting manually. ([#550](https://github.com/developmentseed/eoapi-k8s/issues/550)) ([847ed93](https://github.com/developmentseed/eoapi-k8s/commit/847ed936a83806690878e236e51a6447fab25967))


### Fixed

* align HPA request-rate metrics with prometheus-adapter rules ([#547](https://github.com/developmentseed/eoapi-k8s/issues/547)) ([c91d25e](https://github.com/developmentseed/eoapi-k8s/commit/c91d25e91cd20abfe2117af1377cf8e46ecb8dec))
* continue gitSha injection simplification. ([#554](https://github.com/developmentseed/eoapi-k8s/issues/554)) ([f5ba6d5](https://github.com/developmentseed/eoapi-k8s/commit/f5ba6d555dab48253257bc0c320514c1d798a9bb))
* patched stac-browser to support dynamic pathPrefix with trailing slash redirect. ([#555](https://github.com/developmentseed/eoapi-k8s/issues/555)) ([342be28](https://github.com/developmentseed/eoapi-k8s/commit/342be289f955cab92b472dffffc397d6c656eda8))
* repair legacy helm unittest suites for current template paths ([#548](https://github.com/developmentseed/eoapi-k8s/issues/548)) ([5a1f9d8](https://github.com/developmentseed/eoapi-k8s/commit/5a1f9d89f6bfd22365941fa56193e3dd0cb4a194))
* **tests:** add validation suite for PostgreSQL config rules. ([#553](https://github.com/developmentseed/eoapi-k8s/issues/553)) ([b83dae8](https://github.com/developmentseed/eoapi-k8s/commit/b83dae816ba92de1ca52615cb74abc9353a5c840))


### Maintenance

* **deps:** updated actions/setup-node action to v7.0.0. ([#559](https://github.com/developmentseed/eoapi-k8s/issues/559)) ([1d50f1c](https://github.com/developmentseed/eoapi-k8s/commit/1d50f1cd81c98c8873f1225a7b674af5045b9008))
* **deps:** updated helm release knative-operator to v1.22.3. ([#556](https://github.com/developmentseed/eoapi-k8s/issues/556)) ([2f50596](https://github.com/developmentseed/eoapi-k8s/commit/2f50596435aecfc2e5c757df27989f53933c09b7))
* **deps:** updated helm release prometheus to 29.17.0. ([#557](https://github.com/developmentseed/eoapi-k8s/issues/557)) ([5751e7b](https://github.com/developmentseed/eoapi-k8s/commit/5751e7b90d1c3af8f2f73dc7a4010d0df795d886))

## [0.13.3](https://github.com/developmentseed/eoapi-k8s/compare/v0.13.2...v0.13.3) (2026-07-11)


Expand Down
2 changes: 1 addition & 1 deletion charts/eoapi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ annotations:
- stac
- raster
- vector
version: 0.13.3
version: 0.14.0
appVersion: 6.3.1
dependencies:
- name: postgrescluster
Expand Down