Skip to content

Releases: apache/doris-operator

1.6.1

05 Sep 03:50
e74cf04
Compare
Choose a tag to compare

1.6.1

this version updated CRD, Added a parameter about pod startup timeout. Note that this is a temporary version and helm has not adapted the changes. Avoid the phenomenon that upgrading the operator causes the doris cluster to restart.

Upgrade Tips

From version 1.4.1 to 1.6.0, it is recommended to upgrade directly to version 1.6.1 to avoid the problem of DorisCluster rolling restart caused by the upgraded operator.

Features

  1. added a parameter about pod startup timeout. (pr: 190)
  2. helm supported specify imagePullSecret for operator deployment. (pr 182)

Fixed

  1. avoid the phenomenon that upgrading the operator causes the doris cluster to restart. (pr: 190)
  2. fe scale down failed. (issue 205, pr 207)
  3. upgrade golang version of coding for security.(issue 188, pr 193,191)

Downloads

24.0.0-beta

09 Aug 07:25
adbf99c
Compare
Choose a tag to compare

Notice

This is an important milestone version for supporting deploy doris's separation of storage and compute mode.
You can reference the quickstart doc to deploy doris on separation of storage and compute mode.(Currently, doris does not support running on the arm64 platform)
Except supported deploy doris's separation of storage and compute mode, Doris-Operator fixed some bugs for deploying doris cluster.

Features

  1. supported deploy separation of storage and compute mode.
    (pr 173,175,180,184,189,192,194,195,196,197,198,199,202,203,204,206,209,210,211,212,213,214,215,216,217,219,220)
  2. helm supported specify imagePullSecret for operator deployment. (pr 182)

Fixed

  1. fe scale down failed. (issue 205, pr 207)
  2. upgrade golang version of coding for security.(issue 188, pr 193,191)
  3. add a field for config pod start time, because pod may be need more time than default to restart.(pr 190)

Downloads

timeout-fix

10 Jul 09:29
cc1851f
Compare
Choose a tag to compare

Notice

this version updated CRD, (base on 1.6.0)Added a parameter about pod startup timeout. Note that this is a temporary version(base on 1.6.0) and helm has not adapted the changes.

Upgrade Tips

From version 1.4.1 to 1.6.0 (current version is equivalent to 1.6.0), it is recommended to upgrade directly to version 1.6.1 to avoid the problem of DorisCluster rolling restart caused by the upgraded operator.

Features

  1. Added a parameter about pod startup timeout. (pr: 190)

Downloads

1.6.0

18 Jun 07:24
9cecba4
Compare
Choose a tag to compare

Notice

this version updated CRD, further refines the status of cluster phase, adds webhook, and provides automatic scaling down fe observer.

Upgrade Tips

From version 1.4.1 to 1.6.0, it is recommended to upgrade directly to version 1.6.1 to avoid the problem of DorisCluster rolling restart caused by the upgraded operator.

Features

  1. add webhook ability. (pr: 168,170)
  2. helm charts add webhook deployment. (pr: 171)
  3. support msyql client for operator connect doris. (pr: 172)
  4. support graceful scale down of fe observer. (pr: 174)

Fixed

  1. restrict adding certificate in webhook enable. (pr: 169)
  2. no longer print reconciler watch pod logs. (pr: 181)

Downloads

1.5.2

07 May 02:22
55af6b7
Compare
Choose a tag to compare

Upgrade Tips

From version 1.4.1 to 1.6.0, it is recommended to upgrade directly to version 1.6.1 to avoid the problem of DorisCluster rolling restart caused by the upgraded operator.

Fixed

  1. remove duplicate code for envs.162
  2. fix spelling error.163
  3. add empty value for helm configmap.164
  4. delete all-fields doc.166

1.5.1

16 Apr 09:12
905a0d2
Compare
Choose a tag to compare

Notice

