From 9503a4aeb0bdf4c0ac6a32044654b812358a1140 Mon Sep 17 00:00:00 2001 From: rgarcia <72655+rgarcia@users.noreply.github.com> Date: Fri, 21 Aug 2026 19:16:49 +0000 Subject: [PATCH] Release harbor-hypeman v0.1.1 --- CHANGELOG.md | 10 +++++++++- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53f59b7..527a2e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project are documented in this file. ## [Unreleased] +## [0.1.1] - 2026-08-21 + +### Fixed + +- Reuse existing Hypeman images for prebuilt-image environments. +- Expose the generated Hypeman instance name in the instance environment. + ## [0.1.0] - 2026-08-17 ### Added @@ -13,5 +20,6 @@ All notable changes to this project are documented in this file. - Instance lifecycle, command execution, and file transfer support. - CPU, memory, storage, and network configuration. -[Unreleased]: https://github.com/kernel/harbor-hypeman/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/kernel/harbor-hypeman/compare/v0.1.1...HEAD +[0.1.1]: https://github.com/kernel/harbor-hypeman/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/kernel/harbor-hypeman/releases/tag/v0.1.0 diff --git a/pyproject.toml b/pyproject.toml index 947e17d..2e88247 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "harbor-hypeman" -version = "0.1.0" +version = "0.1.1" description = "Hypeman environment backend for Harbor Framework" readme = "README.md" requires-python = ">=3.12" diff --git a/uv.lock b/uv.lock index 9a264fa..a16b31f 100644 --- a/uv.lock +++ b/uv.lock @@ -722,7 +722,7 @@ wheels = [ [[package]] name = "harbor-hypeman" -version = "0.1.0" +version = "0.1.1" source = { editable = "." } dependencies = [ { name = "dockerfile-parse" },