Releases: vesoft-inc/nebula-operator
Releases · vesoft-inc/nebula-operator
NebulaGraph Operator v1.8.2
What's Changed
- [operator] Add pdb by @kevinliu24 in #521
- Coredump management by @kevinliu24 in #524
- fix(operator): remove unnecessary pod from autofailover list by @kevinliu24 in #530
- [operator] run leader balance multiple times until balanced. by @kevinliu24 in #532
- [operator] Add documentation for coredump preservation and pdb by @kevinliu24 in #533
Full Changelog: v1.8.1...v1.8.2
NebulaGraph Operator v1.8.1
What's Changed
- update controller-manager flags by @MegaByte875 in #472
- sync persistent volume status by @MegaByte875 in #473
- Fix issues in e2e test by @kevinliu24 in #442
- add scale in log by @MegaByte875 in #481
- Fix helm chart error by @kevinliu24 in #482
- hpa add default behavior by @MegaByte875 in #483
- update rbac for hpa custom metrics by @MegaByte875 in #484
- support metad and graphd local pv failover by @MegaByte875 in #488
- add startup-scripts image by @MegaByte875 in #489
- fix scheduler by @MegaByte875 in #495
- balance leader after restored cluster status ready by @MegaByte875 in #504
- fix scale and rolling update operation at the same time by @MegaByte875 in #505
- fix balance partition leader by @MegaByte875 in #507
- feat: add autoscaler admission webhook by @kevinliu24 in #502
- modified document for autoscaler webhook and self signed certificate by @kevinliu24 in #509
- add auto install for nvme-cli by @kevinliu24 in #510
- update helm chart maintainer by @MegaByte875 in #511
- fix issues in certificate generator by @kevinliu24 in #513
- fix local pv failover bug by @MegaByte875 in #514
- remove balance data job by @MegaByte875 in #515
- support dns config options by @MegaByte875 in #516
- Update chart version by @MegaByte875 in #518
Full Changelog: v1.8.0...v1.8.1
NebulaGraph Operator v1.8.0
What's Changed
Breaking Changes
- support component topology constraints by @MegaByte875 #400
- webhook rule for protected cluster by @MegaByte875 #408
- add cluster finalizer by @MegaByte875 #409
- enhance dynamic flags & support sslCerts by @MegaByte875 #415
- separate log and agent container by @MegaByte875 #426
- support dockerfile user build-arg by @MegaByte875 #430
Note:
- PR #415 #426 will trigger nebula cluster restart
- ClusterRole 'nebula-role' need to be deleted if it already exists
New Features
- restart specified component or pod by @MegaByte875 #385
- support local pv failover by @MegaByte875 #394
- support upgrade CRD by @MegaByte875 #395
- local pv provisioner for public cloud by @MegaByte875 #406 #465 #466
- add selector for nebula objects by @MegaByte875 #410
- cherry-pick support sidecar containers (#413) by @MegaByte875 #414
- support google storage by @MegaByte875 #421
- support backup by @MegaByte875 #432 #439 #446 #457
Bug Fixes
- fix: reconnect options by @kqzh #374
- scheduler optimization by @MegaByte875 #369 #447
- fix scale in bug by @MegaByte875 #375
- fix transfer leader timeout by @MegaByte875 #377
- fix graphd phase by @MegaByte875 #383
- fix session related flags #388
- fix bugs by @MegaByte875 #399
- fix post_start hook and agent volumes by @MegaByte875 #434
- fix restart cluster by @MegaByte875 #435
- fix restart condition by @MegaByte875 #436
- fix grpc warning logs by @MegaByte875 #452
- remove not found error by @MegaByte875 #453
- fix restored cluster failed pod by @MegaByte875 #461
Others
- enha: remove --ws_ip args by @veezhang #359
- e2e tests by @veezhang #361 #362 #364 #368 #376 #380 #392 #393 #397
- e2e test by @kqzh #349
- recover failed admin job by @MegaByte875 #381
- suspend cluster by @MegaByte875 #382
- add chart values for nebula cluster by @MegaByte875 #386
- add event recorder by @MegaByte875 #411
- cherry-pick support sidecar containers (#413) by @MegaByte875 #414
- ops script by @MegaByte875 #437 #438
- support ssl flags reset by @MegaByte875 #449
- update operator chart CRDs by @MegaByte875 #455
- enhance data download by @MegaByte875 #464
Documentation
- update docs by @MegaByte875 in #407 #454
- update ssl guide by @MegaByte875 #419
Full Changelog: v1.7.0...v1.8.0
NebulaGraph Operator v1.7.6
What's Changed
- tls config support servername by @MegaByte875 in #440
Full Changelog: v1.7.5...v1.7.6
NebulaGraph Operator v1.7.5
What's Changed
- support dockerfile user build-arg by @MegaByte875 in #428
Full Changelog: v1.7.4...v1.7.5
NebulaGraph Operator v1.7.4
What's Changed
- fix reconnect bug by @MegaByte875 in #412
- support sidecar containers by @MegaByte875 in #413
- add cert path environments by @MegaByte875 in #417
- remove session flag by @MegaByte875 in #420
Full Changelog: v1.7.3...v1.7.4
NebulaGraph Operator v1.7.3
What's Changed
- cherry-pick schedule optimization (#369) by @MegaByte875 in #401
Full Changelog: v1.7.2...v1.7.3
NebulaGraph Operator v1.7.2
NebulaGraph Operator v1.7.1
What's Changed
- cherry-pick to fix scale in and transleader by @MegaByte875 in #378
Full Changelog: v1.7.0...v1.7.1
NebulaGraph Operator v1.7.0
What's Changed
Breaking Changes
- upgrade admission webhook by @MegaByte875 in #287
- feat: enhancement webhook validate rules by @kqzh in #294
- add dynamic flags by @MegaByte875 in #305
Note: PR #305 will trigger nebula cluster restart
New Features
- feat: support pvc expansion by @kqzh in #285
- support storage ssl by @MegaByte875 in #288
- nebula autoscaler by @MegaByte875 in #302
Bug Fixes
- feat: add spec port by @kqzh in #281
- replace source with dot by @MegaByte875 in #284
- fix dynamic flags by @MegaByte875 in #295
- fix webhook panic by @MegaByte875 in #307
- fix bugs by @MegaByte875 in #319
- fix nc status by @MegaByte875 in #321
- fix logger panic by @MegaByte875 in #323
- config custom port by @MegaByte875 in #331
- fix autoscaler watch namespaces by @MegaByte875 in #356
Others
- update helm chart version by @MegaByte875 in #292 #296 #360
- feat: reduce meta reconcile time by @kqzh in #299
- add missing rbac annotations by @MegaByte875 in #304
- e2e tests by @veezhang #303 #322 #324 #325 #330 #343 #348 #350 #352
- e2e test by @kqzh #329
- watch desired namespaces by @MegaByte875 in #355
Documentation
- update operator docs by @MegaByte875 in #327 #328
Full Changelog: v1.6.0...v1.7.0