From 46af8b1b0ca7bfb73f8163df44326c709f56414b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 10:01:52 +0100 Subject: [PATCH] chore(master): release 0.17.1 (#374) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ lib/foreman_fog_proxmox/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40544b34b..7d992e9d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.17.1](https://github.com/theforeman/foreman_fog_proxmox/compare/v0.17.0...v0.17.1) (2024-11-06) + + +### Bug Fixes + +* Only remove network interface section if compute resource is proxmox ([#371](https://github.com/theforeman/foreman_fog_proxmox/issues/371)) ([04082e4](https://github.com/theforeman/foreman_fog_proxmox/commit/04082e4e57573b5f708bc8945e70edca81774e12)) +* Readd storage to host's compute details ([#373](https://github.com/theforeman/foreman_fog_proxmox/issues/373)) ([5dea655](https://github.com/theforeman/foreman_fog_proxmox/commit/5dea65590299b1187e88e333b8b8782c53e5cac9)) + ## [0.17.0](https://github.com/theforeman/foreman_fog_proxmox/compare/v0.16.2...v0.17.0) (2024-10-02) diff --git a/lib/foreman_fog_proxmox/version.rb b/lib/foreman_fog_proxmox/version.rb index d7d35e50f..a9cb86504 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.17.0' + VERSION = '0.17.1' end