diff --git a/CHANGELOG.md b/CHANGELOG.md index 32294a2a0..4a5d803c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,7 @@ All notable changes to this project will be documented in this file. - kafka: Add `4.0.0` ([#1117]) - Include `.tar.gz` snapshots of the product source code in container images ([#1126]) - airflow: OPA authorizer for Airflow 3.x ([#1127]) +- git-sync: Bump version to 4.4.1 ([#1151]). ### Changed @@ -163,6 +164,7 @@ All notable changes to this project will be documented in this file. [#1137]: https://github.com/stackabletech/docker-images/pull/1137 [#1138]: https://github.com/stackabletech/docker-images/pull/1138 [#1139]: https://github.com/stackabletech/docker-images/pull/1139 +[#1151]: https://github.com/stackabletech/docker-images/pull/1151 ## [25.3.0] - 2025-03-21 diff --git a/airflow/versions.py b/airflow/versions.py index 5c0317804..240f765d4 100644 --- a/airflow/versions.py +++ b/airflow/versions.py @@ -2,7 +2,7 @@ { "product": "2.9.3", "python": "3.9", - "git_sync": "v4.4.0", + "git_sync": "v4.4.1", "s3fs": "2024.9.0", "cyclonedx_bom": "6.0.0", "shared/statsd-exporter": "0.28.0", @@ -15,7 +15,7 @@ { "product": "2.10.4", "python": "3.12", - "git_sync": "v4.4.0", + "git_sync": "v4.4.1", "s3fs": "2024.9.0", "cyclonedx_bom": "6.0.0", "shared/statsd-exporter": "0.28.0", @@ -28,7 +28,7 @@ { "product": "2.10.5", "python": "3.12", - "git_sync": "v4.4.0", + "git_sync": "v4.4.1", "s3fs": "2024.9.0", "cyclonedx_bom": "6.0.0", "shared/statsd-exporter": "0.28.0", @@ -41,7 +41,7 @@ { "product": "3.0.1", "python": "3.12", - "git_sync": "v4.4.0", + "git_sync": "v4.4.1", "s3fs": "2024.9.0", "cyclonedx_bom": "6.0.0", "shared/statsd-exporter": "0.28.0", diff --git a/nifi/versions.py b/nifi/versions.py index 58ea3937d..ea9e26360 100644 --- a/nifi/versions.py +++ b/nifi/versions.py @@ -3,21 +3,21 @@ "product": "1.27.0", "java-base": "11", "java-devel": "11", # There is an error when trying to use the jdk 21 (since nifi 1.26.0) - "git_sync": "v4.4.0", + "git_sync": "v4.4.1", "nifi_opa_authorizer_plugin": "0.1.0", }, { "product": "1.28.1", "java-base": "11", "java-devel": "11", - "git_sync": "v4.4.0", + "git_sync": "v4.4.1", "nifi_opa_authorizer_plugin": "0.1.0", }, { "product": "2.4.0", "java-base": "21", "java-devel": "21", - "git_sync": "v4.4.0", + "git_sync": "v4.4.1", "nifi_iceberg_bundle": "0.0.4", "nifi_opa_authorizer_plugin": "0.1.0", },