Revisions of python-azure-agent

Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 63)
- Add proper_dhcp_config_set.patch (bsc#1173866)
  + Properly set the dhcp configuration to push the hostname to the DHCP
    server
  + Do not bring the interface down to push the hostname, just use ifup
buildservice-autocommit accepted request 790353 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 62)
baserev update by copy to link target
Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 61)
- Add paa_use_hostnamectl.patch (bsc#1167601, bsc#1167602)
  + Set the hostname using hostnamectl to ensure setting is
    properly applied
buildservice-autocommit accepted request 770796 from Alexander Osthof's avatar Alexander Osthof (aosthof) (revision 60)
baserev update by copy to link target
Alexander Osthof's avatar Alexander Osthof (aosthof) accepted request 769697 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 59)
Shortcut through -mini
buildservice-autocommit accepted request 755926 from Robert Schweikert's avatar Robert Schweikert (rjschwei) (revision 58)
baserev update by copy to link target
Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 57)
- Update to version 2.2.45 (jsc#ECO-80)
Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 56)
- Update to version 2.2.45 (jsc#ECOi-80)
Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 55)
- Update to version 2.2.45
  + Remove paa_cve_2019-0804.patch, included upstream
  + Add support for Gen2 VM resource disks
  + Use alternate systemd detection
  + Fix /proc/net/route requirement that causes errors on FreeBSD
  + Add cloud-init auto-detect to prevent multiple provisioning mechanisms
    from relying on configuration for coordination
  + Disable cgroups when daemon is setup incorrectly
  + Remove upgrade extension loop for the same goal state
  + Add container id for extension telemetry events
  + Be more exact when detecting IMDS service health
  + Changing add_event to start sending missing fields
- From 2.2.44
  + Remove outdated extension ZIP packages
  + Improved error handling when starting extensions using systemd
  + Reduce provisioning time of some custom images
  + Improve the handling of extension download errors
  + New API for extension authors to handle errors during extension update
  + Fix handling of errors in calls to openssl
  + Improve logic to determine current distro
  + Reduce verbosity of several logging statements
- From 2.2.42
  + Poll for artifact blob, addresses goal state procesing issue
- From 2.2.41
  + Rewriting the mechanism to start the extension using systemd-run for
    systems using systemd for managing
  + Refactoring of resource monitoring framework using cgroup for both
    systemd and non-systemd approaches [#1530, #1534]
  + Telemetry pipeline for resource monitoring data
- From 2.2.40
buildservice-autocommit accepted request 685775 from Robert Schweikert's avatar Robert Schweikert (rjschwei) (revision 54)
baserev update by copy to link target
Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 53)
- Add paa_cve_2019-0804.patch (bsc#1127838)
  - An issue with swapfile handling in the agent creates a data leak situation
    that exposes system memory data.

- Update to 2.2.36 (bsc#1119542)
  - Remove, included upstream
    + paa_fix_driver_install_detect.patch
    + paa_rdma_install_proper_driver.patch
    + 0001-Obtain-platform-information-in-Python-version-depend.patch
    + 0001-Detect-openSUSE-and-SLES.patch
    + 0001-Handle-the-disapperance-of-net-tools.patch
    + 0001-Properly-detect-SLES-15-for-rdma-support.patch
  - Forward port agent-no-auto-update.patch
  - [#1451] Do not utf-8 encode telemetry messages
- From 2.2.35
  + [#1434] Use files instead of pipes to capture stdout/stderr
  + [#1431] Prevent multiple downloads of zips
  + [#1418] Add main module to Python's egg
  + [#1416] Fix UTF-8 encoding for telemetry payload
  + [#1408] Honor the 'no_proxy' flag
  + [#1391, #1401, #1441] Azure Stack improvements
  + [#1384] Write status file in WALinuxAgent lib folder
  + [#1375] Add support for Redhat
  + [#1373] Handle different kernel builds on SUSE Linux Enterprise
  + [#1365, #1385, #1389] Fixes for RDMA
- From 2.2.34
  + [#1397] Send events when extensions fail to complete operation
  + [#1394/#1366] Fix the threshold telemetry issue
  + [#1298] Implementing extension sequencing in azure Linux agent
  + [#1340] Allow Clear Linux detection in python2 and python3
buildservice-autocommit accepted request 620732 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 52)
baserev update by copy to link target
Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 51)
- Remove paa_up_only_to_push_hostname.patch
  + Turns out the issue was a kernel bug and while ifdown ifup sequence to
    bounce the hostname to the DHCP server is overkill we do not
    want to carry a "cosmetic" patch
Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 50)
- Add paa_up_only_to_push_hostname.patch (bsc#1094420)
Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 49)
- Add 0001-Handle-the-disapperance-of-net-tools.patch (bsc#1092831)
  + Switch to using "ip route" command
- Add paa_sudo_sle15_nopwd.patch
  + Work around issue where SLE 15 will not accept the user password when
    using sudo, cause unknown, needed to time constraints w.r.t. release
- Add 0001-Properly-detect-SLES-15-for-rdma-support.patch
  + Properly detect SLES 15 for RDMA support
Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 48)
- Add 0001-Detect-openSUSE-and-SLES.patch (bsc#1087764)
  + Properly detect SLES 15 and openSUSE Leap 15 in Python 3
Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 47)
- Update paa_force_py3_sle15.patch (bsc#1061584)
Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 46)
- Update paa_force_py3_sle15.patch
  + Another reference to python, which points to python2
buildservice-autocommit accepted request 583706 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 45)
baserev update by copy to link target
Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 44)
- Add paa_force_py3_sle15.patch
  + Force use of Python 3 for SLE 15 and later
Displaying revisions 61 - 80 of 123
openSUSE Build Service is sponsored by