crc-org / crc-cloud

Disposable OpenShift instances on cloud in minutes
31 stars 19 forks source link

chore(deps): update all non-major dependencies #110

Closed platform-engineering-bot closed 1 year ago

platform-engineering-bot commented 1 year ago

This PR contains the following updates:

Package Type Update Change
awscli (source, changelog) patch ==1.29.1 -> ==1.29.3
github.com/pulumi/pulumi-aws/sdk/v5 require minor v5.41.0 -> v5.42.0
github.com/pulumi/pulumi/sdk/v3 require minor v3.74.0 -> v3.75.0
pulumi/pulumi minor v3.74.0 -> v3.75.0
pulumi/pulumi-aws minor v5.41.0 -> v5.42.0

Release Notes

aws/aws-cli (awscli) ### [`v1.29.3`](https://togithub.com/aws/aws-cli/blob/HEAD/CHANGELOG.rst#​1293) [Compare Source](https://togithub.com/aws/aws-cli/compare/1.29.2...1.29.3) \====== - api-change:`cognito-idp`: API model updated in Amazon Cognito - api-change:`connect`: Add support for deleting Queues and Routing Profiles. - api-change:`datasync`: Added LunCount to the response object of DescribeStorageSystemResourcesResponse, LunCount represents the number of LUNs on a storage system resource. - api-change:`dms`: Enhanced PostgreSQL target endpoint settings for providing Babelfish support. - api-change:`ec2`: This release adds support for the C7gn and Hpc7g instances. C7gn instances are powered by AWS Graviton3 processors and the fifth-generation AWS Nitro Cards. Hpc7g instances are powered by AWS Graviton 3E processors and provide up to 200 Gbps network bandwidth. - api-change:`fsx`: Amazon FSx for NetApp ONTAP now supports SnapLock, an ONTAP feature that enables you to protect your files in a volume by transitioning them to a write once, read many (WORM) state. - api-change:`iam`: Documentation updates for AWS Identity and Access Management (IAM). - api-change:`mediatailor`: Adds categories to MediaTailor channel assembly alerts - api-change:`personalize`: This release provides ability to customers to change schema associated with their datasets in Amazon Personalize - api-change:`proton`: This release adds support for deployment history for Proton provisioned resources - api-change:`s3`: S3 Inventory now supports Object Access Control List and Object Owner as available object metadata fields in inventory reports. - api-change:`sagemaker`: Amazon SageMaker Canvas adds WorkspeceSettings support for CanvasAppSettings - api-change:`secretsmanager`: Documentation updates for Secrets Manager ### [`v1.29.2`](https://togithub.com/aws/aws-cli/blob/HEAD/CHANGELOG.rst#​1292) [Compare Source](https://togithub.com/aws/aws-cli/compare/1.29.1...1.29.2) \====== - api-change:`cognito-idp`: API model updated in Amazon Cognito
pulumi/pulumi-aws (github.com/pulumi/pulumi-aws/sdk/v5) ### [`v5.42.0`](https://togithub.com/pulumi/pulumi-aws/releases/tag/v5.42.0) [Compare Source](https://togithub.com/pulumi/pulumi-aws/compare/v5.41.0...v5.42.0) ##### What's Changed - Update upstream to include fix json diff for redrivePolicy by [@​rquitales](https://togithub.com/rquitales) in [https://github.com/pulumi/pulumi-aws/pull/2529](https://togithub.com/pulumi/pulumi-aws/pull/2529) - Add Python 3.10 as a supported runtime for Lambda by [@​rquitales](https://togithub.com/rquitales) in [https://github.com/pulumi/pulumi-aws/pull/2530](https://togithub.com/pulumi/pulumi-aws/pull/2530) - Bump Lambda nodejs runtime to 18 by [@​thomas11](https://togithub.com/thomas11) in [https://github.com/pulumi/pulumi-aws/pull/2545](https://togithub.com/pulumi/pulumi-aws/pull/2545) - Update pulumi-terraform-bridge to v3.49.1 by [@​t0yv0](https://togithub.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/2556](https://togithub.com/pulumi/pulumi-aws/pull/2556) - Use Go 1.20.x by [@​t0yv0](https://togithub.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/2558](https://togithub.com/pulumi/pulumi-aws/pull/2558) - Avoid importing full root `@pulumi/aws` module by [@​lukehoban](https://togithub.com/lukehoban) in [https://github.com/pulumi/pulumi-aws/pull/2569](https://togithub.com/pulumi/pulumi-aws/pull/2569) - Fix non-deterministic build by [@​AaronFriel](https://togithub.com/AaronFriel) in [https://github.com/pulumi/pulumi-aws/pull/2592](https://togithub.com/pulumi/pulumi-aws/pull/2592) - Fix defaultTags to trigger downstream updates by [@​AaronFriel](https://togithub.com/AaronFriel) in [https://github.com/pulumi/pulumi-aws/pull/2585](https://togithub.com/pulumi/pulumi-aws/pull/2585) **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v5.41.0...v5.42.0
pulumi/pulumi (github.com/pulumi/pulumi/sdk/v3) ### [`v3.75.0`](https://togithub.com/pulumi/pulumi/releases/tag/v3.75.0) [Compare Source](https://togithub.com/pulumi/pulumi/compare/v3.74.0...v3.75.0) ##### 3.75.0 (2023-07-12) ##### Features - \[programgen/{dotnet,go,nodejs,python}] Allow generating code for unknown invokes (tf data sources) in non-strict mode [#​13448](https://togithub.com/pulumi/pulumi/pull/13448) - \[programgen/go] Adds explicit package versioning to Golang codegen [#​13136](https://togithub.com/pulumi/pulumi/pull/13136) ##### Bug Fixes - \[sdk/go] Fix downloading of unimported external plugins. [#​13455](https://togithub.com/pulumi/pulumi/pull/13455) - \[cli/new] `pulumi new -s 'org/project/stack'` checks the specified organization for project existence rather than the currentUser. [#​13234](https://togithub.com/pulumi/pulumi/pull/13234) - \[cli/new] When providing a `--stack` and `--name` to `pulumi new`, the project names must match before creating Pulumi.yaml. [#​13250](https://togithub.com/pulumi/pulumi/pull/13250) - \[cli/plugin] Fix interpolation of vesion into http plugin source URLs. [#​13447](https://togithub.com/pulumi/pulumi/pull/13447) - \[sdk/nodejs] Add dependency on [@​opentelemetry/instrumentation](https://togithub.com/opentelemetry/instrumentation) [#​13278](https://togithub.com/pulumi/pulumi/pull/13278) - \[sdk/nodejs] Node.js dynamic providers mark serialized functions as secret if they capture any secrets [#​13329](https://togithub.com/pulumi/pulumi/pull/13329) - \[sdk/python] Python dynamic provider serialized code is now saved to state as secret. [#​13315](https://togithub.com/pulumi/pulumi/pull/13315)

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.



This PR has been generated by Renovate Bot.