v0.6.0
Breaking changes
- Database backups are now disabled by default. To enable them, set
backupsEnabled: truein yourvalues.yaml.
What's Changed
- Update GCP Setup instructions by @eschwartz in #188
- Remove GCP CI deployment tests. by @pantierra in #193
- Fix multidim entrypoint. by @pantierra in #192
- Fix unsupported regex in ingress-nginx config by @eschwartz in #189
- Add initContainers to wait for db and it's bootstrap. by @pantierra in #194
- Upgrade PGO to 5.7.0; Add option to disable backups by @sunu in #191
- Upgrade dependencies by @pantierra in #196
- Let all eoAPI services wait for db bootstrap. by @pantierra in #197
- Reduce errors about too many db connections. by @pantierra in #198
- Upgrade to latest stac-fastapi-pgstac by @pantierra in #195
- Upgrade tipg to 1.0.1 and titiler-pgstac to 1.7.1. by @pantierra in #199
New Contributors
- @eschwartz made their first contribution in #188