diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c34ba2b..faa2bca7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ All notable changes to this project will be documented in this file. util-linux-core contains a basic set of Linux utilities, including the command logger which allows to enter messages into the system log. - vector: Add version 0.43.1 ([#980]). -- opa: Add version 1.0.0 ([#981]). +- opa: Add version 1.0.1 ([#981], [#1000]). - statsd-exporter: Bump version to 0.28.0 ([#982]). - druid: Add version 31.0.1 ([#984]) - git-sync: Bump version to 4.4.0 ([#990]). @@ -68,6 +68,7 @@ All notable changes to this project will be documented in this file. [#995]: https://github.com/stackabletech/docker-images/pull/995 [#996]: https://github.com/stackabletech/docker-images/pull/996 [#999]: https://github.com/stackabletech/docker-images/pull/999 +[#1000]: https://github.com/stackabletech/docker-images/pull/1000 ## [24.11.1] - 2025-01-14 diff --git a/opa/versions.py b/opa/versions.py index 9aec4ded..b5340fe5 100644 --- a/opa/versions.py +++ b/opa/versions.py @@ -1,6 +1,6 @@ versions = [ { - "product": "1.0.0", + "product": "1.0.1", "vector": "0.43.1", "bundle_builder_version": "1.1.2", "stackable-base": "1.0.0",