Skip to content

Commit 0c0b701

Browse files
Update first-party Pulumi dependencies
1 parent ee4134f commit 0c0b701

File tree

43 files changed

+922
-822
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+922
-822
lines changed

.github/workflows/eks-cron.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
steps:
5252
- name: Checkout Repo
5353
uses: actions/checkout@v4
54-
- uses: pulumi/provider-version-action@0391d47b9b0d865d33dd0a295b1fcf9f7021dd4c # v1.5.3
54+
- uses: pulumi/provider-version-action@f96d032a2758fdda7939e5728eff6c0d980ae894 # v1.6.0
5555
id: provider-version
5656
with:
5757
set-env: "PROVIDER_VERSION"
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
repo: pulumi/pulumictl
6666
- name: Install Pulumi CLI
67-
uses: pulumi/actions@c7fad9e2f0b79653172b36538b8b34b3c0291952 # v6
67+
uses: pulumi/actions@d7ceb0215da5a14ec84f50b703365ddf0194a9c8 # v6
6868
- name: Build provider binary + schema
6969
run: make schema provider
7070
- name: Check worktree clean
@@ -112,7 +112,7 @@ jobs:
112112
with:
113113
repo: pulumi/pulumictl
114114
- name: Install Pulumi CLI
115-
uses: pulumi/actions@c7fad9e2f0b79653172b36538b8b34b3c0291952 # v6
115+
uses: pulumi/actions@d7ceb0215da5a14ec84f50b703365ddf0194a9c8 # v6
116116
- name: Setup Python
117117
uses: actions/setup-python@v5
118118
with:
@@ -208,7 +208,7 @@ jobs:
208208
with:
209209
repo: pulumi/pulumictl
210210
- name: Install Pulumi CLI
211-
uses: pulumi/actions@c7fad9e2f0b79653172b36538b8b34b3c0291952 # v6
211+
uses: pulumi/actions@d7ceb0215da5a14ec84f50b703365ddf0194a9c8 # v6
212212
- name: Setup Node
213213
uses: actions/setup-node@v4
214214
with:
@@ -306,7 +306,7 @@ jobs:
306306
python -m pip install --upgrade pip
307307
pip install awscli --upgrade
308308
- name: Install Pulumi CLI
309-
uses: pulumi/actions@c7fad9e2f0b79653172b36538b8b34b3c0291952 # v6
309+
uses: pulumi/actions@d7ceb0215da5a14ec84f50b703365ddf0194a9c8 # v6
310310
- name: Setup Node
311311
uses: actions/setup-node@v4
312312
with:
@@ -416,7 +416,7 @@ jobs:
416416
with:
417417
repo: pulumi/pulumictl
418418
- name: Install Pulumi CLI
419-
uses: pulumi/actions@c7fad9e2f0b79653172b36538b8b34b3c0291952 # v6
419+
uses: pulumi/actions@d7ceb0215da5a14ec84f50b703365ddf0194a9c8 # v6
420420
- name: Setup Node
421421
uses: actions/setup-node@v4
422422
with:
@@ -505,7 +505,7 @@ jobs:
505505
with:
506506
repo: pulumi/pulumictl
507507
- name: Install Pulumi CLI
508-
uses: pulumi/actions@c7fad9e2f0b79653172b36538b8b34b3c0291952 # v6
508+
uses: pulumi/actions@d7ceb0215da5a14ec84f50b703365ddf0194a9c8 # v6
509509
- name: Setup Node
510510
uses: actions/setup-node@v4
511511
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
requested-token-type: urn:pulumi:token-type:access_token:organization
117117
export-environment-variables: false
118118
- name: Export AWS Credentials
119-
uses: pulumi/esc-action@efb0bc8946938f0dfbfa00e829196ec95f0d0ea7 # v1.4.0
119+
uses: pulumi/esc-action@6cf9520e68354d86f81c455e8d43eabd58f5c9f5 # v1.5.0
120120
env:
121121
PULUMI_ACCESS_TOKEN: ${{ steps.generate_pulumi_token.outputs.pulumi-access-token }}
122122
with:

.github/workflows/verify-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
iex ((New-Object System.Net.WebClient).DownloadString('https://get.pulumi.com/esc/install.ps1'))
132132
Copy-Item "$env:USERPROFILE\.pulumi\bin\esc.exe" "C:\Windows\System32\esc.exe"
133133
- name: Export AWS Credentials
134-
uses: pulumi/esc-action@efb0bc8946938f0dfbfa00e829196ec95f0d0ea7 # v1.4.0
134+
uses: pulumi/esc-action@6cf9520e68354d86f81c455e8d43eabd58f5c9f5 # v1.5.0
135135
env:
136136
PULUMI_ACCESS_TOKEN: ${{ steps.generate_pulumi_token.outputs.pulumi-access-token }}
137137
with:

