Skip to content

Commit

Permalink
Update first-party Pulumi dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-renovate[bot] authored Feb 1, 2025
1 parent 42e8fc3 commit 9b15d98
Show file tree
Hide file tree
Showing 47 changed files with 490 additions and 608 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/eks-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- uses: pulumi/provider-version-action@0391d47b9b0d865d33dd0a295b1fcf9f7021dd4c # v1.5.3
- uses: pulumi/provider-version-action@f96d032a2758fdda7939e5728eff6c0d980ae894 # v1.6.0
id: provider-version
with:
set-env: "PROVIDER_VERSION"
Expand All @@ -78,7 +78,7 @@ jobs:
with:
repo: pulumi/pulumictl
- name: Install Pulumi CLI
uses: pulumi/actions@c7fad9e2f0b79653172b36538b8b34b3c0291952 # v6
uses: pulumi/actions@13b8b7177d6fb736766875dac9b78aab07bd785f # v6
- name: Build provider binary + schema
run: make schema provider
- name: Check worktree clean
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
with:
repo: pulumi/pulumictl
- name: Install Pulumi CLI
uses: pulumi/actions@c7fad9e2f0b79653172b36538b8b34b3c0291952 # v6
uses: pulumi/actions@13b8b7177d6fb736766875dac9b78aab07bd785f # v6
- name: Setup Python
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
with:
repo: pulumi/pulumictl
- name: Install Pulumi CLI
uses: pulumi/actions@c7fad9e2f0b79653172b36538b8b34b3c0291952 # v6
uses: pulumi/actions@13b8b7177d6fb736766875dac9b78aab07bd785f # v6
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -298,7 +298,7 @@ jobs:
python -m pip install --upgrade pip
pip install awscli --upgrade
- name: Install Pulumi CLI
uses: pulumi/actions@c7fad9e2f0b79653172b36538b8b34b3c0291952 # v6
uses: pulumi/actions@13b8b7177d6fb736766875dac9b78aab07bd785f # v6
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -397,7 +397,7 @@ jobs:
with:
repo: pulumi/pulumictl
- name: Install Pulumi CLI
uses: pulumi/actions@c7fad9e2f0b79653172b36538b8b34b3c0291952 # v6
uses: pulumi/actions@13b8b7177d6fb736766875dac9b78aab07bd785f # v6
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -476,7 +476,7 @@ jobs:
with:
repo: pulumi/pulumictl
- name: Install Pulumi CLI
uses: pulumi/actions@c7fad9e2f0b79653172b36538b8b34b3c0291952 # v6
uses: pulumi/actions@13b8b7177d6fb736766875dac9b78aab07bd785f # v6
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .pulumi/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.147.0
3.148.0
4 changes: 2 additions & 2 deletions examples/authentication-mode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"@types/node": "latest"
},
"dependencies": {
"@pulumi/pulumi": "3.144.1",
"@pulumi/awsx": "2.19.0",
"@pulumi/pulumi": "3.148.0",
"@pulumi/awsx": "2.21.0",
"@pulumi/eks": "latest"
}
}
26 changes: 14 additions & 12 deletions examples/aws-go-eks-helloworld/go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
module github.com/pulumi/pulumi-eks/examples/aws-go-eks-helloworld

go 1.21
go 1.22

toolchain go1.23.5

require (
github.com/pulumi/pulumi-eks/sdk/v3 v3.6.0
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.19.0
github.com/pulumi/pulumi/sdk/v3 v3.144.1
github.com/pulumi/pulumi-eks/sdk/v3 v3.8.1
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.1
github.com/pulumi/pulumi/sdk/v3 v3.148.0
)

replace github.com/pulumi/pulumi-eks/sdk/v3 => ../../sdk
Expand All @@ -14,7 +16,7 @@ require (
dario.cat/mergo v1.0.0 // indirect
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/ProtonMail/go-crypto v1.0.0 // indirect
github.com/ProtonMail/go-crypto v1.1.3 // indirect
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
Expand All @@ -27,12 +29,12 @@ require (
github.com/cheggaaa/pb v1.0.29 // indirect
github.com/cloudflare/circl v1.3.7 // indirect
github.com/containerd/console v1.0.4 // indirect
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
github.com/djherbis/times v1.6.0 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
github.com/go-git/go-billy/v5 v5.5.0 // indirect
github.com/go-git/go-git/v5 v5.12.0 // indirect
github.com/go-git/go-billy/v5 v5.6.1 // indirect
github.com/go-git/go-git/v5 v5.13.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/glog v1.2.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
Expand Down Expand Up @@ -68,7 +70,7 @@ require (
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
github.com/skeema/knownhosts v1.2.2 // indirect
github.com/skeema/knownhosts v1.3.0 // indirect
github.com/spf13/cobra v1.8.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/texttheater/golang-levenshtein v1.0.1 // indirect
Expand All @@ -78,14 +80,14 @@ require (
github.com/zclconf/go-cty v1.14.4 // indirect
go.uber.org/atomic v1.11.0 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8 // indirect
golang.org/x/mod v0.18.0 // indirect
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
golang.org/x/mod v0.19.0 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/term v0.27.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/tools v0.22.0 // indirect
golang.org/x/tools v0.23.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
google.golang.org/grpc v1.67.1 // indirect
google.golang.org/protobuf v1.35.1 // indirect
Expand Down
Loading

0 comments on commit 9b15d98

Please sign in to comment.