Skip to content

Releases: zncdatadev/operator-go

v0.10.0

Choose a tag to compare

@whg517 whg517 released this 20 Sep 06:41
d1a2454

What's Changed

  • refactor(constants): remove useless annonations expirationTime by @whg517 in #163
  • feat(constants): add cert restart buffer for secret-operator by @whg517 in #167
  • build(deps): bump k8s.io/client-go from 0.31.0 to 0.31.1 by @dependabot in #171
  • build(deps): bump k8s.io/kubectl from 0.31.0 to 0.31.1 by @dependabot in #172
  • fix: s3 bucket no inline field by @whg517 in #174
  • refactor: add run to cluster reconciler and optimize log msg by @whg517 in #175
  • feat(api): add credential comment for api by @whg517 in #181
  • refactor(client): refactor client.Get to wrapped ctrl.Get by @whg517 in #182
  • fix(build): fix SecretBuild data not use base64 encoding by @whg517 in #183
  • feat(config): add properties util and mv xml to config package by @whg517 in #184
  • feat(build): add AddItem to config builder by @whg517 in #185
  • refactor(build): refactor service build support listenerclass by @whg517 in #186
  • refactor(image): rename platformVersion to kubedoopVersion in image by @whg517 in #187
  • docs(changelog): Add 0.10.0 changelog by @whg517 in #188

Full Changelog: v0.9.2...v0.10.0

v0.9.2

Choose a tag to compare

@lwpk110 lwpk110 released this 08 Sep 05:53
a6cd002

What's Changed

  • feat(listeners): add listenerclass type to apis by @whg517 in #158
  • feat(constants): add enrichment and restarter labels from commons-operator by @whg517 in #159
  • feat(vector): replace image of vector from official to product-image by @lwpk110 in #160
  • fix(image): fix image policy default is 'Always' by @whg517 in #161
  • docs(changelog): Add 0.9.2 changelog by @whg517 in #162

Full Changelog: v0.9.1...v0.9.2

v0.9.1

Choose a tag to compare

@lwpk110 lwpk110 released this 03 Sep 12:01
98eb850

What's Changed

  • fix: add headless to service builder by @lwpk110 in #135
  • fix(reconciler): fix re-reconciler with 0 seconds not ready by @whg517 in #137
  • fix(rbac): Correct rolebinding and clusterrolebinding generation, standardize resource naming by @lwpk110 in #140
  • chore(constants): add new constant for jmx directory in kubedoop by @lwpk110 in #143
  • fix(container): Add missing memory request in container builder by @lwpk110 in #142
  • feat(productlogging): Add new module for unified logging configuration, implement logback by @lwpk110 in #144
  • fix(rbac): correct clusterrole naming in rbac builder by @lwpk110 in #145
  • build(deps): bump github.com/onsi/ginkgo/v2 from 2.20.1 to 2.20.2 by @dependabot in #146
  • feat(productlogging): add log4j config generator and refactor logging type interfaces by @lwpk110 in #151
  • feat: migrate the vector builder to the productlogging package by @lwpk110 in #150
  • feat(builder): add vector builder for easy integration with vector sidecar by @lwpk110 in #152
  • build(deps): bump github.com/onsi/gomega from 1.34.1 to 1.34.2 by @dependabot in #147
  • refactor(api): refactor auth spec and add inline connection to s3bucket by @whg517 in #138
  • feat(productlogging): add log4j2 config generator by @lwpk110 in #153
  • test: remove unnecessary assert test case by @lwpk110 in #155
  • docs(changelog): Add 0.9.1 changelog by @whg517 in #154

Full Changelog: v0.9.0...v0.9.1

v0.9.0

Choose a tag to compare

@whg517 whg517 released this 28 Aug 13:24
fb23c63

BROKENCHANGE

  • Bump k8s version to 1.31.0
  • Bump golang version to 1.23.0
  • Remove Database API group

