We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 056274f commit 5b4e998Copy full SHA for 5b4e998
CHANGELOG.md
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
4
5
## [Unreleased]
6
7
+### Added
8
+
9
+- opa: Add version 0.67.1 ([#797]).
10
11
+### Removed
12
13
+- opa: Remove version 0.61.0 ([#797]).
14
15
+[#797]: https://github.com/stackabletech/docker-images/pull/797
16
17
## [24.7.0] - 2024-07-24
18
19
### Added
opa/versions.py
@@ -1,12 +1,12 @@
1
versions = [
2
{
3
- "product": "0.61.0",
+ "product": "0.66.0",
"vector": "0.39.0",
"bundle_builder_version": "1.1.2",
"stackable-base": "1.0.0",
},
- "product": "0.66.0",
+ "product": "0.67.1",
0 commit comments