File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,20 @@ 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- ## [ 0.7.6] - UNRELEASED
8+ ## [ Unreleased]
9+
10+ ## [ 0.7.6] - 2025-09-03
911
1012### Added
1113
1214- Added support for multiple hosts in ingress configuration via ` ingress.hosts ` array [ #248 ] ( https://github.com/developmentseed/eoapi-k8s/pull/248 )
15+ - Notes on M1 flavour Macs and pulling images [ #250 ] ( https://github.com/developmentseed/eoapi-k8s/pull/250 )
16+ - Ability to apply annotations to STAC Browser service [ #255 ] ( https://github.com/developmentseed/eoapi-k8s/pull/255 )
17+
18+ ### Fixed
19+
20+ - Issues regarding timeouts waiting for postgres initialisation [ #251 ] ( https://github.com/developmentseed/eoapi-k8s/pull/251 ) [ #252 ] ( https://github.com/developmentseed/eoapi-k8s/pull/252 )
21+ - Aligned STAC Browser metadata to other services [ #255 ] ( https://github.com/developmentseed/eoapi-k8s/pull/255 )
1322
1423## [ 0.7.5] - 2025-07-11
1524
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ annotations:
3939# This is the chart version. This version number should be incremented each time you make changes
4040# to the chart and its templates, including the app version.
4141# Versions are expected to follow Semantic Versioning (https://semver.org/)
42- version : " 0.7.5 "
42+ version : " 0.7.6 "
4343
4444# This is the version number of the application being deployed. This version number should be
4545# incremented each time you make changes to the application. Versions are not expected to
You can’t perform that action at this time.
0 commit comments