What's Changed

  • chore(deps): bump sigs.k8s.io/controller-runtime from 0.18.2 to 0.19.0 by @dependabot in #114
  • build(deps): bump github.com/cisco-open/k8s-objectmatcher from 1.9.0 to 1.10.0 by @whg517 in #124
  • feat: enchance bash util script and add tests to prevent tab characters by @lwpk110 in #125
  • fix: add ServiceType param in service builder by @lwpk110 in #128
  • chore(deps): bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.20.1 by @dependabot in #126
  • chore(deps): bump k8s.io/kubectl from 0.30.1 to 0.31.0 by @dependabot in #127
  • refactor(constant): rename include zncdata variable by @whg517 in #129
  • refactor(database): remove database api and ref by @whg517 in #130
  • ci(depbot): fix depbot pr name is not build prefix by @whg517 in #132
  • build(golang): bump golang from 1.22.6 to 1.23.0 by @whg517 in #131
  • chore(constants): rename some sensitive literal to kubedoop by @lwpk110 in #133
  • docs(changelog): update CHANGELOG with 0.9.0 by @whg517 in #134

Full Changelog: v0.8.7...v0.9.0

v0.8.7

Choose a tag to compare

@lwpk110 lwpk110 released this 21 Aug 07:15
5fda25c

What's Changed

  • ci(depbot): add depbot to check gomod weekly by @whg517 in #107
  • chore(deps): bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.20.0 by @dependabot in #112
  • chore: rename stack name to kubedoop by @lwpk110 in #113
  • chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #115
  • build(deps): bump golang from 1.22.3 to 1.22.6 by @whg517 in #116
  • ci(lint): use makefile lint in ci by @whg517 in #117
  • ci(gh-action): remove ci condition with manual dispatch by @whg517 in #118
  • feat: add directory constants for kubedoop system by @lwpk110 in #120
  • feat: add common script utilities and constants for operator by @lwpk110 in #121
  • refactor(image): refactor Image struct with repo and platformVersion … by @whg517 in #122
  • docs(changelog): upate CHANGELOG with 0.8.7 by @whg517 in #119

New Contributors

Full Changelog: v0.8.6...v0.8.7

v0.8.6

Choose a tag to compare

@lwpk110 lwpk110 released this 07 Aug 10:18
2bafe5e

What's Changed

  • feat: add listener and secret constants by @whg517 in #102
  • feat: add volume builder for listener and secret by @whg517 in #103
  • feat: enhance vector logging support for stdout, stderr, log4j,log4j2 by @lwpk110 in #104
  • chore: update CHANGELOG with 0.8.6 by @lwpk110 in #105

Full Changelog: v0.8.5...v0.8.6

v0.8.5

Choose a tag to compare

@whg517 whg517 released this 26 Jul 09:00
5607e2d

What's Changed

  • fix: the vector.yaml missing indent formatting error by @lwpk110 in #100
  • chore: update CHANGELOG with 0.8.5 by @lwpk110 in #101

Full Changelog: v0.8.4...v0.8.5

v0.8.4

Choose a tag to compare

@whg517 whg517 released this 26 Jul 06:25
96596b6

What's Changed

  • feat: jobbuilder's default implementation Job to public by @whg517 in #88
  • fix: can not set image pull policy in workload builder by @whg517 in #90
  • feat: remove builder.RoleGroupInfo to avoid confusion with reconciler by @whg517 in #89
  • test: MergeRoleGroupSpec method can be modified directly on the passed roleGroup object by @whg517 in #91
  • fix: can not set vaild replicas and always is 1 by @whg517 in #93
  • test: add test to check replicas is vaild by @whg517 in #95
  • fix: the cluster is still running when operation be updated stopped by @whg517 in #96
  • fix: the build vector.yaml indent format error by @lwpk110 in #97
  • chore: update CHANGELOG with 0.8.4 by @whg517 in #98

Full Changelog: v0.8.3...v0.8.4

v0.8.3

Choose a tag to compare

@whg517 whg517 released this 23 Jul 05:35
52f19a8

What's Changed

  • feat: add listener type to apis by @whg517 in #86
  • chore: update CHANGELOG with 0.8.3 by @whg517 in #87

Full Changelog: v0.8.2...v0.8.3

v0.8.2

Choose a tag to compare

@whg517 whg517 released this 22 Jul 15:29
6e6dfcc

What's Changed

  • chore: add goreportcard by @whg517 in #80
  • fix: xml configurations may not be in the same propretry order after marshal by @whg517 in #82
  • fix: CreateOrUpdate method can not handle crd by @whg517 in #84
  • chore: update CHANGELOG with 0.8.2 by @whg517 in #85

Full Changelog: v0.8.1...v0.8.2