Skip to content

Commit b0d3483

Browse files
committed
Updated to 1.2.33
1 parent 8e055bb commit b0d3483

39 files changed

+486
-462
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

33
## [master](https://github.com/arangodb/kube-arangodb/tree/master) (N/A)
4+
5+
## [1.2.33](https://github.com/arangodb/kube-arangodb/tree/1.2.33) (2023-09-27)
46
- (Maintenance) Bump golang.org/x/net to v0.13.0
57
- (Feature) PVCResize action concurrency limit
68
- (Feature) Optional Assertions

README.md

+18-18
Original file line numberDiff line numberDiff line change
@@ -103,17 +103,17 @@ To upgrade to the Enterprise Edition, you need to get in touch with the ArangoDB
103103

104104
## Operator Community Edition (CE)
105105

106-
Image: `arangodb/kube-arangodb:1.2.32`
106+
Image: `arangodb/kube-arangodb:1.2.33`
107107

108108
### Installation of latest CE release using Kubectl
109109

110110
```bash
111-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.32/manifests/arango-crd.yaml
112-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.32/manifests/arango-deployment.yaml
111+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.33/manifests/arango-crd.yaml
112+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.33/manifests/arango-deployment.yaml
113113
# To use `ArangoLocalStorage`, also run
114-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.32/manifests/arango-storage.yaml
114+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.33/manifests/arango-storage.yaml
115115
# To use `ArangoDeploymentReplication`, also run
116-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.32/manifests/arango-deployment-replication.yaml
116+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.33/manifests/arango-deployment-replication.yaml
117117
```
118118

119119
This procedure can also be used for upgrades and will not harm any
@@ -146,9 +146,9 @@ upgrades.
146146
```bash
147147
# The following will install the operator for `ArangoDeployment` &
148148
# `ArangoDeploymentReplication` resources.
149-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.32/kube-arangodb-1.2.32.tgz
149+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.33/kube-arangodb-1.2.33.tgz
150150
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
151-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.32/kube-arangodb-1.2.32.tgz --set "operator.features.storage=true"
151+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.33/kube-arangodb-1.2.33.tgz --set "operator.features.storage=true"
152152
```
153153

154154
### Upgrading the operator using Helm
@@ -182,24 +182,24 @@ with `helm install` as normal:
182182
```bash
183183
# The following will install the operator for `ArangoDeployment` &
184184
# `ArangoDeploymentReplication` resources.
185-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.32/kube-arangodb-1.2.32.tgz
185+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.33/kube-arangodb-1.2.33.tgz
186186
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
187-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.32/kube-arangodb-1.2.32.tgz --set "operator.features.storage=true"
187+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.33/kube-arangodb-1.2.33.tgz --set "operator.features.storage=true"
188188
```
189189

190190
## Operator Enterprise Edition (EE)
191191

192-
Image: `arangodb/kube-arangodb-enterprise:1.2.32`
192+
Image: `arangodb/kube-arangodb-enterprise:1.2.33`
193193

194194
### Installation of latest EE release using Kubectl
195195

196196
```bash
197-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.32/manifests/enterprise-crd.yaml
198-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.32/manifests/enterprise-deployment.yaml
197+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.33/manifests/enterprise-crd.yaml
198+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.33/manifests/enterprise-deployment.yaml
199199
# To use `ArangoLocalStorage`, also run
200-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.32/manifests/enterprise-storage.yaml
200+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.33/manifests/enterprise-storage.yaml
201201
# To use `ArangoDeploymentReplication`, also run
202-
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.32/manifests/enterprise-deployment-replication.yaml
202+
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.2.33/manifests/enterprise-deployment-replication.yaml
203203
```
204204

205205
This procedure can also be used for upgrades and will not harm any
@@ -232,9 +232,9 @@ upgrades.
232232
```bash
233233
# The following will install the operator for `ArangoDeployment` &
234234
# `ArangoDeploymentReplication` resources.
235-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.32/kube-arangodb-1.2.32.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.32"
235+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.33/kube-arangodb-1.2.33.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.33"
236236
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
237-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.32/kube-arangodb-1.2.32.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.32" --set "operator.features.storage=true"
237+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.33/kube-arangodb-1.2.33.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.33" --set "operator.features.storage=true"
238238
```
239239

240240
### Upgrading the operator using Helm
@@ -268,9 +268,9 @@ with `helm install` as normal:
268268
```bash
269269
# The following will install the operator for `ArangoDeployment` &
270270
# `ArangoDeploymentReplication` resources.
271-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.32/kube-arangodb-1.2.32.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.32"
271+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.33/kube-arangodb-1.2.33.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.33"
272272
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
273-
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.32/kube-arangodb-1.2.32.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.32" --set "operator.features.storage=true"
273+
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.2.33/kube-arangodb-1.2.33.tgz --set "operator.image=arangodb/kube-arangodb-enterprise:1.2.33" --set "operator.features.storage=true"
274274
```
275275

276276
## Building

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.33-preview-5+git
1+
1.2.33

chart/kube-arangodb-crd/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: kube-arangodb-crd
2-
version: 1.2.32
2+
version: 1.2.33
33
description: "ArangoDB Kubernetes Custom Resource Definitions (Deprecated)"
44
tillerVersion: ">2.7"
55
appVersion: 3.5.0

chart/kube-arangodb/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# do not switch to V2 yet - we still need to support Helm 2
22
apiVersion: v1
33
name: kube-arangodb
4-
version: 1.2.32
4+
version: 1.2.33
55
description: "ArangoDB Kubernetes Operator"

chart/kube-arangodb/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
operator:
2-
image: arangodb/kube-arangodb:1.2.32
2+
image: arangodb/kube-arangodb:1.2.33
33
imagePullPolicy: IfNotPresent
44
imagePullSecrets: []
55
scope: legacy

examples/reboot-pod.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ spec:
66
restartPolicy: Never
77
serviceAccountName: arango-deployment-operator-reboot
88
containers:
9-
- image: arangodb/kube-arangodb:1.2.32
9+
- image: arangodb/kube-arangodb:1.2.33
1010
name: reboot
1111
command: ["arangodb_operator", "reboot"]
1212
args:

0 commit comments

Comments
 (0)