Skip to content

Commit

Permalink
Update to release version
Browse files Browse the repository at this point in the history
  • Loading branch information
flostadler committed Oct 25, 2024
1 parent 9bf0fa6 commit b42b47e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aws-java-eks-minimal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>com.pulumi</groupId>
<artifactId>eks</artifactId>
<version>3.0.0-beta.2</version>
<version>(3.0,4.0]</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion aws-ts-eks-hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"dependencies": {
"@pulumi/aws": "^6.0.0",
"@pulumi/awsx": "^2.0.2",
"@pulumi/eks": "^v3.0.0-beta.2",
"@pulumi/eks": "^3.0.0",
"@pulumi/kubernetes": "^4.0.0",
"@pulumi/pulumi": "^3.0.0",
"@types/node": "^18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion aws-ts-eks-migrate-nodegroups/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@pulumi/aws": "^6.0.0",
"@pulumi/awsx": "^2.0.2",
"@pulumi/eks": "^v3.0.0-beta.2",
"@pulumi/eks": "^3.0.0",
"@pulumi/kubernetes": "^4.0.0",
"@pulumi/pulumi": "^3.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion aws-ts-eks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@pulumi/aws": "^6.0.0",
"@pulumi/awsx": "^2.0.2",
"@pulumi/eks": "3.0.0-beta.2",
"@pulumi/eks": "^3.0.0",
"@pulumi/pulumi": "^3.32.1"
}
}

0 comments on commit b42b47e

Please sign in to comment.