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.1"
".": "0.13.2"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.13.2](https://github.com/developmentseed/eoapi-k8s/compare/v0.13.1...v0.13.2) (2026-06-25)


### Fixed

* **stac-fastapi-pgstac:** Added required collections field. ([1c266ca](https://github.com/developmentseed/eoapi-k8s/commit/1c266caf86fbb6c6e0856e13e9d820d93bdea135))


### Maintenance

* **deps:** updated actions/setup-python digest to ece7cb0 ([#532](https://github.com/developmentseed/eoapi-k8s/issues/532)) ([7bbb42c](https://github.com/developmentseed/eoapi-k8s/commit/7bbb42c60f41bef7e2af8b3445de11e0415249a2))
* **deps:** updated azure/setup-helm digest to 9bc31f4 ([#529](https://github.com/developmentseed/eoapi-k8s/issues/529)) ([536cdb0](https://github.com/developmentseed/eoapi-k8s/commit/536cdb0b2a9dbd4b8359f8317bae4a41a7adc9e3))
* **deps:** updated ghcr.io/stac-utils/stac-fastapi-pgstac docker tag to v6.3.1 ([#530](https://github.com/developmentseed/eoapi-k8s/issues/530)) ([3b84434](https://github.com/developmentseed/eoapi-k8s/commit/3b844346451480abc4c38b7a2aac80f8729b4319))

## [0.13.1](https://github.com/developmentseed/eoapi-k8s/compare/v0.13.0...v0.13.1) (2026-06-23)


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.1
version: 0.13.2
appVersion: 6.3.1
dependencies:
- name: postgrescluster
Expand Down