@@ -13,7 +13,9 @@ The single source of truth for this data is a [spreadsheet](https://docs.google.
13
13
14
14
## Acceptance
15
15
16
- We want to bump old and new product versions with the latest ubi image releases. This means bumping the stackable version and rerunning the build actions. This includes our [ Java base image] ( https://github.com/stackabletech/docker-images/tree/main/java-base ) which should be done before updating any Java based products.
16
+ We want to bump old and new product versions with the latest ubi image releases.
17
+ This includes our [ Java base image] ( https://github.com/stackabletech/docker-images/tree/main/java-base ) which should be done before updating any Java based products.
18
+ It also includes bumping to the latest supported JVM version.
17
19
18
20
### Base images
19
21
@@ -28,6 +30,17 @@ We want to bump old and new product versions with the latest ubi image releases.
28
30
- [ ] Update `protoc` version
29
31
```
30
32
33
+ #### UBI9 Rust Builder
34
+
35
+ [ ubi9-rust-builder] ( https://github.com/stackabletech/docker-images/blob/main/ubi9-rust-builder/Dockerfile )
36
+
37
+ ``` [tasklist]
38
+ - [ ] Update UBI version
39
+ - [ ] Update Cargo CycloneDX and Cargo Auditable
40
+ - [ ] Update Rust Toolchain version
41
+ - [ ] Update `protoc` version
42
+ ```
43
+
31
44
#### Java Base
32
45
33
46
Nothing currently needs to be updated here
@@ -38,32 +51,29 @@ Nothing currently needs to be updated here
38
51
39
52
``` [tasklist]
40
53
- [ ] Update UBI version
54
+ - [ ] Update Cargo CycloneDX and Cargo Auditable
55
+ - [ ] Update Rust Toolchain version
56
+ - [ ] Update `protoc` version
57
+ - [ ] Update config-utils version
41
58
```
42
59
43
60
### Product Images
44
61
45
- - ` New ` versions need to be added to ` conf.py ` and added to the documentation page for the operator
46
- - ` Deprecated ` need to be updated in the documentation
47
- - ` Removed ` need to be updated in ` conf.py ` and removed from the documentation page
48
62
- Make sure to _ also_ check any other dependencies we might use in a Docker image! (e.g. git sync, prometheus exporter etc.)
49
63
50
-
51
64
#### Airflow
52
65
53
66
``` [tasklist]
54
- - [ ] New:
55
- - [ ] Deprecated:
56
- - [ ] Removed:
67
+ - [ ] Versions are updated in accordinance to the source of truth spreadsheet
57
68
- [ ] Documentation is updated
58
69
- [ ] Operator is updated
59
70
```
60
71
61
72
#### Druid
62
73
63
74
``` [tasklist]
64
- - [ ] New:
65
- - [ ] Deprecated:
66
- - [ ] Removed:
75
+ - [ ] Versions are updated in accordinance to the source of truth spreadsheet
76
+ - [ ] JVM is at latest supported version
67
77
- [ ] Documentation is updated
68
78
- [ ] Operator is updated
69
79
- [ ] Update the [druid-opa-authorizer](https://github.com/stackabletech/druid-opa-authorizer/) with the new set of versions
@@ -74,19 +84,17 @@ Nothing currently needs to be updated here
74
84
NOTE: Make sure to also consider Omid & Phoenix
75
85
76
86
``` [tasklist]
77
- - [ ] New:
78
- - [ ] Deprecated:
79
- - [ ] Removed:
87
+ - [ ] Versions are updated in accordinance to the source of truth spreadsheet
88
+ - [ ] JVM is at latest supported version
80
89
- [ ] Documentation is updated
81
90
- [ ] Operator is updated
82
91
```
83
92
84
93
#### HDFS
85
94
86
95
``` [tasklist]
87
- - [ ] New:
88
- - [ ] Deprecated:
89
- - [ ] Removed:
96
+ - [ ] Versions are updated in accordinance to the source of truth spreadsheet
97
+ - [ ] JVM is at latest supported version
90
98
- [ ] Documentation is updated
91
99
- [ ] Operator is updated
92
100
- [ ] Update Authorizer, Group Mapper and Rack Awareness stuff if needed
@@ -95,79 +103,68 @@ NOTE: Make sure to also consider Omid & Phoenix
95
103
#### Hive
96
104
97
105
``` [tasklist]
98
- - [ ] New:
99
- - [ ] Deprecated:
100
- - [ ] Removed:
106
+ - [ ] Versions are updated in accordinance to the source of truth spreadsheet
107
+ - [ ] JVM is at latest supported version
101
108
- [ ] Documentation is updated
102
109
- [ ] Operator is updated
103
110
```
104
111
105
112
#### Kafka
106
113
107
114
``` [tasklist]
108
- - [ ] New:
109
- - [ ] Deprecated:
110
- - [ ] Removed:
115
+ - [ ] Versions are updated in accordinance to the source of truth spreadsheet
116
+ - [ ] JVM is at latest supported version
111
117
- [ ] Documentation is updated
112
118
- [ ] Operator is updated
113
119
```
114
120
115
121
#### NiFi
116
122
117
123
``` [tasklist]
118
- - [ ] New:
119
- - [ ] Deprecated:
120
- - [ ] Removed:
124
+ - [ ] Versions are updated in accordinance to the source of truth spreadsheet
125
+ - [ ] JVM is at latest supported version
121
126
- [ ] Documentation is updated
122
127
- [ ] Operator is updated
123
128
```
124
129
125
130
#### OpenPolicyAgent (OPA)
126
131
127
132
``` [tasklist]
128
- - [ ] New:
129
- - [ ] Deprecated:
130
- - [ ] Removed:
133
+ - [ ] Versions are updated in accordinance to the source of truth spreadsheet
131
134
- [ ] Documentation is updated
132
135
- [ ] Operator is updated
133
136
```
134
137
135
138
#### Spark
136
139
137
140
``` [tasklist]
138
- - [ ] New:
139
- - [ ] Deprecated:
140
- - [ ] Removed:
141
+ - [ ] Versions are updated in accordinance to the source of truth spreadsheet
142
+ - [ ] JVM is at latest supported version
141
143
- [ ] Documentation is updated
142
144
- [ ] Operator is updated
143
145
```
144
146
145
147
#### Superset
146
148
147
149
``` [tasklist]
148
- - [ ] New:
149
- - [ ] Deprecated:
150
- - [ ] Removed:
150
+ - [ ] Versions are updated in accordinance to the source of truth spreadsheet
151
151
- [ ] Documentation is updated
152
152
- [ ] Operator is updated
153
153
```
154
154
155
155
#### Trino
156
156
157
157
``` [tasklist]
158
- - [ ] New:
159
- - [ ] Deprecated:
160
- - [ ] Removed:
158
+ - [ ] Versions are updated in accordinance to the source of truth spreadsheet
161
159
- [ ] Documentation is updated
162
160
- [ ] Operator is updated
163
161
```
164
162
165
163
#### ZooKeeper
166
164
167
165
``` [tasklist]
168
- - [ ] New:
169
- - [ ] Deprecated:
170
- - [ ] Removed:
166
+ - [ ] Versions are updated in accordinance to the source of truth spreadsheet
167
+ - [ ] JVM is at latest supported version
171
168
- [ ] Documentation is updated
172
169
- [ ] Operator is updated
173
170
```
0 commit comments