Skip to content

Commit 791f7de

Browse files
Update first-party Pulumi dependencies (#576)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@pulumi/aws](https://pulumi.io) ([source](https://redirect.github.com/pulumi/pulumi-aws)) | dependencies | minor | [`7.13.0` -> `7.14.0`](https://renovatebot.com/diffs/npm/@pulumi%2faws/7.13.0/7.14.0) | | [@pulumi/pulumi](https://redirect.github.com/pulumi/pulumi) ([source](https://redirect.github.com/pulumi/pulumi/tree/HEAD/sdk/nodejs)) | dependencies | minor | [`3.210.0` -> `3.211.0`](https://renovatebot.com/diffs/npm/@pulumi%2fpulumi/3.210.0/3.211.0) | | [pulumi-aws](https://redirect.github.com/pulumi/pulumi-aws) | | minor | `>=7.13.0,<7.14.0` -> `>=7.14.0,<7.15.0` | --- ### Release Notes <details> <summary>pulumi/pulumi-aws (@&#8203;pulumi/aws)</summary> ### [`v7.14.0`](https://redirect.github.com/pulumi/pulumi-aws/releases/tag/v7.14.0) [Compare Source](https://redirect.github.com/pulumi/pulumi-aws/compare/v7.13.0...v7.14.0) ##### What's Changed - Upgrade terraform-provider-aws to v6.26.0 by [@&#8203;pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/6046](https://redirect.github.com/pulumi/pulumi-aws/pull/6046) - Run tests for: Add support to `ap-east-2` region by [@&#8203;iwahbe](https://redirect.github.com/iwahbe) in [https://github.com/pulumi/pulumi-aws/pull/6049](https://redirect.github.com/pulumi/pulumi-aws/pull/6049) **Full Changelog**: pulumi/pulumi-aws@v7.13.0...v7.14.0 </details> <details> <summary>pulumi/pulumi (@&#8203;pulumi/pulumi)</summary> ### [`v3.211.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#32110-2025-12-11) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.210.0...v3.211.0) ##### Features - \[cli/about] Print Node.js package manager information in `pulumi about` [#&#8203;21163](https://redirect.github.com/pulumi/pulumi/pull/21163) - \[backend/diy] Add stack tags support for DIY backends (S3, Postgres, file-based, etc.). DIY backends now support stack tags functionality, bringing feature parity with cloud backends. This includes: - Full CRUD operations for stack tags (create, read, update, delete) - Automatic system tag injection (e.g., `pulumi:project`) - Tag filtering support in stack listing operations - Backward compatibility with existing stacks (no tags file required) - Atomic operations with caching for performance - Automatic cleanup of tag files when stacks are deleted Tags are stored as separate `.pulumi-tags` files alongside stack checkpoints, using a versioned JSON format. The implementation works across all DIY backend storage types including S3, Azure Blob, Google Cloud Storage, PostgreSQL, and local file systems. Example usage: ```bash pulumi stack tag set environment production pulumi stack tag set owner backend-team pulumi stack ls --tag-filter environment=production ``` [#&#8203;19882](https://redirect.github.com/pulumi/pulumi/pull/19882) - \[backend/service] Improve startup performance with the service as backend [#&#8203;21176](https://redirect.github.com/pulumi/pulumi/pull/21176) - \[sdk/nodejs] Add support for `replacement_trigger` in the NodeJS SDK [#&#8203;20939](https://redirect.github.com/pulumi/pulumi/pull/20939) - \[sdk/python] Allow setting version for python component providers [#&#8203;21149](https://redirect.github.com/pulumi/pulumi/pull/21149) ##### Bug Fixes - \[cli/package] Correctly identify the innermost Project/Plugin when running `pulumi package add` [#&#8203;21137](https://redirect.github.com/pulumi/pulumi/pull/21137) - \[engine] Allow referencing multiple git/github/gitlab components from the same repo [#&#8203;21119](https://redirect.github.com/pulumi/pulumi/pull/21119) - \[programgen/go] Account for name conflicts in resource creation functions [#&#8203;21107](https://redirect.github.com/pulumi/pulumi/pull/21107) - \[sdk/python] Fix cancellation handling in a few places in the python language host [#&#8203;21145](https://redirect.github.com/pulumi/pulumi/pull/21145) - \[sdkgen/go] Fix generation of lifted single-value calls in parameterized SDKs [#&#8203;21115](https://redirect.github.com/pulumi/pulumi/pull/21115) ##### Miscellaneous - \[cli] Don't attempt to re-install plugin dependencies on load failure for plugins based on git with a nested path [#&#8203;21148](https://redirect.github.com/pulumi/pulumi/pull/21148) - \[sdk/{dotnet,java,yaml}] Bump language runtimes for dotnet, java, and yaml [#&#8203;21201](https://redirect.github.com/pulumi/pulumi/pull/21201) - \[cli/engine] Add language runtime metadata to update metadata [#&#8203;21186](https://redirect.github.com/pulumi/pulumi/pull/21186) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - Monday through Friday ( * * * * 1-5 ) (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
1 parent 0cebc6c commit 791f7de

File tree

12 files changed

+29
-29
lines changed

12 files changed

+29
-29
lines changed

aws-apigateway/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"pulumi-resource-aws-apigateway": "bin/index.js"
55
},
66
"dependencies": {
7-
"@pulumi/aws": "7.13.0",
8-
"@pulumi/pulumi": "3.210.0",
7+
"@pulumi/aws": "7.14.0",
8+
"@pulumi/pulumi": "3.211.0",
99
"aws-lambda": "^1.0.7",
1010
"yaml": "^2.2.2"
1111
},

