You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,16 @@ If you see errors like this...
39
39
40
40
Try uninstalling `mkdocs` from your package manager, (e.g. `brew uninstall mkdocs`) and just using the version installed by `pip`. It seems that `mkdocs` doesn't like it when you've installed it using different methods.
41
41
42
+
# What's New in 1.2.0
43
+
- Adds LXC support
44
+
- Adds the ability to define 'vmid' for both VM and LXC, rather than taking a default value from Proxmox
45
+
- Adds "discovery" of Proxmox VM and LXC disks and auto-creation of VM disk objects in NetBox
46
+
- Adds rudimentary Proxmox VM and LXC discovery through convenience script
47
+
- Adds AWX initial setup through convenience script (uses awxkit)
48
+
- Convenience script changes to accommodate LXC requirements
49
+
- Can dynamically build webhooks and event rules from current AWX state through convenience script
50
+
- Adds customization changes for LXC-specific requirements
0 commit comments