Skip to content
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

Pin dependencies #1479

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Pin dependencies #1479

wants to merge 1 commit into from

Conversation

pulumi-renovate[bot]
Copy link
Contributor

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

This PR contains the following updates:

Package Type Update Change
@pulumi/aws (source) dependencies pin ^6.0.0 -> 6.67.0
@pulumi/aws (source) dependencies pin ^6.0.4 -> 6.67.0
@pulumi/aws (source) dependencies minor 6.66.3 -> 6.67.0
@pulumi/awsx (source) dependencies pin ^2.0.2 -> 2.21.0
@pulumi/awsx (source) dependencies pin ^2.0.0 -> 2.21.0
@pulumi/docker (source) dependencies pin ^4.6.0 -> 4.6.1
@pulumi/docker (source) dependencies patch 4.6.0 -> 4.6.1
@pulumi/docker (source) dependencies minor 4.5.8 -> 4.6.1
@pulumi/docker-build (source) dependencies patch 0.0.8 -> 0.0.9
@pulumi/pulumi (source) dependencies pin ^3.0.0 -> 3.147.0
@pulumi/pulumi (source) dependencies pin ^3.113.0 -> 3.147.0
@pulumi/pulumi (source) dependencies minor 3.144.1 -> 3.147.0
docker-classic (source) dependencies minor 4.5.8 -> 4.6.1
docker-classic (source) dependencies patch 4.6.0 -> 4.6.1
github.com/pulumi/providertest require patch v0.1.4 -> v0.1.5
github.com/pulumi/pulumi-awsx/sdk/v2 require minor v2.4.0 -> v2.21.0
github.com/pulumi/pulumi/pkg/v3 require minor v3.144.1 -> v3.147.0
github.com/pulumi/pulumi/pkg/v3 require minor v3.113.0 -> v3.147.0
github.com/pulumi/pulumi/sdk/v3 require minor v3.144.1 -> v3.147.0
github.com/pulumi/pulumi/sdk/v3 require minor v3.113.0 -> v3.147.0
pulumi/action-install-pulumi-cli action pinDigest -> b374ceb
pulumi/actions action digest c7fad9e -> 13b8b71
pulumi/provider-version-action action minor v1.5.3 -> v1.6.0
pulumi_aws minor >=6.66.1,<6.67.0 -> >=6.67.0,<6.68.0

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


Release Notes

pulumi/pulumi-aws (@​pulumi/aws)

v6.67.0

Compare Source

Does the PR have any schema changes?

Found 4 breaking changes:

Resources
  • "aws:kms/customKeyStore:CustomKeyStore": required:
    • 🟢 "cloudHsmClusterId" property is no longer Required
    • 🟢 "keyStorePassword" property is no longer Required
    • 🟢 "trustAnchorCertificate" property is no longer Required
Types
  • 🟢 "aws:ec2/getInstanceTypeInferenceAccelerator:getInstanceTypeInferenceAccelerator": required: "memorySize" property has changed to Required
New resources:
  • mediapackagev2/channelGroup.ChannelGroup
What's Changed

Full Changelog: pulumi/pulumi-aws@v6.66.3...v6.67.0

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

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.9

Compare Source

pulumi/pulumi (@​pulumi/pulumi)

v3.147.0

Compare Source

Features
  • [cli] Update go.mod to require go1.22
    #​18274

  • [cli/config] Improve documentation for pulumi config set
    #​18285

  • [cli/package] Allow short hashes as versions in package add
    #​18277

  • [cli/{package,plugin}] Support getting plugins from remote git sources
    #​17827

Bug Fixes
  • [engine] Skip acquiring program packages during refresh when running inline automation programs
    #​18283

  • [sdk/nodejs] Avoid unnecessary Node.js installations
    #​18293

  • [sdk/{nodejs,python}] Fix handling of DependencyResource when checking invoke deps
    #​18275

  • [sdk/{nodejs,python}] Permit output arguments in plain invokes for backwards compatibility
    #​18304

Miscellaneous
  • [sdk/python] Manage the publish dependencies in pyproject.toml
    #​18261

v3.146.0

Compare Source

