Skip to content

Commit

Permalink
prepare release v1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ammolitor committed Sep 5, 2023
1 parent 16165b5 commit f6e1340
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/fdb-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ 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: v1.23.0
appVersion: v1.24.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: v1.23.0
tag: v1.24.0
pullPolicy: IfNotPresent

initContainers:
Expand Down
2 changes: 1 addition & 1 deletion config/deployment/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ spec:
containers:
- command:
- /manager
image: foundationdb/fdb-kubernetes-operator:v1.23.0
image: foundationdb/fdb-kubernetes-operator:v1.24.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 @@ -178,7 +178,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: foundationdb/fdb-kubernetes-operator:v1.23.0
image: foundationdb/fdb-kubernetes-operator:v1.24.0
name: manager
ports:
- containerPort: 8080
Expand Down
11 changes: 11 additions & 0 deletions docs/changelog/v1.24.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# v1.24.0

## Changes

### Operator

* exposing context [#1790](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1790)
* Fix Issue #1739 [#1789](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1789)
* Update the default e2e FDB versions [#1783](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1783)
* Fix CRD validation for Process Group ID and allow wildcard [#1779](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1779)
* Allow to update the annotations and labels for the FoundationDBCluster resource in tests [#1778](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1778)

0 comments on commit f6e1340

Please sign in to comment.