File tree Expand file tree Collapse file tree 7 files changed +20
-7
lines changed Expand file tree Collapse file tree 7 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 2
2
FROM golang:1.15.8 as builder
3
3
4
4
# Install FDB
5
- ARG FDB_VERSION=6.2.28
5
+ ARG FDB_VERSION=6.2.29
6
6
ARG FDB_WEBSITE=https://www.foundationdb.org
7
7
8
8
COPY foundationdb-kubernetes-sidecar/website/ /mnt/website/
@@ -19,7 +19,7 @@ RUN set -eux && \
19
19
update-ca-certificates --fresh
20
20
21
21
# Copy 6.2 binaries
22
- COPY --from=foundationdb/foundationdb:6.2.28 /usr/bin/fdb* /usr/bin/fdb/6.2/
22
+ COPY --from=foundationdb/foundationdb:6.2.29 /usr/bin/fdb* /usr/bin/fdb/6.2/
23
23
24
24
# Copy 6.1 binaries
25
25
COPY --from=foundationdb/foundationdb:6.1.13 /usr/bin/fdb* /usr/bin/fdb/6.1/
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ metadata:
7
7
controller-tools.k8s.io : " 1.0"
8
8
name : sample-cluster
9
9
spec :
10
- version : 6.2.28
10
+ version : 6.2.29
11
11
faultDomain :
12
12
key : foundationdb.org/none
13
13
processCounts :
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ spec:
115
115
valueFrom :
116
116
fieldRef :
117
117
fieldPath : metadata.namespace
118
- image : foundationdb/fdb-kubernetes-operator:v0.28 .0
118
+ image : foundationdb/fdb-kubernetes-operator:v0.29 .0
119
119
name : manager
120
120
resources :
121
121
limits :
Original file line number Diff line number Diff line change 29
29
containers :
30
30
- command :
31
31
- /manager
32
- image : foundationdb/fdb-kubernetes-operator:v0.28 .0
32
+ image : foundationdb/fdb-kubernetes-operator:v0.29 .0
33
33
name : manager
34
34
env :
35
35
- name : WATCH_NAMESPACE
Original file line number Diff line number Diff line change
1
+ # v0.29.0
2
+
3
+ * Fix #520 : Public NotReady pods to pod cluster IPs.
4
+ * Add test for kubectl rootcmd.
5
+ * Prevent removing unknown labels in pods.
6
+ * Allow removing instances by pod name.
7
+ * Update controller-runtime and dependencies.
8
+ * Add deny list to prevent specific instances of the operator from taking global operations.
9
+ * Rename release job.
10
+ * Add locks before removing pods or including instances.
11
+ * Add python lint.
12
+ * Update to golang 1.15.8.
13
+ * Add evacuate command for plugin.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ published for each major version.
25
25
26
26
| Operator Version | Most Recent Version | Supported Cluster Models | Supported FDB Versions | Supported Kubernetes Versions |
27
27
| ----------------- | ------------------- | ------------------------- | ----------------------- | ----------------------------- |
28
- | 0.x | 0.28 .0 | v1beta1 | 6.1.12+ | 1.15.0+ |
28
+ | 0.x | 0.29 .0 | v1beta1 | 6.1.12+ | 1.15.0+ |
29
29
30
30
## Preparing for a Major Release
31
31
Original file line number Diff line number Diff line change 1
1
operator :
2
2
name : fdb-kubernetes-operator-controller-manager
3
3
image : foundationdb/fdb-kubernetes-operator
4
- tag : 0.28 .0
4
+ tag : 0.29 .0
5
5
role : fdb-kubernetes-operator-manager-role
6
6
rolebinding : fdb-kubernetes-operator-manager-rolebinding
7
7
replicas : 1
You can’t perform that action at this time.
0 commit comments