Commit 3e36ad2
authored
Update first-party Pulumi dependencies to v3.151.0 (#2030)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [@pulumi/pulumi](https://redirect.github.com/pulumi/pulumi)
([source](https://redirect.github.com/pulumi/pulumi/tree/HEAD/sdk/nodejs))
| dependencies | minor | [`3.150.0` ->
`3.151.0`](https://renovatebot.com/diffs/npm/@pulumi%2fpulumi/3.150.0/3.151.0)
|
|
[github.com/pulumi/pulumi/pkg/v3](https://redirect.github.com/pulumi/pulumi)
| require | minor | `v3.150.0` -> `v3.151.0` |
|
[github.com/pulumi/pulumi/sdk/v3](https://redirect.github.com/pulumi/pulumi)
| require | minor | `v3.150.0` -> `v3.151.0` |
| [pulumi](https://redirect.github.com/pulumi/pulumi)
([changelog](https://redirect.github.com/pulumi/pulumi/blob/master/CHANGELOG.md))
| dependencies | minor | `==3.150.0` -> `==3.151.0` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>pulumi/pulumi (@​pulumi/pulumi)</summary>
###
[`v3.151.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.151.0)
[Compare
Source](https://redirect.github.com/pulumi/pulumi/compare/v3.150.0...v3.151.0)
##### 3.151.0 (2025-02-21)
##### Features
- \[engine] Changes to source position metadata will be batched in the
snapshot system
[#​18579](https://redirect.github.com/pulumi/pulumi/pull/18579)
- \[cli/display] Add --show-secrets args to pulumi up and pulumi
preview, showing secrets in the CLI output. Fixing
[#​9830](https://redirect.github.com/pulumi/pulumi/issues/9830)
[#​18503](https://redirect.github.com/pulumi/pulumi/pull/18503)
- \[auto/go] Include stderr when InstallPulumiCommand fails
[#​18549](https://redirect.github.com/pulumi/pulumi/pull/18549)
- \[auto/nodejs] Add the `--preview-only` flag to the `refresh` command
in the NodeJS Automation API
[#​18662](https://redirect.github.com/pulumi/pulumi/pull/18662)
- \[auto/nodejs] Support `--clear-pending-creates` for the `refresh`
command in the NodeJS automation API
[#​18653](https://redirect.github.com/pulumi/pulumi/pull/18653)
- \[cli/package] Support parameterizing providers when calling
`get-mapping`
- \[auto/python] Add `--clear-pending-creates` to the `refresh` command
in the Python Automation API
[#​18658](https://redirect.github.com/pulumi/pulumi/pull/18658)
- \[backend/service] Don't send "gitHub:owner" and "gitHub:repo" tags to
the service.
[#​18489](https://redirect.github.com/pulumi/pulumi/pull/18489)
- \[backend/service] Add bulk encrypte service types
[#​18588](https://redirect.github.com/pulumi/pulumi/pull/18588)
- \[programgen] Add conformance test for dynamic lists and returns
[#​18424](https://redirect.github.com/pulumi/pulumi/pull/18424)
- \[programgen] Implement a first version of `try` in PCL
[#​18454](https://redirect.github.com/pulumi/pulumi/pull/18454)
- \[programgen] Implement a version of can in PCL
[#​18571](https://redirect.github.com/pulumi/pulumi/pull/18571)
- \[programgen] Support parameterized mapping from source ecosystems
(e.g. Terraform) to Pulumi when converting programs
- \[sdk/nodejs] \[Experimental/Components] Add infrastructure for
component discovery and schema inference
[#​18580](https://redirect.github.com/pulumi/pulumi/pull/18580)
- \[sdk/nodejs] \[Experimental/Components] Infer simple inputs/outputs
and optionality
[#​18590](https://redirect.github.com/pulumi/pulumi/pull/18590)
- \[sdk/nodejs] \[Experimental/Components] Instantiate components
[#​18583](https://redirect.github.com/pulumi/pulumi/pull/18583)
- \[sdk/nodejs] \[Experimental/Components]: Handle ComplexType
[#​18602](https://redirect.github.com/pulumi/pulumi/pull/18602)
- \[sdk/nodejs] \[Experimental/Components] Hook up inputs & outputs in
the provider
[#​18600](https://redirect.github.com/pulumi/pulumi/pull/18600)
- \[sdk/nodejs] \[Experimental/Components] Infer input types
[#​18597](https://redirect.github.com/pulumi/pulumi/pull/18597)
- \[sdk/python] \[Experimental/Components] Handle Assets and Archives
[#​18513](https://redirect.github.com/pulumi/pulumi/pull/18513)
- \[sdk/python] \[Experimental/Components]: Infer type and property
descriptions
[#​18540](https://redirect.github.com/pulumi/pulumi/pull/18540)
##### Bug Fixes
- \[cli] Fix nesting directories when generating multiple sdks
[#​18332](https://redirect.github.com/pulumi/pulumi/pull/18332)
- \[cli] Fix a panic in `help new` when local templates weren't present
[#​18661](https://redirect.github.com/pulumi/pulumi/pull/18661)
- \[engine] Send parent URN to resource transforms
[#​18642](https://redirect.github.com/pulumi/pulumi/pull/18642)
- \[engine] The engine will now call DiffConfig on explict providers to
decide replace semantics, this matches the behaviour for default
providers
[#​18509](https://redirect.github.com/pulumi/pulumi/pull/18509)
- \[engine] Don't overwrite schema versions if they exist
[#​18672](https://redirect.github.com/pulumi/pulumi/pull/18672)
- \[pkg] Do not cache schema if we never read it back
[#​18618](https://redirect.github.com/pulumi/pulumi/pull/18618)
- \[cli/config] Fix reading YAML config with uint64 sized numbers
[#​18582](https://redirect.github.com/pulumi/pulumi/pull/18582)
- \[sdk/nodejs] Improve type inference for `output` and `Unwrap` when
used on tuples
[#​18652](https://redirect.github.com/pulumi/pulumi/pull/18652)
- \[cli/package] Avoid panic'ing when the project file is invalid
[#​18537](https://redirect.github.com/pulumi/pulumi/pull/18537)
- \[sdk/python] \[Experimental/Components] Detect more map and array
types
[#​18546](https://redirect.github.com/pulumi/pulumi/pull/18546)
- \[sdk/python] \[Experimental/Components] Return Python stack trace on
error
[#​18558](https://redirect.github.com/pulumi/pulumi/pull/18558)
- \[sdk/python] Fix source position information to point to user code,
not provider SDKs
[#​18575](https://redirect.github.com/pulumi/pulumi/pull/18575)
##### Miscellaneous
- \[sdk/dotnet] Update dotnet to 8.0 LTS
[#​18619](https://redirect.github.com/pulumi/pulumi/pull/18619)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - "every weekday" (UTC).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19-->
Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>1 parent 66e4227 commit 3e36ad2
File tree
243 files changed
+294
-294
lines changed- alicloud-ts-ecs
- aws-apigateway-go-routes
- aws-apigateway-ts-routes
- aws-go-ansible-wordpress
- aws-go-appsync
- aws-go-assume-role
- assume-role
- create-role
- aws-go-console-slack-notification
- aws-go-eks
- aws-go-fargate
- aws-go-lambda-gateway
- aws-go-lambda
- aws-go-langserve
- aws-go-resources
- aws-go-s3-folder-component
- aws-go-s3-folder
- aws-go-secrets-manager
- aws-go-slackbot
- aws-go-webserver
- aws-js-containers
- aws-js-langserve
- aws-js-s3-folder-component
- aws-js-s3-folder
- aws-js-sqs-slack
- aws-js-webserver-component
- aws-js-webserver
- aws-py-ecs-instances-autoapi/automation
- aws-py-fargate
- aws-ts-airflow
- aws-ts-ansible-wordpress
- aws-ts-apigateway-auth0
- aws-ts-apigateway-eventbridge
- aws-ts-apigateway-lambda-serverless
- aws-ts-apigatewayv2-eventbridge
- aws-ts-apigatewayv2-http-api-quickcreate
- aws-ts-apigatewayv2-http-api
- aws-ts-apigateway
- aws-ts-appsync
- aws-ts-assume-role
- assume-role
- create-role
- aws-ts-containers-dockerbuildcloud
- aws-ts-containers-dockerbuild
- aws-ts-containers
- aws-ts-ec2-provisioners
- aws-ts-ecs-anywhere
- aws-ts-eks-distro
- aws-ts-eks-hello-world
- aws-ts-eks-migrate-nodegroups
- aws-ts-eks
- aws-ts-hello-fargate
- aws-ts-k8s-mern-voting-app
- aws-ts-k8s-voting-app
- aws-ts-lambda-slack
- aws-ts-lambda-thumbnailer
- aws-ts-langserve
- aws-ts-localai-flowise
- aws-ts-netlify-cms-and-oauth
- cms-oauth/infrastructure
- cms/infrastructure
- aws-ts-nextjs
- aws-ts-oidc-provider-pulumi-cloud
- aws-ts-organizations
- aws-ts-pern-voting-app
- aws-ts-pulumi-miniflux
- aws-ts-pulumi-webhooks
- aws-ts-redshift-glue-etl
- aws-ts-resources
- aws-ts-ruby-on-rails
- aws-ts-s3-folder
- aws-ts-s3-lambda-copyzip
- aws-ts-scheduled-function
- aws-ts-secrets-manager
- aws-ts-serverless-datawarehouse
- aws-ts-serverless-raw
- aws-ts-slackbot
- aws-ts-stackreference
- company
- department
- team
- aws-ts-static-website
- aws-ts-stepfunctions
- aws-ts-synthetics-canary
- aws-ts-thumbnailer
- aws-ts-twitter-athena
- aws-ts-url-shortener-cache-http
- aws-ts-voting-app
- aws-ts-vpc-with-ecs-fargate-py/vpc-crosswalk-ts
- aws-ts-webserver
- aws-ts-wordpress-fargate-rds
- azure-go-aci
- azure-go-aks-helm
- azure-go-aks-managed-identity
- azure-go-aks-multicluster
- azure-go-aks
- azure-go-appservice-docker
- azure-go-call-azure-sdk
- azure-go-containerapps
- azure-go-static-website
- azure-ts-aci
- azure-ts-aks-helm
- azure-ts-aks-managed-identity
- azure-ts-aks-multicluster
- azure-ts-aks
- azure-ts-appservice-docker
- azure-ts-appservice
- azure-ts-call-azure-sdk
- azure-ts-containerapps
- azure-ts-cosmosdb-logicapp
- azure-ts-functions-many
- azure-ts-functions
- azure-ts-oidc-provider-pulumi-cloud
- azure-ts-static-website
- azure-ts-synapse
- azure-ts-webapp-privateendpoint-vnet-injection
- azure-ts-webserver
- classic-azure-go-aks-multicluster
- classic-azure-go-webserver-component
- classic-azure-ts-aks-keda
- classic-azure-ts-aks-mean
- classic-azure-ts-api-management
- classic-azure-ts-appservice-devops/infra
- classic-azure-ts-cosmosapp-component
- policy
- classic-azure-ts-hdinsight-spark
- classic-azure-ts-msi-keyvault-rbac
- classic-azure-ts-serverless-url-shortener-global
- classic-azure-ts-stream-analytics
- classic-azure-ts-vm-provisioners
- classic-azure-ts-vm-scaleset
- classic-azure-ts-webserver-component
- crd2pulumi-crontabs/kubernetes-ts-crontabs
- digitalocean-ts-k8s
- digitalocean-ts-loadbalanced-droplets
- docker-ts-multi-container-app
- dockerbuildcloud-ts
- f5bigip-ts-ltm-pool
- f5bigip-ec2-instance
- f5bigip-pool
- nginx-ec2-instance
- gcp-go-functions-raw
- gcp-go-functions
- gcp-go-gke
- gcp-go-instance
- gcp-go-webserver
- gcp-js-webserver
- gcp-ts-cloudrun
- gcp-ts-docker-gcr-cloudrun
- cloud-run-deploy
- docker-build-push-gcr
- gcp-ts-functions
- gcp-ts-gke-hello-world
- gcp-ts-gke-serviceaccount
- gcp-ts-gke
- gcp-ts-k8s-ruby-on-rails-postgresql/infra
- gcp-ts-serverless-raw
- gcp-ts-slackbot
- google-native-ts-functions
- google-native-ts-gke-config-connector
- google-native-ts-k8s-python-postgresql/infra
- google-native-ts-k8s-ruby-on-rails-postgresql/infra
- kubernetes-go-configmap-rollout
- kubernetes-go-exposed-deployment
- kubernetes-go-guestbook
- components
- simple
- kubernetes-go-helm-release-wordpress
- kubernetes-go-helm-wordpress
- kubernetes-ts-configmap-rollout
- kubernetes-ts-exposed-deployment
- kubernetes-ts-guestbook
- components
- simple
- kubernetes-ts-helm-release-wordpress
- kubernetes-ts-helm-wordpress
- kubernetes-ts-jenkins
- kubernetes-ts-multicloud
- kubernetes-ts-nginx
- kubernetes-ts-s3-rollout
- kubernetes-ts-sock-shop
- kubernetes-ts-staged-rollout-with-prometheus
- linode-js-webserver
- misc
- benchmarks
- go-many-resources
- policy-pack
- ts-many-resources
- test
- multicloud-ts-buckets
- ovhcloud-go-kubernetes
- policy-packs
- aws-ts-finops
- stackvalidation-ts
- redis-cloud-aws-ts
- secrets-provider
- aws
- azure
- gcloud
- vault
- stack-readme-go
- stack-readme-ts
- testing-integration
- program
- testing-pac-ts
- testing-unit-go-components
- testing-unit-go
- testing-unit-ts-mocks-jest
- testing-unit-ts/mocha
- twilio-ts-component
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
243 files changed
+294
-294
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
158 | | - | |
| 157 | + | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
156 | | - | |
| 155 | + | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
156 | | - | |
| 155 | + | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
154 | | - | |
| 153 | + | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
0 commit comments