Skip to content

Commit

Permalink
prepare release v1.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ammolitor committed May 8, 2024
1 parent 188ea51 commit ee3384b
Show file tree
Hide file tree
Showing 5 changed files with 21 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 @@ -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: v1.37.0
appVersion: v1.38.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.37.0
tag: v1.38.0
pullPolicy: IfNotPresent
initContainers:
6.2:
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.37.0
image: foundationdb/fdb-kubernetes-operator:v1.38.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.37.0
image: foundationdb/fdb-kubernetes-operator:v1.38.0
name: manager
ports:
- containerPort: 8080
Expand Down
17 changes: 17 additions & 0 deletions docs/changelog/v1.38.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# v1.38.0

## Changes

### Operator

* updating logging level from debug to info [#2011](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2011)
* Fix warning of deprecated setting in golangci-lint [#2010](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2010)
* Make sure that the provided namespace will be used for HA tests [#2009](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2009)
* Add safe guard to reduce risk when a large number of nodes are tainted [#2008](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2008)
* Make sure that only the container is build [#2005](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2005)
* Make sure to skip process groups that are under maintenance [#2004](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2004)
* Improve some code paths in the update status code [#2002](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2002)
* Add additional log statements for taint feature [#2000](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2000)
* Bump golang.org/x/net from 0.17.0 to 0.23.0 [#1999](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1999)
* Document how to run e2e tests with the unified image [#1998](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1998)
* Limit range over processes to DC [#1994](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1994)

0 comments on commit ee3384b

Please sign in to comment.