Skip to content

Commit

Permalink
Change command v1.0.0-beta.1 to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas11 committed Jul 2, 2024
1 parent 57a45f9 commit 67ed7bd
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion aws-cs-ansible-wordpress/pulumi-ansible-wordpress.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="Pulumi" Version="3.*" />
<PackageReference Include="Pulumi.Aws" Version="6.42.0" />
<PackageReference Include="Pulumi.Command" Version="1.0.0-beta.1" />
<PackageReference Include="Pulumi.Command" Version="1.0.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion aws-go-ansible-wordpress/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
toolchain go1.22.4

require (
github.com/pulumi/pulumi-command/sdk v1.0.0-beta.1
github.com/pulumi/pulumi-command/sdk v1.0.0
github.com/pulumi/pulumi/sdk/v3 v3.120.0
)

Expand Down
4 changes: 2 additions & 2 deletions aws-go-ansible-wordpress/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ github.com/pulumi/esc v0.9.1 h1:HH5eEv8sgyxSpY5a8yePyqFXzA8cvBvapfH8457+mIs=
github.com/pulumi/esc v0.9.1/go.mod h1:oEJ6bOsjYlQUpjf70GiX+CXn3VBmpwFDxUTlmtUN84c=
github.com/pulumi/pulumi-aws/sdk/v6 v6.0.2 h1:Zk5q3HOXVa2ofozcjDUnpb/YaYW/eWrCoNkddzslupc=
github.com/pulumi/pulumi-aws/sdk/v6 v6.0.2/go.mod h1:hPo4YXFjU4ikODkvF8UxIXkzHg2G1qj68t3xs2xjA08=
github.com/pulumi/pulumi-command/sdk v1.0.0-beta.1 h1:LQZStnCp9EVqvVNLXpG9Cz5/P526doh8nGY9M7990Dk=
github.com/pulumi/pulumi-command/sdk v1.0.0-beta.1/go.mod h1:uOkTkA6u2os56RwPEp6mCL+PwiN1WaK0GIW/vVK907c=
github.com/pulumi/pulumi-command/sdk v1.0.0 h1:GWd/grNrXW9tGD8P7HKUsEhD57G9YTxaLbNmrnkcgKg=
github.com/pulumi/pulumi-command/sdk v1.0.0/go.mod h1:uOkTkA6u2os56RwPEp6mCL+PwiN1WaK0GIW/vVK907c=
github.com/pulumi/pulumi/sdk/v3 v3.120.0 h1:KYtMkCmcSg4U+w41/Q0l3llKEodbfdyq6J0VMoEoVmY=
github.com/pulumi/pulumi/sdk/v3 v3.120.0/go.mod h1:/mQJPO+HehhoSJ9O3C6eUKAGeAr+4KSrbDhLsXHKldc=
github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
Expand Down
2 changes: 1 addition & 1 deletion aws-java-ansible-wordpress/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>com.pulumi</groupId>
<artifactId>command</artifactId>
<version>1.0.0-beta.1</version>
<version>1.0.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion aws-py-ansible-wordpress/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pulumi>=3.0.0,<4.0.0
pulumi-aws>=6.0.2,<7.0.0
pulumi-command==1.0.0-beta.1
pulumi-command>=1.0.0,<2.0.0
2 changes: 1 addition & 1 deletion aws-py-ec2-provisioners/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pulumi>=3.5.1,<4.0.0
pulumi-aws>=6.0.2,<7.0.0
pulumi-command==1.0.0-beta.1
pulumi-command>=1.0.0,<2.0.0
2 changes: 1 addition & 1 deletion aws-ts-ansible-wordpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"@pulumi/aws": "^6.0.2",
"@pulumi/command": "1.0.0-beta.1",
"@pulumi/command": "^1.0.0",
"@pulumi/pulumi": "^3.0.0",
"typescript": "^5.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion aws-ts-ec2-provisioners/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@pulumi/aws": "^6.0.2",
"@pulumi/command": "1.0.0-beta.1",
"@pulumi/command": "^1.0.0",
"@pulumi/pulumi": "^3.0.0"
}
}
2 changes: 1 addition & 1 deletion aws-ts-synthetics-canary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@pulumi/aws": "^6.0.2",
"@pulumi/aws-native": "^0.15.0",
"@pulumi/command": "1.0.0-beta.1",
"@pulumi/command": "^1.0.0",
"@pulumi/pulumi": "^3.0.0"
}
}
2 changes: 1 addition & 1 deletion azure-py-minecraft-server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pulumi>=3.5.1,<4.0.0
pulumi-azure-native>=2.0.0,<3.0.0
pulumi-command==1.0.0-beta.1
pulumi-command>=1.0.0,<2.0.0
2 changes: 1 addition & 1 deletion classic-azure-ts-vm-provisioners/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "index.js",
"dependencies": {
"@pulumi/azure": "^5.0.0",
"@pulumi/command": "1.0.0-beta.1",
"@pulumi/command": "^1.0.0",
"@pulumi/pulumi": "^3.0.0",
"@pulumi/tls": "^4.0.0"
}
Expand Down

0 comments on commit 67ed7bd

Please sign in to comment.