Releases: GreptimeTeam/greptimedb-operator
Releases · GreptimeTeam/greptimedb-operator
Release v0.1.0-alpha.13
refactor: greptimedbcluster replicas default value (#111)
Release v0.1.0-alpha.12
What's Changed
- feat: expose prometheus port by @daviderli614 in #96
- feat: add dbconfig package to abstract the generation of database config by @zyy17 in #99
- refactor: use dbconfig package to simplify the config generation by @zyy17 in #100
- refactor: use builder pattern to refine deployer(breaking change) by @zyy17 in #101
- fix: fix incorrect status and add event recorder by @zyy17 in #102
- build(deps): bump github.com/emicklei/go-restful from 2.9.5+incompatible to 2.16.0+incompatible by @dependabot in #97
- build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #104
- build(deps): bump golang.org/x/net from 0.0.0-20220425223048-2871e0cb64e4 to 0.7.0 by @dependabot in #103
New Contributors
- @dependabot made their first contribution in #97
Full Changelog: v0.1.0-alpha.11...v0.1.0-alpha.12
Release v0.1.0-alpha.11
refactor: add toleration field (#95)
Release v0.1.0-alpha.10
refactor: generate podmonitor configuration (#88) * refactor: Configuring generate prometheus podmonitor * feat: define http port for meta container and service
Release v0.1.0-alpha.9
feat: add storage provider field to support s3 and local storage (#84) * feat: add storage provider field to support s3 and local storage * refactor: add constants for storage credentials secret key * refactor: refine code by review comments
Release v0.1.0-alpha.8
What's Changed
- ci: remove e2e login to github container registry by @daviderli614 in #77
- feat: add new 'ServiceSpec' to support load balancer configuration by @zyy17 in #78
Full Changelog: v0.1.0-alpha.7...v0.1.0-alpha.8
Release v0.1.0-alpha.7
fix: incompatible toml configuration of datanode (#73)
Release v0.1.0-alpha.6
What's Changed
- ci: push image to ucloud container registry by @daviderli614 in #68
- refactor: update mysql port and postgres port by @daviderli614 in #67
- ci: release crd file by @daviderli614 in #70
- chore: add license headers by @zyy17 in #69
Full Changelog: v0.1.0-alpha.5...v0.1.0-alpha.6
Release v0.1.0-alpha.5
Release v0.1.0-alpha.4
feat: add greptimedb initializer (#63) * feat: add greptimedb initializer Signed-off-by: zyy17 <[email protected]> * fix: fix incorrect configs * docs: update docs and makefile Signed-off-by: zyy17 <[email protected]>