diff --git a/CHANGELOG.md b/CHANGELOG.md index eb0e4b0..28a76d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ This project uses [Semantic Versioning](https://semver.org/) - MAJOR.MINOR.PATCH # Changelog +## v2.0.0 (2024-08-08) + + +### Changed + +- changed parameter structure for profiles [#9](https://github.com/salt-extensions/saltext-proxmox/issues/9) +- removed custom parameters for VMs (ip_address). instead, VM parameters are forwarded directly to proxmox api [#21](https://github.com/salt-extensions/saltext-proxmox/issues/21) +- removed arbitrary limit for indexed parameters. instead, VM parameters are forwarded directly to proxmox api [#29](https://github.com/salt-extensions/saltext-proxmox/issues/29) + + +### Added + +- VM parameters are forwarded directly to proxmox api. the documentation references the proxmox api docs to look up possible parameters [#12](https://github.com/salt-extensions/saltext-proxmox/issues/12) + + ## v1.1.0 (2023-10-11) ### Removed diff --git a/changelog/12.added.md b/changelog/12.added.md deleted file mode 100644 index cb2dfee..0000000 --- a/changelog/12.added.md +++ /dev/null @@ -1 +0,0 @@ -VM parameters are forwarded directly to proxmox api. the documentation references the proxmox api docs to look up possible parameters diff --git a/changelog/21.changed.md b/changelog/21.changed.md deleted file mode 100644 index ba20ac5..0000000 --- a/changelog/21.changed.md +++ /dev/null @@ -1 +0,0 @@ -removed custom parameters for VMs (ip_address). instead, VM parameters are forwarded directly to proxmox api diff --git a/changelog/29.changed.md b/changelog/29.changed.md deleted file mode 100644 index 83d6846..0000000 --- a/changelog/29.changed.md +++ /dev/null @@ -1 +0,0 @@ -removed arbitrary limit for indexed parameters. instead, VM parameters are forwarded directly to proxmox api diff --git a/changelog/9.changed.md b/changelog/9.changed.md deleted file mode 100644 index dfdf1e6..0000000 --- a/changelog/9.changed.md +++ /dev/null @@ -1 +0,0 @@ -changed parameter structure for profiles