File tree Expand file tree Collapse file tree 4 files changed +14
-10
lines changed Expand file tree Collapse file tree 4 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ Add/Change/Remove anything that isn't applicable anymore
28
28
## Update tasks
29
29
30
30
- [ ] Update ` boil-config.toml ` to reflect the agreed upon versions in the spreadsheet (including the removal of old versions).
31
- - [ ] Upload new version (see ` opa/upload_new_opa_version.sh ` ).
32
- - [ ] Update other dependencies if applicable (eg: opa_bundle_builder, etc) .
31
+ - [ ] Update other dependencies if applicable (eg: golang-version, etc ).
32
+ - [ ] Check the corresponding operator (getting_started / kuttl / supported-versions) for usage of the versions .
33
33
- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below.
34
34
- [ ] Update the version in demos. Add the PR(s) to the list below.
35
35
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ All notable changes to this project will be documented in this file.
16
16
- kafka: Add jackson xml dataformat for Kafka 4.0.0 ([ #1262 ] ).
17
17
- kafka: Add version ` 4.1.0 ` ([ #1277 ] ).
18
18
- druid: Add ` 34.0.0 ` ([ #1263 ] ).
19
+ - opa: Add ` 1.8.0 ` ([ #1279 ] ).
19
20
20
21
### Changed
21
22
@@ -27,12 +28,14 @@ All notable changes to this project will be documented in this file.
27
28
- vector: Bump to ` 0.49.0 ` ([ #1258 ] ).
28
29
- airflow: Bump uvicorn dependency to ` 0.37.0 ` ([ #1264 ] ).
29
30
- druid: Deprecate ` 33.0.0 ` ([ #1263 ] ).
31
+ - opa: Deprecate ` 1.4.2 ` ([ #1279 ] ).
30
32
31
33
### Removed
32
34
33
35
- opensearch: Stop applying formatting plugin ([ #1230 ] ).
34
36
- kafka: Remove version ` 4.0.0 ` ([ #1277 ] ).
35
37
- druid: Remove ` 31.0.1 ` ([ #1263 ] ).
38
+ - opa: Remove ` 1.0.1 ` ([ #1279 ] ).
36
39
37
40
[ #1207 ] : https://github.com/stackabletech/docker-images/pull/1207
38
41
[ #1215 ] : https://github.com/stackabletech/docker-images/pull/1215
@@ -50,6 +53,7 @@ All notable changes to this project will be documented in this file.
50
53
[ #1264 ] : https://github.com/stackabletech/docker-images/pull/1264
51
54
[ #1277 ] : https://github.com/stackabletech/docker-images/pull/1277
52
55
[ #1263 ] : https://github.com/stackabletech/docker-images/pull/1263
56
+ [ #1279 ] : https://github.com/stackabletech/docker-images/pull/1279
53
57
54
58
## [ 25.7.0] - 2025-07-23
55
59
Original file line number Diff line number Diff line change 1
- # Version 1.4.2
2
- [versions ."1 .4 . 2 " .local-images ]
1
+ # Version 1.8.0
2
+ [versions ."1 .8 . 0 " .local-images ]
3
3
stackable-devel = " 1.0.0"
4
4
vector = " 0.49.0"
5
5
6
- [versions ."1 .4 . 2 " .build-arguments ]
7
- golang-version = " 1.23.9 "
6
+ [versions ."1 .8 . 0 " .build-arguments ]
7
+ golang-version = " 1.24.6 "
8
8
9
- # Version 1.0.1
10
- [versions ."1 .0 . 1 " .local-images ]
9
+ # Version 1.4.2
10
+ [versions ."1 .4 . 2 " .local-images ]
11
11
stackable-devel = " 1.0.0"
12
12
vector = " 0.49.0"
13
13
14
- [versions ."1 .0 . 1 " .build-arguments ]
14
+ [versions ."1 .4 . 2 " .build-arguments ]
15
15
golang-version = " 1.23.9"
Original file line number Diff line number Diff line change 1
1
mirror = " https://github.com/stackabletech/opa.git"
2
- base = " a5afc5ab5074ae6b17fd0b167ff3d5053303a58c "
2
+ base = " 78328267fb3fa8aef7d73894ccce05302723daa0 "
You can’t perform that action at this time.
0 commit comments