File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ 24.4.1
2+ - fix: Ensure _should_wait_via_user_data() handles all user data types (#5976)
3+ - fix: Don't log error in wait_for_url (#5972)
4+ - feat(url_helper): Retry on 503 error (#5938)
5+ - fix: Don't break modules that use get_meta_doc() (#5953)
6+ - refactor: Pass deprecation log args as tuple (#5953)
7+ - fix: uninstall custom signal handlers before shutdown (#5913)
8+
1924.4
210 - test: Ensure unit ordering in ftp tests includes downstream units (#5892)
311 - test: re-decrement expected webhook events (#5894)
Original file line number Diff line number Diff line change 44#
55# This file is part of cloud-init. See LICENSE file for license information.
66
7- __VERSION__ = "24.4"
7+ __VERSION__ = "24.4.1 "
88_PACKAGED_VERSION = "@@PACKAGED_VERSION@@"
99
1010FEATURES = [
You can’t perform that action at this time.
0 commit comments