Revisions of cloud-init

Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 113)
- Add cloud-init-norename-w-debug.patch (bsc#1211957)
Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 112)
- Update to version 23.3 (bsc#1216011, bsc#1215794)
Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 111)
apply all patches
Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 110)
  + Update
    - cloud-init-write-routes.patch (bsc#1216007)
  + Bump pycloudlib to 1!5.1.0 for ec2 mantic daily image support (#4390)
  + Fix cc_keyboard in mantic (LP: #2030788)
  + ec2: initialize get_instance_userdata return value to bytes (#4387)
    [Noah Meyerhans]
  + cc_users_groups: Add doas/opendoas support (#4363) [dermotbradley]
  + Fix pip-managed ansible
  + status: treat SubState=running and MainPID=0 as service exited
  + azure/imds: increase read-timeout to 30s (#4372) [Chris Patterson]
  + collect-logs fix memory usage (SC-1590) (#4289)
    [Alec Warren] (LP: #1980150)
  + cc_mounts: Use fallocate to create swapfile on btrfs (#4369) [王煎饼]
  + Undocument nocloud-net (#4318)
  + feat(akamai): add akamai to settings.py and apport.py (#4370)
  + read-version: fallback to get_version when git describe fails (#4366)
  + apt: fix cloud-init status --wait blocking on systemd v 253 (#4364)
  + integration tests: Pass username to pycloudlib (#4324)
  + Bump pycloudlib to 1!5.1.0 (#4353)
  + cloud.cfg.tmpl: reorganise, minimise/reduce duplication (#4272)
    [dermotbradley]
  + analyze: fix (unexpected) timestamp parsing (#4347) [Mina Galić]
  + cc_growpart: fix tests to run on FreeBSD (#4351) [Mina Galić]
  + subp: Fix spurious test failure on FreeBSD (#4355) [Mina Galić]
  + cmd/clean: fix tests on non-Linux platforms (#4352) [Mina Galić]
  + util: Fix get_proc_ppid() on non-Linux systems (#4348) [Mina Galić]
  + cc_wireguard: make tests pass on FreeBSD (#4346) [Mina Galić]
  + unittests: fix breakage in test_read_cfg_paths_fetches_cached_datasource
    (#4328) [Ani Sinha]
  + Fix test_tools.py collection (#4315)
Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 109)
- Update to version 23.3 (bsc#1216011)
  + Remove patches included upstream:
    - cloud-init-fix-ca-test.patch
    - cloud-init-cve-2023-1786-redact-instance-data-json-main.patch
    - cloud-init-power-rhel-only.patch
    - cloud-init-flake8-fixes.patch
  + Add
    - cloud-init-keep-flake.patch
    - cloud-init-lint-fixes.patch
 + Bump pycloudlib to 1!5.1.0 for ec2 mantic daily image support (#4390)
 + Fix cc_keyboard in mantic (LP: #2030788)
 + ec2: initialize get_instance_userdata return value to bytes (#4387)
   [Noah Meyerhans]
 + cc_users_groups: Add doas/opendoas support (#4363) [dermotbradley]
 + Fix pip-managed ansible
 + status: treat SubState=running and MainPID=0 as service exited
 + azure/imds: increase read-timeout to 30s (#4372) [Chris Patterson]
 + collect-logs fix memory usage (SC-1590) (#4289)
   [Alec Warren] (LP: #1980150)
 + cc_mounts: Use fallocate to create swapfile on btrfs (#4369) [王煎饼]
 + Undocument nocloud-net (#4318)
 + feat(akamai): add akamai to settings.py and apport.py (#4370)
 + read-version: fallback to get_version when git describe fails (#4366)
 + apt: fix cloud-init status --wait blocking on systemd v 253 (#4364)
 + integration tests: Pass username to pycloudlib (#4324)
 + Bump pycloudlib to 1!5.1.0 (#4353)
 + cloud.cfg.tmpl: reorganise, minimise/reduce duplication (#4272)
   [dermotbradley]
 + analyze: fix (unexpected) timestamp parsing (#4347) [Mina Galić]
 + cc_growpart: fix tests to run on FreeBSD (#4351) [Mina Galić]
Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 108)
osc copypac from project:Cloud:Tools package:cloud-init revision:215
Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 107)
- 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)
Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 106)
osc copypac from project:Cloud:Tools package:cloud-init revision:202
Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 105)
do not use six
Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 104)
  + Add cloud-init-micro-is-suse.patch (bsc#1203393) [Martin Petersen]
  + Add cloud-init-suse-afternm.patch
Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 103)
distros later than SLE 15 use NetworkManager, do not require wicked
Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 102)
own the new dir
Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 101)
package new file
Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 100)
another test dependency
Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 99)
handle removed function
Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 98)
test deps
Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 97)
more dependencies
Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 96)
another dependency
Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 95)
fix dependencies
Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 94)
no need to rm non existing file
Displaying revisions 1 - 20 of 113
openSUSE Build Service is sponsored by