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

chore(deps): update all dependencies #179

Merged
merged 1 commit into from
Feb 27, 2024
Merged

chore(deps): update all dependencies #179

merged 1 commit into from
Feb 27, 2024

Conversation

platform-engineering-bot
Copy link
Collaborator

@platform-engineering-bot platform-engineering-bot commented Jan 15, 2024

This PR contains the following updates:

Package Update Change
pulumi/pulumi minor v3.101.1 -> v3.107.0
pulumi/pulumi-aws minor v6.18.1 -> v6.23.0
pulumi/pulumi-azure-native minor v2.24.0 -> v2.30.0
pulumi/pulumi-gcp minor v7.5.0 -> v7.11.0

Release Notes

pulumi/pulumi (pulumi/pulumi)

v3.107.0

Compare Source

3.107.0 (2024-02-21)

Features
  • [cli/config] Adds an --open flag to pulumi config command which resolves the environment listed in the stack configuration.
    #​15469

  • [auto/go] Automation API support for pulumi refresh --preview-only
    #​15340

  • [engine] Add support for remote transforms to the engine.
    #​15290

  • [pkg/testing] Add a InstallDevReleases option to ProgramTest, to install pulumi dev SDKs
    #​15387

  • [programgen/{dotnet,nodejs,python}] Emit Output-returning JSON serialization methods without rewriting applies for top-level function expression
    #​15371

  • [sdk/nodejs] Detect npm and yarn workspaces setups when installing dependencies
    #​15421

  • [sdk/nodejs] Use pnpm as package manager if we find a pnpm-lock.yaml file
    #​15456

Bug Fixes
  • [docs] Fixes docs generator parent module computation
    #​15035

  • [engine] Test and fix the engine filling in args dependencies to provider calls.
    #​15450

  • [programgen] Fix infinite recursion when binding invoke signature into promises without accounting for recursive type references
    #​15463

v3.106.0

Compare Source

3.106.0 (2024-02-16)

Features
  • [components] Component providers can return output values in their response to the engine.
    #​15408

  • [programgen/{dotnet,go,nodejs,python}] Emit missing trivia for resources and local variables
    #​15419

  • [sdk/{nodejs,python}] Publish dev versions of the nodejs and python SDKs
    #​15299

Bug Fixes
  • [cli] Fix pulumi destroy to fill in stack config with the secret config from state, not fresh secret config.
    #​15432

  • [engine] Engine no longer assumes program dependencies are specified as semantic versions.
    #​15409

  • [components/go] Component providers now correctly return output values to the engine.
    #​15405

Miscellaneous
  • [protobuf] Split CallRequest into ResourceCallRequest for the ResourceMonitor service.
    #​15404

  • [backend/diy] Add a warning that non-project mode will be deprecated at some point.
    #​15411

v3.105.0

Compare Source

3.105.0 (2024-02-07)

Features
  • [auto/go] Adds support for --refresh to Stack.Up(), Stack.Preview() and Stack.Destroy() via go automation api
    #​15350

  • [cli] Adds a preview-only flag to pulumi refresh.
    #​15330

  • [cli] Adds preview-only flag for pulumi destroy and pulumi import
    #​15336

  • [engine] Translate all Computed and Secret values to OutputValues for Construct and Call methods.
    #​15362

  • [cli/display] Add --suppress-progress option to not print dots
    #​14690

  • [sdk/go] Add UpgradeToOutputValues to MarshalOptions.
    #​15349

  • [cli/plugin] Add experimental plugin run command for running plugin binaries directly.
    #​12613

  • [sdkgen/python] Update the default minimum required version of Python to 3.8 or greater for generated provider SDKs.
    #​15368

Bug Fixes
  • [backend/diy] Fix an issue where state stored on a mounted device would result in errors
    #​15375

  • [cli/state] Fix a panic when trying to delete a provider from the state that's still referenced.
    #​15322

  • [cli/state] Fix a nil reference panic in the state edit command.
    #​15354

Miscellaneous
  • [docs] Add kubernetes as a supported pulumi convert language
    #​15359

  • [sdk/python] Require Python 3.8 or greater.
    #​15363

  • [sdk/python] Upgrade grpcio to 1.60.1
    #​15366

v3.104.2

Compare Source

3.104.2 (2024-02-01)

Bug Fixes
  • [backend/diy] Upgrade gocloud.dev and fix an issue with azurekeyvault keys.
    #​15334

v3.104.1

Compare Source

3.104.1 (2024-02-01)

