Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.1.1"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to the `startcloud.startcloud_roles` collection are
documented here.

## [0.1.1](https://github.com/STARTcloud/startcloud_roles/compare/v0.1.0...v0.1.1) (2026-07-28)


### Bug Fixes

* asterisk role ([c168a2b](https://github.com/STARTcloud/startcloud_roles/commit/c168a2bf7b5b961cf07941e8e1ee86c0172bfbe4))
* CI/CD ([694e183](https://github.com/STARTcloud/startcloud_roles/commit/694e1838c41de2ca95a04efc96b60fab698b0c1f))
* haxe role ([092490d](https://github.com/STARTcloud/startcloud_roles/commit/092490decd58d5136f376c31631e939ae64aad80))
* networking for domino ([97ee290](https://github.com/STARTcloud/startcloud_roles/commit/97ee2903e86631b442c98b5563ab74d6e3b6c70f))
* networking for domino ([5c6c0d3](https://github.com/STARTcloud/startcloud_roles/commit/5c6c0d3cf5190aa126a0fb811d4857a8c787b89d))
* networking for domino ([97c924d](https://github.com/STARTcloud/startcloud_roles/commit/97c924db13597510ba1cdebc45baeb7fd873a243))
* updating sdkman role ([9381be5](https://github.com/STARTcloud/startcloud_roles/commit/9381be58ef13d668200dc64f8d3fd4a8be20f676))
* wrap overlong enabled_roles expression for ansible-lint ([55e5299](https://github.com/STARTcloud/startcloud_roles/commit/55e5299b37b787ef4707a21f463d810a523aa85d))

## [0.1.0](https://github.com/STARTcloud/startcloud_roles/compare/v0.0.1...v0.1.0) (2026-07-26)


Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: startcloud
name: startcloud_roles
version: 0.1.0 # x-release-please-version
version: 0.1.1 # x-release-please-version
readme: "README.md"
repository: https://github.com/STARTcloud/startcloud_roles
documentation: https://github.com/STARTcloud/startcloud_roles
Expand Down
Loading