Skip to content

Commit fbd4f79

Browse files
authored
feat: Add OPA 1.16.2, remove 1.8.0 (#1509)
* feat: Add OPA 1.16.2, remove 1.8.0 * changelog * cleanup
1 parent b1bc7a1 commit fbd4f79

3 files changed

Lines changed: 15 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
1010
- nifi: Add version `2.9.0` ([#1463]).
1111
- nifi: Backport NIFI-15801 to 2.x versions ([#1481]).
1212
- nifi: Backport NIFI-15901 to 2.x versions ([#1481]).
13+
- opa: Add `1.16.2` ([#1509]).
1314

1415
### Changed
1516

@@ -22,6 +23,10 @@ All notable changes to this project will be documented in this file.
2223
- vector: Look for SBOM in correct location ([#1471]).
2324
- vector: Use correct license ([#1476]).
2425

26+
### Removed
27+
28+
- opa: Remove `1.8.0` ([#1509]).
29+
2530
[#1446]: https://github.com/stackabletech/docker-images/pull/1446
2631
[#1452]: https://github.com/stackabletech/docker-images/pull/1452
2732
[#1453]: https://github.com/stackabletech/docker-images/pull/1453
@@ -32,6 +37,7 @@ All notable changes to this project will be documented in this file.
3237
[#1474]: https://github.com/stackabletech/docker-images/pull/1474
3338
[#1476]: https://github.com/stackabletech/docker-images/pull/1476
3439
[#1481]: https://github.com/stackabletech/docker-images/pull/1481
40+
[#1509]: https://github.com/stackabletech/docker-images/pull/1509
3541

3642
## [26.3.0] - 2026-03-16
3743

opa/boil-config.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[metadata.registries]
22
"oci.stackable.tech" = { namespace = "sdp" }
33

4-
# Version 1.8.0
5-
[versions."1.8.0".local-images]
4+
# Version 1.12.3
5+
[versions."1.12.3".local-images]
66
stackable-devel = "1.0.0"
77
vector = "0.55.0"
88

9-
[versions."1.8.0".build-arguments]
10-
golang-version = "1.24.6"
9+
[versions."1.12.3".build-arguments]
10+
golang-version = "1.26.0"
1111

12-
# Version 1.12.3
13-
[versions."1.12.3".local-images]
12+
# Version 1.16.2
13+
[versions."1.16.2".local-images]
1414
stackable-devel = "1.0.0"
1515
vector = "0.55.0"
1616

17-
[versions."1.12.3".build-arguments]
18-
golang-version = "1.24.6"
17+
[versions."1.16.2".build-arguments]
18+
golang-version = "1.26.0"
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 = "78328267fb3fa8aef7d73894ccce05302723daa0"
2+
base = "85f6d990d19094da38e829561813e7da7fbae272"

0 commit comments

Comments
 (0)