Releases: zncdatadev/operator-go
Releases · zncdatadev/operator-go
v0.8.7
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
- @dependabot made their first contribution in #112
Full Changelog: v0.8.6...v0.8.7
v0.8.6
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
v0.8.4
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
v0.8.2
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
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
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
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
What's Changed
- feat: add common api by @whg517 in #42
- feat: add resource builder by @whg517 in #43
- feat: add basic reconciler by @whg517 in #44
- feat: add issue template by @lwpk110 in #47
- feat: add s3 tls verifaction by @whg517 in #52
- feat: remove feature issue tpl duplicates check by @whg517 in #49
Full Changelog: v0.5.1...v0.6.0