Bug Fixes
  • [backend/diy] Revert gocloud.dev upgrade
    #​15333

v3.104.0

Compare Source

3.104.0 (2024-01-31)

Features
  • [backend] Allows the PULUMI_SKIP_CHECKPOINTS environment variable to be set without requiring the PULUMI_EXPERIMENTAL flag.
    #​15318

  • [auto/go] Add new API to install the Pulumi CLI from the Automation API
    #​15049

  • [auto/nodejs] Allow disabling version validation when using a custom PulumiCommand instance
    #​15242

  • [auto/python] Add new API to install the Pulumi CLI
    #​15204

  • [auto/python] Inline programs can now be defined as async functions.
    #​15278

  • [pkg/testing] Add RequireEmptyPreviewAfterRefresh option to ProgramTest
    #​15309

Bug Fixes
  • [engine] Fix a hang in preview --import-file.
    #​15203

  • [engine] Engine will now error if aliases request a parent with no URN.
    #​15232

  • [engine] Fix stack name validation when PULUMI_DISABLE_VALIDATION isn't set.
    #​15245

  • [engine] Fix a performance issue doing unneeded secret encryption.
    #​15306

  • [sdk/go] Include error message in local workspace validation.
    #​15279

  • [sdkgen/go] Remove pulumix references from generated enums
    #​15280

  • [programgen/nodejs] Fixes generated expression for filebase64 function to use fs.readFileSync directly with base64 encoding option
    #​15253

  • [sdkgen/python] Use importlib.metadata instead of pkg_resources
    #​15266

Miscellaneous
  • [auto/go] Remove obsolete note from FullyQualifiedStackName comment.
    #​15281

  • [backend/filestate] Upgrade gocloud.dev to the latest version
    #​15202

  • [sdk/python] Remove compatability code for Python 3.7 and below.
    #​15276

v3.103.1

Compare Source

3.103.1 (2024-01-25)

Bug Fixes

v3.103.0

Compare Source

3.103.0 (2024-01-24)

Features
  • [engine] Allow import plugins to define components and logical names.
    #​15199

  • [cli/display] Incremental improvement on the output when installing plugins
    #​15201

  • [sdk] Bake the release version into the SDK
    #​15185

  • [sdk/go] Parse config paths strictly
    #​15173

  • [cli/new] Adds pulumi:template tag to pulumi new created projects
    #​15056

  • [auto/nodejs] Add new API to install the Pulumi CLI from the Automation API
    #​14991

  • [sdk/python] Add support for Python 3.12
    #​15190

Bug Fixes
  • [engine] Fix a bug where mapping lookup could sometimes lead to an infinite loop.
    #​15200

  • [engine] Remove an incorrect assert that resources must have inputs.
    #​15197

  • [cli/display] Improve output when installing policy packs
    #​15186

  • [sdk/go] Removes omitempty from StepEventMetadata.DetailedDiff
    #​15213

  • [sdk/go] Replace a deleted type used by Pulumi Cloud code.
    #​15216

Miscellaneous

v3.102.0

Compare Source

3.102.0 (2024-01-18)

Features
  • [sdk/go] Add WithValue to pulumi.Context
    #​15149
Bug Fixes
  • [cli] Fix a panic when user's home directory could not be looked up.
    #​15160

  • [cli/display] Fix JSON/YAML value diff displays.
    #​15171

  • [sdk/go] Update github.com/cloudflare/circl to v1.3.7.
    #​15151

  • [cli/import] --import-file now omits empty resource lists.
    #​15132

  • [sdk/python] Allow remote components to use output property called id
    #​15115

Miscellaneous
  • [sdkgen] Emit a warning when using id or urn as resource outputs
    #​15060
pulumi/pulumi-aws (pulumi/pulumi-aws)

v6.23.0

Compare Source

Changelog

v6.22.2

Compare Source

Changelog

v6.22.1

Compare Source

Changelog

v6.22.0

Compare Source

Changelog

v6.21.0

Compare Source

Changelog

v6.20.1

Compare Source

Changelog

v6.19.0

Compare Source

Changelog

v6.18.2

Compare Source

Changelog

pulumi/pulumi-azure-native (pulumi/pulumi-azure-native)

v2.30.0

Compare Source

Does the PR have any schema changes?

Looking good! No breaking changes found.

New resources:
  • app.DotNetComponent
  • app.JavaComponent
  • databasewatcher.SharedPrivateLinkResource
  • databasewatcher.Target
  • databasewatcher.Watcher
  • standbypool.StandbyContainerGroupPool
  • standbypool.StandbyVirtualMachinePool
  • storage.BlobContainerLegalHold
