Skip to content

Pin dependencies#1479

Open
pulumi-renovate[bot] wants to merge 1 commit intomasterfrom
renovate/pulumi
Open

Pin dependencies#1479
pulumi-renovate[bot] wants to merge 1 commit intomasterfrom
renovate/pulumi

Conversation

@pulumi-renovate
Copy link
Contributor

@pulumi-renovate pulumi-renovate bot commented Jan 14, 2025

This PR contains the following updates:

Package Type Update Change
@pulumi/awsx (source) dependencies pin ^3.0.0 -> 3.3.0
@pulumi/docker (source) dependencies pin ^4.6.0 -> 4.11.1
@pulumi/docker (source) dependencies minor 4.6.0 -> 4.11.1
@pulumi/docker (source) dependencies minor 4.5.8 -> 4.11.1
@pulumi/docker-build (source) dependencies patch 0.0.14 -> 0.0.15
@pulumi/pulumi (source) dependencies pin ^3.0.0 -> 3.226.0
@pulumi/pulumi (source) dependencies pin ^3.113.0 -> 3.226.0
@pulumi/pulumi (source) dependencies minor 3.200.0 -> 3.226.0
docker-classic (source) dependencies minor 4.5.8 -> 4.11.1
docker-classic (source) dependencies minor 4.6.0 -> 4.11.1
github.com/pulumi/esc indirect minor v0.17.0 -> v0.23.0
github.com/pulumi/inflector indirect minor v0.1.1 -> v0.2.1
github.com/pulumi/providertest require minor v0.5.1 -> v0.6.0
github.com/pulumi/pulumi-aws/sdk/v7 indirect minor v7.11.0 -> v7.23.0
github.com/pulumi/pulumi-awsx/sdk/v3 require minor v3.1.0 -> v3.3.0
github.com/pulumi/pulumi-docker-build/sdk/go/dockerbuild indirect patch v0.0.3 -> v0.0.15
github.com/pulumi/pulumi-docker/sdk/v4 indirect minor v4.5.8 -> v4.11.1
pulumi/actions action digest c7fad9e -> 8582a9e

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

Add the preset :preserveSemverRanges to your config if you don't want to pin your dependencies.


Release Notes

pulumi/pulumi-docker (@​pulumi/docker)

v4.11.1

Compare Source

What's Changed
New Contributors

Full Changelog: pulumi/pulumi-docker@v4.11.0...v4.11.1

v4.11.0

Compare Source

What's Changed
New Contributors

Full Changelog: pulumi/pulumi-docker@v4.10.0...v4.11.0

v4.10.0

Compare Source

What's Changed

Full Changelog: pulumi/pulumi-docker@v4.9.0...v4.10.0

v4.9.0

Compare Source

What's Changed

Full Changelog: pulumi/pulumi-docker@v4.8.2...v4.9.0

v4.8.2

Compare Source

What's Changed

Full Changelog: pulumi/pulumi-docker@v4.8.1...v4.8.2

v4.8.1

Compare Source

What's Changed
New Contributors

Full Changelog: pulumi/pulumi-docker@v4.8.0...v4.8.1

v4.8.0

Compare Source

Does the PR have any schema changes?

Looking good! No breaking changes found.

New resources:
  • index/buildxBuilder.BuildxBuilder
What's Changed

Full Changelog: pulumi/pulumi-docker@v4.7.0...v4.8.0

v4.7.0

Compare Source

Does the PR have any schema changes?

Found 1 breaking change:

Types
  • 🟡 "docker:index/RemoteImageBuild:RemoteImageBuild": properties: "buildArg" missing
New functions:
  • index/getRegistryImageManifests.getRegistryImageManifests
  • pulumi.providers.docker/terraformConfig
What's Changed
New Contributors

Full Changelog: pulumi/pulumi-docker@v4.6.2...v4.7.0

v4.6.2

Compare 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.1

Compare 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.15

Compare Source

pulumi/pulumi (@​pulumi/pulumi)

v3.226.0

Compare 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 destroy not 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.1

Compare 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 entries and lookup calls
    #​22086

v3.225.0

Compare 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 provider option 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 import panicking 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
  • [cli] Build language plugins with the grpcnotrace tag to reduce the binary size
    #​22012

v3.224.0

Compare Source

Features
  • [backend/diy] Add zstd compression option for DIY backend state files
    #​21877
Bug Fixes
  • [cli/state] state move now 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_json reading detailed_diff (snake_case) instead of detailedDiff (camelCase), and PolicyEvent.from_json reading resource_urn instead of resourceUrn, causing both fields to always be None
    #​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_unknowns for large objects
    #​21893

v3.223.0

Compare Source

Bug Fixes
  • [engine] Report policy pack installation errors
    #​21882