Features
  • [cli] Allow specifying a version with pulumi convert --from=<plugin>@&#8203;<version>
    #​18220

  • [cli] Enable Autonaming Configuration in non-experimental mode
    #​18228

  • [cli] Retrieve Git metadata from the environment if not running in a repository
    #​12871

  • [pkg] Add a call intrinsic to PCL
    #​18206

  • [auto/go] Add Color option to optdestroy, optpreview, optrefresh, and optup packages to allow explicit configuration of output color.
    #​18184

  • [cli/import] Add support for parameterized packages to pulumi import
    #​18038

  • [cli/import] Import can now import resources from parameterized providers
    #​18039

  • [cli/new] Add support for Copilot templates
    #​16825

Bug Fixes
  • [auto/go] Fix rejection of nil inline programs in the Go automation API
    #​18214

  • [sdk/go] Improve error messages for wrong stack output types
    #​18245

  • [sdk/{nodejs,python}] Wait for resource in the input property dependencies
    #​18204

  • [cli/plugin] Show plugin kind in plugin rm correctly. Also show the usage string if the plugin type is incorrect
    #​18179

  • [cli/plugin] Passthrough unstructured logs from dynamic providers
    #​18253

  • [sdk/python] Fix callbackserver shutdown
    #​18190

v3.145.0

Compare Source

Features
  • [auto/go] Support --clear-pending-creates for refresh command in Go Automation API for preview refresh and refresh operations.
    #​18101

  • [programgen/{java,sdkgen/java}] Only use gRPC to communicate with the Java host
    #​18138

  • [cli/package] Support bridging to terraform providers automatically in pulumi convert
    #​17992

  • [sdk/go] Implement deferred output for the Go SDK and program-gen
    #​17885

Bug Fixes
  • [cli] Fix TestPackageAddGoParameterized to utilize version path
    #​18150

  • [cli/engine] Clarify the usage string for the --expect-no-changes flag
    #​18105

  • [auto/go] Return error if no inline program specified
    #​18086

  • [auto/go] Interrupt programs gracefully when the context is canceled
    #​18124

  • [cli/new] Provide a better error message when pulumi new --ai generates a program with errors
    #​18091

  • [cli/new] Provide a more meaningful message for the --language flag
    #​18092

  • [engine] Enable pulumi:pulumi:getResource to hydrate Read resources
    #​18070

  • [programgen] Allow for case-insensitive terraform convert source
    #​18111

  • [programgen/go] Fix importing module names in Go programs that aren't lower-case
    #​18113

  • [sdk/go] Fix panic when diffing computed property values
    #​18104

  • [sdk/go] Avoid calling invokes with dependencies on unknown resources
    #​18133

  • [sdk/nodejs] Fix source maps when using jest
    #​18108

  • [sdk/nodejs] Avoid calling invokes with dependencies on unknown resources
    #​18152

  • [sdk/python] Fix reading pulumi-plugin.json when using the uv toolchain
    #​18107

  • [sdk/python] Fix ListPackages when using uv
    #​18121

  • [sdk/python] Fix dynamic providers when using Poetry or uv
    #​18126

  • [sdk/python] Fix prerelease version
    #​18125

  • [sdk/python] Avoid calling invokes with dependencies on unknown resources
    #​18141

Miscellaneous
  • [programgen/java] Bump Java SDK dependency version so that package gen-sdk emits buildable code
    #​18130

  • [sdk/python] Switch to pyproject.toml + uv
    #​18081

  • [sdk/python] Move mypy configuration into pyproject.toml
    #​18118

  • [sdk/python] Move pyright configuration into pyproject.toml
    #​18116

  • [sdk/python] Move ruff configuration into pyproject.toml
    #​18117

pulumi/providertest (github.com/pulumi/providertest)

v0.1.5

Compare Source

What's Changed

Full Changelog: pulumi/providertest@v0.1.4...v0.1.5

pulumi/pulumi-awsx (github.com/pulumi/pulumi-awsx/sdk/v2)

v2.21.0

Compare Source

Does the PR have any schema changes?

Looking good! No breaking changes found.

New resources:
  • ecr.RegistryImage

What's Changed

Full Changelog: v2.20.1...v2.21.0

v2.20.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: v2.20.0...v2.20.1

v2.20.0

Compare Source

What's Changed

ecr.Image updated to use Pulumi docker-build

We've updated the ecr.Image resource to use the next-generation pulumi-docker-build provider (replacing pulumi-docker). This update enables several powerful new capabilities while maintaining backwards compatibility:

  • Multi-platform image building support across different architectures
  • Advanced caching via S3, GitHub Actions, local disk and other backends
  • Support for Docker Build Cloud for cloud-based builds and caching

