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 22, 2024
1 parent f2d449c commit b2a9b5e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions kubernetes-aws-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ go 1.20

require (
github.com/pulumi/pulumi-awsx/sdk/v2 v2.1.1
github.com/pulumi/pulumi-eks/sdk/v2 v2.8.1
github.com/pulumi/pulumi/sdk/v3 v3.112.0
github.com/pulumi/pulumi-eks/sdk/v3 v3.0.0
github.com/pulumi/pulumi/sdk/v3 v3.91.1
)
2 changes: 1 addition & 1 deletion kubernetes-aws-go/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

import (
"github.com/pulumi/pulumi-awsx/sdk/v2/go/awsx/ec2"
"github.com/pulumi/pulumi-eks/sdk/v2/go/eks"
"github.com/pulumi/pulumi-eks/sdk/v3/go/eks"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi/config"
)
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-aws-python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pulumi>=3.0.0,<4.0.0
pulumi-awsx>=2.0.0,<3.0.0
pulumi-eks==3.0.0-beta.2
pulumi-eks>=3.0.0,<4.0.0
2 changes: 1 addition & 1 deletion kubernetes-aws-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"@pulumi/awsx": "^2.0.2",
"@pulumi/eks": "^v3.0.0-beta.2",
"@pulumi/eks": "^3.0.0",
"@pulumi/pulumi": "^3.113.0"
}
}

0 comments on commit b2a9b5e

Please sign in to comment.