-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathChangelog.txt
29 lines (20 loc) · 1.02 KB
/
Changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Changelog of Update Proxmox VM Playbook:
Version 1.7.0
- Added dist_upgrade variable to control for dist-upgrade option during apt
Version 1.6.1
- Added collection requirements for community.general
Version 1.6.0
- fixed linting errors and specified fqdn module names
Version 1.5.0
- Added LXC support
Version 1.4.0
- OpenSuse / SLES Systems are now supported for patching it with this playbook
Version 1.3.0
- You can now specify if a VM should be rebooted after an Update / Patch installation if needed (Only works for Debian / Ubuntu atm)
Version 1.2.0
- Updating a VM is now handled within a Block. So when one VM fails (for whatever Reason), the Job will continue.
- When you take a Snapshot with this Automation. It is taken now before patching the VM. Not afterwards.
Version 1.1.0
- New Feature: You now can specify it a snapshot of a VM should be taken after updating the VM. This can be done by using the snapshot Variable in the vm_list dictionary
Version 1.0.0
- Initial Version