From 0da235f37294624aeb7977ea064a9bb303962328 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 13:18:20 +0000 Subject: [PATCH] chore(master): release 0.15.0 --- CHANGELOG.md | 13 +++++++++++++ lib/foreman_fog_proxmox/version.rb | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5696a6ba..3dd7a5e4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.15.0](https://github.com/theforeman/foreman_fog_proxmox/compare/v0.14.3...v0.15.0) (2023-10-18) + + +### Features + +* Add Cloudinit support using iso image ([#294](https://github.com/theforeman/foreman_fog_proxmox/issues/294)) ([55e22a1](https://github.com/theforeman/foreman_fog_proxmox/commit/55e22a1f58c78371870a25aae9d14f62a096a42d)), closes [#296](https://github.com/theforeman/foreman_fog_proxmox/issues/296) + + +### Bug Fixes + +* Fixes DNS issue for host deployment with nic identifier ([#293](https://github.com/theforeman/foreman_fog_proxmox/issues/293)) ([abd790a](https://github.com/theforeman/foreman_fog_proxmox/commit/abd790a7f286e4fffc4d80a4415af2a44c9baa0c)), closes [#292](https://github.com/theforeman/foreman_fog_proxmox/issues/292) +* Increase visibility of Main Options ([#287](https://github.com/theforeman/foreman_fog_proxmox/issues/287)) ([1b5fd16](https://github.com/theforeman/foreman_fog_proxmox/commit/1b5fd16f73a18adb521d661db555bcae5b20ff0c)), closes [#288](https://github.com/theforeman/foreman_fog_proxmox/issues/288) + ## [0.14.3](https://github.com/theforeman/foreman_fog_proxmox/compare/v0.14.2...v0.14.3) (2023-08-25) diff --git a/lib/foreman_fog_proxmox/version.rb b/lib/foreman_fog_proxmox/version.rb index 0c5069d17..cc5f67c56 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.14.3' + VERSION = '0.15.0' end