Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ All notable changes to this project will be documented in this file.
- trino: Add version `455` ([#822]).
- trino-cli: Add version `455` ([#822]).
- spark: Add version `3.5.2` ([#848]).
- statsd-exporter: Add version 0.27.0 ([#866]).
- statsd-exporter: Bump version to 0.27.1 ([#866], [#879]).
- hadoop: Add patch "HADOOP-18516: Support Fixed SAS Token for ABFS Authentication" ([#852]).
- hbase: Add hadoop-azure.jar to the lib directory to support the Azure Blob Filesystem and
the Azure Data Lake Storage ([#853]).
Expand Down Expand Up @@ -68,6 +68,7 @@ All notable changes to this project will be documented in this file.
[#868]: https://github.com/stackabletech/docker-images/pull/868
[#874]: https://github.com/stackabletech/docker-images/pull/874
[#877]: https://github.com/stackabletech/docker-images/pull/877
[#879]: https://github.com/stackabletech/docker-images/pull/879

## [24.7.0] - 2024-07-24

Expand Down
2 changes: 1 addition & 1 deletion airflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,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} 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 @@ -3,23 +3,23 @@
"product": "2.9.2",
"python": "3.9",
"git_sync": "v4.2.4",
"statsd_exporter": "0.27.0",
"statsd_exporter": "0.27.1",
"tini": "0.19.0",
"vector": "0.41.1",
},
{
"product": "2.9.3",
"python": "3.9",
"git_sync": "v4.2.4",
"statsd_exporter": "0.27.0",
"statsd_exporter": "0.27.1",
"tini": "0.19.0",
"vector": "0.41.1",
},
{
"product": "2.10.2",
"python": "3.12",
"git_sync": "v4.2.4",
"statsd_exporter": "0.27.0",
"statsd_exporter": "0.27.1",
"tini": "0.19.0",
"vector": "0.41.1",
},
Expand Down
2 changes: 1 addition & 1 deletion statsd_exporter/versions.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
versions = [
{
"product": "0.27.0",
"product": "0.27.1",
"stackable-base": "1.0.0",
}
]
2 changes: 1 addition & 1 deletion superset/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"product": "4.0.2",
"python": "3.9",
"vector": "0.41.1",
"statsd_exporter": "0.27.0",
"statsd_exporter": "0.27.1",
"authlib": "1.2.1", # https://github.com/dpgaspar/Flask-AppBuilder/blob/release/4.4.1/requirements/extra.txt#L7
},
]