New functions:
  • app.getDotNetComponent
  • app.getJavaComponent
  • databasewatcher.getSharedPrivateLinkResource
  • databasewatcher.getTarget
  • databasewatcher.getWatcher
  • standbypool.getStandbyContainerGroupPool
  • standbypool.getStandbyVirtualMachinePool

What's Changed

Full Changelog: pulumi/pulumi-azure-native@v2.29.0...v2.30.0

v2.29.0

Compare Source

Does the PR have any schema changes?

Found 2 breaking changes:

Resources
  • 🟡 "azure-native:apicenter:ApiDefinition": properties: "specification" type changed from "#/types/azure-native:apicenter:ApiDefinitionPropertiesResponseSpecification" to "#/types/azure-native:apicenter:ApiDefinitionPropertiesSpecificationResponse"
Types
  • 🔴 "azure-native:apicenter:ApiDefinitionPropertiesResponseSpecification" missing
New resources:
  • elastic.OpenAI
  • machinelearningservices.EndpointDeployment
  • machinelearningservices.MarketplaceSubscription
  • migrate.AksAssessmentOperation
  • migrate.AssessmentsOperation
  • migrate.BusinessCaseOperation
  • migrate.WebAppAssessmentV2Operation
  • migrate.WebAppCollectorOperation
  • orbital.EdgeSite
  • orbital.GroundStation
  • orbital.L2Connection
New functions:
  • elastic.getOpenAI
  • elastic.getOpenAIStatus
  • machinelearningservices.getEndpointDeployment
  • machinelearningservices.getMarketplaceSubscription
  • machinelearningservices.listEndpointKeys
  • migrate.getAksAssessmentOperation
  • migrate.getAssessmentsOperation
  • migrate.getBusinessCaseOperation
  • migrate.getBusinessCaseOperationReportDownloadUrl
  • migrate.getWebAppAssessmentV2Operation
  • migrate.getWebAppCollectorOperation
  • orbital.getEdgeSite
  • orbital.getGroundStation
  • orbital.getL2Connection
  • orbital.listEdgeSiteL2Connections
  • orbital.listGroundStationL2Connections

What's Changed

Full Changelog: pulumi/pulumi-azure-native@v2.28.0...v2.29.0

v2.28.0

Compare Source

Does the PR have any schema changes?

Found 58 breaking changes:

Resources
  • 🔴 "azure-native:deploymentmanager:ArtifactSource" missing
  • 🔴 "azure-native:deploymentmanager:Rollout" missing
  • 🔴 "azure-native:deploymentmanager:Service" missing
  • 🔴 "azure-native:deploymentmanager:ServiceTopology" missing
  • 🔴 "azure-native:deploymentmanager:ServiceUnit" missing
  • 🔴 "azure-native:deploymentmanager:Step" missing
Functions
  • 🔴 "azure-native:deploymentmanager:getArtifactSource" missing
  • 🔴 "azure-native:deploymentmanager:getRollout" missing
  • 🔴 "azure-native:deploymentmanager:getService" missing
  • 🔴 "azure-native:deploymentmanager:getServiceTopology" missing
  • 🔴 "azure-native:deploymentmanager:getServiceUnit" missing
  • 🔴 "azure-native:deploymentmanager:getStep" missing
