diff --git a/CHANGELOG.md b/CHANGELOG.md index b985ee384..5133b6426 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ All notable changes to this project will be documented in this file. - vector: Add version 0.43.1 ([#980]). - opa: Add version 1.0.0 ([#981]). - statsd-exporter: Bump version to 0.28.0 ([#982]). +- git-sync: Bump version to 4.4.0 ([#990]). - kafka: Bump version to 3.9.0 ([#988]). ### Changed @@ -43,6 +44,7 @@ All notable changes to this project will be documented in this file. [#980]: https://github.com/stackabletech/docker-images/pull/980 [#981]: https://github.com/stackabletech/docker-images/pull/981 [#982]: https://github.com/stackabletech/docker-images/pull/982 +[#990]: https://github.com/stackabletech/docker-images/pull/990 [#988]: https://github.com/stackabletech/docker-images/pull/988 ## [24.11.1] - 2025-01-14 diff --git a/airflow/Dockerfile b/airflow/Dockerfile index f89a747a7..b9562a9cb 100644 --- a/airflow/Dockerfile +++ b/airflow/Dockerfile @@ -5,7 +5,7 @@ ARG GIT_SYNC # For updated versions check https://github.com/kubernetes/git-sync/releases # which should contain a image location (e.g. registry.k8s.io/git-sync/git-sync:v3.6.8) -FROM oci.stackable.tech/sdp/git-sync:${GIT_SYNC} AS gitsync-image +FROM oci.stackable.tech/sdp/git-sync/git-sync:${GIT_SYNC} AS gitsync-image FROM stackable/image/statsd_exporter AS statsd_exporter-builder diff --git a/airflow/versions.py b/airflow/versions.py index 324b19277..2d5364994 100644 --- a/airflow/versions.py +++ b/airflow/versions.py @@ -2,7 +2,7 @@ { "product": "2.9.2", "python": "3.9", - "git_sync": "v4.2.4", + "git_sync": "v4.4.0", "statsd_exporter": "0.28.0", "tini": "0.19.0", "vector": "0.43.1", @@ -10,7 +10,7 @@ { "product": "2.9.3", "python": "3.9", - "git_sync": "v4.2.4", + "git_sync": "v4.4.0", "statsd_exporter": "0.28.0", "tini": "0.19.0", "vector": "0.43.1", @@ -18,7 +18,7 @@ { "product": "2.10.2", "python": "3.12", - "git_sync": "v4.2.4", + "git_sync": "v4.4.0", "statsd_exporter": "0.28.0", "tini": "0.19.0", "vector": "0.43.1",