Skip to content

Commit

Permalink
chore(master): release 0.16.2 (theforeman#356)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 2, 2024
1 parent 1f44d6f commit 00db43f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lib/foreman_fog_proxmox/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
# along with ForemanFogProxmox. If not, see <http://www.gnu.org/licenses/>.

module ForemanFogProxmox
VERSION = '0.16.1'
VERSION = '0.16.2'
end

0 comments on commit 00db43f

Please sign in to comment.