Skip to content

Commit

Permalink
Bump v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed Feb 22, 2020
1 parent 6c59243 commit 3141579
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v0.8.0 (2020-02-22)

### Enhacements

- Add support for Packer 1.5.4 ([#59](https://github.com/wata727/packer-post-processor-amazon-ami-management/pull/59))

### Others

- Stop GitHub Actions ([#48](https://github.com/wata727/packer-post-processor-amazon-ami-management/pull/48))
- Fix wrong download URL ([#57](https://github.com/wata727/packer-post-processor-amazon-ami-management/pull/57))
- Remove FOSSA ([#63](https://github.com/wata727/packer-post-processor-amazon-ami-management/pull/63))
- Retry GitHub Actions ([#50](https://github.com/wata727/packer-post-processor-amazon-ami-management/pull/50))
- Bump github.com/golang/mock from 1.3.1 to 1.4.0 ([#61](https://github.com/wata727/packer-post-processor-amazon-ami-management/pull/61))
- Bump github.com/aws/aws-sdk-go from 1.24.1 to 1.29.8 ([#62](https://github.com/wata727/packer-post-processor-amazon-ami-management/pull/62))
- Run tests on GitHub Actions ([#64](https://github.com/wata727/packer-post-processor-amazon-ami-management/pull/64))

## v0.7.0 (2019-08-16)

### Enhancements
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ https://www.packer.io/docs/extend/plugins.html

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

For example, to install v0.7.0 for 64bit OSX
For example, to install v0.8.0 for 64bit OSX

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

```sh
mkdir -p ~/.packer.d/plugins
wget https://github.com/wata727/packer-post-processor-amazon-ami-management/releases/download/v0.7.0/packer-post-processor-amazon-ami-management_0.7.0_darwin_amd64.zip -P /tmp/
wget https://github.com/wata727/packer-post-processor-amazon-ami-management/releases/download/v0.7.0/packer-post-processor-amazon-ami-management_0.8.0_darwin_amd64.zip -P /tmp/
cd ~/.packer.d/plugins
unzip -j /tmp/packer-post-processor-amazon-ami-management_0.7.0_darwin_amd64.zip -d ~/.packer.d/plugins
unzip -j /tmp/packer-post-processor-amazon-ami-management_0.8.0_darwin_amd64.zip -d ~/.packer.d/plugins
```

## Usage
Expand Down

0 comments on commit 3141579

Please sign in to comment.