summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2025-06-27 15:03:23 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2025-07-07 11:42:27 -0400
commit3dfe02afd2362493a26d60565945b286545b9532 (patch)
tree986ef8a126216eb3e6cff199ca429a75a2edc4ff
parent09286376716e1525396d7aa4fca67e1dfe158784 (diff)
downloadmeta-virtualization-3dfe02afd2362493a26d60565945b286545b9532.tar.gz
cloud-init: update to 25.1.4
Bumping cloud-init to version 25.1.4, which comprises the following commits: ea53a592b Release 25.1.4 787d32b8c fix: strict disable in ds-identify on no datasources found 79ac5c831 Release 25.1.3 cd3cf268f docs: provide example3 for PAM and ssh_pwauth behavior (#27) 483973642 fix: Make hotplug socket writable only by root (#25) f43937f0b fix: Don't attempt to identify non-x86 OpenStack instances e1730a166 Release 25.1.2 be3ed1bb3 fix: ensure MAAS datasource retries on failure (#6167) 8a1d73498 Release 25.1.1 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-extended/cloud-init/cloud-init_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/cloud-init/cloud-init_git.bb b/recipes-extended/cloud-init/cloud-init_git.bb
index d150b759..f6d175e5 100644
--- a/recipes-extended/cloud-init/cloud-init_git.bb
+++ b/recipes-extended/cloud-init/cloud-init_git.bb
@@ -7,13 +7,13 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c6dd79b6ec2130a3364f6fa9d6380408 \
7 file://LICENSE-Apache2.0;md5=3b83ef96387f14655fc854ddc3c6bd57 \ 7 file://LICENSE-Apache2.0;md5=3b83ef96387f14655fc854ddc3c6bd57 \
8" 8"
9 9
10SRCREV = "8a1d73498c505049cd281a1661c2750b93fb4a6f" 10SRCREV = "ea53a592be3df61059bd80fc0e32dff94a037906"
11SRC_URI = "git://github.com/canonical/cloud-init;branch=25.1.x;protocol=https \ 11SRC_URI = "git://github.com/canonical/cloud-init;branch=25.1.x;protocol=https \
12 file://cloud-init-source-local-lsb-functions.patch \ 12 file://cloud-init-source-local-lsb-functions.patch \
13 file://0001-setup.py-check-for-install-anywhere-in-args.patch \ 13 file://0001-setup.py-check-for-install-anywhere-in-args.patch \
14" 14"
15 15
16PV = "v25.1.1+git" 16PV = "v25.1.4+git"
17 17
18DISTUTILS_INSTALL_ARGS:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', '--init-system=sysvinit_deb', '', d)}" 18DISTUTILS_INSTALL_ARGS:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', '--init-system=sysvinit_deb', '', d)}"
19DISTUTILS_INSTALL_ARGS:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '--init-system=systemd', '', d)}" 19DISTUTILS_INSTALL_ARGS:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '--init-system=systemd', '', d)}"