Skip to content

Commit d8f16e9

Browse files
committed
Bump v0.9.0
1 parent 7e1dc17 commit d8f16e9

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## v0.9.0 (2020-10-17)
2+
3+
### Bug Fixes
4+
5+
- Fix panic by nil pointer dereference ([#133](https://github.com/wata727/packer-post-processor-amazon-ami-management/pull/133))
6+
7+
### Others
8+
9+
- Fix download URL ([#82](https://github.com/wata727/packer-post-processor-amazon-ami-management/pull/82))
10+
- Bump github.com/hashicorp/hcl/v2 from 2.3.0 to 2.7.0 ([#93](https://github.com/wata727/packer-post-processor-amazon-ami-management/pull/93) [#130](https://github.com/wata727/packer-post-processor-amazon-ami-management/pull/130))
11+
- Bump github.com/golang/mock from 1.4.0 to 1.4.4 ([#107](https://github.com/wata727/packer-post-processor-amazon-ami-management/pull/107))
12+
- Bump github.com/zclconf/go-cty from 1.2.1 to 1.6.1 ([#115](https://github.com/wata727/packer-post-processor-amazon-ami-management/pull/115))
13+
- Bump github.com/hashicorp/packer from 1.5.4 to 1.6.4 ([#121](https://github.com/wata727/packer-post-processor-amazon-ami-management/pull/121))
14+
- Bump github.com/aws/aws-sdk-go from 1.29.8 to 1.35.9 ([#125](https://github.com/wata727/packer-post-processor-amazon-ami-management/pull/125))
15+
- Switch into GitHub's Dependabot ([#126](https://github.com/wata727/packer-post-processor-amazon-ami-management/pull/126))
16+
- Update actions/checkout requirement to v2.3.3 ([#127](https://github.com/wata727/packer-post-processor-amazon-ami-management/pull/127))
17+
- Bump actions/setup-go from v1 to v2.1.3 ([#128](https://github.com/wata727/packer-post-processor-amazon-ami-management/pull/128))
18+
- Bump actions/cache from v1 to v2.1.2 ([#129](https://github.com/wata727/packer-post-processor-amazon-ami-management/pull/129))
19+
- Upgrade Go 1.15 ([#131](https://github.com/wata727/packer-post-processor-amazon-ami-management/pull/131))
20+
- Make mock from interface ([#132](https://github.com/wata727/packer-post-processor-amazon-ami-management/pull/132))
21+
122
## v0.8.0 (2020-02-22)
223

324
### Enhacements

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ https://www.packer.io/docs/extend/plugins.html
1515

1616
You can download binary built for your architecture from [latest releases](https://github.com/wata727/packer-post-processor-amazon-ami-management/releases/latest).
1717

18-
For example, to install v0.8.0 for 64bit OSX
18+
For example, to install v0.9.0 for 64bit OSX
1919

2020
For Linux based OS, you can use the install_linux.sh to automate the installation process
2121

2222
```sh
2323
mkdir -p ~/.packer.d/plugins
24-
wget https://github.com/wata727/packer-post-processor-amazon-ami-management/releases/download/v0.8.0/packer-post-processor-amazon-ami-management_0.8.0_darwin_amd64.zip -P /tmp/
24+
wget https://github.com/wata727/packer-post-processor-amazon-ami-management/releases/download/v0.9.0/packer-post-processor-amazon-ami-management_0.9.0_darwin_amd64.zip -P /tmp/
2525
cd ~/.packer.d/plugins
26-
unzip -j /tmp/packer-post-processor-amazon-ami-management_0.8.0_darwin_amd64.zip -d ~/.packer.d/plugins
26+
unzip -j /tmp/packer-post-processor-amazon-ami-management_0.9.0_darwin_amd64.zip -d ~/.packer.d/plugins
2727
```
2828

2929
## Usage

0 commit comments

Comments
 (0)