Skip to content

Commit 2924897

Browse files
committed
Bump v1.5.0
1 parent fa6121e commit 2924897

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## v1.5.0 (2024-06-03)
2+
3+
### Enhancements
4+
5+
- [#409](https://github.com/wata727/packer-plugin-amazon-ami-management/pull/409): deps: Go 1.22 and SDK 0.5.3
6+
7+
### BugFixes
8+
9+
- [#415](https://github.com/wata727/packer-plugin-amazon-ami-management/pull/415): Remove VersionPrerelease
10+
- This fix is ​​required for installation with Packer v1.11
11+
12+
### Chores
13+
14+
- [#403](https://github.com/wata727/packer-plugin-amazon-ami-management/pull/403): Bump actions/checkout from 3 to 4
15+
- [#405](https://github.com/wata727/packer-plugin-amazon-ami-management/pull/405): Bump goreleaser/goreleaser-action from 4 to 5
16+
- [#410](https://github.com/wata727/packer-plugin-amazon-ami-management/pull/410): Bump github.com/hashicorp/hcl/v2 from 2.19.1 to 2.20.1
17+
- [#411](https://github.com/wata727/packer-plugin-amazon-ami-management/pull/411): Bump github.com/aws/aws-sdk-go from 1.44.289 to 1.53.14
18+
- [#412](https://github.com/wata727/packer-plugin-amazon-ami-management/pull/412): Bump golang.org/x/net from 0.17.0 to 0.23.0
19+
- [#413](https://github.com/wata727/packer-plugin-amazon-ami-management/pull/413): Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.3
20+
- [#414](https://github.com/wata727/packer-plugin-amazon-ami-management/pull/414): Bump actions/setup-go from 4 to 5
21+
122
## v1.4.1 (2023-06-26)
223

324
- [#384](https://github.com/wata727/packer-plugin-amazon-ami-management/pull/384): Pin go-cty version to v1.10.0

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
var (
1212
// Version is the main version number that is being run at the moment.
13-
Version = "1.4.1"
13+
Version = "1.5.0"
1414

1515
// VersionPrerelease is A pre-release marker for the Version. If this is ""
1616
// (empty string) then it means that it is a final release. Otherwise, this

0 commit comments

Comments
 (0)