Skip to content

Commit 5b4e998

Browse files
authored
chore(opa): add 0.67.1 (#797)
* chore(opa): add 0.67.0 https://github.com/open-policy-agent/opa/releases/tag/v0.67.0 * chore(opa): remove 0.61.0 * chore(opa): bump 0.67.1 * chore: update changelog
1 parent 056274f commit 5b4e998

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

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+
717
## [24.7.0] - 2024-07-24
818

919
### Added

opa/versions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
versions = [
22
{
3-
"product": "0.61.0",
3+
"product": "0.66.0",
44
"vector": "0.39.0",
55
"bundle_builder_version": "1.1.2",
66
"stackable-base": "1.0.0",
77
},
88
{
9-
"product": "0.66.0",
9+
"product": "0.67.1",
1010
"vector": "0.39.0",
1111
"bundle_builder_version": "1.1.2",
1212
"stackable-base": "1.0.0",

0 commit comments

Comments
 (0)