Skip to content

Commit 9dfa068

Browse files
Release 25.1 (#6039)
Bump the version in cloudinit/version.py to 25.1 and update ChangeLog.
1 parent 02388df commit 9dfa068

File tree

2 files changed

+89
-1
lines changed

2 files changed

+89
-1
lines changed

ChangeLog

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,91 @@
1+
25.1
2+
- ci: fix post-merge packaging CI (#6038)
3+
- feat(azure): Fix imds-based ssh_pwauth (#6002) [Ksenija Stanojevic]
4+
- ci: check for sorted patches (#6036)
5+
- feat: aliyun datasource support crawl metadata at once (#5942)
6+
[jinkangkang]
7+
- docs: document /usr merge breaking change (#6032)
8+
- test: Add integration test for /var mounts (#6033)
9+
- test: Ensure pre-24.2 custom modules work (#6034)
10+
- doc: Update references to older keys (#6022) [Pedro Ribeiro]
11+
- fix: untyped-defs in tests/unittests/{config, net, sources} (#6023)
12+
[Romain]
13+
- fix: don't reference PR in post-merged CI (#6019)
14+
- chore: explicitly skip broken ansible integration tests (#5996) [a-dubs]
15+
- tests(oracle): fix test_install_missing_deps apt race condition (#5996)
16+
[a-dubs]
17+
- test(oracle): fix test_ubuntu_drivers_installed (#5996) [a-dubs]
18+
- test(oracle): fix test_frequency_override integration test (#5996)
19+
[a-dubs]
20+
- chore: add type hint to IntegrationCloud's cloud_instance field (#5996)
21+
[a-dubs]
22+
- test(oracle): fix modules/test_lxd.py::test_storage_lvm on noble (#5996)
23+
[a-dubs]
24+
- commit 9e591fff266be9d4c83f74ec02a717b74993304d [a-dubs]
25+
- net/sysconfig: do not remove all existing settings of
26+
/etc/sysconfig/network (#5991) [Ani Sinha] (GH: 5990)
27+
- fix: remove wrong return when checking if network necessary (#6013)
28+
- fix: typing for rsyslog, ubuntu_pro, power_state_change (#5985)
29+
[MostafaTarek124eru]
30+
- fix: Retry on OpenStack HTTP status codes (#5943) [weiyang] (GH: 5687)
31+
- fix: Ensure fqdn is treated as string in get_hostname_fqdn (#5993)
32+
[MKhatibzadeh] (GH: 5989)
33+
- feat(vmware): Convert imc network config to v2 (#5937) [PengpengSun]
34+
- ci: add upstream post-merge test
35+
- ci: check if upstream commit causes ubuntu patch conflicts
36+
- ci: organize cla tests together
37+
- test: eliminate obsolete cases, add non-error case
38+
- chore: remove redundant manual schema validation
39+
- doc: clarify subiquity docs
40+
- chore: cleanup `len' usage (#5956) [Shreenidhi Shedi]
41+
- Fix: GCE _get_data crashes if DHCP lease fails (#5998) [Bryan Fraschetti]
42+
- Fixes GH-5997
43+
- fix: correct the path for Chef's cache (#5994)
44+
[MostafaTarek124eru] (GH: 5090)
45+
- fix: Run ansible with run_user instead of root for distro install_method
46+
(#5986) [Amirhossein Shaerpour] (GH: 4092)
47+
- fix: retry AWS hotplug for async IMDS (#5995) (GH: 5373)
48+
- feat(integration_tests): add optional INSTANCE_TYPE setting (#5988)
49+
[Alec Warren]
50+
- feat(integration-tests): set boto3 and botocore to INFO to prevent
51+
log spamming [a-dubs]
52+
- ci: add 'tox -e integration-tests-fast' command [a-dubs]
53+
- chore: Add feature flag for manual network waiting (#5977)
54+
- Release 24.4.1
55+
- fix: Use /usr/lib/ rather than /lib in packaging code (#5970)
56+
- Use log_with_downgradable_level for user password warnings (#5927)
57+
[Ani Sinha]
58+
- doc: change to hyphenated keys (#5909) (GH: 5555)
59+
- fix: Wait for udev on openstack (#5947) [Robert Schweikert] (GH: 4125)
60+
- test: disambiguate resource cleanup from test failure (#5926)
61+
- fix: use program name of netcat as installed by upstream, "nc" (#5933)
62+
(#5933) [Andreas K. Hüttel]
63+
- ci: bump canonical/setup-lxd to version v0.1.2 (#5948)
64+
- feat(cc_chef): Allow change of Chef configuration file (#5925)
65+
[Sean Smith]
66+
- docs: fix typo in generated file in LXD tutorial (#5941) [Pavel Shpak]
67+
- feat: Identify Samsung Cloud Platform as OpenStack (#5924) [us0310306]
68+
- fix: don't deadlock when starting network service with systemctl (#5935)
69+
- feat: Custom keys for apt archives (#5828) [Bryan Fraschetti] (GH: 5473)
70+
- test: improve test initialization error path (#5920)
71+
- chore: improve logging when lxd detection fails (#5919)
72+
- fix: Add "manual" to allowed subnet types (#5875)
73+
[Math Marchand] (GH: 5769)
74+
- fix: remove bad ssh_svcname setting for Gentoo/OpenRC (#5918)
75+
[Andreas K. Hüttel]
76+
- feat(gentoo): Add compatibility for Gentoo with systemd (#5918)
77+
[Andreas K. Hüttel]
78+
- fix(ovf): no warning should be log when rpctool found no value (#5915)
79+
[PengpengSun] (GH: 5914)
80+
- Move DS VMware to be in front of DS OVF (#5912) [PengpengSun] (GH: 4030)
81+
- ci: Add proper 'Breaks: ' to integration testing simple deb (#5923)
82+
- chore: Add akhuettel to CLA signers file (#5917) [Andreas K. Hüttel]
83+
- chore: eliminate calls at import time (#5889) (GH: 5344)
84+
- test: Add pyserial to test-requirements.txt (#5907)
85+
- test: Allow unknown size in growpart test (#5876)
86+
- doc: Update tutorials [Sally]
87+
- fix: bump azure key size to 3072 (#5841)
88+
189
24.4.1
290
- fix: Ensure _should_wait_via_user_data() handles all user data types (#5976)
391
- fix: Don't log error in wait_for_url (#5972)

cloudinit/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# This file is part of cloud-init. See LICENSE file for license information.
66

7-
__VERSION__ = "24.4.1"
7+
__VERSION__ = "25.1"
88
_PACKAGED_VERSION = "@@PACKAGED_VERSION@@"
99

1010
FEATURES = [

0 commit comments

Comments
 (0)