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
2828## Update tasks
2929
3030- [ ] 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 .
3333- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below.
3434- [ ] Update the version in demos. Add the PR(s) to the list below.
3535
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.
1616- kafka: Add jackson xml dataformat for Kafka 4.0.0 ([ #1262 ] ).
1717- kafka: Add version ` 4.1.0 ` ([ #1277 ] ).
1818- druid: Add ` 34.0.0 ` ([ #1263 ] ).
19+ - opa: Add ` 1.8.0 ` ([ #1279 ] ).
1920
2021### Changed
2122
@@ -27,12 +28,14 @@ All notable changes to this project will be documented in this file.
2728- vector: Bump to ` 0.49.0 ` ([ #1258 ] ).
2829- airflow: Bump uvicorn dependency to ` 0.37.0 ` ([ #1264 ] ).
2930- druid: Deprecate ` 33.0.0 ` ([ #1263 ] ).
31+ - opa: Deprecate ` 1.4.2 ` ([ #1279 ] ).
3032
3133### Removed
3234
3335- opensearch: Stop applying formatting plugin ([ #1230 ] ).
3436- kafka: Remove version ` 4.0.0 ` ([ #1277 ] ).
3537- druid: Remove ` 31.0.1 ` ([ #1263 ] ).
38+ - opa: Remove ` 1.0.1 ` ([ #1279 ] ).
3639
3740[ #1207 ] : https://github.com/stackabletech/docker-images/pull/1207
3841[ #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.
5053[ #1264 ] : https://github.com/stackabletech/docker-images/pull/1264
5154[ #1277 ] : https://github.com/stackabletech/docker-images/pull/1277
5255[ #1263 ] : https://github.com/stackabletech/docker-images/pull/1263
56+ [ #1279 ] : https://github.com/stackabletech/docker-images/pull/1279
5357
5458## [ 25.7.0] - 2025-07-23
5559
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 ]
33stackable-devel = " 1.0.0"
44vector = " 0.49.0"
55
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 "
88
9- # Version 1.0.1
10- [versions ."1 .0 . 1 " .local-images ]
9+ # Version 1.4.2
10+ [versions ."1 .4 . 2 " .local-images ]
1111stackable-devel = " 1.0.0"
1212vector = " 0.49.0"
1313
14- [versions ."1 .0 . 1 " .build-arguments ]
14+ [versions ."1 .4 . 2 " .build-arguments ]
1515golang-version = " 1.23.9"
Original file line number Diff line number Diff line change 11mirror = " https://github.com/stackabletech/opa.git"
2- base = " a5afc5ab5074ae6b17fd0b167ff3d5053303a58c "
2+ base = " 78328267fb3fa8aef7d73894ccce05302723daa0 "
You can’t perform that action at this time.
0 commit comments