aws-apigateway/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -464,18 +464,18 @@
464464
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
465465
integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==
466466

467-
"@pulumi/aws@7.13.0":
468-
version "7.13.0"
469-
resolved "https://registry.yarnpkg.com/@pulumi/aws/-/aws-7.13.0.tgz#6b78e5bf346b7f50168edac86631cfb8bea23ff5"
470-
integrity sha512-IVq5uu/0CLECORO8DtM24+LLc/eODzfK8a7b3x358sdtx+uhHlvr0HUD4VJaN5JP8B04RrsmPI64Qb2lMV2HAA==
467+
"@pulumi/aws@7.14.0":
468+
version "7.14.0"
469+
resolved "https://registry.yarnpkg.com/@pulumi/aws/-/aws-7.14.0.tgz#181fe841458baf051fcc75633e7a05706a765d4d"
470+
integrity sha512-Cpk4Xu9HD1DThVvWN28mlB8gGGIsdLnmKzzCPCsuX1+k7hGGlnS2qhUiS8Ve2bxvS7W6VYJ4x/+BXKv9hbXPtw==
471471
dependencies:
472472
"@pulumi/pulumi" "^3.142.0"
473473
mime "^2.0.0"
474474

475-
"@pulumi/pulumi@3.210.0", "@pulumi/pulumi@^3.142.0":
476-
version "3.210.0"
477-
resolved "https://registry.yarnpkg.com/@pulumi/pulumi/-/pulumi-3.210.0.tgz#c5d59ebaded83f5baf571e0c5c1b6a766fc694ea"
478-
integrity sha512-ZMe4oH8nFNi3Tig1U8mTEuqrjTyEz0aVkn+DvvjcBPvM7WzZSdB6xR9MiRK/ZUi0G5O+H7fx2gEEeq1vYcM5Jg==
475+
"@pulumi/pulumi@3.211.0", "@pulumi/pulumi@^3.142.0":
476+
version "3.211.0"
477+
resolved "https://registry.yarnpkg.com/@pulumi/pulumi/-/pulumi-3.211.0.tgz#eedee7d5ec1647209be5439d1e221c48e93f4a17"
478+
integrity sha512-buIAse/ll5I+gzYRYNeDL39wjg+Ehq+OZ8oWO0ISkB6E7xuB60rvS9ATKHJYacroYFsuE6pVEA19f7wc67mRzA==
479479
dependencies:
480480
"@grpc/grpc-js" "^1.10.1"
481481
"@logdna/tail-file" "^2.0.6"

examples/apigateway-auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"@types/aws-lambda": "^8.10.0"
88
},
99
"dependencies": {
10-
"@pulumi/aws": "7.13.0",
11-
"@pulumi/pulumi": "3.210.0",
10+
"@pulumi/aws": "7.14.0",
11+
"@pulumi/pulumi": "3.211.0",
1212
"@pulumi/aws-apigateway": "3.0.0"
1313
}
1414
}

examples/apigateway-multi-auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"@types/aws-lambda": "^8.10.0"
88
},
99
"dependencies": {
10-
"@pulumi/aws": "7.13.0",
11-
"@pulumi/pulumi": "3.210.0",
10+
"@pulumi/aws": "7.14.0",
11+
"@pulumi/pulumi": "3.211.0",
1212
"@pulumi/aws-apigateway": "3.0.0"
1313
}
1414
}

examples/apikeysource/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"build": "tsc"
77
},
88
"dependencies": {
9-
"@pulumi/aws": "7.13.0",
9+
"@pulumi/aws": "7.14.0",
1010
"@pulumi/aws-apigateway": "3.0.0",
11-
"@pulumi/pulumi": "3.210.0"
11+
"@pulumi/pulumi": "3.211.0"
1212
},
1313
"devDependencies": {
1414
"@types/node": "^8.0.0"

examples/binary-media-types/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"@types/node": "^18.0.0"
55
},
66
"dependencies": {
7-
"@pulumi/aws": "7.13.0",
7+
"@pulumi/aws": "7.14.0",
88
"@pulumi/aws-apigateway": "3.0.0",
9-
"@pulumi/pulumi": "3.210.0"
9+
"@pulumi/pulumi": "3.211.0"
1010
}
1111
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pulumi>=3.0.0,<4.0.0
2-
pulumi-aws>=7.13.0,<7.14.0
2+
pulumi-aws>=7.14.0,<7.15.0

examples/simple/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"@types/node": "^18.0.0"
55
},
66
"dependencies": {
7-
"@pulumi/aws": "7.13.0",
7+
"@pulumi/aws": "7.14.0",
88
"@pulumi/aws-apigateway": "3.0.0",
9-
"@pulumi/pulumi": "3.210.0"
9+
"@pulumi/pulumi": "3.211.0"
1010
}
1111
}

examples/tagged-api-gateway/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"@types/node": "^18.0.0"
55
},
66
"dependencies": {
7-
"@pulumi/aws": "7.13.0",
7+
"@pulumi/aws": "7.14.0",
88
"@pulumi/aws-apigateway": "3.0.0",
9-
"@pulumi/pulumi": "3.210.0"
9+
"@pulumi/pulumi": "3.211.0"
1010
}
1111
}

examples/test-programs/authorizer-validation/base-params/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"@types/aws-lambda": "^8.10.0"
88
},
99
"dependencies": {
10-
"@pulumi/aws": "7.13.0",
11-
"@pulumi/pulumi": "3.210.0",
10+
"@pulumi/aws": "7.14.0",
11+
"@pulumi/pulumi": "3.211.0",
1212
"@pulumi/aws-apigateway": "3.0.0"
1313
}
1414
}

0 commit comments

Comments
 (0)