Skip to content

Commit 4ae1714

Browse files
release: 0.17.0
1 parent d6cea17 commit 4ae1714

4 files changed

Lines changed: 27 additions & 3 deletions

File tree

.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.16.0"
2+
".": "0.17.0"
33
}

CHANGELOG.md

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

3+
## 0.17.0 (2026-03-27)
4+
5+
Full Changelog: [v0.16.0...v0.17.0](https://github.com/kernel/hypeman-go/compare/v0.16.0...v0.17.0)
6+
7+
### Features
8+
9+
* Add scheduled instance snapshots with retention cleanup ([f0d4d52](https://github.com/kernel/hypeman-go/commit/f0d4d52bf563ca828cba5f31f6a0c913d4dba4f8))
10+
* Add waitForState endpoint for blocking state transitions ([d6cea17](https://github.com/kernel/hypeman-go/commit/d6cea176033845f13c0dcbe79c0a8150c5a87d94))
11+
* **internal:** support comma format in multipart form encoding ([e6abba9](https://github.com/kernel/hypeman-go/commit/e6abba95be9eebf3a437b3ca371cd5f30795da02))
12+
13+
14+
### Bug Fixes
15+
16+
* prevent duplicate ? in query params ([6bc4417](https://github.com/kernel/hypeman-go/commit/6bc44177b7bd0d7b03702664d573cc160cc11a75))
17+
18+
19+
### Chores
20+
21+
* **ci:** skip lint on metadata-only changes ([e3c8b1f](https://github.com/kernel/hypeman-go/commit/e3c8b1f0943858b91f196db4889a27f0d626a6e4))
22+
* **client:** fix multipart serialisation of Default() fields ([0abcf13](https://github.com/kernel/hypeman-go/commit/0abcf13ab96198afe17152d6653309ad5aecbb97))
23+
* **internal:** support default value struct tag ([e9226b4](https://github.com/kernel/hypeman-go/commit/e9226b48b553d83aad20295d320ca976f97dc0b1))
24+
* **internal:** update gitignore ([3dbe64e](https://github.com/kernel/hypeman-go/commit/3dbe64e2bdb18744c58d30a8a9df44107fed6a61))
25+
* remove unnecessary error check for url parsing ([cd07c8f](https://github.com/kernel/hypeman-go/commit/cd07c8ffd89e1fc31ca8769be974d6830f38cb07))
26+
327
## 0.16.0 (2026-03-23)
428

529
Full Changelog: [v0.15.0...v0.16.0](https://github.com/kernel/hypeman-go/compare/v0.15.0...v0.16.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/kernel/hypeman-go@v0.16.0'
31+
go get -u 'github.com/kernel/hypeman-go@v0.17.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.16.0" // x-release-please-version
5+
const PackageVersion = "0.17.0" // x-release-please-version

0 commit comments

Comments
 (0)