Skip to content

Commit a3f22a3

Browse files
updates for 1.2.0
1 parent 84ef061 commit a3f22a3

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,16 @@ If you see errors like this...
3939
4040
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.
4141

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
51+
4252
# Developers
4353
- Nate Patwardhan <npatwardhan@netboxlabs.com>
4454

@@ -47,8 +57,8 @@ If you see errors like this...
4757
## Known Issues
4858
- *Only* supports SCSI disk types (this is possibly fine as Proxmox predomininantly provisions disks as SCSI)
4959
- Does not currently support Proxmox VM creation to a Proxmox cluster, but is only node-based
50-
- Needs better reconciliation on the NetBox end when Proxmox->NetBox discovery is used
5160

5261
## Roadmap -- Delivery
62+
- Integration with NetBox Discovery/Assurance
5363
- DNS update support (requires NetBox `netbox-dns` plugin)
5464
- Maybe evolve into to a NetBox plugin for Proxmox

0 commit comments

Comments
 (0)