59f356a421
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=211
2023-08-14 07:13:18 +00:00
e3b9ff315d
- update to 23.1.2:
...
* Make user/vendor data sensitive and remove log permissions
* source: Force OpenStack when it is only option (#2045 )
* sources/azure: fix regressions in IMDS behavior
- drop cloud-init-cve-2023-1786-redact-inst-data.patch (upstream)
- spec-file cleanups, including dropping flake8 (as build fails
with newer flake8 versions)
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=210
2023-08-13 21:04:19 +00:00
fafa1082aa
- Update cloud-init-write-routes.patch (bsc#1212879)
...
+ Add necessary import statement
- Enable flake8 linting, fix up patches
+ cloud-init-cve-2023-1786-redact-instance-data-json-main.patch
+ cloud-init-power-rhel-only.patch
+ cloud-init-write-routes.patch
+ datasourceLocalDisk.patch
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=209
2023-07-06 12:09:02 +00:00
5142b4b371
add cve reference
...
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=208
2023-04-27 12:40:22 +00:00
6b35b75868
- Sensitive data exposure (bsc#1210277, CVE-2023-1786)
...
+ Add hidesensitivedata
+ Add cloud-init-cve-2023-1786-redact-inst-data.patch
+ Do not expose sensitive data gathered from the CSP
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=207
2023-04-27 12:35:39 +00:00
23246c72e5
- Add cloud-init-power-rhel-only.patch (bsc#1210273)
...
+ Config module cc_refresh_rmc_and_interface is implemented such that
it will only work on RH distros. Set the module availability accordingly.
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=206
2023-04-27 12:24:25 +00:00
7037bc5725
responses package is only needed for testing, remove a runtime requirement
...
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=205
2023-03-27 13:46:35 +00:00
30442f28f8
cleanup merge message
...
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=204
2023-03-01 15:24:49 +00:00
5ddab47951
- Update to version 23.1
...
+ Remove patches included upstream:
- cloud-init-btrfs-queue-resize.patch
- cloud-init-micro-is-suse.patch
- cloud-init-suse-afternm.patch
- cloud-init-prefer-nm.patch
- cloud-init-transact-up.patch
+ Forward port
- cloud-init-write-routes.patch
+ Added
- cloud-init-fix-ca-test.patch
+ Support transactional-updates for SUSE based distros (#1997 )
[Robert Schweikert]
+ Set ownership for new folders in Write Files Module (#1980 )
[Jack] (LP: #1990513 )
+ add OpenCloudOS and TencentOS support (#1964 ) [wynnfeng]
+ lxd: Retry if the server isn't ready (#2025 )
+ test: switch pycloudlib source to pypi (#2024 )
+ test: Fix integration test deprecation message (#2023 )
+ Recognize opensuse-microos, dev tooling fixes [Robert Schweikert]
+ sources/azure: refactor imds handler into own module (#1977 )
[Chris Patterson]
+ docs: deprecation generation support [1/2] (#2013 )
+ add function is_virtual to distro/FreeBSD (#1957 ) [Mina Galić]
+ cc_ssh: support multiple hostcertificates (#2018 ) (LP: #1999164 )
+ Fix minor schema validation regression and fixup typing (#2017 )
+ doc: Reword user data debug section (#2019 )
+ Overhaul/rewrite of certificate handling as follows: (#1962 )
[dermotbradley] (LP: #1931174 )
+ disk_setup: use byte string when purging the partition table (#2012 )
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=203
2023-02-23 19:19:22 +00:00
4f812ec1c8
Include upstream PR reference for patch
...
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=202
2023-02-04 17:13:52 +00:00
7cb54c8cc6
- Add cloud-init-transact-up.patch to support transactional-updates
...
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=201
2023-02-03 22:04:01 +00:00
bdfec3b52b
fix test
...
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=200
2023-02-03 20:26:35 +00:00
68a246cfaa
fix test
...
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=199
2023-02-03 20:14:14 +00:00
5077c87217
- Add cloud-init-prefer-nm.patch
...
+ Prefer NetworkManager of sysconfig when available
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=198
2023-02-01 20:04:16 +00:00
931d843fe3
add PR references
...
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=197
2023-01-27 21:20:44 +00:00
7b5d7fee53
do not use six
...
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=196
2023-01-25 21:48:31 +00:00
67d6374692
- Update to version 22.4
...
+ Remove patches included upstream:
- cloud-init-vmware-test.patch
- cloud-init-sysctl-not-in-bin.patch
+ Forward port:
- cloud-init-write-routes.patch
- cloud-init-break-resolv-symlink.patch
- cloud-init-sysconf-path.patch
- cloud-init-no-tempnet-oci.patch
+ Add cloud-init-btrfs-queue-resize.patch (bsc#1171511)
+ Add cloud-init-micro-is-suse.patch (bsc#1203393) [Martin Petersen]
+ Add cloud-init-suse-afternm.patch
+ test: fix pro integration test [Alberto Contreras]
+ cc_disk_setup: pass options in correct order to utils (#1829 )
[dermotbradley]
+ tests: text_lxd basic_preseed verify_clean_log (#1826 )
+ docs: switch sphinx theme to furo (SC-1327) (#1821 ) [Alberto Contreras]
+ tests: activate Ubuntu Pro tests (only on Jenkins) (#1777 )
[Alberto Contreras]
+ tests: test_lxd assert features.storage.buckets when present (#1827 )
+ tests: replace missed ansible install-method with underscore (#1825 )
+ tests: replace ansible install-method with underscore
+ ansible: standardize schema keys
+ ci: run json tool on 22.04 rather than 20.04 (#1823 )
+ Stop using devices endpoint for LXD network config (#1819 )
+ apport: address new curtin log and config locations (#1812 )
+ cc_grub: reword docs for clarity (#1818 )
+ tests: Fix preseed test (#1820 )
+ Auto-format schema (#1810 )
+ Ansible Control Module (#1778 )
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=195
2023-01-25 13:33:06 +00:00
8cde961fdf
Accepting request 972813 from home:pgajdos:python
...
- python-mock is not required for build
https://trello.com/c/S6eADbii/64-remove-python-mock
OBS-URL: https://build.opensuse.org/request/show/972813
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=194
2022-05-10 13:05:52 +00:00
e433cb693e
- Update to version 21.4 (bsc#1192343, jsc#PM-3181)
...
+ Also include VMWare functionality for (jsc#PM-3175)
+ Remove patches included upstream:
- cloud-init-purge-cache-py-ver-change.patch
- cloud-init-update-test-characters-in-substitution-unit-test.patch
+ Forward port:
- cloud-init-write-routes.patch
- cloud-init-no-tempnet-oci.patch
+ Add cloud-init-vmware-test.patch
- Test is system dependend, not properly mocked
+ Azure: fallback nic needs to be reevaluated during reprovisioning
(#1094 ) [Anh Vo]
+ azure: pps imds (#1093 ) [Anh Vo]
+ testing: Remove calls to 'install_new_cloud_init' (#1092 )
+ Add LXD datasource (#1040 )
+ Fix unhandled apt_configure case. (#1065 ) [Brett Holman]
+ Allow libexec for hotplug (#1088 )
+ Add necessary mocks to test_ovf unit tests (#1087 )
+ Remove (deprecated) apt-key (#1068 ) [Brett Holman] (LP: #1836336 )
+ distros: Remove a completed "TODO" comment (#1086 )
+ cc_ssh.py: Add configuration for controlling ssh-keygen output (#1083 )
[dermotbradley]
+ Add "install hotplug" module (SC-476) (#1069 ) (LP: #1946003 )
+ hosts.alpine.tmpl: rearrange the order of short and long hostnames
(#1084 ) [dermotbradley]
+ Add max version to docutils
+ cloudinit/dmi.py: Change warning to debug to prevent console display
(#1082 ) [dermotbradley]
+ remove unnecessary EOF string in
disable-sshd-keygen-if-cloud-init-active.conf (#1075 ) [Emanuele
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=193
2022-03-25 17:46:06 +00:00
9fd55825db
- systemctl location (bsc#1193531)
...
- Add cloud-init-sysctl-not-in-bin.patch
- The sytemctl executable is not necessarily in '/bin'
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=192
2022-02-17 18:18:25 +00:00
28f8938ec7
Accepting request 933362 from home:StevenK:branches:Cloud:Tools
...
- Remove unneeded BuildRequires on python3-nose.
OBS-URL: https://build.opensuse.org/request/show/933362
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=191
2021-12-06 14:36:01 +00:00
dcf4ef1de4
- Fix changelog order
...
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=190
2021-08-19 14:57:10 +00:00
3aeb460fd5
- Update to version 21.2 (bsc#1186004)
...
+ Remove patches included upstream:
- cloud-init-azure-def-usr-pass.patch
- cloud-init-after-kvp.diff
- cloud-init-recognize-hpc.patch
- use_arroba_to_include_sudoers_directory-bsc_1181283.patch
- cloud-init-bonding-opts.patch
- cloud-init-log-file-mode.patch
- cloud-init-no-pwd-in-log.patch
- 0001-templater-drop-Jinja-Python-2-compatibility-shim.patch
+ Remove cloud-init-sle12-compat.patch, version in SLE 12 is frozen to 20.2
+ Remove cloud-init-tests-set-exec.patch no longer needed
+ Forward port:
- cloud-init-write-routes.patch
- cloud-init-break-resolv-symlink.patch
- cloud-init-sysconf-path.patch
- cloud-init-no-tempnet-oci.patch
+ Add \r\n check for SSH keys in Azure (#889 )
+ Revert "Add support to resize rootfs if using LVM (#721 )" (#887 )
(LP: #1922742 )
+ Add Vultaire as contributor (#881 ) [Paul Goins]
+ Azure: adding support for consuming userdata from IMDS (#884 ) [Anh Vo]
+ test_upgrade: modify test_upgrade_package to run for more sources (#883 )
+ Fix chef module run failure when chef_license is set (#868 ) [Ben Hughes]
+ Azure: Retry net metadata during nic attach for non-timeout errs (#878 )
[aswinrajamannar]
+ Azure: Retrieve username and hostname from IMDS (#865 ) [Thomas Stringer]
+ Azure: eject the provisioning iso before reporting ready (#861 ) [Anh Vo]
+ Use `partprobe` to re-read partition table if available (#856 )
[Nicolas Bock] (LP: #1920939 )
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=189
2021-08-19 12:25:42 +00:00
bf3841c6e3
Accepting request 911508 from home:fusionfuture:branches:Cloud:Tools
...
- Add cloud-init-update-test-characters-in-substitution-unit-test.patch
to fix unit test fail in TestGetPackageMirrorInfo::test_substitution.
OBS-URL: https://build.opensuse.org/request/show/911508
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=188
2021-08-12 11:24:32 +00:00
d4ebc226a3
Accepting request 905232 from home:alarrosa:branches:openSUSE:Factory:Rings:1-MinimalX
...
- Add patch from upstream to remove python2 compatibility so
cloud-init builds fine in Tumbleweed with a recent Jinja2
version. This patch is only applied in TW.
* 0001-templater-drop-Jinja-Python-2-compatibility-shim.patch
OBS-URL: https://build.opensuse.org/request/show/905232
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=187
2021-07-09 13:55:49 +00:00
1c5c88721b
- Disable failing test
...
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=186
2021-06-03 18:04:39 +00:00
b5f1732754
- Add cloud-init-purge-cache-py-ver-change.patch
...
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=185
2021-06-02 21:15:58 +00:00
b8c37f9e0f
- Add cloud-init-log-file-mode.patch (bsc#1183939)
...
+ Change log file creation mode to 640
- Add cloud-init-no-pwd-in-log.patch (bsc#1184758)
+ Do not write the generated password to the log file
- Add cloud-init-purge-cahce-py-ver-change.patch
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=184
2021-06-02 21:15:40 +00:00
d6986f4135
- Add cloud-init-bonding-opts.patch (bsc#1184085)
...
+ Write proper bonding option configuration for SLE/openSUSE
- Fix application and inclusion of
use_arroba_to_include_sudoers_directory-bsc_1181283.patchfix (bsc#1181283)
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=183
2021-04-07 17:43:03 +00:00
cd4a5c7fae
Accepting request 866951 from home:jordimassaguerpla:branch:Cloud:Tools:fix_bsc_1181283
...
- Add use_arroba_to_include_sudoers_directory-bsc_1181283.patchfix (bsc#1181283)
- Do not including sudoers.d directory twice
OBS-URL: https://build.opensuse.org/request/show/866951
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=182
2021-01-26 16:53:57 +00:00
15c55ee57e
- Update cloud-init-write-routes.patch (bsc#1180176)
...
+ Follow up to previous changes. Fix order of operations
error to make gateway comparison between subnet configuration and
route configuration valuable rather than self-comparing.
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=181
2021-01-04 22:34:44 +00:00
828bba4cbb
- Add cloud-init-sle12-compat.patch (jsc#PM-2335)
...
- Python 3.4 compatibility in setup.py
- Disable some test for mock version compatibility
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=180
2021-01-04 20:40:13 +00:00
49186f2681
- Add wget as a requirement (bsc#1178029)
...
+ wget is used in the CloudStack data source
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=179
2020-11-24 21:16:17 +00:00
f8ea6795ac
(jsc#PM-2335)
...
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=178
2020-11-24 20:05:45 +00:00
869be1f2bf
- Add cloud-init-azure-def-usr-pass.patch (bsc#1179150, bsc#1179151)
...
+ Properly set the password for the default user in all circumstances
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=177
2020-11-24 12:48:54 +00:00
1bec23819b
- Patch the full package version into the cloud-init version file
...
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=176
2020-11-13 19:44:44 +00:00
e0a3626f42
- Update cloud-init-write-routes.patch (bsc#1177526)
...
+ Fix missing default route when dual stack network setup is used. Once
a default route was configured for Ipv6 or IPv4 the default route
configuration for the othre protocol was skipped.
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=175
2020-11-10 11:41:01 +00:00
b0c63d0e77
- Update cloud-init-write-routes.patch (bsc#1177526)
...
+ Avoid exception if no gateway information is present and warning
is triggered for existing routing.
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=174
2020-10-17 10:31:14 +00:00
04ac085278
- Update to version 20.2 (bsc#1174443, bsc#1174444)
...
+ Remove patches included upstream:
- 0001-Make-tests-work-with-Python-3.8-139.patch
- cloud-init-ostack-metadat-dencode.patch
- cloud-init-use-different-random-src.diff
- cloud-init-long-pass.patch
- cloud-init-mix-static-dhcp.patch
+ Remove patches build switched to Python 3 for all distributions
- cloud-init-python2-sigpipe.patch
- cloud-init-template-py2.patch
+ Add
- cloud-init-after-kvp.diff
- cloud-init-recognize-hpc.patch
+ doc/format: reference make-mime.py instead of an inline script (#334 )
+ Add docs about creating parent folders (#330 ) [Adrian Wilkins]
+ DataSourceNoCloud/OVF: drop claim to support FTP (#333 ) (LP: #1875470 )
+ schema: ignore spurious pylint error (#332 )
+ schema: add json schema for write_files module (#152 )
+ BSD: find_devs_with_ refactoring (#298 ) [Gonéri Le Bouder]
+ nocloud: drop work around for Linux 2.6 (#324 ) [Gonéri Le Bouder]
+ cloudinit: drop dependencies on unittest2 and contextlib2 (#322 )
+ distros: handle a potential mirror filtering error case (#328 )
+ log: remove unnecessary import fallback logic (#327 )
+ .travis.yml: don't run integration test on ubuntu/* branches (#321 )
+ More unit test documentation (#314 )
+ conftest: introduce disable_subp_usage autouse fixture (#304 )
+ YAML align indent sizes for docs readability (#323 ) [Tak Nishigori]
+ network_state: add missing space to log message (#325 )
+ tests: add missing mocks for get_interfaces_by_mac (#326 ) (LP: #1873910 )
+ test_mounts: expand happy path test for both happy paths (#319 )
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=173
2020-08-07 16:48:46 +00:00
ba3c773df0
- Disable testing to aid elimination of unittest2 in Factory
...
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=172
2020-06-18 12:12:37 +00:00
3557d87262
Accepting request 810194 from home:jgleissner:branches:Cloud:Tools
...
- Change log only update to reference bsc#1171995
OBS-URL: https://build.opensuse.org/request/show/810194
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=171
2020-06-02 14:40:52 +00:00
8cc9dbb9ca
Accepting request 808301 from home:mloviska:branches:Cloud:Tools
...
- bsc#1170154: rsyslog warning, '~' is deprecated
+ replace deprecated syntax '& ~' by '& stop'
for more information please see https://www.rsyslog.com/rsyslog-error-2307/
OBS-URL: https://build.opensuse.org/request/show/808301
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=170
2020-05-27 12:22:47 +00:00
ae005709db
Accepting request 807342 from home:jgleissner:branches:Cloud:Tools
...
Handle netconfig v2 device configurations (bsc#1171546)
OBS-URL: https://build.opensuse.org/request/show/807342
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=169
2020-05-19 19:06:35 +00:00
ea84c3187e
- Update to cloud-init 19.2 (bsc#1099358, bsc#1145622)
...
- Update cloud-init-write-routes.patch (boo#1144881, bsc#1148645)
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=168
2020-04-03 13:32:19 +00:00
f618f6b3f1
- Update cloud-init-write-routes.patch
...
+ In cases where the config contains 2 or more default gateway
specifications for an interface only write the first default route,
log warning message about skipped routes
+ Avoid writing invalid route specification if neither the network
nor destination is specified in the route configuration
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=167
2020-03-27 12:40:41 +00:00
62128da3ea
- Update cloud-init-write-routes.patch
...
+ Still need to consider the "network" configuration uption
for the v1 config implementation. Fixes regression
introduced with update from Wed Feb 12 19:30:42
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=166
2020-03-26 17:22:08 +00:00
d59aba31a6
- Update cloud-init-write-routes.patch (bsc#1165296)
...
+ Add the default gateway to the ifroute config file when specified
as part of the subnet configuration
+ Fix typo to properly extrakt provided netmask data (bsc#1163178)
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=165
2020-03-25 19:41:57 +00:00
d41fefb9da
Accepting request 766918 from home:dimstar:Factory
...
- BuildRequire pkgconfig(udev) instead of udev: allow OBS to
shortcut through the -mini flavor.
OBS-URL: https://build.opensuse.org/request/show/766918
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=164
2020-03-08 11:35:55 +00:00
1b2a3c0e23
- Add cloud-init-long-pass.patch (bsc#1162936, CVE-2020-8632)
...
+ Increase the default length of generated passwords
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=163
2020-02-13 14:08:57 +00:00
d3536e70a5
- Add cloud-init-use-different-random-src.diff (bsc#1162937, CVE-2020-8631)
...
+ Use non-deterministic generator for password generation.
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=162
2020-02-12 22:40:02 +00:00