Skip to content

Commit 00db43f

Browse files
chore(master): release 0.16.2 (#356)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1f44d6f commit 00db43f

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [0.16.2](https://github.com/theforeman/foreman_fog_proxmox/compare/v0.16.1...v0.16.2) (2024-10-02)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Bug Fixes
12+
13+
* 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)
14+
* 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))
15+
* 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))
16+
* 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))
17+
* 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))
18+
19+
20+
### Miscellaneous Chores
21+
22+
* release 0.16.2 ([#354](https://github.com/theforeman/foreman_fog_proxmox/issues/354)) ([1f44d6f](https://github.com/theforeman/foreman_fog_proxmox/commit/1f44d6f92ed330f500f39db32c9cee4f96eb04f0))
23+
324
## [0.16.1](https://github.com/theforeman/foreman_fog_proxmox/compare/v0.16.0...v0.16.1) (2024-07-24)
425

526

lib/foreman_fog_proxmox/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
# along with ForemanFogProxmox. If not, see <http://www.gnu.org/licenses/>.
1919

2020
module ForemanFogProxmox
21-
VERSION = '0.16.1'
21+
VERSION = '0.16.2'
2222
end

0 commit comments

Comments
 (0)