crc-org / crc-cloud

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

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

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
awscli (source, changelog) ==1.27.143 -> ==1.27.146 age adoption passing confidence patch
github.com/pulumi/pulumi-azure-native-sdk/resources v1.102.0 -> v1.103.0 age adoption passing confidence require minor
github.com/pulumi/pulumi-azure-native-sdk/storage v1.102.0 -> v1.103.0 age adoption passing confidence require minor
github.com/pulumi/pulumi/sdk/v3 v3.68.0 -> v3.69.0 age adoption passing confidence require minor
pulumi/pulumi v3.68.0 -> v3.69.0 age adoption passing confidence minor
pulumi/pulumi-azure-native v1.102.0 -> v1.103.0 age adoption passing confidence minor

Release Notes

aws/aws-cli ### [`v1.27.146`](https://togithub.com/aws/aws-cli/blob/HEAD/CHANGELOG.rst#​127146) [Compare Source](https://togithub.com/aws/aws-cli/compare/1.27.145...1.27.146) \======== - api-change:`athena`: This release introduces the DeleteCapacityReservation API and the ability to manage capacity reservations using CloudFormation - api-change:`cloudtrail`: This feature allows users to start and stop event ingestion on a CloudTrail Lake event data store. - api-change:`sagemaker`: This release adds Selective Execution feature that allows SageMaker Pipelines users to run selected steps in a pipeline. - api-change:`wafv2`: Added APIs to describe managed products. The APIs retrieve information about rule groups that are managed by AWS and by AWS Marketplace sellers. ### [`v1.27.145`](https://togithub.com/aws/aws-cli/blob/HEAD/CHANGELOG.rst#​127145) [Compare Source](https://togithub.com/aws/aws-cli/compare/1.27.144...1.27.145) \======== - api-change:`alexaforbusiness`: Alexa for Business has been deprecated and is no longer supported. - api-change:`appflow`: Added ability to select DataTransferApiType for DescribeConnector and CreateFlow requests when using Async supported connectors. Added supportedDataTransferType to DescribeConnector/DescribeConnectors/ListConnector response. - api-change:`customer-profiles`: This release introduces calculated attribute related APIs. - api-change:`ivs`: API Update for IVS Advanced Channel type - api-change:`sagemaker`: Amazon Sagemaker Autopilot adds support for Parquet file input to NLP text classification jobs. - api-change:`wafv2`: Corrected the information for the header order FieldToMatch setting ### [`v1.27.144`](https://togithub.com/aws/aws-cli/blob/HEAD/CHANGELOG.rst#​127144) [Compare Source](https://togithub.com/aws/aws-cli/compare/1.27.143...1.27.144) \======== - api-change:`config`: Resource Types Exclusion feature launch by AWS Config - api-change:`frauddetector`: This release enables publishing event predictions from Amazon Fraud Detector (AFD) to Amazon EventBridge. For example, after getting predictions from AFD, Amazon EventBridge rules can be configured to trigger notification through an SNS topic, send a message with SES, or trigger Lambda workflows. - api-change:`healthlake`: This release adds a new request parameter to the CreateFHIRDatastore API operation. IdentityProviderConfiguration specifies how you want to authenticate incoming requests to your Healthlake Data Store. - api-change:`m2`: Adds an optional create-only 'roleArn' property to Application resources. Enables PS and PO data set org types. - api-change:`rds`: This release adds support for changing the engine for Oracle using the ModifyDbInstance API - api-change:`servicecatalog`: Documentation updates for ServiceCatalog. - api-change:`workspaces-web`: WorkSpaces Web now allows you to control which IP addresses your WorkSpaces Web portal may be accessed from.
pulumi/pulumi-azure-native-sdk ### [`v1.103.0`](https://togithub.com/pulumi/pulumi-azure-native-sdk/compare/v1.102.0...v1.103.0) [Compare Source](https://togithub.com/pulumi/pulumi-azure-native-sdk/compare/v1.102.0...v1.103.0)
pulumi/pulumi ### [`v3.69.0`](https://togithub.com/pulumi/pulumi/releases/tag/v3.69.0) [Compare Source](https://togithub.com/pulumi/pulumi/compare/v3.68.0...v3.69.0) #### 3.69.0 (2023-06-01) ##### Features - \[auto/python] Add support for the path option for config operations [#​13052](https://togithub.com/pulumi/pulumi/pull/13052) - \[cli] Replace heap profiles with allocation profiles and add a flag, --memprofilerate, to control the sampling rate. --memprofilerate behaves like the -memprofilerate flag to `go test`; set it to "1" to profile every allocation site. [#​13026](https://togithub.com/pulumi/pulumi/pull/13026) - \[cli] The convert and import commands will try to install plugins needed for correct conversions. [#​13046](https://togithub.com/pulumi/pulumi/pull/13046) - \[cli/plugin] Plugin install auto-fills the download URL for some known third-party plugins. [#​13020](https://togithub.com/pulumi/pulumi/pull/13020) - \[engine] Provider plugins are now loaded as needed, not at startup based on old state information. [#​12657](https://togithub.com/pulumi/pulumi/pull/12657) - \[programgen] Include the component source directory in diagnostics when reporting PCL errors [#​13017](https://togithub.com/pulumi/pulumi/pull/13017) - \[programgen/{nodejs,python}] Implement singleOrNone intrinsic [#​13032](https://togithub.com/pulumi/pulumi/pull/13032) - \[sdkgen/python] Generate a pyproject.toml file. This enables Python providers to build Wheels per PEP 621 [#​12805](https://togithub.com/pulumi/pulumi/pull/12805) ##### Bug Fixes - \[backend] Fixes a bug where Resource instances as stack exports got printed as if it had diff in the end steps [#​12261](https://togithub.com/pulumi/pulumi/pull/12261) - \[engine] Fix --replace behavior to be not considered a targeted update (where only --replace resources would be targeted). [#​13011](https://togithub.com/pulumi/pulumi/pull/13011) - \[backend/filestate] Fix the project filter when listing stacks from new stores that support per-project stack references. [#​12994](https://togithub.com/pulumi/pulumi/pull/12994) - \[backend/filestate] Fix stack rename renaming projects for the self-managed backend. [#​13047](https://togithub.com/pulumi/pulumi/pull/13047) - \[programgen/go] Do not error when generated Go code cannot be formatted [#​13053](https://togithub.com/pulumi/pulumi/pull/13053) - \[cli/plugin] Fixes PULUMI_DEBUG_GRPC to surface provider errors [#​12984](https://togithub.com/pulumi/pulumi/pull/12984) - \[sdkgen/go] For properties with environment variable defaults, differentiate between unset environment variables and empty. [#​12976](https://togithub.com/pulumi/pulumi/pull/12976) - \[sdkgen/go] When a property has an environment variable default, and the environment variable is not set, sdkgen would incorrectly set it to the zero value of that property. Fixes by only setting the property if the environment variable is set. [#​12976](https://togithub.com/pulumi/pulumi/pull/12976) - \[sdkgen/go] Fix versioned typerefs being marshalled across code generator RPCs. [#​13006](https://togithub.com/pulumi/pulumi/pull/13006)
pulumi/pulumi-azure-native ### [`v1.103.0`](https://togithub.com/pulumi/pulumi-azure-native/releases/tag/v1.103.0) [Compare Source](https://togithub.com/pulumi/pulumi-azure-native/compare/v1.102.0...v1.103.0) Looking good! No breaking changes found. No new resources/functions. #### What's Changed - \[arm2pulumi] - Adds input validation for expected languages to render by [@​kpitzen](https://togithub.com/kpitzen) in [https://github.com/pulumi/pulumi-azure-native/pull/2430](https://togithub.com/pulumi/pulumi-azure-native/pull/2430) - Improve autorest 'Service returned an error. Status= ' message by adding details by [@​thomas11](https://togithub.com/thomas11) in [https://github.com/pulumi/pulumi-azure-native/pull/2435](https://togithub.com/pulumi/pulumi-azure-native/pull/2435) - Simplify schema gen process by [@​danielrbradley](https://togithub.com/danielrbradley) in [https://github.com/pulumi/pulumi-azure-native/pull/2428](https://togithub.com/pulumi/pulumi-azure-native/pull/2428) - Remove some unused versioning code by [@​thomas11](https://togithub.com/thomas11) in [https://github.com/pulumi/pulumi-azure-native/pull/2441](https://togithub.com/pulumi/pulumi-azure-native/pull/2441) - Fix go base path by [@​danielrbradley](https://togithub.com/danielrbradley) in [https://github.com/pulumi/pulumi-azure-native/pull/2448](https://togithub.com/pulumi/pulumi-azure-native/pull/2448) - Skip default delete by [@​danielrbradley](https://togithub.com/danielrbradley) in [https://github.com/pulumi/pulumi-azure-native/pull/2456](https://togithub.com/pulumi/pulumi-azure-native/pull/2456) - Rework git uncommitted files check by [@​danielrbradley](https://togithub.com/danielrbradley) in [https://github.com/pulumi/pulumi-azure-native/pull/2443](https://togithub.com/pulumi/pulumi-azure-native/pull/2443) - Set CGO_ENABLED=0 to produce static binaries on linux by [@​danielrbradley](https://togithub.com/danielrbradley) in [https://github.com/pulumi/pulumi-azure-native/pull/2470](https://togithub.com/pulumi/pulumi-azure-native/pull/2470) - Changes from v2 branch by [@​danielrbradley](https://togithub.com/danielrbradley) in [https://github.com/pulumi/pulumi-azure-native/pull/2471](https://togithub.com/pulumi/pulumi-azure-native/pull/2471) - Adds methods for inserting removal deprecation warnings for v2 by [@​kpitzen](https://togithub.com/kpitzen) in [https://github.com/pulumi/pulumi-azure-native/pull/2480](https://togithub.com/pulumi/pulumi-azure-native/pull/2480) #### New Contributors - [@​kpitzen](https://togithub.com/kpitzen) made their first contribution in [https://github.com/pulumi/pulumi-azure-native/pull/2430](https://togithub.com/pulumi/pulumi-azure-native/pull/2430) **Full Changelog**: https://github.com/pulumi/pulumi-azure-native/compare/v1.102.0...v1.103.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 Mend Renovate. View repository job log here.