Skip to content

Commit

Permalink
chore(superset): update versions for 24.11 (#866)
Browse files Browse the repository at this point in the history
* chore(superset): update versions for 24.11

* Update changelog

* update statsd exporter

* Update changelog and statsd dependency for Airflow

* fix: markdown lint
  • Loading branch information
razvan authored Sep 17, 2024
1 parent e8ad0fb commit c977d8c
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 1,170 deletions.
4 changes: 4 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.
- 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]).
- 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 All @@ -36,6 +37,8 @@ All notable changes to this project will be documented in this file.
- hbase: Remove 2.4.17 ([#846]).
- omid: Remove 1.1.0 and 1.1.1 ([#846]).
- spark: Remove 3.4.2 and 3.4.3 ([#848]).
- statsd-exporter: Remove 0.26.1 ([#866]).
- superset: Remove 2.1.3, 3.1.0 and 3.1.3 ([#866]).
- zookeeper: Remove 3.8.4 ([#851]).

### Fixed
Expand All @@ -57,6 +60,7 @@ All notable changes to this project will be documented in this file.
[#851]: https://github.com/stackabletech/docker-images/pull/851
[#852]: https://github.com/stackabletech/docker-images/pull/852
[#853]: https://github.com/stackabletech/docker-images/pull/853
[#866]: https://github.com/stackabletech/docker-images/pull/866

## [24.7.0] - 2024-07-24

Expand Down
4 changes: 2 additions & 2 deletions airflow/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"product": "2.9.2",
"python": "3.9",
"git_sync": "v4.2.4",
"statsd_exporter": "0.26.1",
"statsd_exporter": "0.27.0",
"tini": "0.19.0",
"vector": "0.40.1",
},
{
"product": "2.9.3",
"python": "3.9",
"git_sync": "v4.2.4",
"statsd_exporter": "0.26.1",
"statsd_exporter": "0.27.0",
"tini": "0.19.0",
"vector": "0.40.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.26.1",
"product": "0.27.0",
"stackable-base": "1.0.0",
}
]
322 changes: 0 additions & 322 deletions superset/constraints-2.1.3.txt

This file was deleted.

Loading

0 comments on commit c977d8c

Please sign in to comment.