Skip to content

Commit b81a46e

Browse files
release: 0.6.0
1 parent 9e4884e commit b81a46e

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.5.0"
2+
".": "0.6.0"
33
}

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## 0.6.0 (2025-12-05)
4+
5+
Full Changelog: [v0.5.0...v0.6.0](https://github.com/onkernel/hypeman-cli/compare/v0.5.0...v0.6.0)
6+
7+
### Features
8+
9+
* fix edge cases for sending request data and add YAML support ([b4a38ad](https://github.com/onkernel/hypeman-cli/commit/b4a38addd5804ba6c4460079ea051c1c911dba6b))
10+
* Ingress ([9e4884e](https://github.com/onkernel/hypeman-cli/commit/9e4884ee16cb67b7ba85fb45de2f299335c0ec12))
11+
* Initialize volume with data ([2082d81](https://github.com/onkernel/hypeman-cli/commit/2082d81c1d86af58f926fd5be5879a945bf0555d))
12+
* **push:** add hypeman push command for local image upload ([e120ec6](https://github.com/onkernel/hypeman-cli/commit/e120ec6d96531ab49909a3d55895f5fcc4d43dc2))
13+
* respect HYPEMAN_BASE_URL environment variable ([17122d7](https://github.com/onkernel/hypeman-cli/commit/17122d7b2d6041c57d4e2d341b52f18697aef5d4))
14+
15+
16+
### Bug Fixes
17+
18+
* fix for default flag values ([3e9ad57](https://github.com/onkernel/hypeman-cli/commit/3e9ad57eaece4516af4e9b33d64c412c8f8773e3))
19+
* **run:** wait for image to be ready before creating instance ([048ee73](https://github.com/onkernel/hypeman-cli/commit/048ee7311c39d6c3c7efad9c662fa2a1993ced97))
20+
* use correct user agent value ([3689f05](https://github.com/onkernel/hypeman-cli/commit/3689f054a204f462d31321599c43702be8b2c4a9))
21+
22+
23+
### Chores
24+
25+
* add scripts ([271982a](https://github.com/onkernel/hypeman-cli/commit/271982a158205e414c0e6aa315980d65b0cb4f10))
26+
* update dependencies ([6c00a17](https://github.com/onkernel/hypeman-cli/commit/6c00a17aca18f0805abf00e3e8e307bc92e69ab2))
27+
328
## 0.5.0 (2025-11-26)
429

530
Full Changelog: [v0.4.0...v0.5.0](https://github.com/onkernel/hypeman-cli/compare/v0.4.0...v0.5.0)

pkg/cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package cmd
44

5-
const Version = "0.5.0" // x-release-please-version
5+
const Version = "0.6.0" // x-release-please-version

0 commit comments

Comments
 (0)