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.2"
".": "0.2.0"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to the `startcloud.startcloud_roles` collection are
documented here.

## [0.2.0](https://github.com/STARTcloud/startcloud_roles/compare/v0.1.2...v0.2.0) (2026-08-09)


### Features

* harden roles for per-service coordination and idempotent reruns ([c9ea8d4](https://github.com/STARTcloud/startcloud_roles/commit/c9ea8d41987af98733dbfd831c88857f066fdca8))
* support fixed uid and gid for the service account ([75f95b9](https://github.com/STARTcloud/startcloud_roles/commit/75f95b92fdbe2fdf42fd7cdfeae679371e995282))


### Bug Fixes

* adding cloud-init support for Digitial Ocean VMs ([6dac5e5](https://github.com/STARTcloud/startcloud_roles/commit/6dac5e5c690f33ec92f184190395e2400bddabca))
* adding more cloud providers to amazon ([9bb94ec](https://github.com/STARTcloud/startcloud_roles/commit/9bb94ec6ec802529707e644608810037c9296b52))
* adding more swithcboard updates ([2051ac4](https://github.com/STARTcloud/startcloud_roles/commit/2051ac4b1d45ea4cbb68877c6671e76f813d3226))
* adding some switchboard related vars to the base roels ([9c253e9](https://github.com/STARTcloud/startcloud_roles/commit/9c253e9c13506b7d40d45464c8dc922623b94b8b))
* Cleaning up Roles and adding molecule tests ([c861f8c](https://github.com/STARTcloud/startcloud_roles/commit/c861f8cc12d707dbffca6eaaeffdd445bfa72d34))
* make CI resolve collections from the workspace tree and drop the empty-vars include ([164d8b0](https://github.com/STARTcloud/startcloud_roles/commit/164d8b056b4553e5aab04eaf01d235da9bc63447))
* MPP Digital Ocean based Wix DNS'd stie changes and Switchboard changes ([4c1e806](https://github.com/STARTcloud/startcloud_roles/commit/4c1e8062cb5ba28bcebdd4b6c6edce5bc14c5916))
* startcloud DNS role ([fc318cd](https://github.com/STARTcloud/startcloud_roles/commit/fc318cde7b61e332e8216cbc42b65dcc0abd13c4))

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


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.2 # x-release-please-version
version: 0.2.0 # x-release-please-version
readme: "README.md"
repository: https://github.com/STARTcloud/startcloud_roles
documentation: https://github.com/STARTcloud/startcloud_roles
Expand Down