Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin dependencies #1479

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
go-version: "1.21.x"

- name: Install Pulumi CLI
uses: pulumi/actions@c7fad9e2f0b79653172b36538b8b34b3c0291952 # v6
uses: pulumi/actions@13b8b7177d6fb736766875dac9b78aab07bd785f # v6

- name: Setup Node
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/awsx-weekly-pulumi-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
repo: pulumi/pulumictl
- name: Install Pulumi CLI
if: steps.gomod.outputs.changes != 0
uses: pulumi/action-install-pulumi-cli@v2
uses: pulumi/action-install-pulumi-cli@b374ceb6168550de27c6eba92e01c1a774040e11 # v2
- name: Update dependent files
if: steps.gomod.outputs.changes != 0
run: |
Expand Down
4 changes: 2 additions & 2 deletions awsx-classic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"dependencies": {
"@aws-sdk/client-ecs": "^3.405.0",
"@pulumi/aws": "^6.0.2",
"@pulumi/docker": "4.5.8",
"@pulumi/docker": "4.6.1",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Curious if we should exclude classic from automated updates?

"@pulumi/pulumi": "^3.34.0",
"aws-lambda": "^1.0.7",
"docker-classic": "npm:@pulumi/docker@4.5.8",
"docker-classic": "npm:@pulumi/docker@4.6.1",
"mime": "^3.0.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions awsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
},
"//": "Pulumi sub-provider dependencies must be pinned at an exact version because we extract this value to generate the correct dependency in the schema",
"dependencies": {
"@pulumi/aws": "6.66.3",
"@pulumi/docker": "4.6.0",
"@pulumi/docker-build": "0.0.8",
"@pulumi/pulumi": "3.144.1",
"@pulumi/aws": "6.67.0",
"@pulumi/docker": "4.6.1",
"@pulumi/docker-build": "0.0.10",
"@pulumi/pulumi": "3.148.0",
"@types/aws-lambda": "^8.10.23",
"docker-classic": "npm:@pulumi/[email protected].0",
"docker-classic": "npm:@pulumi/[email protected].1",
"ip-address": "^8.1.0",
"mime": "^3.0.0",
"netmask": "^2.0.2"
Expand Down
42 changes: 21 additions & 21 deletions awsx/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1661,33 +1661,33 @@
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==

"@pulumi/aws@6.66.3":
version "6.66.3"
resolved "https://registry.yarnpkg.com/@pulumi/aws/-/aws-6.66.3.tgz#5dd81c31fa53d53f5abf2a916e848c0f901cbbd4"
integrity sha512-dDu9W+sdCrmVhIV+uales73gW+xTbl82YbNaD7/Du/Nt5sNDt+sB8gWRX0uUahVAmF3znhWDAZ5aOKiQd3wp/w==
"@pulumi/aws@6.67.0":
version "6.67.0"
resolved "https://registry.yarnpkg.com/@pulumi/aws/-/aws-6.67.0.tgz#3cce7d4a6d3773f143fb30e658524caa83ed036a"
integrity sha512-5RjRSAhgKycoNIm8ButuFr7m5m6i/0kYxb9ew61ra3JtJdx6KmwQGPrZ/sY/ktR42Hw/F5P8qBudSq3NkqVo2g==
dependencies:
"@pulumi/pulumi" "^3.142.0"
mime "^2.0.0"

"@pulumi/[email protected].8":
version "0.0.8"
resolved "https://registry.yarnpkg.com/@pulumi/docker-build/-/docker-build-0.0.8.tgz#203bdd9eed062ed0d3ddd2ef275ffcc45a87b3f4"
integrity sha512-tS6UUgmDjQ+LVekMXGC/6ND7riY75h3oO9fLiVOrvNafCBumxK+Cjm6ZZ9tUChLYvw6H+rZRExZEhfC8F/SQgQ==
"@pulumi/[email protected].10":
version "0.0.10"
resolved "https://registry.yarnpkg.com/@pulumi/docker-build/-/docker-build-0.0.10.tgz#bf6a40bb867cef70b7c6fc651cbd0b8e13579f42"
integrity sha512-b+IrUIFzMr9fOEkZPTT7GvVjtG3r8uUVjYkHwg+1yuFGXSQ33z+7Pd/qqoe8sPitJepRJSq1WMUJ9vJ9eMpK0w==
dependencies:
"@pulumi/pulumi" "^3.136.0"
"@pulumi/pulumi" "^3.142.0"

"@pulumi/[email protected].0":
version "4.6.0"
resolved "https://registry.yarnpkg.com/@pulumi/docker/-/docker-4.6.0.tgz#127a0c69a06b47a9418dce12cc70a181ff680284"
integrity sha512-9XBQtKGYQykJgXS3nWXk/mp7vSZ4kpwGJcp8yPMwvlUDiIDS4lLPp7ieOJl/qVETXkW8EtQ8qxlJ/n8kTBgiBA==
"@pulumi/[email protected].1":
version "4.6.1"
resolved "https://registry.yarnpkg.com/@pulumi/docker/-/docker-4.6.1.tgz#9baafa55db7837bfefe7965dc8c02ce87110fd53"
integrity sha512-csJWLgwq+kAQzJSNbCknXydxDXz9xhss7nI6Crq3hbz/TYifrUImpV22rNSp0dieJz7vGx2QoW+8vxjIBs+HnA==
dependencies:
"@pulumi/pulumi" "^3.142.0"
semver "^5.4.0"

"@pulumi/pulumi@3.144.1", "@pulumi/pulumi@^3.136.0", "@pulumi/pulumi@^3.142.0":
version "3.144.1"
resolved "https://registry.yarnpkg.com/@pulumi/pulumi/-/pulumi-3.144.1.tgz#96b3c54879f7bc5857ba38ac389e2b7262e44f9e"
integrity sha512-C3kdP/uYnZygxfK18pFzs0P6IYng/rgf/NW5LXUjHMKcCSwyHbsk6l2wpuuYQiWaJFWyqLdNwDFRVf07ZcIEsA==
"@pulumi/pulumi@3.148.0", "@pulumi/pulumi@^3.142.0":
version "3.148.0"
resolved "https://registry.yarnpkg.com/@pulumi/pulumi/-/pulumi-3.148.0.tgz#eec752357bbfbcd8544659231ed4e64af70cb662"
integrity sha512-Y7RNkfOYcvraz6rXMoM4KJAvk2oEq8yvsT6EX4G1CyQKUH8EpdUn0TZtvIZLqhW/M06/sMYFbjgpsuXa7p5Y7Q==
dependencies:
"@grpc/grpc-js" "^1.10.1"
"@logdna/tail-file" "^2.0.6"
Expand Down Expand Up @@ -2682,10 +2682,10 @@ dir-glob@^3.0.1:
dependencies:
path-type "^4.0.0"

"docker-classic@npm:@pulumi/[email protected].0":
version "4.6.0"
resolved "https://registry.yarnpkg.com/@pulumi/docker/-/docker-4.6.0.tgz#127a0c69a06b47a9418dce12cc70a181ff680284"
integrity sha512-9XBQtKGYQykJgXS3nWXk/mp7vSZ4kpwGJcp8yPMwvlUDiIDS4lLPp7ieOJl/qVETXkW8EtQ8qxlJ/n8kTBgiBA==
"docker-classic@npm:@pulumi/[email protected].1":
version "4.6.1"
resolved "https://registry.yarnpkg.com/@pulumi/docker/-/docker-4.6.1.tgz#9baafa55db7837bfefe7965dc8c02ce87110fd53"
integrity sha512-csJWLgwq+kAQzJSNbCknXydxDXz9xhss7nI6Crq3hbz/TYifrUImpV22rNSp0dieJz7vGx2QoW+8vxjIBs+HnA==
dependencies:
"@pulumi/pulumi" "^3.142.0"
semver "^5.4.0"
Expand Down
39 changes: 19 additions & 20 deletions examples/cloudtrail/go/go.mod
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
module github.com/pulumi/pulumi-awsx/examples/go-trail

go 1.21
go 1.22

toolchain go1.21.1
toolchain go1.23.5

require (
github.com/pulumi/pulumi-awsx/sdk/v2 v2.4.0
github.com/pulumi/pulumi/sdk/v3 v3.144.1
github.com/pulumi/pulumi-awsx/sdk/v2 v2.21.0
github.com/pulumi/pulumi/sdk/v3 v3.148.0
)

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/v13 v13.0.0 // indirect
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
github.com/atotto/clipboard v0.1.4 // indirect
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
Expand All @@ -26,14 +25,13 @@ require (
github.com/charmbracelet/lipgloss v0.7.1 // indirect
github.com/cheggaaa/pb v1.0.29 // indirect
github.com/cloudflare/circl v1.3.7 // indirect
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
github.com/containerd/console v1.0.4 // indirect
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
github.com/djherbis/times v1.5.0 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/fatih/color v1.16.0 // 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 @@ -63,31 +61,32 @@ require (
github.com/pkg/term v1.1.0 // indirect
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect
github.com/pulumi/esc v0.10.0 // indirect
github.com/pulumi/pulumi-aws/sdk/v6 v6.9.0 // indirect
github.com/pulumi/pulumi-docker/sdk/v4 v4.4.3 // indirect
github.com/pulumi/pulumi-aws/sdk/v6 v6.66.2 // indirect
github.com/pulumi/pulumi-docker-build/sdk/go/dockerbuild v0.0.3 // indirect
github.com/pulumi/pulumi-docker/sdk/v4 v4.5.8 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect
github.com/santhosh-tekuri/jsonschema/v5 v5.0.0 // 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
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
github.com/zclconf/go-cty v1.13.2 // indirect
go.uber.org/atomic v1.9.0 // indirect
github.com/zclconf/go-cty v1.14.1 // indirect
go.uber.org/atomic v1.10.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
Loading