0.11.1 (2026-02-10)
- kubectl alpine for knative-sink. (41f0377)
- deps: updated crunchy postgres-operator to 5.8.6. (fc5c731)
- improved postrgesql chart release. (fa222be)
0.11.0 (2026-02-10)
0.10.2 (2026-02-09)
- deps: updated ghcr.io/stac-utils/pgstac-pypgstac docker tag to v0.9.9 (#426) (d1116ff)
- deps: updated ghcr.io/stac-utils/stac-fastapi-pgstac docker tag to v6.2.1 (#430) (667dd7c)
- deps: updated helm release grafana to 10.5.12. (#427) (d96a86e)
- deps: updated helm release grafana to 10.5.15. (#431) (bf3ce9b)
- deps: updated helm release knative-operator to v1.20.1. (#435) (73218a2)
- deps: updated helm release prometheus to 28.6.0. (#425) (c13eb3f)
- deps: updated helm release prometheus to 28.6.1. (#432) (4916fde)
- deps: updated helm release prometheus to 28.8.0. (#434) (dd8779c)
- deps: updated helm release prometheus to 28.8.1. (#438) (f5c4fef)
- deps: updated helm release prometheus to 28.9.0. (#439) (e518c74)
- deps: updated registry.k8s.io/ingress-nginx/kube-webhook-certgen docker tag to v1.6.6 (#428) (0a0bae1)
- deps: updated registry.k8s.io/ingress-nginx/kube-webhook-certgen docker tag to v1.6.7 (#433) (a18aaac)
- relaxed condition to run integrationm tests. (910bcfb)
0.10.1 (2026-01-20)
0.10.0 (2026-01-16)
- deps: updated actions/create-github-app-token action to v2.2.1. (#415) (0454056)
- deps: updated ghcr.io/stac-utils/stac-fastapi-pgstac docker tag to v6.2.0 (#419) (439c233)
- deps: updated helm release grafana to 10.5.7. (#414) (b306578)
- deps: updated helm release grafana to 10.5.8. (#418) (94eda53)
- deps: updated helm release prometheus to 28.4.0. (#416) (f1f7703)
0.9.1 (2026-01-14)
0.9.0 (2026-01-14)
- Add auth for stac browser. (#376) (83db491)
- Add load testing (#373) (cf92994)
- Add support for job annotations in pgstac bootstrap configuration (#381) (761bb49)
- Added release please. (#405) (143a678)
- deps: updated ghcr.io/stac-utils/stac-fastapi-pgstac docker tag to v6.1.4 (#378) (591c129)
- deps: updated ghcr.io/stac-utils/stac-fastapi-pgstac docker tag to v6.1.5 (#385) (f658b16)
- deps: updated helm release grafana to 10.3.1. (#383) (d0bbe96)
- deps: updated helm release grafana to 10.3.2. (#390) (1bd0be4)
- deps: updated helm release grafana to 10.4.0. (#391) (5bfb3bb)
- deps: updated helm release grafana to 10.4.3. (#393) (d7a4741)
- deps: updated helm release grafana to 10.5.2. (#395) (d7fd994)
- deps: updated helm release grafana to 10.5.4. (#396) (c5acdaf)
- deps: updated helm release grafana to 10.5.5. (#399) (c01bb47)
- deps: updated helm release grafana to 10.5.6. (#402) (0cf94ad)
- deps: updated helm release prometheus to 27.50.1. (#379) (d3fc17e)
- deps: updated helm release prometheus to 27.52.0. (#389) (a7196f1)
- deps: updated helm release prometheus to 28.0.0. (#394) (e2ac055)
- deps: updated helm release prometheus to 28.2.1. (#397) (f2111d1)
- deps: updated helm release prometheus to 28.3.0. (#400) (641231c)
- deps: updated stac-auth-proxy docker tag to v0.1.2 (#392) (f78357c)
- deps: updated stac-auth-proxy to 0.11.1. (#404) (ba35dd9)
- Upgraded titiler-pgstac to 2.0.0. (#401) (9326579)
0.8.1 (2025-11-21)
- Added support for ConfigMap reference-based queryables configuration in addition to file-based queryables. Queryables can now be sourced from external ConfigMaps using
configMapRef, from chart files usingfile, or a combination of both #360 - Added documentation for cloud-native bucket access #364
- Removed unused testing variable and unused deploy script #369
- Unified scripts and removed Makefile, combined all into one CLI command
eoapi-cli#359 - Added stac-auth-proxy for authentication and authorization on the STAC API #358
- Fixed call to run_queued_queries pgstac procedure call #377
- Updated helm release grafana to 10.3.0 #375
- Updated helm release prometheus to 27.49.0 #374
- Updated ghcr.io/stac-utils/stac-fastapi-pgstac docker tag to v6.1.2 #368
- Updated actions/checkout action to v6 #363
0.8.0 (2025-11-20)
This release refactored eoapi-support into the main eoapi chart. This includes all monitoring, observability and a lot of the metrics functionality. If you use any of this, please check on the new configuration structre and options as described in docs/observability.md and docs/autoscaling.md.
Removed all default resource specifications from values.yaml and profile files. Users must now explicitly set resource limits/requests based on their infrastructure needs. This simplifies the chart and acknowledges that resource requirements vary greatly based on workload and infrastructure. If you were relying on the default resource specifications, add them to your values override file:
stac:
settings:
resources:
requests:
cpu: "512m"
memory: "1024Mi"
limits:
cpu: "1024m"
memory: "2048Mi"- Exposed PgSTAC configuration options in Helm chart values (
pgstacBootstrap.settings.pgstacSettings). These are dynamically applied via templated SQL during bootstrap. #340 - Added
queue_timeout,use_queue, andupdate_collection_extentsettings for database performance tuning- Made existing context settings configurable (
context,context_estimated_count,context_estimated_cost,context_stats_ttl) - Automatic queue processor CronJob created when
use_queueis "true" (configurable schedule viaqueueProcessor.schedule) - Automatic extent updater CronJob created when
update_collection_extentis "false" (configurable schedule viaextentUpdater.schedule)
- Made existing context settings configurable (
- Added ConfigMap checksum annotations to automatically restart pods when configuration changes #344
- Tests for autoscaling #343
- Added tests for observability stack #342
- Added validation to require
postgrescluster.enabled: falsewhen using external databases #346 - Added a production.yaml profile #354
- Added clarification about concurrency and db connection configuration. #356
- Refactored eoapi-support into core eoapi chart #262
- Made integration tests fail properly #341
- Temporarily skipped VRT driver in GDALg to avoid OSGeo/gdal#12645 #243
- Consistent naming of behavior field #345
- Made all python tests comply with mypy strict validation #347
- Improved documentation about access to grafana #348
- Reorganized local development values files into structured profiles directory #351
- Reorganized the helm chart templates files #352
- Removed all default resource specifications from values.yaml #357
- Updated Python to 3.14.0 #349
- Updated actions/setup-python action to v6 #350
- Updated Helm release prometheus to 27.45.0 #339
- Updated Helm release knative-operator to v1.20.0 #337
- Updated helm release grafana to 10.1.5 #361
- Updated registry.k8s.io/ingress-nginx/kube-webhook-certgen Docker tag to v1.6.4 #332
- Updated actions/checkout action to v5 #333
- Updated actions/setup-node action to v6 #334
- Updated Node.js to 24.11.0 #335
- Updated tipg to v1.3.0 #355
0.7.13 (2025-11-04)
- Add queryables configuration support using pypgstac load-queryables #323
- Added local testing with k3s and minikube
- Unified local cluster management with
CLUSTER_TYPEvariable - Improved CI and local debugging; added debug-deployment.sh script
- Added knative in CI to test eoapi-notifier.
- Restructured docs with flattened structure and added portable documentation generation
0.7.12 (2025-10-17)
- Bumped eoapi-notifier dependency version to 0.0.7
0.7.11 (2025-10-17)
- Bumped eoapi-notifier dependency version to 0.0.6
0.7.10 (2025-10-06)
- Fixed
stac.overrideRootPathempty string handling for stac-auth-proxy integration - empty string now properly omits--root-pathargument entirely #307 - Pin
metrics-servertobitnamilegacyregistry due to bitnami/charts#35164 #309
0.7.9 (2025-09-26)
- Enforcement of
CHANGELOG.mdentries for PRs and Conventional Commits for PR titles #288 - Added code formatting and linting with pre-commit hooks #283
- Added values.schema.json validation #296
- Adjusted Renovate Configuration to fit conventional commits #295
- Notification triggers in database #289
0.7.8 (2025-09-10)
- Renovate for dependency management #261
- Naming consistency #259
- Dependency version upgrades #269#268#266#271#267#277#278#276#282#281#273#280#279#272
- Docs refreshed #260#285
multidim,raster,stac, andvectornow allow annotations #286
0.7.7 (2025-09-05)
- Order of hook execution #257
0.7.6 (2025-09-03)
- Added support for multiple hosts in ingress configuration via
ingress.hostsarray #248 - Notes on M1 flavour Macs and pulling images #250
- Ability to apply annotations to STAC Browser service #255
- Issues regarding timeouts waiting for postgres initialisation #251 #252
- Aligned STAC Browser metadata to other services #255
0.7.5 (2025-07-11)
- Added option to override root-paths of API services #245
0.7.4 (2025-06-30)
0.7.3 (2025-05-27)
- Add CREATEROLE privilege to pgstac user #236
v0.7.2 (2025-05-27)
Made 0.7.0 db upgrade run in ArgoCD.
v0.7.1 (2025-05-16)
- Removed hard-coded cert-manager configuration from ingress template #227
- Removed
pathTypeandpathSuffixconfigurations in favor of controller-specific defaults #228
- Added upgrade job to handle database permissions for migrations from pre-0.7.0 versions #228
- Added separate ingress configuration for STAC browser #228
- Added support for custom cluster naming via
postgrescluster.name#228
- Improved Nginx and Traefik support with controller-specific rewrites #228
- Increased bootstrap job retry limit to 3 attempts #228
- Enhanced secret handling with custom PostgreSQL cluster names #228
- Simplified TLS configuration to allow user-controlled certificate management #227
- Updated documentation with comprehensive cert-manager setup guide #227
v0.7.0 (2025-04-30)
- New unified ingress configuration requires migration from previous ingress setup #219
- Refactored PostgreSQL configuration with removal of deprecated database setup #215
- Major architectural changes with service-specific templates #220
- STAC Browser integration #168
- Azure secret vault integration for pg-stac secrets #187
- Support for both NGINX and Traefik ingress controllers #219
- ArtifactHub.io Integration #216
- Refactored pgstacbootstrap job and ConfigMaps to use Helm hooks for execution order #207
- Simplified PgSTAC Bootstrap Process #208
- Upgraded stac-fastapi-pgstac to v5.0.2 #204
- Fixed ArtifactHub.io Integration (Issue #16) #216
v0.6.0 (2025-04-03)
- Database backups are now disabled by default. To enable them, set
backupsEnabled: truein your values.yaml.
- Added initContainers to wait for db and its bootstrap #194
- Made all eoAPI services wait for db bootstrap #197
- Updated GCP Setup instructions #188
- Removed GCP CI deployment tests #193
- Upgraded PGO to 5.7.0; Added option to disable backups #191
- Upgraded dependencies #196
- Upgraded to latest stac-fastapi-pgstac #195
- Upgraded tipg to 1.0.1 and titiler-pgstac to 1.7.1 #199
- Fixed multidim entrypoint #192
- Fixed unsupported regex in ingress-nginx config #189
- Reduced errors about too many db connections #198
v0.5.3 (2025-03-10)
- Allowed Repeated Helm Deployments #169
- Created health documentation #171
- Introduced a list to avoid hardcoding of api service names #180
- Added multidim api service #182
- Added tolerations and affinity support #176
- Allowed setting annotations for deployments #177
- Fixed helm template error if docServer settings is not defined #178
v0.5.2 (2024-12-05)
- Allowed additional secrets to set environment variables #167
v0.5.1 (2024-11-22)
- Added ingest.sh script #164
- Added passthrough for ca bundle secret into metrics server #165
v0.5.0 (2024-11-01)
v0.4.18 (2024-09-25)
- Removed VSIL allowed extensions list #152
- Bumped eoapi chart version #153
v0.4.17 (2024-09-24)
- Changed Dependency Order in Support Chart #150
v0.4.16 (2024-09-20)
- Upgraded with postgres cluster 5.5.3 #149
v0.4.15 (2024-09-20)
- Postgrescluster chart upgrade #148
v0.4.14 (2024-09-20)
- Added NFS Option to PGBackRest #147
v0.4.13 (2024-09-09)
- Added back postgrescluster dependency to main eoapi chart #145
v0.4.10 (2024-09-09)
- Moved postgresql cluster file:// dependency to first-level chart dependency #141
v0.4.9 (2024-09-04)
- Fixed horizontal pod autoscaling rules #140
- Documentation updates #139
v0.4.8 (2024-09-03)
- Enabled vector by default again #138
v0.4.7 (2024-09-03)
- Support and Autoscaling Additions #135
v0.4.6 (2024-07-17)
- Bump chart patch versions #131
v0.4.2 (2024-07-11)
- Pinned pypgstac versions #126
v0.4.1 (2024-07-10)
- Added Release Documentation and Cleanup #117
v0.4.0 (2024-07-09)
- Started EKS IAC with Docs Walkthrough from Notes #12
- Added Single Nginx Ingress and NLB with path rewrites #11
- Added Unit tests #14
- Documented GKE k8s cluster setup #27
- Generalized commands and added livenessProbe #35
- Added HPA (CPU) draft before locust/artillery #51
- Added Autoscaling by request rate #53
- Added Support for specifying host and getting certs from cert manager #60
- Added Configuration for EKS autoscaler #59
- Added PGO by default #84
- Added fixtures #9
- Allowed custom annotations #66
- Tested autoscaling in EKS #55
- Set default gitSha and inserted main gitSha for distributed helm-chart #21
- Renamed repository #23
- Added more explicit nginx documentation #24
- Updated Root path HTML #25
- Made GKE related changes #37
- Updated Release name for parallel CI tests #43
- Updated API version for release #49
- Upgraded pgstac, titiler-pgstac and tipg versions #67