File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,7 @@ builds:
4141 goarch : amd64
4242 binary : " {{ .ProjectName }}_v{{ .Version }}_{{ .Env.API_VERSION }}_{{ .Os }}_{{ .Arch }}"
4343archives :
44- -
45- format_overrides :
46- - formats : ['zip']
44+ - formats : ["zip"]
4745 files :
4846 - none*
4947 name_template : " {{ .ProjectName }}_v{{ .Version }}_{{ .Env.API_VERSION }}_{{ .Os }}_{{ .Arch }}"
Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
55
66## [ Unreleased]
77
8+ ## [ 1.8.1] - 2025-08-18
9+
10+ ### Fixed
11+
12+ - Use ` zip ` archive format for release assets
13+ - Update Go version to 1.25.0
14+
815## [ 1.8.0] - 2025-08-11
916
1017### Added
@@ -127,7 +134,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
127134- Upgrade to Packer 1.7.0
128135- Copy codebase from https://github.com/UpCloudLtd/upcloud-packer
129136
130- [ Unreleased ] : https://github.com/UpCloudLtd/packer-plugin-upcloud/compare/v1.8.0...HEAD
137+ [ Unreleased ] : https://github.com/UpCloudLtd/packer-plugin-upcloud/compare/v1.8.1...HEAD
138+ [ 1.8.1 ] : https://github.com/UpCloudLtd/packer-plugin-upcloud/compare/v1.8.0...v1.8.1
131139[ 1.8.0 ] : https://github.com/UpCloudLtd/packer-plugin-upcloud/compare/v1.7.0...v1.8.0
132140[ 1.7.0 ] : https://github.com/UpCloudLtd/packer-plugin-upcloud/compare/v1.6.0...v1.7.0
133141[ 1.6.0 ] : https://github.com/UpCloudLtd/packer-plugin-upcloud/compare/v1.5.3...v1.6.0
You can’t perform that action at this time.
0 commit comments