examples/authentication-mode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"@types/node": "latest"
66
},
77
"dependencies": {
8-
"@pulumi/pulumi": "3.144.1",
9-
"@pulumi/awsx": "2.19.0",
8+
"@pulumi/pulumi": "3.206.0",
9+
"@pulumi/awsx": "2.22.0",
1010
"@pulumi/eks": "latest"
1111
}
1212
}

examples/aws-go-eks-helloworld/go.mod

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
module github.com/pulumi/pulumi-eks/examples/aws-go-eks-helloworld
22

3-
go 1.21
3+
go 1.24.7
44

55
require (
6-
github.com/pulumi/pulumi-eks/sdk/v3 v3.6.0
7-
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.19.0
8-
github.com/pulumi/pulumi/sdk/v3 v3.144.1
6+
github.com/pulumi/pulumi-eks/sdk/v3 v3.9.1
7+
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.24.0
8+
github.com/pulumi/pulumi/sdk/v3 v3.205.0
99
)
1010

1111
require (
@@ -23,14 +23,14 @@ require (
2323
github.com/charmbracelet/bubbletea v0.25.0 // indirect
2424
github.com/charmbracelet/lipgloss v0.10.0 // indirect
2525
github.com/cheggaaa/pb v1.0.29 // indirect
26-
github.com/cloudflare/circl v1.3.7 // indirect
26+
github.com/cloudflare/circl v1.6.1 // indirect
2727
github.com/containerd/console v1.0.4 // indirect
28-
github.com/cyphar/filepath-securejoin v0.2.5 // indirect
28+
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
2929
github.com/djherbis/times v1.6.0 // indirect
3030
github.com/emirpasic/gods v1.18.1 // indirect
3131
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
32-
github.com/go-git/go-billy/v5 v5.6.0 // indirect
33-
github.com/go-git/go-git/v5 v5.13.0 // indirect
32+
github.com/go-git/go-billy/v5 v5.6.1 // indirect
33+
github.com/go-git/go-git/v5 v5.13.1 // indirect
3434
github.com/gogo/protobuf v1.3.2 // indirect
3535
github.com/golang/glog v1.2.4 // indirect
3636
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
@@ -59,34 +59,33 @@ require (
5959
github.com/pkg/errors v0.9.1 // indirect
6060
github.com/pkg/term v1.1.0 // indirect
6161
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect
62-
github.com/pulumi/esc v0.10.0 // indirect
62+
github.com/pulumi/esc v0.17.0 // indirect
6363
github.com/pulumi/pulumi-aws/sdk/v6 v6.29.0 // indirect
6464
github.com/rivo/uniseg v0.4.7 // indirect
65-
github.com/rogpeppe/go-internal v1.12.0 // indirect
66-
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect
65+
github.com/rogpeppe/go-internal v1.13.1 // indirect
6766
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
68-
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
67+
github.com/sergi/go-diff v1.4.0 // indirect
6968
github.com/skeema/knownhosts v1.3.0 // indirect
70-
github.com/spf13/cobra v1.8.0 // indirect
71-
github.com/spf13/pflag v1.0.5 // indirect
69+
github.com/spf13/cobra v1.10.1 // indirect
70+
github.com/spf13/pflag v1.0.9 // indirect
7271
github.com/texttheater/golang-levenshtein v1.0.1 // indirect
7372
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
7473
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
7574
github.com/xanzy/ssh-agent v0.3.3 // indirect
7675
github.com/zclconf/go-cty v1.14.4 // indirect
7776
go.uber.org/atomic v1.11.0 // indirect
78-
golang.org/x/crypto v0.32.0 // indirect
77+
golang.org/x/crypto v0.39.0 // indirect
7978
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
80-
golang.org/x/mod v0.19.0 // indirect
81-
golang.org/x/net v0.34.0 // indirect
82-
golang.org/x/sync v0.10.0 // indirect
83-
golang.org/x/sys v0.29.0 // indirect
84-
golang.org/x/term v0.28.0 // indirect
85-
golang.org/x/text v0.21.0 // indirect
86-
golang.org/x/tools v0.23.0 // indirect
87-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
88-
google.golang.org/grpc v1.67.1 // indirect
89-
google.golang.org/protobuf v1.35.1 // indirect
79+
golang.org/x/mod v0.25.0 // indirect
80+
golang.org/x/net v0.41.0 // indirect
81+
golang.org/x/sync v0.15.0 // indirect
82+
golang.org/x/sys v0.33.0 // indirect
83+
golang.org/x/term v0.32.0 // indirect
84+
golang.org/x/text v0.26.0 // indirect
85+
golang.org/x/tools v0.34.0 // indirect
86+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 // indirect
87+
google.golang.org/grpc v1.72.1 // indirect
88+
google.golang.org/protobuf v1.36.6 // indirect
9089
gopkg.in/warnings.v0 v0.1.2 // indirect
9190
gopkg.in/yaml.v3 v3.0.1 // indirect
9291
lukechampine.com/frand v1.4.2 // indirect

0 commit comments

Comments
 (0)