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
awsx-classic/package.json
Outdated
| "@aws-sdk/client-ecs": "^3.405.0", | ||
| "@pulumi/aws": "^6.0.2", | ||
| "@pulumi/docker": "4.5.8", | ||
| "@pulumi/docker": "4.6.1", |
There was a problem hiding this comment.
Curious if we should exclude classic from automated updates?
|
Looks like a flake: docker-build:index:Image (c3a7a2b3-container): Resources: Duration: 26s This may be substantial: --- FAIL: TestEcrSimple (155.31s) --- FAIL: TestEcrRegistryImage (82.75s) |
a783294 to
a60858a
Compare
|
TestEcrRegistryImage failure survives a retry. |
a60858a to
6629f52
Compare
82f5d6b to
d4ab9d1
Compare
ec8ce39 to
41557a7
Compare
41557a7 to
9d034a2
Compare
This PR contains the following updates:
^3.0.0->3.3.0^4.6.0->4.11.14.6.0->4.11.14.5.8->4.11.10.0.14->0.0.15^3.0.0->3.226.0^3.113.0->3.226.03.200.0->3.226.04.5.8->4.11.14.6.0->4.11.1v0.17.0->v0.23.0v0.1.1->v0.2.1v0.5.1->v0.6.0v7.11.0->v7.23.0v3.1.0->v3.3.0v0.0.3->v0.0.15v4.5.8->v4.11.1c7fad9e->8582a9eWarning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Add the preset
:preserveSemverRangesto your config if you don't want to pin your dependencies.Release Notes
pulumi/pulumi-docker (@pulumi/docker)
v4.11.1Compare Source
What's Changed
New Contributors
Full Changelog: pulumi/pulumi-docker@v4.11.0...v4.11.1
v4.11.0Compare Source
What's Changed
New Contributors
Full Changelog: pulumi/pulumi-docker@v4.10.0...v4.11.0
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.226.0Compare Source
Features
[backend/service] Automatically repair snapshot integrity issues, while sending an error event to the backend for further diagnosis
#22179
[cli] Add a --otel-traces flag, that allows writing otel traces to a file, or directly to a grpc interface
#22129
[engine] Engine will use provider references from
__self__arguments to calls#22114
[sdk/bun] Support bun as a runtime
#22177
#22049
[sdk/bun] Add debugger support for the bun runtime
#22177
[sdk/bun] Add support for Bun as a plugin runtime
#22189
Bug Fixes
[engine] Fix ReplacementTrigger firing due to dependency changes
#22119
[engine] Correctly serialize output values to the snapshot rather than always recording them as computed even when known
#22120
[pcl] Support resource ranges in PCL
#22144
[cli/config] Include environments used when refreshing a stack's config
#22103
[cli/display] Fix
pulumi destroynot showing parent resource hierarchy#22148
[cli/package] Correctly parse package URLs with .git in them
#22174
[cli/plugin] Fix package get-schema for binary providers at relative paths
#22107
[sdk/python] Handle null detailedDiff in automation StepEventMetadata JSON parsing
#22140
[cli/state] Fix state move integrity errors when copied providers depend on resources left in source stack
#22141
Miscellaneous
[cli/about] Show bun information in
pulumi about#22121
[programgen/go] Target go 1.25 for generated go.mod files (instead of go 1.23)
#22070
[sdkgen/go] Target go 1.25 for generated go.mod files for SDKs (instead of go 1.20)
#22131
[sdk/python] Read Poetry and uv lockfiles to determine program dependencies
#22072
[sdk/python] Use importlib to find pulumi-plugin.json for installed packages
#22127
v3.225.1Compare Source
Bug Fixes
[engine] Fix inheritence of default providers across resources of different packages
#22101
[programgen/go] Fix panic on digit-prefixed schema properties in Go code generation
#21917
[programgen/go] Fix plain values not always being lifted to input/output values when needed
#22084
[programgen/python] Fix generation of
entriesandlookupcalls#22086
v3.225.0Compare Source
Features
[engine] Automatically make invoke outputs secret when there is a secret input, and the invoke provider does not support secrets
#21959
[engine] The engine now handles the inheritance of the
provideroption in resource registrations#21999
[engine] Enable journaling by default. It can still be turned off using the PULUMI_DISABLE_JOURNALING env variable
#22041
[programgen] PCL can now express config values should be read as secrets
#22066
[yaml] Update yaml to v1.30.0
[cli/engine] Add a flag for automatically opening a Neo task on preview/up failure
#21960
[cli/package] Support source-based packages in
pulumi schema check, not just schema files#21897
Bug Fixes
[cli] Fix
stack importpanicking when importing a service stack into a DIY backend#22076
[engine] Fix panic when a new component resource in the program is not targeted
#21957
[sdk/nodejs] Implement GetProgramDependencies for bun and pnpm
#22065
Miscellaneous
#22012
v3.224.0Compare Source
Features
#21877
Bug Fixes
[cli/state]
state movenow correctly handles reparenting of resources[pkg] Correct the schema for "pulumi:pulumi:StackReference"
#21895
[programgen/nodejs] Correct the semantics of singleOrNone in generated files
#21947
[sdk/python] Fix
StepEventMetadata.from_jsonreadingdetailed_diff(snake_case) instead ofdetailedDiff(camelCase), andPolicyEvent.from_jsonreadingresource_urninstead ofresourceUrn, causing both fields to always beNone#21714
[sdk/python] Convert integer component inputs to
int#21944
[sdk/python] Fix crash in forked processes using automation API
#21937
Miscellaneous
[sdk] Update java, dotnet & yaml
#21961
[sdk/python] Improve the performance of
contains_unknownsfor large objects#21893
v3.223.0Compare Source
Bug Fixes
#21882
[
v3.222.0](https://redirect.github.com/pulumConfiguration
📅 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.