Note: While upgrading to this version will show resource replacements in your Pulumi preview/up commands, the underlying ECR images will not be deleted.

For detailed information about behavioral differences between the providers, please refer to the docker-build provider documentation.

New Contributors

Full Changelog: v2.19.0...v2.20.0

v2.19.0

Compare Source

What's Changed

Full Changelog: v2.18.1...v2.19.0

v2.18.1

Compare Source

What's Changed

Full Changelog: v2.18.0...v2.18.1

v2.18.0

Compare Source

What's Changed

Full Changelog: v2.17.0...v2.18.0

v2.17.0

Compare Source

What's Changed

New Contributors

Full Changelog: v2.16.1...v2.17.0

v2.16.1

Compare Source

What's Changed

Full Changelog: v2.16.0...v2.16.1

v2.16.0

Compare Source

What's Changed

Full Changelog: v2.15.0...v2.16.0

v2.15.0

Compare Source

What's Changed

Full Changelog: v2.14.0...v2.15.0

v2.14.0

Compare Source

What's Changed

Fixes
Dependencies
Internal

Full Changelog: v2.13.0...v2.14.0

v2.13.0

Compare Source

What's Changed

Full Changelog: v2.12.3...v2.13.0

v2.12.3

Compare Source

v2.12.1

Compare Source

What's Changed

Full Changelog: v2.12.0...v2.12.1

v2.12.0

Compare Source

What's Changed

Full Changelog: v2.11.0...v2.12.0

v2.11.0

Compare Source

What's Changed

Full Changelog: v2.10.0...v2.11.0

v2.10.0

Compare Source

What's Changed

Full Changelog: v2.9.0...v2.10.0

v2.9.0

Compare Source

v2.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: v2.7.0...v2.8.0

v2.7.0

Compare Source

v2.6.0

Compare Source

v2.5.0

Compare Source

pulumi/pulumi (github.com/pulumi/pulumi/pkg/v3)

v3.147.0

Compare Source

3.147.0 (2025-01-21)
Features
  • [cli] Update go.mod to require go1.22
    #​18274

  • [cli/config] Improve documentation for pulumi config set
    #​18285

  • [cli/package] Allow short hashes as versions in package add
    #​18277

  • [cli/{package,plugin}] Support getting plugins from remote git sources
    #​17827

Bug Fixes
  • [engine] Skip acquiring program packages during refresh when running inline automation programs
    #​18283

  • [sdk/nodejs] Avoid unnecessary Node.js installations
    #​18293

  • [sdk/{nodejs,python}] Fix handling of DependencyResource when checking invoke deps
    #​18275

  • [sdk/{nodejs,python}] Permit output arguments in plain invokes for backwards compatibility
    #​18304

Miscellaneous
  • [sdk/python] Manage the publish dependencies in pyproject.toml
    #​18261

v3.146.0

Compare Source

3.146.0 (2025-01-15)
Features
  • [cli] Allow specifying a version with pulumi convert --from=<plugin>@&#8203;<version>
    #​18220

  • [cli] Enable Autonaming Configuration in non-experimental mode
    #​18228

  • [cli] Retrieve Git metadata from the environment if not running in a repository
    #​12871

  • [pkg] Add a call intrinsic to PCL
    #​18206

  • [auto/go] Add Color option to optdestroy, optpreview, optrefresh, and optup packages to allow explicit configuration of output color.
    #​18184

  • [cli/import] Add support for parameterized packages to pulumi import
    #​18038

  • [cli/import] Import can now import resources from parameterized providers
    #​18039

  • [cli/new] Add support for Copilot templates
    #​16825

Bug Fixes
  • [auto/go] Fix rejection of nil inline programs in the Go automation API
    #​18214

  • [sdk/go] Improve error messages for wrong stack output types
    #​18245

  • [sdk/{nodejs,python}] Wait for resource in the input property dependencies
    #​18204

  • [cli/plugin] Show plugin kind in plugin rm correctly. Also show the usage string if the plugin type is incorrect
    #​18179

  • [cli/plugin] Passthrough unstructured logs from dynamic providers

  • [sdk/python] Fix callbackserver shutdown
    #​18190

v3.145.0

Compare Source

