File WALinuxAgent.changes of Package WALinuxAgent
-------------------------------------------------------------------
Fri Sep 26 12:03:18 UTC 2014 - rschweikert@suse.com
- Update to version 2.0.8
+ Fix for extension timeout handling
-------------------------------------------------------------------
Thu Aug 14 20:02:29 UTC 2014 - rschweikert@suse.com
- Update to version 2.0.7
+ Add warning for resource disk data loss
+ Multiple fixes for provisioning and extension handler
+ Add support for Gentoo
+ Multiple fixes for extension handler in status report and heartbeat
-------------------------------------------------------------------
Wed May 28 16:56:32 UTC 2014 - rschweikert@suse.com
- update to version 2.0.5 (bnc#880949)
+ Multiple fixes for FreeBSD provisioning
+ Add support for SLES 12
+ Multiple fixes for extension handler framework
- New logging support
- Add state handling for each extension
- Properly handle non-JSON extensions
- Several other bugfixes
+ Replace platform.* calls with DistInfo() function
+ Inherit from redhatDistro in centosDistro class
+ Fix hostname configuration for RHEL7-based systems
+ EnvMonitor - Set SCSI I/O timeout for all attached disks
-------------------------------------------------------------------
Mon Apr 14 19:25:12 UTC 2014 - rschweikert@suse.com
- update to version 2.0.4
+ Fix encoding issue in LogToFile() & LogToCon()
+ Add support for parsing ExtensionsConfiguration from GoalState document
+ Add support for the Fedora distribution
+ Several fixes to FreeBSDDistro class
-------------------------------------------------------------------
Thu Feb 13 06:10:47 UTC 2014 - rschweikert@suse.com
- include in SLE 12 (FATE #315991)
-------------------------------------------------------------------
Sat Jan 25 21:22:44 UTC 2014 - rschweikert@suse.com
- update to version 2.0.3
+ Add exception awareness to GetFileContents, SetFileContents, and
AppendFileContents
+ Fix publishHostname() - leave dhclient.conf alone if it is already
configured to send the system's current hostname to the DHCP server.
-------------------------------------------------------------------
Tue Jan 14 12:46:45 CET 2014 - aosthof@suse.de
- Update to 2.0.2 (bnc#858634)
-------------------------------------------------------------------
Wed Jan 1 13:37:54 UTC 2014 - rschweikert@suse.com
- update to version 2.0.2
+ remove obsolete patch waAgent_sysvfixes.diff (integrated upstream)
+ Fix UpdateAndPublishHostName() to use correct interface name
+ Specialize file mode of /etc/shadow when clearing the root password
+ Fix publishHostname() to use self.hostname_file_path
+ Remove reference to VM shutdown on "stopped" state. This behavior was an
artifact from pre-GA IaaS VMs on Windows Azure.
+ Revert to logging non-verbose by default
+ Revert to no swap setup by default (same as 1.x behavior)
-------------------------------------------------------------------
Wed Nov 27 14:30:41 UTC 2013 - rschweikert@suse.com
- do not own the systemd directories
- put the udev rules into /lib or /usr/lib based on distro
- guard the %pr and %post macros, fixes build on SLE
-------------------------------------------------------------------
Wed Nov 27 14:04:50 UTC 2013 - rschweikert@suse.com
- fix up the systemd macro use to handle install, updated etc properly
-------------------------------------------------------------------
Wed Nov 27 13:53:51 UTC 2013 - rschweikert@suse.com
- handle differences between systemd unit file location between
openSUSE 12.2 and later properly
-------------------------------------------------------------------
Wed Nov 27 13:11:43 UTC 2013 - rschweikert@suse.com
- Build as noarch also for SLE
-------------------------------------------------------------------
Tue Nov 26 16:30:48 CET 2013 - aosthof@suse.de
- Version 2.0.1 also fixes bnc#827744
-------------------------------------------------------------------
Thu Nov 21 11:25:28 CET 2013 - aosthof@suse.de
- Update to 2.0.1 (bnc#851550)
-------------------------------------------------------------------
Sat Nov 9 11:31:06 UTC 2013 - rschweikert@suse.com
- update to 2.0.1
+ Add support for CustomData
+ Add exception handling for external consumer scripts
+ Ensure correct unicode encoding for ovf-env.xml
+ Add self.service_cmd for distro compatibility
+ Fix DeleteAccount() with -deprovision+user
+ Save/Restore SELinux state during provision
- add waAgent_sysvfixes.diff
+ these changes missed the 2.0.1 release
-------------------------------------------------------------------
Mon Nov 4 20:21:03 UTC 2013 - rschweikert@suse.com
- some spec file clean up
-------------------------------------------------------------------
Tue Oct 15 14:41:53 UTC 2013 - rschweikert@suse.com
- update to 2.0.0
* Support for wire protocol 2012-11-30
* Added support for Python3 via 2to3
* Added support for new Linux distributions and FreeBSD (see README)
* Source is now importable as a python module
* Code refactor to ease task of adding/testing new Linux distributions and
improve code readability
* Add support for bootstrapping VMM agent for Linux when running in SCVMM
2012R2 environments (see README)
* Fix DVD detection for non-en locales
-------------------------------------------------------------------
Sun Aug 11 18:57:25 UTC 2013 - rschweikert@suse.com
- fix URL and fix dangling ' adressed buils issues on SLE
-------------------------------------------------------------------
Sun Aug 11 18:04:39 UTC 2013 - rschweikert@suse.com
- Update setup.py, fixes issues with prefix and root cmdline args
-------------------------------------------------------------------
Sat Aug 10 23:07:27 UTC 2013 - rschweikert@suse.com
- update to 1.3.4-PRE
* update spec file to take advantage of new setup.py
* Add support for bootstrapping VMM agent for Linux when running in SCVMM
2012R2 environments (see README)
* Add setup.py to assist in package creation
* Fix DVD detection for non-en locales
* Improve pyasn1 python module import
* Improve wire protocol version checking, remove superfluous warning
* Include support for walking /sys/bus/vmbus/devices for older distributions
* Include support for creation of sudoers.d for older distributions
* Remove old references to IsWindows() (used for testing)
* Fix agent exit if GoalState=None
* Fix unhandled socket exception (Util.HttpPost/Util._HttpGet)
* Agent verbose log lines are missing in log when 'verbose' option is used
-------------------------------------------------------------------
Thu Feb 28 11:23:38 UTC 2013 - mvyskocil@suse.com
- update to 1.3.2 (bnc#805648)
* Fix name error in _HttpGet/HttpPost exception handlers.
-------------------------------------------------------------------
Mon Feb 25 13:53:17 UTC 2013 - mvyskocil@suse.com
- update to 1.3.1 (bnc#805648)
* Merge RPM packaging information.
* Capture all system command output if an error has occurred. Normalization
of shell commands on python subprocess module.
* Duplicate non-verbose log output to /dev/console. This to support serial
logging from boot when console=/dev/ttyS0 is set in the kernel boot options.
* Merge Ubuntu packaging.
* Fixed typo in DVD mounting procedure, thanks Ante.
-------------------------------------------------------------------
Mon Feb 4 13:18:17 UTC 2013 - mvyskocil@suse.com
- fix a default disk format to ext3 (bec6ebca)
-------------------------------------------------------------------
Fri Feb 1 08:45:53 UTC 2013 - mvyskocil@suse.com
- fix a daemon startup
* upload new tarball with c7e152178 included
-------------------------------------------------------------------
Thu Jan 31 08:58:44 UTC 2013 - mvyskocil@suse.com
- drop the hyperv modalias - it does not work for Studio, but all
Azure appliances are built there
- add README.SUSE explaining the purpose of a package
-------------------------------------------------------------------
Thu Jan 24 13:03:36 UTC 2013 - mvyskocil@suse.com
- update to 1.3 (bnc#800269)
* error checking and robustness to DVD mounting operation during
provisioning
* Remove redundant check for IP and Port in LoadBalancerProbe
* Add check to self.computername to detect empty hostname in configuration
- limit installation on packages running under hyperv
- fix few issues from bnc#794736
* fix encoding and eol-style of README (now utf-8 and unix)
* /etc/waagent.conf is no longer noreplace
* init script now start a daemon only once
-------------------------------------------------------------------
Tue Dec 18 13:57:42 UTC 2012 - mvyskocil@suse.com
- fixes waagent status (bnc#794490)
-------------------------------------------------------------------
Wed Dec 12 14:17:02 UTC 2012 - mvyskocil@suse.com
- update to 1.2 (fate#314651)
* a bugfix release
- tarball comes from https://github.com/SUSE/WALinuxAgent/tree/SUSE
with SUSE patches allows packaging
-------------------------------------------------------------------
Fri Dec 7 17:44:54 CET 2012 - aosthof@suse.de
- Changed model in udev rule from "Msft Virtual Disk" to "Virtual
Disk"
-------------------------------------------------------------------
Fri Dec 7 14:05:40 CET 2012 - aosthof@suse.de
- Added %dir %{_sysconfdir}/udev to %files section
- Changed 99-azure-timeout.rules to be a %config file in %files
section due to RPMLint warning
-------------------------------------------------------------------
Fri Dec 7 13:51:30 CET 2012 - aosthof@suse.de
- Corrected %dir path in %files section
-------------------------------------------------------------------
Fri Dec 7 11:00:00 UTC 2012 - cthiel@suse.com
- add 99-azure-timeout.rules to increase default timeout for all disks attached
-------------------------------------------------------------------
Sun Nov 25 18:57:18 UTC 2012 - saschpe@suse.de
- Use actually existing (but randomly chosen) RPM group: System/Daemons
- Use SPDX-style license string (Apache-2.0)
- python-xml is a runtime requirement, not build time
- Require logrotate: for logrotation to actually work
- Install init script
- No need to depend on "python" on SUSE, RPM provides a dependency
on /usr/bin/python
- Install /etc/waagent.conf
-------------------------------------------------------------------
Sun Nov 25 18:23:10 UTC 2012 - saschpe@suse.de
- Cleanup spec file:
+ Never disable post-build-checks, fix the issues instead
- Change to github.com:saschpe/WALinuxAgent sources for until fixes
are merged upstream
-------------------------------------------------------------------
Fri Nov 9 00:00:00 UTC 2012 - walinuxagent@microsoft.com
- Added README and Changelog
- Updated version to 1.1 for release
-------------------------------------------------------------------
Thu May 17 00:00:00 UTC 2012 - walinuxagent@microsoft.com
- Initial WALinuxAgent packages.