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
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ All notable changes to this project will be documented in this file.
util-linux-core contains a basic set of Linux utilities, including the
command logger which allows to enter messages into the system log.
- vector: Add version 0.43.1 ([#980]).
- opa: Add version 1.0.0 ([#981])
- opa: Add version 1.0.0 ([#981]).
- statsd-exporter: Bump version to 0.28.0 ([#982]).

### Changed

Expand Down Expand Up @@ -43,6 +44,7 @@ All notable changes to this project will be documented in this file.
[#962]: https://github.com/stackabletech/docker-images/pull/962
[#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

## [24.11.0] - 2024-11-18

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.1",
"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",
"statsd_exporter": "0.27.1",
"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",
"statsd_exporter": "0.27.1",
"statsd_exporter": "0.28.0",
"tini": "0.19.0",
"vector": "0.43.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.1",
"product": "0.28.0",
"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.43.1",
"statsd_exporter": "0.27.1",
"statsd_exporter": "0.28.0",
"authlib": "1.2.1", # https://github.com/dpgaspar/Flask-AppBuilder/blob/release/4.4.1/requirements/extra.txt#L7
},
]
Loading