[v3.222.0](https://redirect.github.com/pulum


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@pulumi-renovate pulumi-renovate bot added dependencies Pull requests that update a dependency file impact/no-changelog-required This issue doesn't require a CHANGELOG update labels Jan 14, 2025
@pulumi-renovate pulumi-renovate bot enabled auto-merge (squash) January 14, 2025 22:53
@t0yv0
Copy link
Contributor

t0yv0 commented Jan 14, 2025

Post-upgrade command 'make generate_sdks' has not been added to the allowed list in allowedPostUpgradeCommands

Interesting. We might just need to alias it to make renovate.

@github-actions
Copy link

github-actions bot commented Jan 14, 2025

Does the PR have any schema changes?

Found 122 breaking changes:

Resources

  • "awsx:cloudtrail:Trail":
    • inputs:
      • 🟡 "advancedEventSelectors": items type changed from "/aws/v6.66.3/schema.json#/types/aws:cloudtrail/TrailAdvancedEventSelector:TrailAdvancedEventSelector" to "/aws/v6.80.0/schema.json#/types/aws:cloudtrail/TrailAdvancedEventSelector:TrailAdvancedEventSelector"
      • 🟡 "eventSelectors": items type changed from "/aws/v6.66.3/schema.json#/types/aws:cloudtrail/TrailEventSelector:TrailEventSelector" to "/aws/v6.80.0/schema.json#/types/aws:cloudtrail/TrailEventSelector:TrailEventSelector"
      • 🟡 "insightSelectors": items type changed from "/aws/v6.66.3/schema.json#/types/aws:cloudtrail/TrailInsightSelector:TrailInsightSelector" to "/aws/v6.80.0/schema.json#/types/aws:cloudtrail/TrailInsightSelector:TrailInsightSelector"
    • properties:
      • 🟡 "bucket" type changed from "/aws/v6.66.3/schema.json#/resources/aws:s3%2Fbucket:Bucket" to "/aws/v6.80.0/schema.json#/resources/aws:s3%2Fbucket:Bucket"
      • 🟡 "logGroup" type changed from "/aws/v6.66.3/schema.json#/resources/aws:cloudwatch%2FlogGroup:LogGroup" to "/aws/v6.80.0/schema.json#/resources/aws:cloudwatch%2FlogGroup:LogGroup"
      • 🟡 "trail" type changed from "/aws/v6.66.3/schema.json#/resources/aws:cloudtrail%2Ftrail:Trail" to "/aws/v6.80.0/schema.json#/resources/aws:cloudtrail%2Ftrail:Trail"
  • "awsx:ec2:Vpc": properties:
    • 🟡 "eips": items type changed from "/aws/v6.66.3/schema.json#/resources/aws:ec2%2feip:Eip" to "/aws/v6.80.0/schema.json#/resources/aws:ec2%2feip:Eip"
    • 🟡 "internetGateway" type changed from "/aws/v6.66.3/schema.json#/resources/aws:ec2%2finternetGateway:InternetGateway" to "/aws/v6.80.0/schema.json#/resources/aws:ec2%2finternetGateway:InternetGateway"
    • 🟡 "natGateways": items type changed from "/aws/v6.66.3/schema.json#/resources/aws:ec2%2fnatGateway:NatGateway" to "/aws/v6.80.0/schema.json#/resources/aws:ec2%2fnatGateway:NatGateway"
    • 🟡 "routeTableAssociations": items type changed from "/aws/v6.66.3/schema.json#/resources/aws:ec2%2frouteTableAssociation:RouteTableAssociation" to "/aws/v6.80.0/schema.json#/resources/aws:ec2%2frouteTableAssociation:RouteTableAssociation"
    • 🟡 "routeTables": items type changed from "/aws/v6.66.3/schema.json#/resources/aws:ec2%2frouteTable:RouteTable" to "/aws/v6.80.0/schema.json#/resources/aws:ec2%2frouteTable:RouteTable"
    • 🟡 "routes": items type changed from "/aws/v6.66.3/schema.json#/resources/aws:ec2%2froute:Route" to "/aws/v6.80.0/schema.json#/resources/aws:ec2%2froute:Route"
    • 🟡 "subnets": items type changed from "/aws/v6.66.3/schema.json#/resources/aws:ec2%2fsubnet:Subnet" to "/aws/v6.80.0/schema.json#/resources/aws:ec2%2fsubnet:Subnet"
    • 🟡 "vpc" type changed from "/aws/v6.66.3/schema.json#/resources/aws:ec2%2fvpc:Vpc" to "/aws/v6.80.0/schema.json#/resources/aws:ec2%2fvpc:Vpc"
    • 🟡 "vpcEndpoints": items type changed from "/aws/v6.66.3/schema.json#/resources/aws:ec2%2fvpcEndpoint:VpcEndpoint" to "/aws/v6.80.0/schema.json#/resources/aws:ec2%2fvpcEndpoint:VpcEndpoint"
  • 🟡 "awsx:ecr:RegistryImage": properties: "image" type changed from "/docker/v4.6.0/schema.json#/resources/docker:index%2fregistryImage:RegistryImage" to "/docker/v4.6.2/schema.json#/resources/docker:index%2fregistryImage:RegistryImage"
  • "awsx:ecr:Repository":
    • inputs:
      • 🟡 "encryptionConfigurations": items type changed from "/aws/v6.66.3/schema.json#/types/aws:ecr/RepositoryEncryptionConfiguration:RepositoryEncryptionConfiguration" to "/aws/v6.80.0/schema.json#/types/aws:ecr/RepositoryEncryptionConfiguration:RepositoryEncryptionConfiguration"
      • 🟡 "imageScanningConfiguration" type changed from "/aws/v6.66.3/schema.json#/types/aws:ecr/RepositoryImageScanningConfiguration:RepositoryImageScanningConfiguration" to "/aws/v6.80.0/schema.json#/types/aws:ecr/RepositoryImageScanningConfiguration:RepositoryImageScanningConfiguration"
    • properties:
      • 🟡 "lifecyclePolicy" type changed from "/aws/v6.66.3/schema.json#/resources/aws:ecr%2flifecyclePolicy:LifecyclePolicy" to "/aws/v6.80.0/schema.json#/resources/aws:ecr%2flifecyclePolicy:LifecyclePolicy"
      • 🟡 "repository" type changed from "/aws/v6.66.3/schema.json#/resources/aws:ecr%2frepository:Repository" to "/aws/v6.80.0/schema.json#/resources/aws:ecr%2frepository:Repository"
  • "awsx:ecs:EC2Service":
    • inputs:
      • 🟡 "alarms" type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/ServiceAlarms:ServiceAlarms" to "/aws/v6.80.0/schema.json#/types/aws:ecs/ServiceAlarms:ServiceAlarms"
      • 🟡 "capacityProviderStrategies": items type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/ServiceCapacityProviderStrategy:ServiceCapacityProviderStrategy" to "/aws/v6.80.0/schema.json#/types/aws:ecs/ServiceCapacityProviderStrategy:ServiceCapacityProviderStrategy"
      • 🟡 "deploymentCircuitBreaker" type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/ServiceDeploymentCircuitBreaker:ServiceDeploymentCircuitBreaker" to "/aws/v6.80.0/schema.json#/types/aws:ecs/ServiceDeploymentCircuitBreaker:ServiceDeploymentCircuitBreaker"
      • 🟡 "deploymentController" type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/ServiceDeploymentController:ServiceDeploymentController" to "/aws/v6.80.0/schema.json#/types/aws:ecs/ServiceDeploymentController:ServiceDeploymentController"
      • 🟡 "loadBalancers": items type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/ServiceLoadBalancer:ServiceLoadBalancer" to "/aws/v6.80.0/schema.json#/types/aws:ecs/ServiceLoadBalancer:ServiceLoadBalancer"
      • 🟡 "networkConfiguration" type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/ServiceNetworkConfiguration:ServiceNetworkConfiguration" to "/aws/v6.80.0/schema.json#/types/aws:ecs/ServiceNetworkConfiguration:ServiceNetworkConfiguration"
      • 🟡 "orderedPlacementStrategies": items type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/ServiceOrderedPlacementStrategy:ServiceOrderedPlacementStrategy" to "/aws/v6.80.0/schema.json#/types/aws:ecs/ServiceOrderedPlacementStrategy:ServiceOrderedPlacementStrategy"
      • 🟡 "placementConstraints": items type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/ServicePlacementConstraint:ServicePlacementConstraint" to "/aws/v6.80.0/schema.json#/types/aws:ecs/ServicePlacementConstraint:ServicePlacementConstraint"
      • 🟡 "serviceConnectConfiguration" type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/ServiceServiceConnectConfiguration:ServiceServiceConnectConfiguration" to "/aws/v6.80.0/schema.json#/types/aws:ecs/ServiceServiceConnectConfiguration:ServiceServiceConnectConfiguration"
      • 🟡 "serviceRegistries" type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/ServiceServiceRegistries:ServiceServiceRegistries" to "/aws/v6.80.0/schema.json#/types/aws:ecs/ServiceServiceRegistries:ServiceServiceRegistries"
      • 🟡 "volumeConfiguration" type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/ServiceVolumeConfiguration:ServiceVolumeConfiguration" to "/aws/v6.80.0/schema.json#/types/aws:ecs/ServiceVolumeConfiguration:ServiceVolumeConfiguration"
      • 🟡 "vpcLatticeConfigurations": items type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/ServiceVpcLatticeConfiguration:ServiceVpcLatticeConfiguration" to "/aws/v6.80.0/schema.json#/types/aws:ecs/ServiceVpcLatticeConfiguration:ServiceVpcLatticeConfiguration"
    • properties:
      • 🟡 "service" type changed from "/aws/v6.66.3/schema.json#/resources/aws:ecs%2fservice:Service" to "/aws/v6.80.0/schema.json#/resources/aws:ecs%2fservice:Service"
      • 🟡 "taskDefinition" type changed from "/aws/v6.66.3/schema.json#/resources/aws:ecs%2FtaskDefinition:TaskDefinition" to "/aws/v6.80.0/schema.json#/resources/aws:ecs%2FtaskDefinition:TaskDefinition"
  • "awsx:ecs:EC2TaskDefinition":
    • inputs:
      • 🟡 "ephemeralStorage" type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/TaskDefinitionEphemeralStorage:TaskDefinitionEphemeralStorage" to "/aws/v6.80.0/schema.json#/types/aws:ecs/TaskDefinitionEphemeralStorage:TaskDefinitionEphemeralStorage"
      • 🟡 "inferenceAccelerators": items type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/TaskDefinitionInferenceAccelerator:TaskDefinitionInferenceAccelerator" to "/aws/v6.80.0/schema.json#/types/aws:ecs/TaskDefinitionInferenceAccelerator:TaskDefinitionInferenceAccelerator"
      • 🟡 "placementConstraints": items type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/TaskDefinitionPlacementConstraint:TaskDefinitionPlacementConstraint" to "/aws/v6.80.0/schema.json#/types/aws:ecs/TaskDefinitionPlacementConstraint:TaskDefinitionPlacementConstraint"
      • 🟡 "proxyConfiguration" type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/TaskDefinitionProxyConfiguration:TaskDefinitionProxyConfiguration" to "/aws/v6.80.0/schema.json#/types/aws:ecs/TaskDefinitionProxyConfiguration:TaskDefinitionProxyConfiguration"
      • 🟡 "runtimePlatform" type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/TaskDefinitionRuntimePlatform:TaskDefinitionRuntimePlatform" to "/aws/v6.80.0/schema.json#/types/aws:ecs/TaskDefinitionRuntimePlatform:TaskDefinitionRuntimePlatform"
      • 🟡 "volumes": items type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/TaskDefinitionVolume:TaskDefinitionVolume" to "/aws/v6.80.0/schema.json#/types/aws:ecs/TaskDefinitionVolume:TaskDefinitionVolume"
    • properties:
      • 🟡 "executionRole" type changed from "/aws/v6.66.3/schema.json#/resources/aws:iam%2Frole:Role" to "/aws/v6.80.0/schema.json#/resources/aws:iam%2Frole:Role"
      • 🟡 "loadBalancers": items type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs%2FServiceLoadBalancer:ServiceLoadBalancer" to "/aws/v6.80.0/schema.json#/types/aws:ecs%2FServiceLoadBalancer:ServiceLoadBalancer"
      • 🟡 "logGroup" type changed from "/aws/v6.66.3/schema.json#/resources/aws:cloudwatch%2FlogGroup:LogGroup" to "/aws/v6.80.0/schema.json#/resources/aws:cloudwatch%2FlogGroup:LogGroup"
      • 🟡 "taskDefinition" type changed from "/aws/v6.66.3/schema.json#/resources/aws:ecs%2FtaskDefinition:TaskDefinition" to "/aws/v6.80.0/schema.json#/resources/aws:ecs%2FtaskDefinition:TaskDefinition"
      • 🟡 "taskRole" type changed from "/aws/v6.66.3/schema.json#/resources/aws:iam%2Frole:Role" to "/aws/v6.80.0/schema.json#/resources/aws:iam%2Frole:Role"
  • "awsx:ecs:FargateService":
    • inputs:
      • 🟡 "alarms" type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/ServiceAlarms:ServiceAlarms" to "/aws/v6.80.0/schema.json#/types/aws:ecs/ServiceAlarms:ServiceAlarms"
      • 🟡 "deploymentCircuitBreaker" type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/ServiceDeploymentCircuitBreaker:ServiceDeploymentCircuitBreaker" to "/aws/v6.80.0/schema.json#/types/aws:ecs/ServiceDeploymentCircuitBreaker:ServiceDeploymentCircuitBreaker"
      • 🟡 "deploymentController" type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/ServiceDeploymentController:ServiceDeploymentController" to "/aws/v6.80.0/schema.json#/types/aws:ecs/ServiceDeploymentController:ServiceDeploymentController"
      • 🟡 "loadBalancers": items type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/ServiceLoadBalancer:ServiceLoadBalancer" to "/aws/v6.80.0/schema.json#/types/aws:ecs/ServiceLoadBalancer:ServiceLoadBalancer"
      • 🟡 "networkConfiguration" type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/ServiceNetworkConfiguration:ServiceNetworkConfiguration" to "/aws/v6.80.0/schema.json#/types/aws:ecs/ServiceNetworkConfiguration:ServiceNetworkConfiguration"
      • 🟡 "placementConstraints": items type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/ServicePlacementConstraint:ServicePlacementConstraint" to "/aws/v6.80.0/schema.json#/types/aws:ecs/ServicePlacementConstraint:ServicePlacementConstraint"
      • 🟡 "serviceConnectConfiguration" type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/ServiceServiceConnectConfiguration:ServiceServiceConnectConfiguration" to "/aws/v6.80.0/schema.json#/types/aws:ecs/ServiceServiceConnectConfiguration:ServiceServiceConnectConfiguration"
      • 🟡 "serviceRegistries" type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/ServiceServiceRegistries:ServiceServiceRegistries" to "/aws/v6.80.0/schema.json#/types/aws:ecs/ServiceServiceRegistries:ServiceServiceRegistries"
      • 🟡 "volumeConfiguration" type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/ServiceVolumeConfiguration:ServiceVolumeConfiguration" to "/aws/v6.80.0/schema.json#/types/aws:ecs/ServiceVolumeConfiguration:ServiceVolumeConfiguration"
      • 🟡 "vpcLatticeConfigurations": items type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/ServiceVpcLatticeConfiguration:ServiceVpcLatticeConfiguration" to "/aws/v6.80.0/schema.json#/types/aws:ecs/ServiceVpcLatticeConfiguration:ServiceVpcLatticeConfiguration"
    • properties:
      • 🟡 "service" type changed from "/aws/v6.66.3/schema.json#/resources/aws:ecs%2fservice:Service" to "/aws/v6.80.0/schema.json#/resources/aws:ecs%2fservice:Service"
      • 🟡 "taskDefinition" type changed from "/aws/v6.66.3/schema.json#/resources/aws:ecs%2FtaskDefinition:TaskDefinition" to "/aws/v6.80.0/schema.json#/resources/aws:ecs%2FtaskDefinition:TaskDefinition"
  • "awsx:ecs:FargateTaskDefinition":
    • inputs:
      • 🟡 "ephemeralStorage" type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/TaskDefinitionEphemeralStorage:TaskDefinitionEphemeralStorage" to "/aws/v6.80.0/schema.json#/types/aws:ecs/TaskDefinitionEphemeralStorage:TaskDefinitionEphemeralStorage"
      • 🟡 "inferenceAccelerators": items type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/TaskDefinitionInferenceAccelerator:TaskDefinitionInferenceAccelerator" to "/aws/v6.80.0/schema.json#/types/aws:ecs/TaskDefinitionInferenceAccelerator:TaskDefinitionInferenceAccelerator"
      • 🟡 "placementConstraints": items type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/TaskDefinitionPlacementConstraint:TaskDefinitionPlacementConstraint" to "/aws/v6.80.0/schema.json#/types/aws:ecs/TaskDefinitionPlacementConstraint:TaskDefinitionPlacementConstraint"
      • 🟡 "proxyConfiguration" type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/TaskDefinitionProxyConfiguration:TaskDefinitionProxyConfiguration" to "/aws/v6.80.0/schema.json#/types/aws:ecs/TaskDefinitionProxyConfiguration:TaskDefinitionProxyConfiguration"
      • 🟡 "runtimePlatform" type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/TaskDefinitionRuntimePlatform:TaskDefinitionRuntimePlatform" to "/aws/v6.80.0/schema.json#/types/aws:ecs/TaskDefinitionRuntimePlatform:TaskDefinitionRuntimePlatform"
      • 🟡 "volumes": items type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/TaskDefinitionVolume:TaskDefinitionVolume" to "/aws/v6.80.0/schema.json#/types/aws:ecs/TaskDefinitionVolume:TaskDefinitionVolume"
    • properties:
      • 🟡 "executionRole" type changed from "/aws/v6.66.3/schema.json#/resources/aws:iam%2Frole:Role" to "/aws/v6.80.0/schema.json#/resources/aws:iam%2Frole:Role"
      • 🟡 "loadBalancers": items type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs%2FServiceLoadBalancer:ServiceLoadBalancer" to "/aws/v6.80.0/schema.json#/types/aws:ecs%2FServiceLoadBalancer:ServiceLoadBalancer"
      • 🟡 "logGroup" type changed from "/aws/v6.66.3/schema.json#/resources/aws:cloudwatch%2FlogGroup:LogGroup" to "/aws/v6.80.0/schema.json#/resources/aws:cloudwatch%2FlogGroup:LogGroup"
      • 🟡 "taskDefinition" type changed from "/aws/v6.66.3/schema.json#/resources/aws:ecs%2FtaskDefinition:TaskDefinition" to "/aws/v6.80.0/schema.json#/resources/aws:ecs%2FtaskDefinition:TaskDefinition"
      • 🟡 "taskRole" type changed from "/aws/v6.66.3/schema.json#/resources/aws:iam%2Frole:Role" to "/aws/v6.80.0/schema.json#/resources/aws:iam%2Frole:Role"
  • "awsx:lb:ApplicationLoadBalancer":
    • inputs:
      • 🟡 "accessLogs" type changed from "/aws/v6.66.3/schema.json#/types/aws:lb/LoadBalancerAccessLogs:LoadBalancerAccessLogs" to "/aws/v6.80.0/schema.json#/types/aws:lb/LoadBalancerAccessLogs:LoadBalancerAccessLogs"
      • 🟡 "connectionLogs" type changed from "/aws/v6.66.3/schema.json#/types/aws:lb/LoadBalancerConnectionLogs:LoadBalancerConnectionLogs" to "/aws/v6.80.0/schema.json#/types/aws:lb/LoadBalancerConnectionLogs:LoadBalancerConnectionLogs"
      • 🟡 "subnetMappings": items type changed from "/aws/v6.66.3/schema.json#/types/aws:lb/LoadBalancerSubnetMapping:LoadBalancerSubnetMapping" to "/aws/v6.80.0/schema.json#/types/aws:lb/LoadBalancerSubnetMapping:LoadBalancerSubnetMapping"
      • 🟡 "subnets": items type changed from "/aws/v6.66.3/schema.json#/resources/aws:ec2%2fsubnet:Subnet" to "/aws/v6.80.0/schema.json#/resources/aws:ec2%2fsubnet:Subnet"
    • properties:
      • 🟡 "defaultSecurityGroup" type changed from "/aws/v6.66.3/schema.json#/resources/aws:ec2%2fsecurityGroup:SecurityGroup" to "/aws/v6.80.0/schema.json#/resources/aws:ec2%2fsecurityGroup:SecurityGroup"
      • 🟡 "defaultTargetGroup" type changed from "/aws/v6.66.3/schema.json#/resources/aws:lb%2ftargetGroup:TargetGroup" to "/aws/v6.80.0/schema.json#/resources/aws:lb%2ftargetGroup:TargetGroup"
      • 🟡 "listeners": items type changed from "/aws/v6.66.3/schema.json#/resources/aws:lb%2flistener:Listener" to "/aws/v6.80.0/schema.json#/resources/aws:lb%2flistener:Listener"
      • 🟡 "loadBalancer" type changed from "/aws/v6.66.3/schema.json#/resources/aws:lb%2floadBalancer:LoadBalancer" to "/aws/v6.80.0/schema.json#/resources/aws:lb%2floadBalancer:LoadBalancer"
  • "awsx:lb:NetworkLoadBalancer":
    • inputs:
      • 🟡 "accessLogs" type changed from "/aws/v6.66.3/schema.json#/types/aws:lb/LoadBalancerAccessLogs:LoadBalancerAccessLogs" to "/aws/v6.80.0/schema.json#/types/aws:lb/LoadBalancerAccessLogs:LoadBalancerAccessLogs"
      • 🟡 "connectionLogs" type changed from "/aws/v6.66.3/schema.json#/types/aws:lb/LoadBalancerConnectionLogs:LoadBalancerConnectionLogs" to "/aws/v6.80.0/schema.json#/types/aws:lb/LoadBalancerConnectionLogs:LoadBalancerConnectionLogs"
      • 🟡 "subnetMappings": items type changed from "/aws/v6.66.3/schema.json#/types/aws:lb/LoadBalancerSubnetMapping:LoadBalancerSubnetMapping" to "/aws/v6.80.0/schema.json#/types/aws:lb/LoadBalancerSubnetMapping:LoadBalancerSubnetMapping"
      • 🟡 "subnets": items type changed from "/aws/v6.66.3/schema.json#/resources/aws:ec2%2fsubnet:Subnet" to "/aws/v6.80.0/schema.json#/resources/aws:ec2%2fsubnet:Subnet"
    • properties:
      • 🟡 "defaultTargetGroup" type changed from "/aws/v6.66.3/schema.json#/resources/aws:lb%2ftargetGroup:TargetGroup" to "/aws/v6.80.0/schema.json#/resources/aws:lb%2ftargetGroup:TargetGroup"
      • 🟡 "listeners": items type changed from "/aws/v6.66.3/schema.json#/resources/aws:lb%2flistener:Listener" to "/aws/v6.80.0/schema.json#/resources/aws:lb%2flistener:Listener"
      • 🟡 "loadBalancer" type changed from "/aws/v6.66.3/schema.json#/resources/aws:lb%2floadBalancer:LoadBalancer" to "/aws/v6.80.0/schema.json#/resources/aws:lb%2floadBalancer:LoadBalancer"
  • "awsx:lb:TargetGroupAttachment":
    • inputs:
      • 🟡 "instance" type changed from "/aws/v6.66.3/schema.json#/resources/aws:ec2%2finstance:Instance" to "/aws/v6.80.0/schema.json#/resources/aws:ec2%2finstance:Instance"
      • 🟡 "lambda" type changed from "/aws/v6.66.3/schema.json#/resources/aws:lambda%2ffunction:Function" to "/aws/v6.80.0/schema.json#/resources/aws:lambda%2ffunction:Function"
      • 🟡 "targetGroup" type changed from "/aws/v6.66.3/schema.json#/resources/aws:lb%2ftargetGroup:TargetGroup" to "/aws/v6.80.0/schema.json#/resources/aws:lb%2ftargetGroup:TargetGroup"
    • properties:
      • 🟡 "lambdaPermission" type changed from "/aws/v6.66.3/schema.json#/resources/aws:lambda%2fpermission:Permission" to "/aws/v6.80.0/schema.json#/resources/aws:lambda%2fpermission:Permission"
      • 🟡 "targetGroupAttachment" type changed from "/aws/v6.66.3/schema.json#/resources/aws:lb%2ftargetGroupAttachment:TargetGroupAttachment" to "/aws/v6.80.0/schema.json#/resources/aws:lb%2ftargetGroupAttachment:TargetGroupAttachment"

Types

  • "awsx:awsx:Bucket": properties:
    • 🟡 "corsRules": items type changed from "/aws/v6.66.3/schema.json#/types/aws:s3/BucketCorsRule:BucketCorsRule" to "/aws/v6.80.0/schema.json#/types/aws:s3/BucketCorsRule:BucketCorsRule"
    • 🟡 "grants": items type changed from "/aws/v6.66.3/schema.json#/types/aws:s3/BucketGrant:BucketGrant" to "/aws/v6.80.0/schema.json#/types/aws:s3/BucketGrant:BucketGrant"
    • 🟡 "lifecycleRules": items type changed from "/aws/v6.66.3/schema.json#/types/aws:s3/BucketLifecycleRule:BucketLifecycleRule" to "/aws/v6.80.0/schema.json#/types/aws:s3/BucketLifecycleRule:BucketLifecycleRule"
    • 🟡 "loggings": items type changed from "/aws/v6.66.3/schema.json#/types/aws:s3/BucketLogging:BucketLogging" to "/aws/v6.80.0/schema.json#/types/aws:s3/BucketLogging:BucketLogging"
    • 🟡 "objectLockConfiguration" type changed from "/aws/v6.66.3/schema.json#/types/aws:s3/BucketObjectLockConfiguration:BucketObjectLockConfiguration" to "/aws/v6.80.0/schema.json#/types/aws:s3/BucketObjectLockConfiguration:BucketObjectLockConfiguration"
    • 🟡 "replicationConfiguration" type changed from "/aws/v6.66.3/schema.json#/types/aws:s3/BucketReplicationConfiguration:BucketReplicationConfiguration" to "/aws/v6.80.0/schema.json#/types/aws:s3/BucketReplicationConfiguration:BucketReplicationConfiguration"
    • 🟡 "serverSideEncryptionConfiguration" type changed from "/aws/v6.66.3/schema.json#/types/aws:s3/BucketServerSideEncryptionConfiguration:BucketServerSideEncryptionConfiguration" to "/aws/v6.80.0/schema.json#/types/aws:s3/BucketServerSideEncryptionConfiguration:BucketServerSideEncryptionConfiguration"
    • 🟡 "versioning" type changed from "/aws/v6.66.3/schema.json#/types/aws:s3/BucketVersioning:BucketVersioning" to "/aws/v6.80.0/schema.json#/types/aws:s3/BucketVersioning:BucketVersioning"
    • 🟡 "website" type changed from "/aws/v6.66.3/schema.json#/types/aws:s3/BucketWebsite:BucketWebsite" to "/aws/v6.80.0/schema.json#/types/aws:s3/BucketWebsite:BucketWebsite"
  • 🟡 "awsx:awsx:RoleWithPolicy": properties: "inlinePolicies": items type changed from "/aws/v6.66.3/schema.json#/types/aws:iam/RoleInlinePolicy:RoleInlinePolicy" to "/aws/v6.80.0/schema.json#/types/aws:iam/RoleInlinePolicy:RoleInlinePolicy"
  • "awsx:awsx:SecurityGroup": properties:
    • 🟡 "egress": items type changed from "/aws/v6.66.3/schema.json#/types/aws:ec2/SecurityGroupEgress:SecurityGroupEgress" to "/aws/v6.80.0/schema.json#/types/aws:ec2/SecurityGroupEgress:SecurityGroupEgress"
    • 🟡 "ingress": items type changed from "/aws/v6.66.3/schema.json#/types/aws:ec2/SecurityGroupIngress:SecurityGroupIngress" to "/aws/v6.80.0/schema.json#/types/aws:ec2/SecurityGroupIngress:SecurityGroupIngress"
  • "awsx:ec2:VpcEndpointSpec": properties:
    • 🟡 "dnsOptions" type changed from "/aws/v6.66.3/schema.json#/types/aws:ec2/VpcEndpointDnsOptions:VpcEndpointDnsOptions" to "/aws/v6.80.0/schema.json#/types/aws:ec2/VpcEndpointDnsOptions:VpcEndpointDnsOptions"
    • 🟡 "subnetConfigurations": items type changed from "/aws/v6.66.3/schema.json#/types/aws:ec2/VpcEndpointSubnetConfiguration:VpcEndpointSubnetConfiguration" to "/aws/v6.80.0/schema.json#/types/aws:ec2/VpcEndpointSubnetConfiguration:VpcEndpointSubnetConfiguration"
  • "awsx:ecs:EC2ServiceTaskDefinition": properties:
    • 🟡 "ephemeralStorage" type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/TaskDefinitionEphemeralStorage:TaskDefinitionEphemeralStorage" to "/aws/v6.80.0/schema.json#/types/aws:ecs/TaskDefinitionEphemeralStorage:TaskDefinitionEphemeralStorage"
    • 🟡 "inferenceAccelerators": items type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/TaskDefinitionInferenceAccelerator:TaskDefinitionInferenceAccelerator" to "/aws/v6.80.0/schema.json#/types/aws:ecs/TaskDefinitionInferenceAccelerator:TaskDefinitionInferenceAccelerator"
    • 🟡 "placementConstraints": items type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/TaskDefinitionPlacementConstraint:TaskDefinitionPlacementConstraint" to "/aws/v6.80.0/schema.json#/types/aws:ecs/TaskDefinitionPlacementConstraint:TaskDefinitionPlacementConstraint"
    • 🟡 "proxyConfiguration" type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/TaskDefinitionProxyConfiguration:TaskDefinitionProxyConfiguration" to "/aws/v6.80.0/schema.json#/types/aws:ecs/TaskDefinitionProxyConfiguration:TaskDefinitionProxyConfiguration"
    • 🟡 "runtimePlatform" type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/TaskDefinitionRuntimePlatform:TaskDefinitionRuntimePlatform" to "/aws/v6.80.0/schema.json#/types/aws:ecs/TaskDefinitionRuntimePlatform:TaskDefinitionRuntimePlatform"
    • 🟡 "volumes": items type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/TaskDefinitionVolume:TaskDefinitionVolume" to "/aws/v6.80.0/schema.json#/types/aws:ecs/TaskDefinitionVolume:TaskDefinitionVolume"
  • "awsx:ecs:FargateServiceTaskDefinition": properties:
    • 🟡 "ephemeralStorage" type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/TaskDefinitionEphemeralStorage:TaskDefinitionEphemeralStorage" to "/aws/v6.80.0/schema.json#/types/aws:ecs/TaskDefinitionEphemeralStorage:TaskDefinitionEphemeralStorage"
    • 🟡 "inferenceAccelerators": items type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/TaskDefinitionInferenceAccelerator:TaskDefinitionInferenceAccelerator" to "/aws/v6.80.0/schema.json#/types/aws:ecs/TaskDefinitionInferenceAccelerator:TaskDefinitionInferenceAccelerator"
    • 🟡 "placementConstraints": items type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/TaskDefinitionPlacementConstraint:TaskDefinitionPlacementConstraint" to "/aws/v6.80.0/schema.json#/types/aws:ecs/TaskDefinitionPlacementConstraint:TaskDefinitionPlacementConstraint"
    • 🟡 "proxyConfiguration" type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/TaskDefinitionProxyConfiguration:TaskDefinitionProxyConfiguration" to "/aws/v6.80.0/schema.json#/types/aws:ecs/TaskDefinitionProxyConfiguration:TaskDefinitionProxyConfiguration"
    • 🟡 "runtimePlatform" type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/TaskDefinitionRuntimePlatform:TaskDefinitionRuntimePlatform" to "/aws/v6.80.0/schema.json#/types/aws:ecs/TaskDefinitionRuntimePlatform:TaskDefinitionRuntimePlatform"
    • 🟡 "volumes": items type changed from "/aws/v6.66.3/schema.json#/types/aws:ecs/TaskDefinitionVolume:TaskDefinitionVolume" to "/aws/v6.80.0/schema.json#/types/aws:ecs/TaskDefinitionVolume:TaskDefinitionVolume"
  • 🟡 "awsx:ecs:TaskDefinitionPortMapping": properties: "targetGroup" type changed from "/aws/v6.66.3/schema.json#/resources/aws:lb%2FtargetGroup:TargetGroup" to "/aws/v6.80.0/schema.json#/resources/aws:lb%2FtargetGroup:TargetGroup"
  • "awsx:lb:Listener": properties:
    • 🟡 "defaultActions": items type changed from "/aws/v6.66.3/schema.json#/types/aws:lb/ListenerDefaultAction:ListenerDefaultAction" to "/aws/v6.80.0/schema.json#/types/aws:lb/ListenerDefaultAction:ListenerDefaultAction"
    • 🟡 "mutualAuthentication" type changed from "/aws/v6.66.3/schema.json#/types/aws:lb/ListenerMutualAuthentication:ListenerMutualAuthentication" to "/aws/v6.80.0/schema.json#/types/aws:lb/ListenerMutualAuthentication:ListenerMutualAuthentication"
  • "awsx:lb:TargetGroup": properties:
    • 🟡 "healthCheck" type changed from "/aws/v6.66.3/schema.json#/types/aws:lb/TargetGroupHealthCheck:TargetGroupHealthCheck" to "/aws/v6.80.0/schema.json#/types/aws:lb/TargetGroupHealthCheck:TargetGroupHealthCheck"
    • 🟡 "stickiness" type changed from "/aws/v6.66.3/schema.json#/types/aws:lb/TargetGroupStickiness:TargetGroupStickiness" to "/aws/v6.80.0/schema.json#/types/aws:lb/TargetGroupStickiness:TargetGroupStickiness"
    • 🟡 "targetFailovers": items type changed from "/aws/v6.66.3/schema.json#/types/aws:lb/TargetGroupTargetFailover:TargetGroupTargetFailover" to "/aws/v6.80.0/schema.json#/types/aws:lb/TargetGroupTargetFailover:TargetGroupTargetFailover"
    • 🟡 "targetGroupHealth" type changed from "/aws/v6.66.3/schema.json#/types/aws:lb/TargetGroupTargetGroupHealth:TargetGroupTargetGroupHealth" to "/aws/v6.80.0/schema.json#/types/aws:lb/TargetGroupTargetGroupHealth:TargetGroupTargetGroupHealth"
    • 🟡 "targetHealthStates": items type changed from "/aws/v6.66.3/schema.json#/types/aws:lb/TargetGroupTargetHealthState:TargetGroupTargetHealthState" to "/aws/v6.80.0/schema.json#/types/aws:lb/TargetGroupTargetHealthState:TargetGroupTargetHealthState"
      No new resources/functions.

Maintainer note: consult the runbook for dealing with any breaking changes.

@codecov
Copy link

codecov bot commented Jan 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (4aeca78) to head (62cdf35).

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.
📢 Have feedback on the report? Share it here.

t0yv0 added a commit that referenced this pull request Jan 15, 2025
Suspect this will make #1479
start succeeding.
@pulumi-renovate
Copy link
Contributor Author

ℹ Artifact update notice

File name: examples/cloudtrail/go/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 5 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21.1 -> 1.23.4
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 -> v1.0.4
github.com/pulumi/pulumi-aws/sdk/v6 v6.9.0 -> v6.66.2
github.com/santhosh-tekuri/jsonschema/v5 v5.0.0 -> v5.3.1
github.com/zclconf/go-cty v1.13.2 -> v1.14.1
go.uber.org/atomic v1.9.0 -> v1.10.0
File name: examples/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
github.com/pulumi/pulumi/sdk/v3 v3.144.1 -> v3.145.0
File name: examples_legacy/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 27 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/compute/metadata v0.2.3 -> v0.5.0
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 -> v1.0.0
github.com/charmbracelet/bubbletea v0.24.2 -> v0.25.0
github.com/go-git/go-git/v5 v5.11.0 -> v5.12.0
github.com/golang/glog v1.2.0 -> v1.2.2
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.6 -> v0.1.8
github.com/hashicorp/go-sockaddr v1.0.2 -> v1.0.6
github.com/hashicorp/hcl/v2 v2.17.0 -> v2.22.0
github.com/hashicorp/vault/api v1.8.2 -> v1.12.0
github.com/pulumi/esc v0.6.2 -> v0.10.0
github.com/sergi/go-diff v1.3.1 -> v1.3.2-0.20230802210424-5b0b94c5c0d3
github.com/skeema/knownhosts v1.2.1 -> v1.2.2
gocloud.dev/secrets/hashivault v0.27.0 -> v0.37.0
golang.org/x/crypto v0.24.0 -> v0.31.0
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa -> v0.0.0-20240604190554-fc45aab8b7f8
golang.org/x/mod v0.17.0 -> v0.18.0
golang.org/x/net v0.26.0 -> v0.33.0
golang.org/x/oauth2 v0.18.0 -> v0.22.0
golang.org/x/sync v0.7.0 -> v0.10.0
golang.org/x/sys v0.21.0 -> v0.28.0
golang.org/x/term v0.21.0 -> v0.27.0
golang.org/x/text v0.16.0 -> v0.21.0
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d -> v0.22.0
google.golang.org/genproto/googleapis/api v0.0.0-20240311173647-c811ad7063a7 -> v0.0.0-20240814211410-ddb44dafa142
google.golang.org/genproto/googleapis/rpc v0.0.0-20240311173647-c811ad7063a7 -> v0.0.0-20240814211410-ddb44dafa142
google.golang.org/grpc v1.62.1 -> v1.67.1
google.golang.org/protobuf v1.33.0 -> v1.35.1

@t0yv0
Copy link
Contributor

t0yv0 commented Jan 15, 2025

It's interesting that the test suite is failing with

   error: TypeError: Cannot read properties of undefined (reading 'invoke')

Last time I investigated something like this it resulted from several versions of @pulumi/pulumi SDK being included in the provider binary simultaneously. Perhaps this problem resurfaced or is now pertinent to some other SDK, or perhaps to the example being tested. TBC.

t0yv0 added a commit that referenced this pull request Jan 15, 2025
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.
@t0yv0 t0yv0 changed the title Pin dependencies rebase! ::: Pin dependencies Jan 15, 2025
@pulumi-renovate pulumi-renovate bot changed the title rebase! ::: Pin dependencies Pin dependencies Jan 15, 2025
@pulumi-renovate
Copy link
Contributor Author

pulumi-renovate bot commented Jan 15, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: undefined
Command failed: make renovate
/bin/sh: 1: mise: not found
make[1]: *** [Makefile:69: mise_env] Error 127
make: *** [Makefile:301: renovate] Error 2

@pulumi-renovate pulumi-renovate bot force-pushed the renovate/pulumi branch 9 times, most recently from 2366b9d to 62cadd7 Compare January 16, 2025 23:33
"@aws-sdk/client-ecs": "^3.405.0",
"@pulumi/aws": "^6.0.2",
"@pulumi/docker": "4.5.8",
"@pulumi/docker": "4.6.1",
Copy link
Contributor

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?

@t0yv0
Copy link
Contributor

t0yv0 commented Jan 31, 2025

Looks like a flake:

docker-build:index:Image (c3a7a2b3-container):
#0 building with "recursing_mclaren" instance using docker-container driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 82B done
#1 DONE 0.0s

#2 [internal] load metadata for docker.io/library/nginx:latest
#2 ERROR: failed to do request: Head "https://registry-1.docker.io/v2/library/nginx/manifests/latest": EOF
------
 > [internal] load metadata for docker.io/library/nginx:latest:
------
error: failed to solve: nginx: failed to resolve source metadata for docker.io/library/nginx:latest: failed to do request: Head "https://registry-1.docker.io/v2/library/nginx/manifests/latest": EOF

Resources:
+ 5 created

Duration: 26s

This may be substantial:

command.go:118: Wrote output to /tmp/p-it-fv-az1921--ts-ecr-sim-3075a985-959896734/command-output/pulumi-update-initial.20250131-155209.b3d29.log
program.go:1473: Destroying stack
command.go:46: **** Invoke '/opt/hostedtoolcache/pulumi/3.148.1-alpha.x92edac0/x64/pulumi destroy --non-interactive --yes --skip-preview' in '/tmp/p-it-fv-az1921--ts-ecr-sim-3075a985-959896734'
command.go:118: Wrote output to /tmp/p-it-fv-az1921--ts-ecr-sim-3075a985-959896734/command-output/pulumi-destroy.20250131-155211.53a47.log
command.go:46: **** Invoke '/opt/hostedtoolcache/pulumi/3.148.1-alpha.x92edac0/x64/pulumi stack rm --yes' in '/tmp/p-it-fv-az1921--ts-ecr-sim-3075a985-959896734'
command.go:118: Wrote output to /tmp/p-it-fv-az1921--ts-ecr-sim-3075a985-959896734/command-output/pulumi-stack-rm.20250131-155211.ce95d.log
program.go:856: 
    	Error Trace:	/home/runner/go/pkg/mod/github.com/pulumi/pulumi/pkg/v3@v3.147.0/testing/integration/program.go:856
    	            				/home/runner/work/pulumi-awsx/pulumi-awsx/examples/examples_nodejs_test.go:145
    	Error:      	Received unexpected error:
    	            	running test preview, update, and edits: initial failure: [/opt/hostedtoolcache/pulumi/3.148.1-alpha.x92edac0/x64/pulumi up --non-interactive --yes --skip-preview --event-log /tmp/p-it-fv-az1921--ts-ecr-sim-3075a985-events.json] did not succeed after 1 tries
    	Test:       	TestEcrSimple

--- FAIL: TestEcrSimple (155.31s)

examples_nodejs_test.go:529: failed to preview update: failed to run preview: exit status 255
    code: 255
    stdout: Previewing update (test):
    
    @ previewing update......
        docker:index:Image local-image  Building your image for linux/amd64 architecture.
        docker:index:Image local-image  Building your image for linux/amd64 architecture.
    @ previewing update....
     ~  pulumi:providers:docker image-name update 
     ~  pulumi:providers:docker tagged-image update 
     ~  pulumi:providers:docker digest update 
    @ previewing update....
        pulumi:pulumi:Stack ecr-registry-image-test  
    Diagnostics:
      docker:index:Image (local-image):
        Building your image for linux/amd64 architecture.
        To ensure you are building for the correct platform, consider explicitly setting the `platform` field on ImageBuildOptions.
    
    Resources:
        ~ 3 to update
        14 unchanged
    
    
    stderr: error: error: no changes were expected but changes were proposed
    
    
examples_nodejs_test.go:454: destroying stack, to skip this set PULUMITEST_SKIP_DESTROY_ON_FAILURE=true
examples_nodejs_test.go:454: Removed temp directories. To retain these, set PULUMITEST_RETAIN_FILES_ON_FAILURE=true

--- FAIL: TestEcrRegistryImage (82.75s)

@t0yv0
Copy link
Contributor

t0yv0 commented Feb 1, 2025

TestEcrRegistryImage failure survives a retry.

@pulumi-renovate pulumi-renovate bot force-pushed the renovate/pulumi branch 10 times, most recently from 82f5d6b to d4ab9d1 Compare March 7, 2025 06:00
@pulumi-renovate pulumi-renovate bot force-pushed the renovate/pulumi branch 13 times, most recently from ec8ce39 to 41557a7 Compare March 13, 2025 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file impact/no-changelog-required This issue doesn't require a CHANGELOG update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant