-
Notifications
You must be signed in to change notification settings - Fork 109
Pin dependencies #1479
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
base: master
Are you sure you want to change the base?
Pin dependencies #1479
Conversation
Interesting. We might just need to alias it to |
Does the PR have any schema changes?Found 122 breaking changes: Resources
Types
Maintainer note: consult the runbook for dealing with any breaking changes. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1479 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 10 10
Lines 2345 2345
======================================
Misses 2345 2345 ☔ View full report in Codecov by Sentry. |
16fbb5c to
c392a7c
Compare
Suspect this will make #1479 start succeeding.
c392a7c to
ed57980
Compare
ℹ Artifact update noticeFile name: examples/cloudtrail/go/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: examples/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: examples_legacy/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
|
It's interesting that the test suite is failing with Last time I investigated something like this it resulted from several versions of |
ed57980 to
62cdf35
Compare
This is an important check to include to fail early. If Renovate updates dependencies in a way that causes several copies of `@pulumi/pulumi` SDK to be included then the provider fails at runtime with an obscure error about invokes, as in #1479 - this will fail the build early instead.
62cdf35 to
f65c769
Compare
|
2366b9d to
62cadd7
Compare
3ab08ff to
6a784e0
Compare
49535ce to
d4a9243
Compare
2a35998 to
a0b345f
Compare
ea7d078 to
afb2396
Compare
afb2396 to
af3b67b
Compare
This PR contains the following updates:
^7.0.0->7.13.0^7.0.4->7.13.07.11.0->7.13.0^3.0.0->3.1.0^4.6.0->4.10.04.6.0->4.10.04.5.8->4.10.00.0.14->0.0.15^3.0.0->3.210.0^3.113.0->3.210.03.200.0->3.210.04.5.8->4.10.04.6.0->4.10.0v0.17.0->v0.20.0v0.6.2->v0.20.0v0.1.1->v0.2.1v7.11.0->v7.13.0v0.0.3->v0.0.15v4.5.8->v4.10.0b374cebc7fad9e->8582a9eAdd the preset
:preserveSemverRangesto your config if you don't want to pin your dependencies.Release Notes
pulumi/pulumi-aws (@pulumi/aws)
v7.13.0Compare Source
What's Changed
New Contributors
Full Changelog: pulumi/pulumi-aws@v7.12.0...v7.13.0
v7.12.0Compare Source
What's Changed
New Contributors
Full Changelog: pulumi/pulumi-aws@v7.11.1...v7.12.0
v7.11.1Compare Source
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
Full Changelog: pulumi/pulumi-aws@v7.11.0...v7.11.1
pulumi/pulumi-docker (@pulumi/docker)
v4.10.0Compare Source
What's Changed
Full Changelog: pulumi/pulumi-docker@v4.9.0...v4.10.0
v4.9.0Compare Source
What's Changed
Full Changelog: pulumi/pulumi-docker@v4.8.2...v4.9.0
v4.8.2Compare Source
What's Changed
Full Changelog: pulumi/pulumi-docker@v4.8.1...v4.8.2
v4.8.1Compare Source
What's Changed
New Contributors
Full Changelog: pulumi/pulumi-docker@v4.8.0...v4.8.1
v4.8.0Compare Source
Does the PR have any schema changes?
Looking good! No breaking changes found.
New resources:
index/buildxBuilder.BuildxBuilderWhat's Changed
Full Changelog: pulumi/pulumi-docker@v4.7.0...v4.8.0
v4.7.0Compare Source
Does the PR have any schema changes?
Found 1 breaking change:
Types
🟡"docker:index/RemoteImageBuild:RemoteImageBuild": properties: "buildArg" missingNew functions:
index/getRegistryImageManifests.getRegistryImageManifestspulumi.providers.docker/terraformConfigWhat's Changed
New Contributors
Full Changelog: pulumi/pulumi-docker@v4.6.2...v4.7.0
v4.6.2Compare Source
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
Full Changelog: pulumi/pulumi-docker@v4.6.1...v4.6.2
v4.6.1Compare Source
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
Full Changelog: pulumi/pulumi-docker@v4.6.0...v4.6.1
pulumi/pulumi-docker-build (@pulumi/docker-build)
v0.0.15Compare Source
pulumi/pulumi (@pulumi/pulumi)
v3.210.0Compare Source
Features
[cli/about] Print python toolchain information in
pulumi about[sdk/java] Update java to v1.18
[components/nodejs] Local components will use the version from package.json rather than 0.0.0
#21100
[cli/package] Add
pulumi package deletecommand to delete package versions from the Pulumi Registry#21069
[cli/package] Always print the schema first in
package get-schema, then print any binding errors#21080
[sdk/python] Require
grpcio>=1.75.1on Python 3.14#21113
Bug Fixes
#21094
Miscellaneous
#21077
v3.209.0Compare Source
Features
[cli] Add native support for OIDC token exchange when logging into Pulumi Cloud. Run
pulumi login --helpfor more information.#20974
[sdk/python] Allow older grpcio and protobuf dependencies
#21007
[sdkgen/{dotnet,go,nodejs,python}] Generate .gitignore and .gitattributes files for generated SDKs
#21034
Bug Fixes
[cli/install] Correctly install non-standard plugins. Seehttps://github.com/pulumi/pulumi/issues/209533 for more information
#20983
[cli/new] Create pyproject.toml for uv and poetry projects when using --generate-only
#20979
[sdk/nodejs] Fix serialization errors due to SxS copies of the SDK
#21029
[sdk/python] Add
PropertyValueruntime validation checks#21058
Miscellaneous
[engine] Don't send root directory and runtime options to language plugins as command line arguments
#21054
[sdk/{dotnet,java,yaml}] Bump language runtimes for yaml, dotnet and java
v3.208.0Compare Source
Features
[cli] Expose all command flags as env vars (e.g. --refresh can now be set with PULUMI_OPTION_REFRESH)
#20868
[cli/install] Make
pulumi installrecurse into local packages#20945
[engine] Add a
replacement_triggerresource option. Any change to this value between program runs will trigger a replace of the resource#20936
[engine] Add a new builtin
Stashresource which can be used to save a value to state#20819
[protobuf] Add
Language.TemplateRPC to protos#20948
[sdk/go] Add support for
replacement_triggerin the Go SDK#20937
Bug Fixes
[engine] Fix duplicate resource snapshot integrity issue with aliases
#20926
[engine] Allow resources marked as
Deleteto be targeted, and take them into account for dependency calculation#20962
[engine] Fix a panic when previewing and import of a resource that wants to delete and then replace due to diffs
#20997
[pkg] Include invalid property names in bind errors
#20989
[sdk/python] Don’t raise when looking up a stack reference output that does not exist
#20938
[sdkgen/python] Ensure resource args accept typeddicts when no language info is specified
#20982
Miscellaneous
pulumi upcommand help text#20996
v3.207.0Compare Source
Features
[cli] Log gRPC requests before invoking them in gRPC debug interceptor
#20817
[engine] Add
ReplaceWithresource option to allow one resource's replace operations to trigger another's#20693
[sdkgen/python] Allow all PEP440 version specifiers to be used
Bug Fixes
[cli/import] Return errors when an import fails
#20904
[engine] Fix parenting of resources in some cases in
refresh --run-program#20894
[engine] Fix StackReference secrets performance
#20908
[programgen] Do not panic when re-writing type-invalid PCL
#20770
[sdk/go] Fix import path in instructions when linking a package in Go
#20888
[sdk/nodejs] Fix closure serialization on Node.js v25.2.0
#20913
[sdk/{nodejs,python}] Avoid cancellations due to do slow processing of requests
[sdk/python] Avoid cancellations due to do slow processing of requests in the callbacks server
#20917
Miscellaneous
#20887
v3.206.0Compare Source
Features
[protobuf] Pass a
previewflag to invokes so they can tell if they're being called during a preview#20827
[cli/about] Include PULUMI_* environment variables in the
pulumi aboutoutput#20855
[auto/go] Get event log over gRPC instead of trying to read it from a text file
#20822
[auto/nodejs] Get event log over gRPC instead of trying to read it from a text file
#20824
[auto/python] Get event log over gRPC instead of trying to read it from a text file
#20833
[cli/engine] Add environment variable to add --refresh to preview,update,destroy
#20797
[sdk/nodejs] Add PULUMI_NODEJS_SKIP_COMPONENT_INPUTS environment variable to skip the new feature of sending component inputs to the engine for diffing and state storage
#20842
Bug Fixes
[engine] Fix duplicate resource snapshot integrity issue, when running
pulumi up --refresh --run-programand when a resourcePendingReplacementexists in the snapshot#20812
[engine] Support floating point NaN and Inf values in resource state
#20843
Miscellaneous
#20811
v3.205.0Compare Source
Bug Fixes
[cli/display] Improve how the severity is displayed for policy violations
#20805
[engine] Fix an issue where
refresh --run-programcould potentially run forever#20781
v3.204.0Compare Source
Features
[cli] Print replace diffs when a resource tries to replace but is blocked by still having an import id set
#20762
[engine] Support overriding policy severity on violations
#20767
[backend/service] Send journal entries to the backend if it's supported
#20343
Bug Fixes
[engine] Fix a potential snapshot integrity error when a resources dependency fails to be destroyed using
destroy --run-program#20692
[engine] Fix import error to contain the import ID of non-existent resources
#20753
[sdk/nodejs] Pass secret values as Output objects to resource hooks to properly maintain their secretness. Previously hooks received an internal representation for secret values.
#20774
[sdk/python] Pass secret values as Output objects to resource hooks to properly maintain their secretness. Previously hooks received an internal representation for secret values.
#20769
[sdkgen/go] Fix codegen of scalar return SDK functions
#20754
[sdkgen/{nodejs,python}] Fix scalar return protocol to allow returning secret maps
#20747
Miscellaneous
#20715
v3.203.0Compare Source
Features
[cli/display] Display policy severity for violations
#20746
[cli/package] Show functions in
package info#20733
Bug Fixes
[engine] Make sure errors from the journaler are not shown to the user
#20740
[backend/diy] Fix casing of stack/latest when importing stacks
#20727
[cli/package] Fix 'required' flag for resource inputs in
package info#20731
[programgen] Revert #20345
#20714
[programgen/{dotnet,nodejs}] Propagate local dependencies for parameterized packages during convert down to GenerateProject
#20706
[sdkgen/python] Fix python invokes for functions returning map types
#20719
Miscellaneous
#20612
v3.202.0Compare Source
Features
[auto] Add SetAllConfigJson method to automation APIs
#20709
[cli/config] Add
--jsoninput support topulumi config set-all#19427
[cli/display] Add error summary at the end of Resource changes
#20658
[components/{go,nodejs}] Send component inputs to be saved in state. This brings NodeJS and Go inline with Python behaviour
#20357
[sdk/python] Add support for Python 3.14
#20433
[sdk/python] Add the
hide_diffsresource option#20655
Bug Fixes
[engine] Fix assert when a resource that's not targeted on a destroy is marked as Delete
#20684
[sdk/nodejs] Allow compiled local SDKs to be parameterized
#20685
[sdk/nodejs] Handle RangeErrors from util.inspect stringifying error objects
#20705
v3.201.0Compare Source
Features
#20646
Bug Fixes
pulumi loginpulumi/esc (github.com/pulumi/esc)
v0.20.0Compare Source
Improvements
esc env settings set [<org-name>/][<project-name>/]<environment-name> deletion-protected trueto enable deletion protectionesc env settings get [<org-name>/][<project-name>/]<environment-name> [deletion-protected]to check the current statusBug Fixes
Breaking changes
v0.19.0Compare Source
Improvements
Bug Fixes
Breaking changes
v0.18.0Compare Source
Improvements
fn::concatbuilt-in function to concatenate arrays.#582
Bug Fixes
Breaking changes
pulumi/inflector (github.com/pulumi/inflector)
v0.2.1Compare Source
What's Changed
Full Changelog: pulumi/inflector@v0.2.0...v0.2.1
v0.2.0Compare Source
Fixes singularization of Caches to Cache
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - Monday through Friday ( * * * * 1-5 ) (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.