Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/update-product-opa.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Add/Change/Remove anything that isn't applicable anymore
## Update tasks

- [ ] Update `boil-config.toml` to reflect the agreed upon versions in the spreadsheet (including the removal of old versions).
- [ ] Upload new version (see `opa/upload_new_opa_version.sh`).
- [ ] Update other dependencies if applicable (eg: opa_bundle_builder, etc).
- [ ] Update other dependencies if applicable (eg: golang-version, etc).
- [ ] Check the corresponding operator (getting_started / kuttl / supported-versions) for usage of the versions.
- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below.
- [ ] Update the version in demos. Add the PR(s) to the list below.

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ All notable changes to this project will be documented in this file.
- kafka: Add jackson xml dataformat for Kafka 4.0.0 ([#1262]).
- kafka: Add version `4.1.0` ([#1277]).
- druid: Add `34.0.0` ([#1263]).
- opa: Add `1.8.0` ([#1279]).

### Changed

Expand All @@ -27,12 +28,14 @@ All notable changes to this project will be documented in this file.
- vector: Bump to `0.49.0` ([#1258]).
- airflow: Bump uvicorn dependency to `0.37.0` ([#1264]).
- druid: Deprecate `33.0.0` ([#1263]).
- opa: Deprecate `1.4.2` ([#1279]).

### Removed

- opensearch: Stop applying formatting plugin ([#1230]).
- kafka: Remove version `4.0.0` ([#1277]).
- druid: Remove `31.0.1` ([#1263]).
- opa: Remove `1.0.1` ([#1279]).

[#1207]: https://github.com/stackabletech/docker-images/pull/1207
[#1215]: https://github.com/stackabletech/docker-images/pull/1215
Expand All @@ -50,6 +53,7 @@ All notable changes to this project will be documented in this file.
[#1264]: https://github.com/stackabletech/docker-images/pull/1264
[#1277]: https://github.com/stackabletech/docker-images/pull/1277
[#1263]: https://github.com/stackabletech/docker-images/pull/1263
[#1279]: https://github.com/stackabletech/docker-images/pull/1279

## [25.7.0] - 2025-07-23

Expand Down
14 changes: 7 additions & 7 deletions opa/boil-config.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Version 1.4.2
[versions."1.4.2".local-images]
# Version 1.8.0
[versions."1.8.0".local-images]
stackable-devel = "1.0.0"
vector = "0.49.0"

[versions."1.4.2".build-arguments]
golang-version = "1.23.9"
[versions."1.8.0".build-arguments]
golang-version = "1.24.6"

# Version 1.0.1
[versions."1.0.1".local-images]
# Version 1.4.2
[versions."1.4.2".local-images]
stackable-devel = "1.0.0"
vector = "0.49.0"

[versions."1.0.1".build-arguments]
[versions."1.4.2".build-arguments]
golang-version = "1.23.9"
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mirror = "https://github.com/stackabletech/opa.git"
base = "a5afc5ab5074ae6b17fd0b167ff3d5053303a58c"
base = "78328267fb3fa8aef7d73894ccce05302723daa0"
Loading