Skip to content

Commit da92d28

Browse files
authored
chore(opa): Bump to 1.0.0 (#981)
* chore(opa): Bump to 1.0.0 * Adding 0.67.1 dismissed by accident * Updating Changelog.md
1 parent 36d8bcb commit da92d28

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ All notable changes to this project will be documented in this file.
1212
- tools: Add the package util-linux-core ([#952]).
1313
util-linux-core contains a basic set of Linux utilities, including the
1414
command logger which allows to enter messages into the system log.
15-
- vector: Add version 0.43.1 [#980].
15+
- vector: Add version 0.43.1 ([#980]).
16+
- opa: Add version 1.0.0 ([#981])
1617

1718
### Changed
1819

@@ -23,7 +24,8 @@ All notable changes to this project will be documented in this file.
2324
### Removed
2425

2526
- kafka: Remove `kubectl`, as we are now using listener-op ([#884]).
26-
- vector: remove version 0.41.1 [#980].
27+
- vector: remove version 0.41.1 ([#980]).
28+
- opa: remove version 0.66.0 ([#981])
2729

2830
### Fixed
2931

@@ -40,6 +42,7 @@ All notable changes to this project will be documented in this file.
4042
[#959]: https://github.com/stackabletech/docker-images/pull/959
4143
[#962]: https://github.com/stackabletech/docker-images/pull/962
4244
[#980]: https://github.com/stackabletech/docker-images/pull/980
45+
[#981]: https://github.com/stackabletech/docker-images/pull/981
4346

4447
## [24.11.0] - 2024-11-18
4548

opa/versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
versions = [
22
{
3-
"product": "0.66.0",
3+
"product": "1.0.0",
44
"vector": "0.43.1",
55
"bundle_builder_version": "1.1.2",
66
"stackable-base": "1.0.0",

0 commit comments

Comments
 (0)