Gitea-Actions
56306d1e71
All checks were successful
build-deploy / Bump version and create changelog with commitizen (push) Has been skipped
33 lines
1.2 KiB
Markdown
33 lines
1.2 KiB
Markdown
## v0.1.0 (2024-11-09)
|
|
|
|
### Feat
|
|
|
|
- only allow starting and managing running services.
|
|
- **core**: change namespace
|
|
- **sample**: added sample file in defaults/
|
|
- **template**: do not print new lines if value of flag is None
|
|
- **cicd**: add publish job
|
|
- **cicd**: add unit testing jobs
|
|
- **tests**: added custom tests for both vagrant and docker
|
|
- **tests**: add testing for the default values on both docker and vagrant
|
|
- **readme**: update documentation on variables
|
|
- **template**: move flag formatting to filter_plugin
|
|
- **template**: test the type of data against list to enable passing integers or strings or lists
|
|
- **template**: add support for simple string flags
|
|
- **readme**: credits mhutter for original material
|
|
- **template**: add support for passing all docker run arguments
|
|
- **readme**: add requirements for docker being installed
|
|
- **ci**: add linting job
|
|
- **readme**: added description for all variables
|
|
- **molecule**: add default and default_vagrant tests
|
|
- make everything mostly work
|
|
- simple copy from mhutter role
|
|
|
|
### Fix
|
|
|
|
- typo in install.yml file
|
|
- handlers running in unpredictable ways
|
|
- change test scenario names in CICD
|
|
- wrong link in readme
|
|
- linting
|