Types
  • 🟡 "azure-native:cognitiveservices:RaiPolicyContentFilter": properties: "policyName" missing
  • 🟡 "azure-native:cognitiveservices:RaiPolicyContentFilterResponse": properties: "policyName" missing
  • 🔴 "azure-native:deploymentmanager:ApiKeyAuthentication" missing
  • 🔴 "azure-native:deploymentmanager:ApiKeyAuthenticationResponse" missing
  • 🔴 "azure-native:deploymentmanager:CloudErrorBodyResponse" missing
  • 🔴 "azure-native:deploymentmanager:DeploymentMode" missing
  • 🔴 "azure-native:deploymentmanager:HealthCheckStepProperties" missing
  • 🔴 "azure-native:deploymentmanager:HealthCheckStepPropertiesResponse" missing
  • 🔴 "azure-native:deploymentmanager:Identity" missing
  • 🔴 "azure-native:deploymentmanager:IdentityResponse" missing
  • 🔴 "azure-native:deploymentmanager:MessageResponse" missing
  • 🔴 "azure-native:deploymentmanager:PrePostStep" missing
  • 🔴 "azure-native:deploymentmanager:PrePostStepResponse" missing
  • 🔴 "azure-native:deploymentmanager:ResourceOperationResponse" missing
  • 🔴 "azure-native:deploymentmanager:RestAuthLocation" missing
  • 🔴 "azure-native:deploymentmanager:RestAuthType" missing
  • 🔴 "azure-native:deploymentmanager:RestHealthCheck" missing
  • 🔴 "azure-native:deploymentmanager:RestHealthCheckResponse" missing
  • 🔴 "azure-native:deploymentmanager:RestHealthCheckStepAttributes" missing
  • 🔴 "azure-native:deploymentmanager:RestHealthCheckStepAttributesResponse" missing
  • 🔴 "azure-native:deploymentmanager:RestMatchQuantifier" missing
  • 🔴 "azure-native:deploymentmanager:RestRequest" missing
  • 🔴 "azure-native:deploymentmanager:RestRequestMethod" missing
  • 🔴 "azure-native:deploymentmanager:RestRequestResponse" missing
  • 🔴 "azure-native:deploymentmanager:RestResponse" missing
  • 🔴 "azure-native:deploymentmanager:RestResponseRegex" missing
  • 🔴 "azure-native:deploymentmanager:RestResponseResponse" missing
  • 🔴 "azure-native:deploymentmanager:RestResponseResponseRegex" missing
  • 🔴 "azure-native:deploymentmanager:RolloutIdentityAuthentication" missing
  • 🔴 "azure-native:deploymentmanager:RolloutIdentityAuthenticationResponse" missing
  • 🔴 "azure-native:deploymentmanager:RolloutOperationInfoResponse" missing
  • 🔴 "azure-native:deploymentmanager:RolloutStepResponse" missing
  • 🔴 "azure-native:deploymentmanager:SasAuthentication" missing
  • 🔴 "azure-native:deploymentmanager:SasAuthenticationResponse" missing
  • 🔴 "azure-native:deploymentmanager:ServiceResponse" missing
  • 🔴 "azure-native:deploymentmanager:ServiceUnitArtifacts" missing
  • 🔴 "azure-native:deploymentmanager:ServiceUnitArtifactsResponse" missing
  • 🔴 "azure-native:deploymentmanager:ServiceUnitResponse" missing
  • 🔴 "azure-native:deploymentmanager:StepGroup" missing
  • 🔴 "azure-native:deploymentmanager:StepGroupResponse" missing
  • 🔴 "azure-native:deploymentmanager:StepOperationInfoResponse" missing
  • 🔴 "azure-native:deploymentmanager:StepType" missing
  • 🔴 "azure-native:deploymentmanager:WaitStepAttributes" missing
  • 🔴 "azure-native:deploymentmanager:WaitStepAttributesResponse" missing
  • 🔴 "azure-native:deploymentmanager:WaitStepProperties" missing
  • 🔴 "azure-native:deploymentmanager:WaitStepPropertiesResponse" missing
New resources:
  • mobilepacketcore.AmfDeployment
  • mobilepacketcore.ClusterService
  • mobilepacketcore.NrfDeployment
  • mobilepacketcore.NssfDeployment
  • mobilepacketcore.ObservabilityService
  • mobilepacketcore.SmfDeployment
  • mobilepacketcore.UpfDeployment
New functions:
  • mobilepacketcore.getAmfDeployment
  • mobilepacketcore.getClusterService
  • mobilepacketcore.getNrfDeployment
  • mobilepacketcore.getNssfDeployment
  • mobilepacketcore.getObservabilityService
  • mobilepacketcore.getSmfDeployment
  • mobilepacketcore.getUpfDeployment

What's Changed

Full Changelog: pulumi/pulumi-azure-native@v2.27.0...v2.28.0

v2.27.0

Compare Source

Does the PR have any schema changes?

Found 16 breaking changes:

