Skip to content
Open
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.3.3"
".": "0.3.4"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.4](https://github.com/STARTcloud/startcloud_generic_provisioner/compare/startcloud_generic_provisioner/v0.3.3...startcloud_generic_provisioner/v0.3.4) (2026-07-28)


### Bug Fixes

* adding the homepage ([5769b17](https://github.com/STARTcloud/startcloud_generic_provisioner/commit/5769b1710bc8f8113a1222a850180a5de2cff9cd))

## [0.3.3](https://github.com/STARTcloud/startcloud_generic_provisioner/compare/startcloud_generic_provisioner/v0.3.2...startcloud_generic_provisioner/v0.3.3) (2026-07-28)


Expand Down
2 changes: 1 addition & 1 deletion examples/Hosts.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# core_provisioner_version: 0.2.12
# provisioner_name: startcloud_generic_provisioner
# provisioner_version: 0.3.3 # x-release-please-version
# provisioner_version: 0.3.4 # x-release-please-version
#
# Example Hosts.yml for plain vagrant use (no platform wizard).
# Instructions (paths are relative to the repository root):
Expand Down
2 changes: 1 addition & 1 deletion provisioner.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: startcloud_generic_provisioner
version: 0.3.3
version: 0.3.4
label: STARTcloud Generic Provisioner
description: Generic provisioner for STARTcloud servers
author: STARTcloud
Expand Down
2 changes: 1 addition & 1 deletion templates/Hosts.template.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# provisioner_name: startcloud_generic_provisioner
# provisioner_version: 0.3.3 # x-release-please-version
# provisioner_version: 0.3.4 # x-release-please-version
# Platform Hosts template — true Jinja2, rendered by the agents at machine create.
# Context supplied by the platform: structured settings/networks/roles + manifest field answers.
# Goal: renders a Hosts.yml that works on Bhyve and Virtualbox simultaneously.
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.3.3'
VERSION = '0.3.4'
end