Skip to content

Commit b16f378

Browse files
release: 0.7.0
1 parent 27fa1e7 commit b16f378

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
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.6.0"
2+
".": "0.7.0"
33
}

CHANGELOG.md

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

3+
## 0.7.0 (2025-12-11)
4+
5+
Full Changelog: [v0.6.0...v0.7.0](https://github.com/onkernel/hypeman-go/compare/v0.6.0...v0.7.0)
6+
7+
### Features
8+
9+
* Operational logs over API: hypeman.log, vmm.log ([ec614f5](https://github.com/onkernel/hypeman-go/commit/ec614f5bdc0e110f31cec905d6deb7f1d460305b))
10+
* Support TLS for ingress ([973a5d8](https://github.com/onkernel/hypeman-go/commit/973a5d8b65601e70801ed4570f76980d01c92198))
11+
12+
13+
### Bug Fixes
14+
15+
* incorrect reporting of Stopped, add better error reporting ([dc27cbd](https://github.com/onkernel/hypeman-go/commit/dc27cbdc7985c1db74b19501f1eb7a5da6442041))
16+
317
## 0.6.0 (2025-12-06)
418

519
Full Changelog: [v0.5.0...v0.6.0](https://github.com/onkernel/hypeman-go/compare/v0.5.0...v0.6.0)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Or to pin the version:
2828
<!-- x-release-please-start-version -->
2929

3030
```sh
31-
go get -u 'github.com/onkernel/hypeman-go@v0.6.0'
31+
go get -u 'github.com/onkernel/hypeman-go@v0.7.0'
3232
```
3333

3434
<!-- x-release-please-end -->

internal/version.go

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

33
package internal
44

5-
const PackageVersion = "0.6.0" // x-release-please-version
5+
const PackageVersion = "0.7.0" // x-release-please-version

0 commit comments

Comments
 (0)