Types
  • 🟡 "azure-native:datafactory:AzureFunctionActivity": properties: "headers" type changed from "pulumi.json#/Any" to "object":
    • 🟡 additional properties had no type but now has &{Type:string Ref: AdditionalProperties: Items: OneOf:[] Discriminator: Plain:false}
  • 🟡 "azure-native:datafactory:AzureFunctionActivityResponse": properties: "headers" type changed from "pulumi.json#/Any" to "object":
    • 🟡 additional properties had no type but now has &{Type:string Ref: AdditionalProperties: Items: OneOf:[] Discriminator: Plain:false}
  • 🟡 "azure-native:datafactory:SalesforceServiceCloudV2Source": properties: "readBehavior" missing
  • 🟡 "azure-native:datafactory:SalesforceServiceCloudV2SourceResponse": properties: "readBehavior" missing
  • 🟡 "azure-native:datafactory:SalesforceV2Source": properties: "readBehavior" missing
  • 🟡 "azure-native:datafactory:SalesforceV2SourceResponse": properties: "readBehavior" missing
  • 🟡 "azure-native:datafactory:WebActivity": properties: "headers" type changed from "pulumi.json#/Any" to "object":
    • 🟡 additional properties had no type but now has &{Type:string Ref: AdditionalProperties: Items: OneOf:[] Discriminator: Plain:false}
  • 🟡 "azure-native:datafactory:WebActivityResponse": properties: "headers" type changed from "pulumi.json#/Any" to "object":
    • 🟡 additional properties had no type but now has &{Type:string Ref: AdditionalProperties: Items: OneOf:[] Discriminator: Plain:false}
  • 🟡 "azure-native:datafactory:WebHookActivity": properties: "headers" type changed from "pulumi.json#/Any" to "object":
    • 🟡 additional properties had no type but now has &{Type:string Ref: AdditionalProperties: Items: OneOf:[] Discriminator: Plain:false}
  • 🟡 "azure-native:datafactory:WebHookActivityResponse": properties: "headers" type changed from "pulumi.json#/Any" to "object":
    • 🟡 additional properties had no type but now has &{Type:string Ref: AdditionalProperties: Items: OneOf:[] Discriminator: Plain:false}
New functions:
  • quantum.listWorkspaceKeys

Full Changelog: pulumi/pulumi-azure-native@v2.26.1...v2.27.0

v2.26.1

Compare Source

Does the PR have any schema changes?

Looking good! No breaking changes found.

New resources:
  • security.DefenderForStorage
New functions:
  • security.getDefenderForStorage

What's Changed

Full Changelog: pulumi/pulumi-azure-native@v2.26.0...v2.26.1

v2.26.0

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-azure-native@v2.25.0...v2.26.0

v2.25.0

Compare Source

Does the PR have any schema changes?

Looking good! No breaking changes found.

New resources:
  • azuredatatransfer.Connection
  • azuredatatransfer.Flow
  • azuredatatransfer.Pipeline
  • keyvault.AccessPolicy
New functions:
  • azuredatatransfer.getConnection
  • azuredatatransfer.getFlow
  • azuredatatransfer.getPipeline
  • azuredatatransfer.listAzureDataTransferApprovedSchemas
  • azuredatatransfer.listListPendingConnection
  • azuredatatransfer.listListPendingFlow
  • azuredatatransfer.listListSchema

What's Changed

New Contributors

Full Changelog: pulumi/pulumi-azure-native@v2.24.0...v2.25.0

pulumi/pulumi-gcp (pulumi/pulumi-gcp)

v7.11.0

Compare Source

Changelog

v7.9.0

Compare Source

Changelog

v7.8.0

Compare Source

Changelog

v7.7.1

Compare Source

Changelog

v7.7.0

Compare Source

Changelog

v7.6.0

Compare Source

Changelog


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

@platform-engineering-bot platform-engineering-bot changed the title chore(deps): update dependency pulumi/pulumi-azure-native to v2.25.0 chore(deps): update all dependencies Jan 18, 2024
@platform-engineering-bot platform-engineering-bot force-pushed the renovate/all branch 7 times, most recently from a78cf3e to 287319f Compare January 26, 2024 11:10
@platform-engineering-bot platform-engineering-bot force-pushed the renovate/all branch 6 times, most recently from c498430 to c1ce40a Compare February 5, 2024 12:20
@platform-engineering-bot platform-engineering-bot force-pushed the renovate/all branch 6 times, most recently from 967beeb to cae262d Compare February 14, 2024 22:11
@platform-engineering-bot platform-engineering-bot force-pushed the renovate/all branch 5 times, most recently from 8bd725d to 26636b1 Compare February 22, 2024 22:11
@platform-engineering-bot platform-engineering-bot force-pushed the renovate/all branch 2 times, most recently from 49cb72c to e579e91 Compare February 23, 2024 20:14
Signed-off-by: Platform Engineering Bot <[email protected]>
@praveenkumar praveenkumar merged commit c177e79 into main Feb 27, 2024
3 checks passed
@platform-engineering-bot platform-engineering-bot deleted the renovate/all branch February 27, 2024 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants