File tree Expand file tree Collapse file tree 2 files changed +18
-14
lines changed
Expand file tree Collapse file tree 2 files changed +18
-14
lines changed Original file line number Diff line number Diff line change @@ -5,24 +5,27 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## [ v0.7.0 ] - 2025-04-30
99
10- ### Added
10+ ### Breaking Changes
11+ - New unified ingress configuration requires migration from previous ingress setup [ #219 ] ( https://github.com/developmentseed/eoapi-k8s/pull/219 )
12+ - Refactored PostgreSQL configuration with removal of deprecated database setup [ #215 ] ( https://github.com/developmentseed/eoapi-k8s/pull/215 )
13+ - Major architectural changes with service-specific templates [ #220 ] ( https://github.com/developmentseed/eoapi-k8s/pull/220 )
1114
15+ ### Added
16+ - STAC Browser integration [ #168 ] ( https://github.com/developmentseed/eoapi-k8s/pull/168 )
17+ - Azure secret vault integration for pg-stac secrets [ #187 ] ( https://github.com/developmentseed/eoapi-k8s/pull/187 )
18+ - Support for both NGINX and Traefik ingress controllers [ #219 ] ( https://github.com/developmentseed/eoapi-k8s/pull/219 )
19+ - ArtifactHub.io Integration [ #216 ] ( https://github.com/developmentseed/eoapi-k8s/pull/216 )
1220
1321### Changed
14-
15- * Refactor pgstacbootstrap job and ConfigMaps to use Helm hooks for execution order [ #207 ] ( https://github.com/developmentseed/eoapi-k8s/pull/207 )
16- * Simplify PgSTAC Bootstrap Process [ #208 ] ( https://github.com/developmentseed/eoapi-k8s/pull/208 )
17- * Upgrade stac-fastapi-pgstac to v5.0.2 [ #204 ] ( https://github.com/developmentseed/eoapi-k8s/pull/204 )
18-
19- ### Deprecated
20-
21- ### Removed
22+ - Refactor pgstacbootstrap job and ConfigMaps to use Helm hooks for execution order [ #207 ] ( https://github.com/developmentseed/eoapi-k8s/pull/207 )
23+ - Simplify PgSTAC Bootstrap Process [ #208 ] ( https://github.com/developmentseed/eoapi-k8s/pull/208 )
24+ - Upgrade stac-fastapi-pgstac to v5.0.2 [ #204 ] ( https://github.com/developmentseed/eoapi-k8s/pull/204 )
25+ - Refactor Helm Chart to Service-Specific Templates [ #220 ] ( https://github.com/developmentseed/eoapi-k8s/pull/220 )
2226
2327### Fixed
24-
25- ### Security
28+ - Add ArtifactHub.io Integration (Issue #16 ) [ #216 ] ( https://github.com/developmentseed/eoapi-k8s/pull/216 )
2629
2730## [ v0.6.0] - 2025-04-03
2831
Original file line number Diff line number Diff line change @@ -35,13 +35,14 @@ annotations:
3535# This is the chart version. This version number should be incremented each time you make changes
3636# to the chart and its templates, including the app version.
3737# Versions are expected to follow Semantic Versioning (https://semver.org/)
38- version : " 0.6 .0"
38+ version : " 0.7 .0"
3939
4040# This is the version number of the application being deployed. This version number should be
4141# incremented each time you make changes to the application. Versions are not expected to
4242# follow Semantic Versioning. They should reflect the version the application is using.
4343# It is recommended to use it with quotes.
44- appVersion : " 0.6.0"
44+ # We use the stac-fastapi-pgstac version as the app version
45+ appVersion : " 5.0.2"
4546
4647dependencies :
4748 - name : postgrescluster
You can’t perform that action at this time.
0 commit comments