Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion airflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions airflow/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
{
"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",
},
{
"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",
},
{
"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",
Expand Down