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.2.2"
".": "0.2.3"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.2.3](https://github.com/STARTcloud/startcloud_generic_provisioner/compare/startcloud_generic_provisioner/v0.2.2...startcloud_generic_provisioner/v0.2.3) (2026-07-27)


### Bug Fixes

* adding missing Github Fluff and updating validation ([feadf8e](https://github.com/STARTcloud/startcloud_generic_provisioner/commit/feadf8ec374c2a37ff1f085825241f7c6e65ddec))
* updating submodule ([13b7b10](https://github.com/STARTcloud/startcloud_generic_provisioner/commit/13b7b1082a3b4cb6bbb564a5d7a99df712e562c4))

## [0.2.2](https://github.com/STARTcloud/startcloud_generic_provisioner/compare/startcloud_generic_provisioner/v0.2.1...startcloud_generic_provisioner/v0.2.2) (2026-07-19)


Expand Down
10 changes: 6 additions & 4 deletions provisioner.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: startcloud_generic_provisioner
version: 0.2.2
version: 0.2.3
label: STARTcloud Generic Provisioner
description: Generic provisioner for STARTcloud servers
author: STARTcloud
Expand Down Expand Up @@ -183,8 +183,8 @@ metadata:
- name: nextcloud
label: Nextcloud
description: >-
Installs the Nextcloud file sharing and collaboration platform on
Nginx, PHP and MySQL
Installs the Nextcloud file sharing and collaboration platform on Nginx,
PHP and MySQL
depends_on:
- mysql
- nginx
Expand Down Expand Up @@ -263,7 +263,9 @@ metadata:
- sdkman_java
- name: vagrant_readme
label: Vagrant README
description: Generates a README on the guest describing access details for this machine
description: >-
Generates a README on the guest describing access details for this
machine
- name: vaultwarden
label: Vaultwarden
description: Installs the Vaultwarden password manager server in Docker
Expand Down
2 changes: 1 addition & 1 deletion version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Provisioner
NAME = 'startcloud_generic_provisioner'
VERSION = '0.2.2'
VERSION = '0.2.3'
end