Skip to content

Releases: arangodb/kube-arangodb

1.1.7

14 Apr 14:18
Compare
Choose a tag to compare

CHANGELOG:

  • Bump Kubernetes Dependencies to 1.19.x
  • Add ArangoMember status propagation
  • Add ShutdownMethod option for members
  • Fix Maintenance Plan actions

1.1.5-1

06 Apr 08:27
Compare
Choose a tag to compare

CHANGELOG:

  • Switch k8s to 1.19
  • Add Member Shutdown options

1.1.5

20 Feb 19:23
Compare
Choose a tag to compare

CHANGELOG:

  • Fix AKS Volume Resize mode
  • Use cached status in member client creation
  • Remove failed DBServers
  • Remove deadlock in internal cache
  • Replace CleanOut action with ResignLeadership on rotate PVC resize mode

1.1.4

15 Feb 09:30
Compare
Choose a tag to compare

CHANGELOG:

  • Add support for spec.ClusterDomain to be able to use FQDN in ArangoDB cluster communication
  • Add Version Check feature with extended Upgrade checks
  • Fix Upgrade failures recovery
  • Add ResignLeadership action before Upgrade, Restart and Shutdown actions

1.1.3

16 Dec 22:13
Compare
Choose a tag to compare

CHANGELOG:

  • Add v2alpha1 API for ArangoDeployment and ArangoDeploymentReplication
  • Migrate CRD to apiextensions.k8s.io/v1
  • Add customizable log levels per service
  • Move Upgrade as InitContainer and fix Direct Image discovery mode
  • Allow to remove currently executed plan by annotation

1.1.2

11 Nov 20:02
Compare
Choose a tag to compare

CHANGELOG:

  • Fix Bootstrap phase and move it under Plan

1.1.1

04 Nov 16:00
Compare
Choose a tag to compare

CHANGELOG:

  • Allow to mount EmptyDir
  • Allow to specify initContainers in pods
  • Add serviceAccount, resources and securityContext fields to ID Group
  • Allow to override Entrypoint
  • Add NodeSelector to Deployment Helm Chart

1.1.0

14 Oct 22:30
Compare
Choose a tag to compare

Operator upgrade can invoke rotate update of ArangoDeployment.

CHANGELOG:

  • Change NumberOfCores and MemoryOverride flags to be set to true by default (Can enforce pod recreation)
  • Enable by default and promote to Production Ready - JWT Rotation Feature, TLS Rotation Feature (Can enforce pod recreation)
  • Deprecate K8S < 1.16
  • Fix Upgrade procedure to safely evict pods during upgrade
  • Fix Panics in Deployments without authentication
  • Fix ChaosMonkey mode
  • Allow append on empty annotations
  • Add annotations and labels on pod creation

1.0.9

13 Oct 13:28
Compare
Choose a tag to compare

CHANGELOG:

  • Fix Panics in Deployments without authentication
  • Fix ChaosMonkey mode
  • Allow append on empty annotations
  • Add annotations and labels on pod creation

1.0.8

13 Oct 13:23
Compare
Choose a tag to compare

CHANGELOG:

  • Fix Volume rotation on AKS