Skip to content

Releases: GreptimeTeam/greptimedb-operator

Release v0.1.0-alpha.23

25 Jan 13:48
4ee22d1
Compare
Choose a tag to compare

What's Changed

  • chore: modify released crd file name by @zyy17 in #142
  • refactor(datanode): use appsv1.ParallelPodManagement to improve deployment performance by @zyy17 in #143

Full Changelog: v0.1.0-alpha.22...v0.1.0-alpha.23

Release v0.1.0-alpha.22

22 Jan 08:00
113273b
Compare
Choose a tag to compare

What's Changed

  • refactor: add standalone tls and no need to check 'ca.crt' field by @zyy17 in #134
  • refactor: use Patch instead of Update to make it lightweight by @zyy17 in #135
  • refactor: add ObservedGeneration field in status by @zyy17 in #136
  • refactor: remove 'reloadWhenConfigChange' and implement config reload by modifying config hash by @zyy17 in #137
  • refactor(deployer): make the resource update in order by @zyy17 in #138
  • build(deps): bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in #140
  • build(deps): bump google.golang.org/grpc from 1.40.0 to 1.56.3 by @dependabot in #139
  • test: add .golangci.yaml and refactor make lint by @zyy17 in #141

Full Changelog: v0.1.0-alpha.21...v0.1.0-alpha.22

Release v0.1.0-alpha.21

15 Jan 00:55
9215712
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0-alpha.20...v0.1.0-alpha.21

Release v0.1.0-alpha.20

08 Jan 09:24
6fe16b9
Compare
Choose a tag to compare

What's Changed

  • feat: add StoreKeyPrefix in metasrv by @daviderli614 in #127
  • refactor: use a better config setting and support config reload by @zyy17 in #128

Full Changelog: v0.1.0-alpha.19...v0.1.0-alpha.20

Release v0.1.0-alpha.19

29 Dec 07:52
b8ccaba
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0-alpha.18...v0.1.0-alpha.19

Release v0.1.0-alpha.18

06 Nov 12:51
6abec87
Compare
Choose a tag to compare
refactor: update config struct fields and add `common_config.go' (#118)

* chore: update frontend config fields

* chore: update datanode config fields and add 'common_config.go'

* chore: update metasrv config fields

Release v0.1.0-alpha.17

19 Oct 08:26
8d083c4
Compare
Choose a tag to compare
chore: fix incompatibe frontend cmd opts and upgrade go version (#117)

* fix: modify frontend cmd options(related PR: https://github.com/GreptimeTeam/greptimedb/pull/2609)

Signed-off-by: zyy17 <[email protected]>

* ci: upgrade go version from 1.18 to 1.21

* test: bump golangci-lint version from 1.50.1 to 1.54.2

---------

Signed-off-by: zyy17 <[email protected]>

Release v0.1.0-alpha.16

04 Sep 03:46
7bc9480
Compare
Choose a tag to compare
refactor: add more storage related configurations (#115)

1. Support OSS;

2. Add 'WalDir' and other storage fields;

Signed-off-by: zyy17 <[email protected]>

Release v0.1.0-alpha.15

24 Aug 03:52
183f31c
Compare
Choose a tag to compare
fix: set meta env doesn't work (#114)

Signed-off-by: zyy17 <[email protected]>

Release v0.1.0-alpha.14

11 Aug 06:57
6cd8305
Compare
Choose a tag to compare
fix: set '--server-addr' of metasrv by using its pod ip (#113)

* fix: set '--server-addr' of metasrv by using its pod ip

* refactor: make 'POD_IP' and 'POD_NAME' as constants