Skip to content

Commit

Permalink
add molecule_multipass to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
theko2fi committed Mar 1, 2024
1 parent 1dc0c4d commit 140be9a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@ Release Date: 2024-02-29
The collection now contains module and option to manage directory mapping between host and Multipass virtual machines.


It also contains a Multipass driver for Molecule which allow to use Multipass instances for provisioning test resources.


Minor Changes
-------------

- molecule_multipass - a Multipass driver for Molecule.
- multipass_vm - add ``mount`` option which allows to mount host directories inside multipass instances.

New Modules
Expand Down
8 changes: 7 additions & 1 deletion changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ releases:
0.3.0:
changes:
minor_changes:
- molecule_multipass - a Multipass driver for Molecule.
- multipass_vm - add ``mount`` option which allows to mount host directories
inside multipass instances.
release_summary: 'Release Date: 2024-02-29
Expand All @@ -81,6 +82,11 @@ releases:
The collection now contains module and option to manage directory mapping
between host and Multipass virtual machines.
It also contains a Multipass driver for Molecule which allow to use Multipass
instances for provisioning test resources.
'
fragments:
- v0.3.0.yaml
Expand All @@ -89,4 +95,4 @@ releases:
machine
name: multipass_mount
namespace: ''
release_date: '2024-02-29'
release_date: '2024-03-01'
6 changes: 5 additions & 1 deletion changelogs/fragments/v0.3.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@ release_summary: |
Release Date: 2024-02-29
The collection now contains module and option to manage directory mapping between host and Multipass virtual machines.
It also contains a Multipass driver for Molecule which allow to use Multipass instances for provisioning test resources.
minor_changes:
- multipass_vm - add ``mount`` option which allows to mount host directories inside multipass instances.
- multipass_vm - add ``mount`` option which allows to mount host directories inside multipass instances.
- molecule_multipass - a Multipass driver for Molecule.

0 comments on commit 140be9a

Please sign in to comment.