From 3cb0a5d6540a7f2656e2fdf52b32c9d342bfd322 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Mon, 3 Feb 2025 12:55:46 +0100 Subject: [PATCH 1/2] chore: Update gitsync to v4.4.0 --- airflow/Dockerfile | 2 +- airflow/versions.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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", From 0e6f30f17133ccd6e5394fc37d1ef5d546c4f313 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Mon, 3 Feb 2025 12:58:13 +0100 Subject: [PATCH 2/2] changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39eedaa1f..62d33933d 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]). ### Removed @@ -38,6 +39,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 ## [24.11.1] - 2025-01-14