Skip to content

Commit fb080bb

Browse files
authored
Merge pull request #178 from renderedtext/dk/pin_amazon_plugin_1_3_9
fix(packer): pin hashicorp/amazon plugin to 1.3.9 to avoid 404 on v1.3.10
2 parents f1e0a38 + a35a0d4 commit fb080bb

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-semaphore-agent",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"bin": {
55
"aws-semaphore-agent": "bin/aws-semaphore-agent.js"
66
},

packer/linux/ubuntu-focal.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ variable "systemd_restart_seconds" {
4444
packer {
4545
required_plugins {
4646
amazon = {
47-
version = ">= 0.0.2"
47+
version = "1.3.9"
4848
source = "github.com/hashicorp/amazon"
4949
}
5050
}

packer/macos/macos.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ variable "instance_type" {
3434
packer {
3535
required_plugins {
3636
amazon = {
37-
version = ">= 0.0.2"
37+
version = "1.3.9"
3838
source = "github.com/hashicorp/amazon"
3939
}
4040
}

packer/windows/windows.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ variable "install_erlang" {
3939
packer {
4040
required_plugins {
4141
amazon = {
42-
version = ">= 0.0.2"
42+
version = "1.3.9"
4343
source = "github.com/hashicorp/amazon"
4444
}
4545
}

0 commit comments

Comments
 (0)