From c86d74df8e17f3d4c3af19eedc743756a4118f46 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 11:31:47 +0000 Subject: [PATCH] chore(main): release 0.2.12 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ version.rb | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b8077f9..79669b6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.11" + ".": "0.2.12" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index fbb48dc..0ce803f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.2.12](https://github.com/STARTcloud/core_provisioner/compare/v0.2.11...v0.2.12) (2026-07-17) + + +### Features + +* drop the ssls seeding design - driver/ssls is synced directly to /secure ([247f463](https://github.com/STARTcloud/core_provisioner/commit/247f4632a3222d4dd27cc0ef376490d13519a4d0)) + + +### Bug Fixes + +* new dev root CA (key offline) and scheduled SSH/SSL credential rotation ([b675dad](https://github.com/STARTcloud/core_provisioner/commit/b675dad35fa35ababfe5e1ab2a3fd3174de08683)) +* rotate bootstrap SSH keypair and dev PKI material ([acea463](https://github.com/STARTcloud/core_provisioner/commit/acea463c227d1e20712e9f7d9b06b93c0e021dca)) +* rotate bootstrap SSH keypair and dev PKI material ([64dc52b](https://github.com/STARTcloud/core_provisioner/commit/64dc52b06738592dae790486fc4afbf894ffd4f6)) + ## [0.2.11](https://github.com/STARTcloud/core_provisioner/compare/v0.2.10...v0.2.11) (2026-07-17) diff --git a/version.rb b/version.rb index 9edf09f..cf68a25 100644 --- a/version.rb +++ b/version.rb @@ -1,4 +1,4 @@ module CoreProvisioner NAME = 'core_provisioner' - VERSION = '0.2.11' + VERSION = '0.2.12' end