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
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.