Skip to content

Commit 333e0f5

Browse files
authored
chore(opa): Update image for 25.11.0 (#1279)
* chore(opa): Update image for 25.11.0 * add changelog entry
1 parent df4de37 commit 333e0f5

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

.github/ISSUE_TEMPLATE/update-product-opa.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

opa/boil-config.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Version 1.4.2
2-
[versions."1.4.2".local-images]
1+
# Version 1.8.0
2+
[versions."1.8.0".local-images]
33
stackable-devel = "1.0.0"
44
vector = "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]
1111
stackable-devel = "1.0.0"
1212
vector = "0.49.0"
1313

14-
[versions."1.0.1".build-arguments]
14+
[versions."1.4.2".build-arguments]
1515
golang-version = "1.23.9"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
mirror = "https://github.com/stackabletech/opa.git"
2-
base = "a5afc5ab5074ae6b17fd0b167ff3d5053303a58c"
2+
base = "78328267fb3fa8aef7d73894ccce05302723daa0"

0 commit comments

Comments
 (0)