Skip to content

Commit dfd3b4c

Browse files
chore(0.16-stable): release 0.16.3 (#385)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8e0d3c4 commit dfd3b4c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## [0.16.3](https://github.com/theforeman/foreman_fog_proxmox/compare/v0.16.2...v0.16.3) (2024-11-07)
4+
5+
6+
### Bug Fixes
7+
8+
* Only remove network interface section if compute resource is proxmox ([#371](https://github.com/theforeman/foreman_fog_proxmox/issues/371)) ([22cb534](https://github.com/theforeman/foreman_fog_proxmox/commit/22cb534d5e3a59219cffc88f080d4d6c3e6f9257))
9+
* Readd storage to host's compute details ([#373](https://github.com/theforeman/foreman_fog_proxmox/issues/373)) ([b3a5bb3](https://github.com/theforeman/foreman_fog_proxmox/commit/b3a5bb34dca98b02ab9451e8a5fbd49f7c20f3c2))
10+
* release please default branch ([#384](https://github.com/theforeman/foreman_fog_proxmox/issues/384)) ([8e0d3c4](https://github.com/theforeman/foreman_fog_proxmox/commit/8e0d3c499c5a2ca66fc016bbb3679b189c8a3043))
11+
12+
13+
### Miscellaneous Chores
14+
15+
* **0.16-stable:** release 0.16.3 ([b8a842c](https://github.com/theforeman/foreman_fog_proxmox/commit/b8a842c7efda25d3c5ba556f9d8865a468e6c460))
16+
* **0.16-stable:** release 0.16.3 ([#382](https://github.com/theforeman/foreman_fog_proxmox/issues/382)) ([8679fa2](https://github.com/theforeman/foreman_fog_proxmox/commit/8679fa200f33cca828fe542e1e2795b639adda5a))
17+
318
## [0.16.2](https://github.com/theforeman/foreman_fog_proxmox/compare/v0.16.1...v0.16.2) (2024-10-02)
419

520

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.2'
21+
VERSION = '0.16.3'
2222
end

0 commit comments

Comments
 (0)