Skip to content

Releases: GreptimeTeam/greptimedb-operator

Release v0.1.0-alpha.13

24 Jul 06:44
8fa5868
Compare
Choose a tag to compare
refactor: greptimedbcluster replicas default value (#111)

Release v0.1.0-alpha.12

30 Jun 09:09
b0093f3
Compare
Choose a tag to compare

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

Full Changelog: v0.1.0-alpha.11...v0.1.0-alpha.12

Release v0.1.0-alpha.11

16 May 08:57
8801a41
Compare
Choose a tag to compare
refactor: add toleration field (#95)

Release v0.1.0-alpha.10

03 Apr 13:32
933a78e
Compare
Choose a tag to compare
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

20 Feb 12:21
663b1f6
Compare
Choose a tag to compare
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

06 Dec 08:08
fe8b69d
Compare
Choose a tag to compare

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

29 Nov 10:00
8c2f210
Compare
Choose a tag to compare
fix: incompatible toml configuration of datanode (#73)

Release v0.1.0-alpha.6

28 Nov 03:53
ada8178
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0-alpha.5...v0.1.0-alpha.6

Release v0.1.0-alpha.5

16 Nov 12:30
b4aac34
Compare
Choose a tag to compare

What's Changed

  • docs: update readme and add license and code-of-conduct by @zyy17 in #64
  • docs: add missing 'EOF' by @zyy17 in #65
  • refactor: modify datanode startup setting by @zyy17 in #66

Full Changelog: v0.1.0-alpha.4...v0.1.0-alpha.5

Release v0.1.0-alpha.4

14 Nov 11:50
c956b0a
Compare
Choose a tag to compare
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]>