Releases: GreptimeTeam/greptimedb-operator
Releases · GreptimeTeam/greptimedb-operator
Release v0.1.0
What's Changed
- refactor!(api): refine the default setting of
*port
field of cluster by @zyy17 in #170 - refactor(test): add e2e
Helper
and refine testdata structure by @zyy17 in #171 - refactor: set default values back to the original resource by @zyy17 in #172
- feat: add greptimedb operator api docs by @daviderli614 in #174
- chore: bump dependencies package by @daviderli614 in #175
- fix: format error of api reference and modify makefile target name by @zyy17 in #176
- ci: add
build-operator-local-test-image
andpush-operator-local-test-image
by @zyy17 in #178 - refactor: move
config/samples/
toexamples/
and add docs by @zyy17 in #177 - ci: release
bundle.yaml
andcrds.yaml
by @zyy17 in #182 - ci: use
go install
to install tools instead of using shell scripts to avoid rate limit problem by @zyy17 in #181 - refactor!(apis): add
WALProvider
andFileStorage
by @zyy17 in #180 - feat: add
,inline
tag for toml mapping by @zyy17 in #183 - ci: add
TestClusterStandaloneWAL
by @zyy17 in #184 - feat(apis): add
LoggingSpec
by @zyy17 in #185 - refactor: make sure operator upgrade smooth by @zyy17 in #187
- refactor: add
Validate()
andCheck()
by @zyy17 in #186
Full Changelog: v0.1.0-alpha.29...v0.1.0
Release v0.1.0-alpha.29
What's Changed
- feat: Implement google cloud object storage provider by @daviderli614 in #167
- ci: refine the github actions by @zyy17 in #168
- fix: missing image tag when releasing by @zyy17 in #169
Full Changelog: v0.1.0-alpha.28...v0.1.0-alpha.29
Release v0.1.0-alpha.28
What's Changed
- chore: add push image to aws ecr by @daviderli614 in #155
- refactor: make default tls mode to prefer by @zyy17 in #165
- feat: add maintenance mode by @zyy17 in #164
- fix: gh variable set is failing by @daviderli614 in #166
Full Changelog: v0.1.0-alpha.27...v0.1.0-alpha.28
Release v0.1.0-alpha.27
What's Changed
- ci: add dev-build.yaml by @zyy17 in #160
- fix: run dev-build error and modify job description by @zyy17 in #161
- ci: add missing checkout source path for
dev-build.yaml
and better trigger condition forci.yaml
by @zyy17 in #162 - feat: support flownode by @zyy17 in #159
Full Changelog: v0.1.0-alpha.26...v0.1.0-alpha.27
Release v0.1.0-alpha.26
chore: use `--metasrv-addrs` instead (#156)
Release v0.1.0-alpha.25
chore: remove '--opentsdb-addr' start args in frontend (#151)
Release v0.1.0-alpha.24
feat(remote-wal): integrate kafka remote wal (#146) * feat(remote-wal): integrate kafka remote wal * fix: e2e error for upstream breaking change
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