Skip to content

Commit 6cc658a

Browse files
authored
chore(opa): Add 1.12.2, remove 1.4.2 (#1396)
* chore(opa): Add 1.12.2, remove 1.4.2 * chore: Update changelog
1 parent 0ec6c71 commit 6cc658a

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
77
### Added
88

99
- superset: Add 6.0.0 ([#1337], [#1393]).
10+
- opa: Add 1.12.2 ([#1396]).
1011
- hive: Build [hive-metastore-opa-authorizer](https://github.com/boschglobal/hive-metastore-opa-authorizer) from source and add to image ([#1340]).
1112
- hive: Add `4.2.0` ([#1356]).
1213
- nifi: Add patches to replace process group root ID placeholder ([#1358]).
@@ -29,6 +30,7 @@ All notable changes to this project will be documented in this file.
2930

3031
- opensearch: Remove the `performance-analyzer` plugin from the OpenSearch image ([#1357]).
3132
- superset: Remove 4.0.2 and 4.1.2 ([#1394]).
33+
- opa: remove 1.4.2 ([#1396]).
3234

3335
### Fixed
3436

@@ -54,6 +56,7 @@ All notable changes to this project will be documented in this file.
5456
[#1392]: https://github.com/stackabletech/docker-images/pull/1392
5557
[#1393]: https://github.com/stackabletech/docker-images/pull/1393
5658
[#1394]: https://github.com/stackabletech/docker-images/pull/1394
59+
[#1396]: https://github.com/stackabletech/docker-images/pull/1396
5760

5861
## [25.11.0] - 2025-11-07
5962

opa/boil-config.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ vector = "0.52.0"
66
[versions."1.8.0".build-arguments]
77
golang-version = "1.24.6"
88

9-
# Version 1.4.2
10-
[versions."1.4.2".local-images]
9+
# Version 1.12.2
10+
[versions."1.12.2".local-images]
1111
stackable-devel = "1.0.0"
1212
vector = "0.52.0"
1313

14-
[versions."1.4.2".build-arguments]
15-
golang-version = "1.23.9"
14+
[versions."1.12.2".build-arguments]
15+
golang-version = "1.24.6"
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 = "5e4582bb951f70641fe9ee85cc46245d079e5037"
2+
base = "89c653770516db8a88d11b93e1398a141d7daaaa"

0 commit comments

Comments
 (0)