diff --git a/CHANGELOG.md b/CHANGELOG.md index 553f3fb3c..e1f132042 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [0.16.2](https://github.com/theforeman/foreman_fog_proxmox/compare/v0.16.1...v0.16.2) (2024-10-02) + + +### Features + +* Add provisioning template for cloudinit user data ([#345](https://github.com/theforeman/foreman_fog_proxmox/issues/345)) ([3aa8b13](https://github.com/theforeman/foreman_fog_proxmox/commit/3aa8b1368675bc75cb1fbf35ee6135f49e5a59a6)) + + +### Bug Fixes + +* Add cpu types to qemu server ([#348](https://github.com/theforeman/foreman_fog_proxmox/issues/348)) ([c0cb16b](https://github.com/theforeman/foreman_fog_proxmox/commit/c0cb16b584cca158ad3b1303d421fcafe04b0d12)), closes [#347](https://github.com/theforeman/foreman_fog_proxmox/issues/347) +* Fix network interface capitalize issue ([#338](https://github.com/theforeman/foreman_fog_proxmox/issues/338)) ([7c285cb](https://github.com/theforeman/foreman_fog_proxmox/commit/7c285cb6e9293d0c484d1d79e181f56a30584588)) +* fixes react UI issues which prevented host creation and edit ([#337](https://github.com/theforeman/foreman_fog_proxmox/issues/337)) ([a40c106](https://github.com/theforeman/foreman_fog_proxmox/commit/a40c1061f7a5a71dd8f13279ce3ed43fb97e0d72)) +* Prevent mount point volid to change on host edit ([#341](https://github.com/theforeman/foreman_fog_proxmox/issues/341)) ([c552fd2](https://github.com/theforeman/foreman_fog_proxmox/commit/c552fd20b8be20b81a25b09e173ce9f91b3eec19)) +* Update CPU types list to provide all available types in Proxmox server. ([#350](https://github.com/theforeman/foreman_fog_proxmox/issues/350)) ([a7531fd](https://github.com/theforeman/foreman_fog_proxmox/commit/a7531fdcec2168567e11904db5776d03ce36b844)) + + +### Miscellaneous Chores + +* release 0.16.2 ([#354](https://github.com/theforeman/foreman_fog_proxmox/issues/354)) ([1f44d6f](https://github.com/theforeman/foreman_fog_proxmox/commit/1f44d6f92ed330f500f39db32c9cee4f96eb04f0)) + ## [0.16.1](https://github.com/theforeman/foreman_fog_proxmox/compare/v0.16.0...v0.16.1) (2024-07-24) diff --git a/lib/foreman_fog_proxmox/version.rb b/lib/foreman_fog_proxmox/version.rb index b001cfed2..4959755f4 100644 --- a/lib/foreman_fog_proxmox/version.rb +++ b/lib/foreman_fog_proxmox/version.rb @@ -18,5 +18,5 @@ # along with ForemanFogProxmox. If not, see . module ForemanFogProxmox - VERSION = '0.16.1' + VERSION = '0.16.2' end