Skip to content

Releases: zncdatadev/operator-go

v0.8.7

21 Aug 07:15
5fda25c
Compare
Choose a tag to compare

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

07 Aug 10:18
2bafe5e
Compare
Choose a tag to compare

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

26 Jul 09:00
5607e2d
Compare
Choose a tag to compare

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

26 Jul 06:25
96596b6
Compare
Choose a tag to compare

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

23 Jul 05:35
52f19a8
Compare
Choose a tag to compare

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

22 Jul 15:29
6e6dfcc
Compare
Choose a tag to compare

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

v0.8.1

11 Jul 08:02
e6755d2
Compare
Choose a tag to compare

What's Changed

  • feat: update XMLConfiguration and add test by @whg517 in #70
  • feat(util): update map to envVars func by @whg517 in #71
  • feat(util): update generate random str and simple password functions by @whg517 in #72
  • feat(util): remove uneless code in util by @whg517 in #73
  • feat(client): extract CreateOrUpdate from client.Client, so it can use alone by @whg517 in #74
  • fix(util-env): use testify-assert to check by @whg517 in #75
  • feat(client-database): removes the base64 deserialization of secret.D… by @whg517 in #76
  • fix(util-env): assert by check each element by @whg517 in #78
  • chore: update CHANGELOG with 0.8.1 by @whg517 in #77

Full Changelog: v0.8.0...v0.8.1

v0.8.0

10 Jul 09:44
c873564
Compare
Choose a tag to compare

What's Changed

  • chore: typo fix changelog description error in v0.7.0 by @whg517 in #60
  • feat: remove s3 finalizer constant by @whg517 in #61
  • feat: add vector buidler by @lwpk110 in #62
  • feat: refactor reconcile and build, add more test case by @whg517 in #63
  • feat: update reconciler builder, and test cluster, role, resource reconcile by @whg517 in #64
  • feat: test role and rolegroup reconcile by @whg517 in #65
  • feat: add image select, update reconciler, add more test by @whg517 in #66
  • fix: code indent can not handle multi-line by @whg517 in #67
  • feat: update vector and add test by @whg517 in #68
  • chore: update CHANGELOG with 0.8.0 by @whg517 in #69

Full Changelog: v0.7.0...v0.8.0

v0.7.0

27 Jun 08:19
c00a2fb
Compare
Choose a tag to compare

BROKENCHANGE: Update S3Connection and S3Bucket group to S3Connection.s3.zncdata.dev and S3Bucket.s3.zncdata.dev, Update DatabaseConnection and Database group to DatabaseConnection.database.zncdata.dev and Database.database.zncdata.dev

What's Changed

  • feat: use SecretClass provide s3connection credentials by @whg517 in #53
  • chore: fix issue tpl typo by @whg517 in #57
  • chore: update v0.6.0 CHANGELOG by @whg517 in #56
  • feat: add AuthenticationClass, now support oidc, ldap, tls, static by @whg517 in #55
  • feat: add group to commons api by @whg517 in #58
  • chore: update CHANGELOG with 0.7.0 by @whg517 in #59

Full Changelog: v0.6.0...v0.7.0

v0.6.0

24 Jun 06:52
44a1235
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.6.0