File tree Expand file tree Collapse file tree 5 files changed +21
-4
lines changed Expand file tree Collapse file tree 5 files changed +21
-4
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ type: application
18
18
version : 0.2.0
19
19
# This is the version number of the application being deployed. This version number should be
20
20
# incremented each time you make changes to the application.
21
- appVersion : v1.37 .0
21
+ appVersion : v1.38 .0
22
22
maintainers :
23
23
- name : " foundationdb-ci"
Original file line number Diff line number Diff line change 1
1
---
2
2
image :
3
3
repository : foundationdb/fdb-kubernetes-operator
4
- tag : v1.37 .0
4
+ tag : v1.38 .0
5
5
pullPolicy : IfNotPresent
6
6
initContainers :
7
7
6.2 :
Original file line number Diff line number Diff line change 83
83
containers :
84
84
- command :
85
85
- /manager
86
- image : foundationdb/fdb-kubernetes-operator:v1.37 .0
86
+ image : foundationdb/fdb-kubernetes-operator:v1.38 .0
87
87
name : manager
88
88
env :
89
89
- name : WATCH_NAMESPACE
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ spec:
178
178
valueFrom :
179
179
fieldRef :
180
180
fieldPath : metadata.namespace
181
- image : foundationdb/fdb-kubernetes-operator:v1.37 .0
181
+ image : foundationdb/fdb-kubernetes-operator:v1.38 .0
182
182
name : manager
183
183
ports :
184
184
- containerPort : 8080
Original file line number Diff line number Diff line change
1
+ # v1.38.0
2
+
3
+ ## Changes
4
+
5
+ ### Operator
6
+
7
+ * updating logging level from debug to info [ #2011 ] ( https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2011 )
8
+ * Fix warning of deprecated setting in golangci-lint [ #2010 ] ( https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2010 )
9
+ * Make sure that the provided namespace will be used for HA tests [ #2009 ] ( https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2009 )
10
+ * Add safe guard to reduce risk when a large number of nodes are tainted [ #2008 ] ( https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2008 )
11
+ * Make sure that only the container is build [ #2005 ] ( https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2005 )
12
+ * Make sure to skip process groups that are under maintenance [ #2004 ] ( https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2004 )
13
+ * Improve some code paths in the update status code [ #2002 ] ( https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2002 )
14
+ * Add additional log statements for taint feature [ #2000 ] ( https://github.com/FoundationDB/fdb-kubernetes-operator/pull/2000 )
15
+ * Bump golang.org/x/net from 0.17.0 to 0.23.0 [ #1999 ] ( https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1999 )
16
+ * Document how to run e2e tests with the unified image [ #1998 ] ( https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1998 )
17
+ * Limit range over processes to DC [ #1994 ] ( https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1994 )
You can’t perform that action at this time.
0 commit comments