Skip to content

Commit b88d199

Browse files
Prepare release 2.11.0 (#2344)
* Update release notes and yaml files for release 2.11.0 * Update CRDs --------- Co-authored-by: Temporal Workflows <> Co-authored-by: Balachandar Namasivayam <[email protected]>
1 parent 3ff0312 commit b88d199

11 files changed

+22
-10
lines changed

api/v1beta2/foundationdbbackup_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030
// +kubebuilder:object:root=true
3131
// +kubebuilder:resource:shortName=fdbbackup
3232
// +kubebuilder:subresource:status
33-
// +kubebuilder:metadata:annotations="foundationdb.org/release=v2.10.0"
33+
// +kubebuilder:metadata:annotations="foundationdb.org/release=v2.11.0"
3434
// +kubebuilder:printcolumn:name="Generation",type="integer",JSONPath=".metadata.generation",description="Latest generation of the spec",priority=0
3535
// +kubebuilder:printcolumn:name="Reconciled",type="integer",JSONPath=".status.generations.reconciled",description="Last reconciled generation of the spec",priority=0
3636
// +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp"

api/v1beta2/foundationdbcluster_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import (
3939
// +kubebuilder:object:root=true
4040
// +kubebuilder:resource:shortName=fdb
4141
// +kubebuilder:subresource:status
42-
// +kubebuilder:metadata:annotations="foundationdb.org/release=v2.10.0"
42+
// +kubebuilder:metadata:annotations="foundationdb.org/release=v2.11.0"
4343
// +kubebuilder:printcolumn:name="Generation",type="integer",JSONPath=".metadata.generation",description="Latest generation of the spec",priority=0
4444
// +kubebuilder:printcolumn:name="Reconciled",type="integer",JSONPath=".status.generations.reconciled",description="Last reconciled generation of the spec",priority=0
4545
// +kubebuilder:printcolumn:name="Available",type="boolean",JSONPath=".status.health.available",description="Database available",priority=0

api/v1beta2/foundationdbrestore_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
// +kubebuilder:object:root=true
2424
// +kubebuilder:resource:shortName=fdbrestore
2525
// +kubebuilder:subresource:status
26-
// +kubebuilder:metadata:annotations="foundationdb.org/release=v2.10.0"
26+
// +kubebuilder:metadata:annotations="foundationdb.org/release=v2.11.0"
2727
// +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp"
2828
// +kubebuilder:printcolumn:name="State",type=string,JSONPath=`.status.state`
2929
// +kubebuilder:storageversion

charts/fdb-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ type: application
1818
version: 0.2.0
1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application.
21-
appVersion: v2.10.0
21+
appVersion: v2.11.0
2222
maintainers:
2323
- name: "foundationdb-ci"

charts/fdb-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
image:
33
repository: foundationdb/fdb-kubernetes-operator
4-
tag: v2.10.0
4+
tag: v2.11.0
55
pullPolicy: IfNotPresent
66
initContainers:
77
7.1:

config/crd/bases/apps.foundationdb.org_foundationdbbackups.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: CustomResourceDefinition
44
metadata:
55
annotations:
66
controller-gen.kubebuilder.io/version: v0.18.0
7-
foundationdb.org/release: v2.10.0
7+
foundationdb.org/release: v2.11.0
88
name: foundationdbbackups.apps.foundationdb.org
99
spec:
1010
group: apps.foundationdb.org

config/crd/bases/apps.foundationdb.org_foundationdbclusters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: CustomResourceDefinition
44
metadata:
55
annotations:
66
controller-gen.kubebuilder.io/version: v0.18.0
7-
foundationdb.org/release: v2.10.0
7+
foundationdb.org/release: v2.11.0
88
name: foundationdbclusters.apps.foundationdb.org
99
spec:
1010
group: apps.foundationdb.org

config/crd/bases/apps.foundationdb.org_foundationdbrestores.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: CustomResourceDefinition
44
metadata:
55
annotations:
66
controller-gen.kubebuilder.io/version: v0.18.0
7-
foundationdb.org/release: v2.10.0
7+
foundationdb.org/release: v2.11.0
88
name: foundationdbrestores.apps.foundationdb.org
99
spec:
1010
group: apps.foundationdb.org

config/deployment/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ spec:
8686
containers:
8787
- command:
8888
- /manager
89-
image: foundationdb/fdb-kubernetes-operator:v2.10.0
89+
image: foundationdb/fdb-kubernetes-operator:v2.11.0
9090
name: manager
9191
env:
9292
- name: WATCH_NAMESPACE

config/samples/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ spec:
142142
valueFrom:
143143
fieldRef:
144144
fieldPath: metadata.namespace
145-
image: foundationdb/fdb-kubernetes-operator:v2.10.0
145+
image: foundationdb/fdb-kubernetes-operator:v2.11.0
146146
name: manager
147147
ports:
148148
- containerPort: 8080

0 commit comments

Comments
 (0)