From a4e719ba0e0ab9b6ee6c2405c3cd176f0c6dd799 Mon Sep 17 00:00:00 2001 From: Adolfo Delorenzo Date: Thu, 12 Feb 2026 16:36:05 -0600 Subject: [PATCH] chore: bump version to 0.2.0 Includes cloud-init full flag support, security hardening, AppArmor, and ARM64 Raspberry Pi support. Co-Authored-By: Claude Opus 4.6 --- CHANGELOG.md | 6 +++++- VERSION | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80488d8..50c6f71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,16 @@ All notable changes to KubeSolo OS are documented in this file. Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), versioning follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.2.0] - 2026-02-12 ### Added - Cloud-init: support all documented KubeSolo CLI flags (`--local-storage-shared-path`, `--debug`, `--pprof-server`, `--portainer-edge-id`, `--portainer-edge-key`, `--portainer-edge-async`) - Cloud-init: `full-config.yaml` example showing all supported parameters - Cloud-init: KubeSolo configuration reference table in docs/cloud-init.md +- Security hardening: mount hardening, sysctl, kernel module lock, AppArmor profiles +- ARM64 Raspberry Pi support with A/B boot via tryboot +- BootEnv abstraction for GRUB and RPi boot environments +- Go 1.25.5 installed on host for native builds ## [0.1.0] - 2026-02-12 diff --git a/VERSION b/VERSION index 6e8bf73..0ea3a94 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 +0.2.0