Skip to content

Releases: takama/caldera

Version v0.2.5

23 Oct 07:41
Compare
Choose a tag to compare
  • 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

24 Apr 12:09
Compare
Choose a tag to compare
  • Added namespace for the service
  • Used namespaced names in the service

Version v0.2.3

23 Apr 21:34
Compare
Choose a tag to compare
  • 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

21 Apr 14:20
Compare
Choose a tag to compare
  • Changed default name of a database credentials secret in the helm charts values
  • Updated question about drivers

Version v0.2.1

20 Apr 17:19
Compare
Choose a tag to compare
  • Used default namespace and changed NAMESPACE to CLUSTER
  • 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

19 Apr 13:01
Compare
Choose a tag to compare
  • 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)