Skip to content

Commit

Permalink
chore: create changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bellackn committed Jan 22, 2025
1 parent fce06b1 commit 9c9a986
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@ Bellackn Homelab Release Notes

.. contents:: Topics

v6.0.0
======

Release Summary
---------------

The `storage` parameter had to be removed from the `proxmox_lxc` role because
it has become mutually exclusive with `disk`.

Breaking Changes / Porting Guide
--------------------------------

- The `proxmox_lxc_storage` parameter was removed from the `proxmox_lxc` role.

Old way:
```yaml
proxmox_lxc_disk: 3
proxmox_lxc_storage: local
```

New way:
```yaml
proxmox_lxc_disk: local:3
```

v5.2.1
======
Expand Down
34 changes: 34 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,37 @@ releases:
- 13-ping-outside-vmid.yml
- v5.2.1_summary.yml
release_date: '2024-08-01'
6.0.0:
changes:
breaking_changes:
- 'The `proxmox_lxc_storage` parameter was removed from the `proxmox_lxc` role.
Old way:
```yaml
proxmox_lxc_disk: 3
proxmox_lxc_storage: local
```
New way:
```yaml
proxmox_lxc_disk: local:3
```
'
release_summary: 'The `storage` parameter had to be removed from the `proxmox_lxc`
role because
it has become mutually exclusive with `disk`.'
fragments:
- 14-storage-vs-disk.yml
- v6.0.0_summary.yml
release_date: '2025-01-22'
15 changes: 15 additions & 0 deletions changelogs/fragments/14-storage-vs-disk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
breaking_changes:
- |
The `proxmox_lxc_storage` parameter was removed from the `proxmox_lxc` role.
Old way:
```yaml
proxmox_lxc_disk: 3
proxmox_lxc_storage: local
```
New way:
```yaml
proxmox_lxc_disk: local:3
```
4 changes: 4 additions & 0 deletions changelogs/fragments/v6.0.0_summary.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
release_summary: |-
The `storage` parameter had to be removed from the `proxmox_lxc` role because
it has become mutually exclusive with `disk`.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: bellackn
name: homelab
version: 5.2.1
version: 6.0.0
readme: README.md
authors:
- Nico Bellack <[email protected]>
Expand Down

0 comments on commit 9c9a986

Please sign in to comment.