Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/v1beta2/foundationdbbackup_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
// +kubebuilder:object:root=true
// +kubebuilder:resource:shortName=fdbbackup
// +kubebuilder:subresource:status
// +kubebuilder:metadata:annotations="foundationdb.org/release=v2.11.0"
// +kubebuilder:metadata:annotations="foundationdb.org/release=v2.12.0"
// +kubebuilder:printcolumn:name="Generation",type="integer",JSONPath=".metadata.generation",description="Latest generation of the spec",priority=0
// +kubebuilder:printcolumn:name="Reconciled",type="integer",JSONPath=".status.generations.reconciled",description="Last reconciled generation of the spec",priority=0
// +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp"
Expand Down
2 changes: 1 addition & 1 deletion api/v1beta2/foundationdbcluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import (
// +kubebuilder:object:root=true
// +kubebuilder:resource:shortName=fdb
// +kubebuilder:subresource:status
// +kubebuilder:metadata:annotations="foundationdb.org/release=v2.11.0"
// +kubebuilder:metadata:annotations="foundationdb.org/release=v2.12.0"
// +kubebuilder:printcolumn:name="Generation",type="integer",JSONPath=".metadata.generation",description="Latest generation of the spec",priority=0
// +kubebuilder:printcolumn:name="Reconciled",type="integer",JSONPath=".status.generations.reconciled",description="Last reconciled generation of the spec",priority=0
// +kubebuilder:printcolumn:name="Available",type="boolean",JSONPath=".status.health.available",description="Database available",priority=0
Expand Down
2 changes: 1 addition & 1 deletion api/v1beta2/foundationdbrestore_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
// +kubebuilder:object:root=true
// +kubebuilder:resource:shortName=fdbrestore
// +kubebuilder:subresource:status
// +kubebuilder:metadata:annotations="foundationdb.org/release=v2.11.0"
// +kubebuilder:metadata:annotations="foundationdb.org/release=v2.12.0"
// +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp"
// +kubebuilder:printcolumn:name="State",type=string,JSONPath=`.status.state`
// +kubebuilder:storageversion
Expand Down
2 changes: 1 addition & 1 deletion charts/fdb-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ type: application
version: 0.2.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: v2.11.0
appVersion: v2.12.0
maintainers:
- name: "foundationdb-ci"
2 changes: 1 addition & 1 deletion charts/fdb-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
image:
repository: foundationdb/fdb-kubernetes-operator
tag: v2.11.0
tag: v2.12.0
pullPolicy: IfNotPresent
initContainers:
7.1:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.18.0
foundationdb.org/release: v2.11.0
foundationdb.org/release: v2.12.0
name: foundationdbbackups.apps.foundationdb.org
spec:
group: apps.foundationdb.org
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.18.0
foundationdb.org/release: v2.11.0
foundationdb.org/release: v2.12.0
name: foundationdbclusters.apps.foundationdb.org
spec:
group: apps.foundationdb.org
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.18.0
foundationdb.org/release: v2.11.0
foundationdb.org/release: v2.12.0
name: foundationdbrestores.apps.foundationdb.org
spec:
group: apps.foundationdb.org
Expand Down
2 changes: 1 addition & 1 deletion config/deployment/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ spec:
containers:
- command:
- /manager
image: foundationdb/fdb-kubernetes-operator:v2.11.0
image: foundationdb/fdb-kubernetes-operator:v2.12.0
name: manager
env:
- name: WATCH_NAMESPACE
Expand Down
2 changes: 1 addition & 1 deletion config/samples/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: foundationdb/fdb-kubernetes-operator:v2.11.0
image: foundationdb/fdb-kubernetes-operator:v2.12.0
name: manager
ports:
- containerPort: 8080
Expand Down
12 changes: 12 additions & 0 deletions docs/changelog/v2.12.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# v2.12.0

## Changes

* Remove the upgrade check during reconiliation [#2343](https:///github.com/FoundationDB/fdb-kubernetes-operator/pull/2343)
* Enable the server side apply feature per default in e2e tests [#2345](https:///github.com/FoundationDB/fdb-kubernetes-operator/pull/2345)
* Update the go and the Rocky version [#2346](https:///github.com/FoundationDB/fdb-kubernetes-operator/pull/2346)
* Fix passing incompatible parameters to fdbbackup and fdbrestore via CustomParameters [#2348](https:///github.com/FoundationDB/fdb-kubernetes-operator/pull/2348)
* Make sure we use the bookworm version of the go container [#2352](https:///github.com/FoundationDB/fdb-kubernetes-operator/pull/2352)
* Initial support for partitioned backup [#2332](https:///github.com/FoundationDB/fdb-kubernetes-operator/pull/2332)
* Allow the pod metadata updater to update the metdadata for Pods marked as removal [#2339](https:///github.com/FoundationDB/fdb-kubernetes-operator/pull/2339)
* Refactor e2e test for different log server per disk settings [#2350](https:///github.com/FoundationDB/fdb-kubernetes-operator/pull/2350)