Skip to content

Commit

Permalink
Cut release 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nywilken committed Apr 12, 2022
1 parent 936e33a commit ebe7213
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init).
packer {
required_plugins {
amazon = {
version = ">= 0.0.1"
version = ">= 1.0.9"
source = "github.com/hashicorp/amazon"
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/builders/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Then, run [`packer init`](/docs/commands/init).
packer {
required_plugins {
amazon = {
version = ">= 0.0.1"
version = ">= 1.0.9"
source = "github.com/hashicorp/amazon"
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/datasources/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Then, run [`packer init`](/docs/commands/init).
packer {
required_plugins {
amazon = {
version = ">= 0.0.1"
version = ">= 1.0.9"
source = "github.com/hashicorp/amazon"
}
}
Expand Down
4 changes: 2 additions & 2 deletions docs/post-processors/import.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The import process itself run by AWS includes modifications to the image
uploaded, to allow it to boot and operate in the AWS EC2 environment. However,
not all modifications required to make the machine run well in EC2 are
performed. Take care around console output from the machine, as debugging can
be very difficult without it. On the source OVA artifact make sure to include
be very difficult without it. On the source OVA artifact make sure to include
tools suitable for instances in EC2 such as the `cloud-init` package for Linux.

Further information about the import process can be found in AWS's [EC2
Expand All @@ -47,7 +47,7 @@ Then, run [`packer init`](/docs/commands/init).
packer {
required_plugins {
amazon = {
version = ">= 0.0.1"
version = ">= 1.0.9"
source = "github.com/hashicorp/amazon"
}
}
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "github.com/hashicorp/packer-plugin-sdk/version"

var (
// Version is the main version number that is being run at the moment.
Version = "1.0.8"
Version = "1.0.9"

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

0 comments on commit ebe7213

Please sign in to comment.