Releases: takama/caldera
Releases · takama/caldera
Version v0.2.5
- Updated linter
golangci-lint
versions - Updated nolint instructions
- Updated protocol buffers compilers
- Updated tests & wrapped errors
- Added default database property
- Changes migration sequence
- Removed Postgres crypto extension
- Redesigned flags initialization
- Added migration dialect
- Fixed YAML parameters
- Used secure config for debug purpose
- Included main chart and values in version control
- Updated initial parameters
Version v0.2.4
- Added namespace for the service
- Used namespaced names in the service
Version v0.2.3
- Simplified initial environment data for Makefile
- Used compute region instead of zone
- Used default driver to specify database certificates path
- Fixed ingress TLS secret name value
Version v0.2.2
- Changed default name of a database credentials secret in the helm charts values
- Updated question about drivers
Version v0.2.1
- Used default namespace and changed
NAMESPACE
toCLUSTER
- Fixed possible hidden issues with config file
- Fixed problem with port presented as the secret name
- Used database
ConfigMap
for host/port - Added
nginx
annotations example - Added default service account
- Extended TLS secret name block
- Added TLS hosts
- Changed ingress version to
networking.k8s.io/v1
(Minimal version of Kubernetes: v1.19)
Version v0.2.0
- Added sub-charts for Helm deployment.
- Added special vatiables environment to keep it outside of GIT.
- Added CORS handling.
- Managed system signals to be ignored.
- Added the possibility to use multiple database drivers.
- Added Prometheus monitoring package.
- Used gRPC gateway v2 and OpenApi v2 instead of swagger
- Redesigned dev/prod envs in Makefile.
- Updated Go version and packages.
- Fixed issue #27 (@takama)
- Updated protoc #37 (@takama)
- Added OpenAPI Swagger UI #38 (@takama)