Skip to content

Commit

Permalink
Merge branch 'main' into add/tools
Browse files Browse the repository at this point in the history
  • Loading branch information
smerle33 authored Jan 2, 2024
2 parents 247fbf0 + f19f4e6 commit e1dd775
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions goss/goss-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ command:
exec: aws --version
exit-status: 0
stdout:
- 2.15.3
- 2.15.5
azcopy:
exec: azcopy --version
exit-status: 0
stdout:
- 10.21.2
- 10.22.1
azurecli:
exec: az --version
exit-status: 0
Expand Down
2 changes: 1 addition & 1 deletion goss/goss-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ command:
exec: aws --version
exit-status: 0
stdout:
- 2.15.3
- 2.15.5
azurecli:
exec: az version
exit-status: 0
Expand Down
4 changes: 2 additions & 2 deletions main.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
packer {
required_version = ">= 1.7.2, < 1.10.0"
required_version = ">= 1.7.2, < 2"
required_plugins {
windows-update = {
version = "0.15.0"
Expand All @@ -10,7 +10,7 @@ packer {
source = "github.com/hashicorp/azure"
}
docker = {
version = "1.0.8"
version = "1.0.9"
source = "github.com/hashicorp/docker"
}
}
Expand Down
4 changes: 2 additions & 2 deletions provisioning/tools-versions.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# if manually change, please update the goss file accordingly
asdf_version: 0.13.1
awscli_version: 2.15.3
azcopy_version: 10.21.2-20231106
awscli_version: 2.15.5
azcopy_version: 10.22.1-20231220
azurecli_version: 2.55.0
chocolatey_version: 1.4.0
compose_version: 2.23.3
Expand Down

0 comments on commit e1dd775

Please sign in to comment.