Releases: GreptimeTeam/greptimedb-operator
Releases · GreptimeTeam/greptimedb-operator
Release v0.1.0-alpha.23
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
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 refactormake lint
by @zyy17 in #141
Full Changelog: v0.1.0-alpha.21...v0.1.0-alpha.22
Release v0.1.0-alpha.21
What's Changed
- chore: add rbac policy by @daviderli614 in #129
- feat: add new CRD
greptimedbstandalone
by @zyy17 in #130 - fix: use the right resource name by @zyy17 in #132
Full Changelog: v0.1.0-alpha.20...v0.1.0-alpha.21
Release v0.1.0-alpha.20
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
What's Changed
- feat: add datahome configure by @daviderli614 in #119
- fix: The number of component replicas cannot be set to 0 by @daviderli614 in #120
- ci: update title checker rule by @zyy17 in #123
- build(kustomize): rename crd base directory by @daviderli614 in #121
- refactor(prometheusMonitor): prometheus monitor configure by @daviderli614 in #122
- refactor(crd)!: object storage configure by @daviderli614 in #126
Full Changelog: v0.1.0-alpha.18...v0.1.0-alpha.19
Release v0.1.0-alpha.18
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
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
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
fix: set meta env doesn't work (#114) Signed-off-by: zyy17 <[email protected]>
Release v0.1.0-alpha.14
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