All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added support for annotations on the PgSTAC bootstrap job via
pgstacBootstrap.jobAnnotationsin values.yaml #381 - Added load testing scripts #373
- Fixed Helm template to check queryables
filefield with schema validation #380 - Cleaned up docker resources in CI workflow #386
- Consolidated service data into one data directory #387
- 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
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
- 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
- Bumped eoapi-notifier dependency version to 0.0.7
- Bumped eoapi-notifier dependency version to 0.0.6
- 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
- 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
- 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
- Order of hook execution #257
- 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
- Added option to override root-paths of API services #245
- Add CREATEROLE privilege to pgstac user #236
Made 0.7.0 db upgrade run in ArgoCD.
- 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
- 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
- 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
- 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
- Allowed additional secrets to set environment variables #167
- Added ingest.sh script #164
- Added passthrough for ca bundle secret into metrics server #165
- Removed VSIL allowed extensions list #152
- Bumped eoapi chart version #153
- Changed Dependency Order in Support Chart #150
- Upgraded with postgres cluster 5.5.3 #149
- Postgrescluster chart upgrade #148
- Added NFS Option to PGBackRest #147
- Added back postgrescluster dependency to main eoapi chart #145
- Moved postgresql cluster file:// dependency to first-level chart dependency #141
- Fixed horizontal pod autoscaling rules #140
- Documentation updates #139
- Enabled vector by default again #138
- Support and Autoscaling Additions #135
- Bump chart patch versions #131
- Pinned pypgstac versions #126
- Added Release Documentation and Cleanup #117
- 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