Releases: arangodb/kube-arangodb
Releases · arangodb/kube-arangodb
1.1.1
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
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
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
CHANGELOG:
- Fix Volume rotation on AKS
1.0.7
CHANGELOG:
- Always use JWT Authorized requests in internal communication
- Add Operator Maintenance Management feature
- Add support for ARANGODB_OVERRIDE_DETECTED_NUMBER_OF_CORES ArangoDB Environment Variable
- Allow to use privileged pods in ArangoStorage
1.0.6
Changes:
- Add Operator Namespaced mode (Alpha)
Fixes:
- Fix ActiveFailover Upgrade procedure