Skip to content

Releases: GreptimeTeam/greptimedb-operator

Release v0.1.3-alpha.1

25 Oct 11:00
075b5fe
Compare
Choose a tag to compare

What's Changed

  • refactor: use file storage for monitoring standalone by default by @zyy17 in #196
  • ci: add .coderabbit.yaml to configure coderabbit by @zyy17 in #199
  • refactor: add StartUpProbe and reset the default values of probe for stability by @zyy17 in #197
  • feat: collect slow queries in monitoring mode by @zyy17 in #198

Full Changelog: v0.1.2...v0.1.3-alpha.1

Release v0.1.2

18 Oct 03:56
46697f2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

Release v0.1.1

16 Oct 05:21
4da82a7
Compare
Choose a tag to compare

What's Changed

  • refactor: sperate ports config from frontend instance and service by @zyy17 in #191
  • feat: introduce apiserver for operator by @zyy17 in #188
  • feat: implement monitoring bootstrap by @zyy17 in #190
  • fix: compoents don't updated by modifying the fields of cluster.base by @zyy17 in #192
  • refactor(monitoring): remove monitoring resources when disabled by @zyy17 in #193

Full Changelog: v0.1.0...v0.1.1

Release v0.1.0

27 Sep 06:51
7f63235
Compare
Choose a tag to compare

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 and push-operator-local-test-image by @zyy17 in #178
  • refactor: move config/samples/ to examples/ and add docs by @zyy17 in #177
  • ci: release bundle.yaml and crds.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 and FileStorage 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() and Check() by @zyy17 in #186

Full Changelog: v0.1.0-alpha.29...v0.1.0

Release v0.1.0-alpha.29

20 Aug 08:38
990b7df
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0-alpha.28...v0.1.0-alpha.29

Release v0.1.0-alpha.28

25 Jul 08:33
fbd0231
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0-alpha.27...v0.1.0-alpha.28

Release v0.1.0-alpha.27

12 Jul 08:27
c5c1dad
Compare
Choose a tag to compare

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 for ci.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

02 Jul 07:58
a61c8ac
Compare
Choose a tag to compare
chore: use `--metasrv-addrs` instead (#156)

Release v0.1.0-alpha.25

14 May 12:33
988d76b
Compare
Choose a tag to compare
chore: remove '--opentsdb-addr' start args in frontend (#151)

Release v0.1.0-alpha.24

24 Apr 09:40
718e5a6
Compare
Choose a tag to compare
feat(remote-wal): integrate kafka remote wal (#146)

* feat(remote-wal): integrate kafka remote wal

* fix: e2e error for upstream breaking change