Skip to content

Commit c023235

Browse files
authored
prepare release v2.9.0 (#2324)
1 parent 195e023 commit c023235

11 files changed

+28
-10
lines changed

api/v1beta2/foundationdbbackup_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929
// +kubebuilder:object:root=true
3030
// +kubebuilder:resource:shortName=fdbbackup
3131
// +kubebuilder:subresource:status
32-
// +kubebuilder:metadata:annotations="foundationdb.org/release=v2.8.0"
32+
// +kubebuilder:metadata:annotations="foundationdb.org/release=v2.9.0"
3333
// +kubebuilder:printcolumn:name="Generation",type="integer",JSONPath=".metadata.generation",description="Latest generation of the spec",priority=0
3434
// +kubebuilder:printcolumn:name="Reconciled",type="integer",JSONPath=".status.generations.reconciled",description="Last reconciled generation of the spec",priority=0
3535
// +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
@@ -38,7 +38,7 @@ import (
3838
// +kubebuilder:object:root=true
3939
// +kubebuilder:resource:shortName=fdb
4040
// +kubebuilder:subresource:status
41-
// +kubebuilder:metadata:annotations="foundationdb.org/release=v2.8.0"
41+
// +kubebuilder:metadata:annotations="foundationdb.org/release=v2.9.0"
4242
// +kubebuilder:printcolumn:name="Generation",type="integer",JSONPath=".metadata.generation",description="Latest generation of the spec",priority=0
4343
// +kubebuilder:printcolumn:name="Reconciled",type="integer",JSONPath=".status.generations.reconciled",description="Last reconciled generation of the spec",priority=0
4444
// +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.8.0"
26+
// +kubebuilder:metadata:annotations="foundationdb.org/release=v2.9.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.8.0
21+
appVersion: v2.9.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.8.0
4+
tag: v2.9.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.8.0
7+
foundationdb.org/release: v2.9.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.8.0
7+
foundationdb.org/release: v2.9.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.8.0
7+
foundationdb.org/release: v2.9.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.8.0
89+
image: foundationdb/fdb-kubernetes-operator:v2.9.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.8.0
145+
image: foundationdb/fdb-kubernetes-operator:v2.9.0
146146
name: manager
147147
ports:
148148
- containerPort: 8080

0 commit comments

Comments
 (0)