this version implemented some enhancements including BE exit gracefully, more granular pod/container security contexts, bug fixes for Service, session affinity, annotations to PVC, operator config imagePullPolicy, etc.

Upgrade Tips

From version 1.4.1 to 1.6.0, it is recommended to upgrade directly to version 1.6.1 to avoid the problem of DorisCluster rolling restart caused by the upgraded operator.

Features

  1. add support for defining more granular pod/container security contexts.(pr: 141)
  2. add option to specify which namespace to reconcile objects.(pr: 142)
  3. add set terminationGracePeriodSeconds and add --grace in be_prestop.sh. (issues: 145, pr: 157)

Fixed

  1. fix Service bug in lower versions. (issues: [149](#149, 143, pr: 160)
  2. add annotations to PVC. (issues: 150, pr: 160)
  3. add sessionaffinity for service. (issues: 155, pr: 160)
  4. fix config operator imagePullPolicy.(pr: 159)

Removed

  1. delete docker dir and move to Apache Doris Repo. (pr: 158, 33329)
    The relevant scripts have been merged into Apache Doris Repo

Downloads

1.5.0

09 Apr 07:12
faf7ec8
Compare
Choose a tag to compare

Notice

this version updated CRD, supporting mount configmaps for configurations, dangerous behavior restrictions on expansion and contraction operations, helm enhancements, etc.

Upgrade Tips

From version 1.4.1 to 1.6.0, it is recommended to upgrade directly to version 1.6.1 to avoid the problem of DorisCluster rolling restart caused by the upgraded operator.

Features

  1. add recovery ability. (issues: 116, pr: 123)
  2. scale down followers are not allowed. (issues: 117, pr: 128)
  3. supports multiple configmaps for mounting custom directories. (issues: 118, pr: 135)
  4. helm supports multiple configmaps for mounting custom directories.(pr: 140)
  5. helm supports secret to config username and password.(pr: 140)
  6. helm create namespace policy adjustment for install and upgrade doris-operator.(pr: 147)

Fixed

  1. some apiserver will check the resourceVersion when update. (issues: 119, pr: 121)
  2. add annotations for pod.(issues: 137, pr: 139)

Downloads

1.4.1

27 Mar 07:39
970e341
Compare
Choose a tag to compare

Notice

this version have update startupProbe in order to consistent with livenessProbe.

Upgrade Tips

From version 1.4.1 to 1.6.0, it is recommended to upgrade directly to version 1.6.1 to avoid the problem of DorisCluster rolling restart caused by the upgraded operator

Features

  1. use column name to find master to avoid output sequence changed. 111
  2. add basic-auth type secret to doriscluster to config mangement username and password. 115

Fixed

  1. fix helm workflows for update latest files in repository. 100
  2. example name misspelling.104
  3. compatible with chages in output sequence about IsMaster.105
  4. add default edit_log_port for fe_entrypoint to use.106
  5. check the operator deployed namespace exists or not to avoid create cr failed.109
  6. when resourceVersion not set update service failed.119

Downloads

1.4.0

23 Jan 03:53
f808610
Compare
Choose a tag to compare

Notice

this version have already supports deployment by Helm.

Features

  1. add helm.62
  2. add helm action for auto release.88
  3. add helm namespace automatically.89

Fix

  1. when update service type not effect.98
  2. helm modify. 77
  3. helm doirscluster abstract. 81
  4. helm doriscluster split configmap. 90
  5. helm readme and comments modify. 91
  6. helm pvc storageclass modify. 92
  7. helm fix helm clusterrole . 94

Downloads

1.3.1

15 Dec 08:00
c2f7a76
Compare
Choose a tag to compare

Notice

this version have update pod readness and liveness, pod will be rolling update to new mode probe liveness and readness. if cluster have one replica please scall out before using this version for keeping service stable.

Features

  1. default initial allow using specific image75
  2. be pod preferred anti affinity fe.75
  3. service support annotations.75
  4. distinct liveness and readness probe.75

Downloads