Skip to content

Latest commit

 

History

History
120 lines (86 loc) · 4.13 KB

CHANGELOG.md

File metadata and controls

120 lines (86 loc) · 4.13 KB

Version v0.2.5

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

v0.2.4

  • Added namespace for the service
  • Used namespaced names in the service

v0.2.3

  • Used compute region instead of zone
  • Used default driver to specify database certificates path
  • Fixed ingress TLS secret name value
  • Simplified initial environment data for Makefile

v0.2.2

  • Changed default name of a database credentials secret in the helm charts values
  • Updated question about drivers

v0.2.1

  • 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

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)

v0.1.10

  • Fixed label for service name (@takama)

v0.1.9

  • Updated helm templates & project region (@takama)

v0.1.7

  • Changed protobuf/gateway versions (@takama)
  • Fixed some template generation bugs (@takama)
  • Added private repositories for import path (@takama)
  • Changed postgres driver version (@takama)
  • Used standard health gRPC method (@takama)

v0.1.6

  • Changed protobuf/gateway versions (@takama)
  • Fixed linter issues in CLI utility (@takama)
  • Fixed linter issues in templates (@takama)

v0.1.5

v0.1.4

  • Changed protobuf/gateway versions (@takama)
  • Fixed linter issues in CLI utility (@takama)
  • Fixed linter issues in templates (@takama)

v0.1.3

  • Changed protobuf/gateway versions (@takama)
  • Added TLS support in the database (@takama)
  • Added anti affinity attribute (@takama)
  • Added support of Contour ingress routes (@takama)
  • Added support of headless service (@takama)
  • Other small fixes and changes (@takama)

v0.1.1

Codebase changes in v0.1.1

  • Added info and health gRPC handlers (#18, @takama)

v0.1.0

Codebase changes in v0.1.0

  • Fixed linter issues for caldera utility and for templates - bug (#16, @takama)
  • Used Project in import path - enhancement (#15, @takama)

v0.0.1

Codebase changes in v0.0.1