Skip to content

Commit d7f4d54

Browse files
committed
chore(release): 0.1.8
Bump Version to 0.1.8 and extend CHANGELOG.md for Git tag v0.1.8 (GoReleaser).
1 parent 2440710 commit d7f4d54

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,35 @@
33

44
# Changelog
55

6+
## [0.1.8] - 2026-05-24
7+
8+
### Features
9+
10+
- _(builder)_ Replace find-vm and snapshot-disks with create-from-template workflow
11+
12+
### Bug Fixes
13+
14+
- _(builder)_ Work around Sylve NIC enable=false preventing DHCP lease
15+
- _(builder)_ Fix VNC auth negotiation and view server memory leak
16+
- _(builder)_ Disable SSH keep-alive to prevent x/crypto drain loop CPU spin
17+
18+
### Other
19+
20+
- Add windows/amd64 and windows/arm64 to GoReleaser build matrix
21+
22+
### Refactor
23+
24+
- Migrate coding rules from .cursor/rules to .github/instructions
25+
- _(builder)_ Restructure into builder/sylve/{common,iso,vm,jail}
26+
27+
### Testing
28+
29+
- Fix slow tests and add coverage for NIC fix paths
30+
31+
### Miscellaneous Tasks
32+
33+
- Rename format_code.sh to format_files.sh and add YAML formatter
34+
635
## [0.1.7] - 2026-05-23
736

837
### Features

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import "github.com/hashicorp/packer-plugin-sdk/version"
1111
var (
1212
// Version is the semantic version of the plugin (MAJOR.MINOR.PATCH), without a "v"
1313
// prefix. Git release tags use vX.Y.Z per HashiCorp Packer convention.
14-
Version = "0.1.7"
14+
Version = "0.1.8"
1515

1616
// VersionPrerelease is an optional pre-release label (e.g. "dev", "beta.1").
1717
// An empty string means this is a production release.

0 commit comments

Comments
 (0)