3.145.0 (2025-01-07)
Features
  • [auto/go] Support --clear-pending-creates for refresh command in Go Automation API for preview refresh and refresh operations.
    #​18101

  • [programgen/{java,sdkgen/java}] Only use gRPC to communicate with the Java host
    #​18138

  • [cli/package] Support bridging to terraform providers automatically in pulumi convert
    #​17992

  • [sdk/go] Implement deferred output for the Go SDK and program-gen
    #​17885

Bug Fixes
  • [cli] Fix TestPackageAddGoParameterized to utilize version path
    #​18150

  • [cli/engine] Clarify the usage string for the --expect-no-changes flag
    #​18105

  • [auto/go] Return error if no inline program specified
    #​18086

  • [auto/go] Interrupt programs gracefully when the context is canceled
    #​18124

  • [cli/new] Provide a better error message when pulumi new --ai generates a program with errors
    #​18091

  • [cli/new] Provide a more meaningful message for the --language flag
    #​18092

  • [engine] Enable pulumi:pulumi:getResource to hydrate Read resources
    #​18070

  • [programgen] Allow for case-insensitive terraform convert source
    #​18111

  • [programgen/go] Fix importing module names in Go programs that aren't lower-case
    #​18113

  • [sdk/go] Fix panic when diffing computed property values
    #​18104

  • [sdk/go] Avoid calling invokes with dependencies on unknown resources
    #​18133

  • [sdk/nodejs] Fix source maps when using jest
    #​18108

  • [sdk/nodejs] Avoid calling invokes with dependencies on unknown resources
    #​18152

  • [sdk/python] Fix reading pulumi-plugin.json when using the uv toolchain
    #​18107

  • [sdk/python] Fix ListPackages when using uv
    #​18121

  • [sdk/python] Fix dynamic providers when using Poetry or uv
    #​18126

  • [sdk/python] Fix prerelease version
    #​18125

  • [sdk/python] Avoid calling invokes with dependencies on unknown resources
    #​18141

Miscellaneous
  • [programgen/java] Bump Java SDK dependency version so that package gen-sdk emits buildable code
    #​18130

  • [sdk/python] Switch to pyproject.toml + uv
    #​18081

  • [sdk/python] Move mypy configuration into pyproject.toml
    #​18118

  • [sdk/python] Move pyright configuration into pyproject.toml
    #​18116

  • [sdk/python] Move ruff configuration into pyproject.toml
    #​18117

pulumi/provider-version-action (pulumi/provider-version-action)

v1.6.0

Compare Source

What's Changed

Full Changelog: pulumi/provider-version-action@v1.5.3...v1.6.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "every weekday" (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
Member

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.

Copy link

github-actions bot commented Jan 14, 2025

Does the PR have any schema changes?

Found 120 breaking changes:

Resources

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

Types

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

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

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
Member

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
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0

 85 82.2M   85 70.0M    0     0  56.9M      0  0:00:01  0:00:01 --:--:-- 56.9M
100 82.2M  100 82.2M    0     0  61.8M      0  0:00:01  0:00:01 --:--:--  121M
/bin/sh: 1: yarn-deduplicate: not found
error Command failed with exit code 127.
make: *** [Makefile:382: renovate] Error 127

@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
@pulumi-renovate pulumi-renovate bot force-pushed the renovate/pulumi branch 2 times, most recently from 6880f07 to 431afab Compare January 17, 2025 23:00
@t0yv0 t0yv0 changed the title Pin dependencies rebase! ::: Pin dependencies Jan 18, 2025
@pulumi-renovate pulumi-renovate bot changed the title rebase! ::: Pin dependencies Pin dependencies Jan 18, 2025
@t0yv0 t0yv0 changed the title Pin dependencies rebase! :: Pin dependencies Jan 21, 2025
@pulumi-renovate pulumi-renovate bot changed the title rebase! :: Pin dependencies Pin dependencies Jan 21, 2025
@t0yv0
Copy link
Member

t0yv0 commented Jan 21, 2025

Unfortunately this still fails with:

[4/4] Building fresh packages...
$ yarn-deduplicate --fail

Found duplicated entries. Run yarn-deduplicate to deduplicate them.

I've not been able to figure out why just yet. In my understanding after editing the dependency files it is going to call make renovate, and if I call make renovate locally it succeeds in deduplicating dependencies

yarn --cwd awsx dedupe-deps

Might need to spelunk further and look in AWS logs here.

@pulumi-renovate pulumi-renovate bot force-pushed the renovate/pulumi branch 4 times, most recently from 742ad1b to e7fb468 Compare January 22, 2025 19:51
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