crc-org / crc-cloud

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

chore(deps): update all dependencies #140

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.40 -> ==1.29.44
docker/build-push-action action minor v4.1.1 -> v4.2.1
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 require minor v2.5.0 -> v2.6.0
github.com/pulumi/pulumi-azure-native-sdk/storage/v2 require minor v2.5.0 -> v2.6.0
github.com/pulumi/pulumi-azure-native-sdk/v2 indirect minor v2.5.0 -> v2.6.0
github.com/pulumi/pulumi/sdk/v3 require minor v3.80.0 -> v3.81.0
golang.org/x/crypto indirect minor v0.12.0 -> v0.13.0
golang.org/x/exp require digest d852ddb -> 9212866
golang.org/x/net indirect minor v0.14.0 -> v0.15.0
golang.org/x/tools indirect minor v0.12.1-0.20230901210945-21090a2aa8d3 -> v0.13.0
google.golang.org/grpc indirect minor v1.57.0 -> v1.58.0
pulumi/pulumi minor v3.80.0 -> v3.81.0
pulumi/pulumi-azure-native minor v2.5.0 -> v2.6.0

Release Notes

aws/aws-cli (awscli) ### [`v1.29.44`](https://togithub.com/aws/aws-cli/blob/HEAD/CHANGELOG.rst#12944) [Compare Source](https://togithub.com/aws/aws-cli/compare/1.29.43...1.29.44) \======= - api-change:`fsx`: Amazon FSx documentation fixes - api-change:`sagemaker`: Autopilot APIs will now support holiday featurization for Timeseries models. The models will now hold holiday metadata and should be able to accommodate holiday effect during inference. - api-change:`sso-admin`: Content updates to IAM Identity Center API for China Regions. - api-change:`workspaces`: A new field "ErrorDetails" will be added to the output of "DescribeWorkspaceImages" API call. This field provides in-depth details about the error occurred during image import process. These details include the possible causes of the errors and troubleshooting information. ### [`v1.29.43`](https://togithub.com/aws/aws-cli/blob/HEAD/CHANGELOG.rst#12943) [Compare Source](https://togithub.com/aws/aws-cli/compare/1.29.42...1.29.43) \======= - api-change:`neptunedata`: Minor changes to send unsigned requests to Neptune clusters - api-change:`securityhub`: Documentation updates for AWS Security Hub - api-change:`simspaceweaver`: BucketName and ObjectKey are now required for the S3Location data type. BucketName is now required for the S3Destination data type. ### [`v1.29.42`](https://togithub.com/aws/aws-cli/blob/HEAD/CHANGELOG.rst#12942) [Compare Source](https://togithub.com/aws/aws-cli/compare/1.29.41...1.29.42) \======= - api-change:`appflow`: Adding OAuth2.0 support for servicenow connector. - api-change:`ec2`: This release adds 'outpost' location type to the DescribeInstanceTypeOfferings API, allowing customers that have been allowlisted for outpost to query their offerings in the API. - api-change:`elbv2`: Update elbv2 command to latest version - api-change:`medialive`: Adds advanced Output Locking options for Epoch Locking: Custom Epoch and Jam Sync Time - api-change:`wafv2`: The targeted protection level of the Bot Control managed rule group now provides optional, machine-learning analysis of traffic statistics to detect some bot-related activity. You can enable or disable the machine learning functionality through the API. ### [`v1.29.41`](https://togithub.com/aws/aws-cli/blob/HEAD/CHANGELOG.rst#12941) [Compare Source](https://togithub.com/aws/aws-cli/compare/1.29.40...1.29.41) \======= - api-change:`billingconductor`: This release adds support for line item filtering in for the custom line item resource. - api-change:`cloud9`: Added support for Ubuntu 22.04 that was not picked up in a previous Trebuchet request. Doc-only update. - api-change:`compute-optimizer`: This release adds support to provide recommendations for G4dn and P3 instances that use NVIDIA GPUs. - api-change:`ec2`: Introducing Amazon EC2 C7gd, M7gd, and R7gd Instances with up to 3.8 TB of local NVMe-based SSD block-level storage. These instances are powered by AWS Graviton3 processors, delivering up to 25% better performance over Graviton2-based instances. - api-change:`ecs`: Documentation only update for Amazon ECS. - api-change:`events`: Update events command to latest version - api-change:`rds`: Add support for feature integration with AWS Backup. - api-change:`sagemaker`: SageMaker Neo now supports data input shape derivation for Pytorch 2.0 and XGBoost compilation job for cloud instance targets. You can skip DataInputConfig field during compilation job creation. You can also access derived information from model in DescribeCompilationJob response. - api-change:`vpc-lattice`: This release adds Lambda event structure version config support for LAMBDA target groups. It also adds newline support for auth policies.
docker/build-push-action (docker/build-push-action) ### [`v4.2.1`](https://togithub.com/docker/build-push-action/releases/tag/v4.2.1) [Compare Source](https://togithub.com/docker/build-push-action/compare/v4.2.0...v4.2.1) > **Note** > > Buildx v0.10 enables support for a minimal [SLSA Provenance](https://slsa.dev/provenance/) attestation, which requires support for [OCI-compliant](https://togithub.com/opencontainers/image-spec) multi-platform images. This may introduce issues with registry and runtime support (e.g. [Google Cloud Run and AWS Lambda](https://togithub.com/docker/buildx/issues/1533)). You can optionally disable the default provenance attestation functionality using `provenance: false`. - warn if docker config can't be parsed by [@​crazy-max](https://togithub.com/crazy-max) in [https://github.com/docker/build-push-action/pull/957](https://togithub.com/docker/build-push-action/pull/957) **Full Changelog**: https://github.com/docker/build-push-action/compare/v4.2.0...v4.2.1 ### [`v4.2.0`](https://togithub.com/docker/build-push-action/releases/tag/v4.2.0) [Compare Source](https://togithub.com/docker/build-push-action/compare/v4.1.1...v4.2.0) > **Note** > > Buildx v0.10 enables support for a minimal [SLSA Provenance](https://slsa.dev/provenance/) attestation, which requires support for [OCI-compliant](https://togithub.com/opencontainers/image-spec) multi-platform images. This may introduce issues with registry and runtime support (e.g. [Google Cloud Run and AWS Lambda](https://togithub.com/docker/buildx/issues/1533)). You can optionally disable the default provenance attestation functionality using `provenance: false`. - display proxy configuration by [@​crazy-max](https://togithub.com/crazy-max) in [https://github.com/docker/build-push-action/pull/872](https://togithub.com/docker/build-push-action/pull/872) - chore(deps): Bump [@​docker/actions-toolkit](https://togithub.com/docker/actions-toolkit) from 0.6.0 to 0.8.0 in [https://github.com/docker/build-push-action/pull/930](https://togithub.com/docker/build-push-action/pull/930) - chore(deps): Bump word-wrap from 1.2.3 to 1.2.5 in [https://github.com/docker/build-push-action/pull/925](https://togithub.com/docker/build-push-action/pull/925) - chore(deps): Bump semver from 6.3.0 to 6.3.1 in [https://github.com/docker/build-push-action/pull/902](https://togithub.com/docker/build-push-action/pull/902) **Full Changelog**: https://github.com/docker/build-push-action/compare/v4.1.1...v4.2.0
pulumi/pulumi-azure-native-sdk (github.com/pulumi/pulumi-azure-native-sdk/resources/v2) ### [`v2.6.0`](https://togithub.com/pulumi/pulumi-azure-native-sdk/compare/v2.5.0...v2.6.0) [Compare Source](https://togithub.com/pulumi/pulumi-azure-native-sdk/compare/v2.5.0...v2.6.0)
pulumi/pulumi (github.com/pulumi/pulumi/sdk/v3) ### [`v3.81.0`](https://togithub.com/pulumi/pulumi/releases/tag/v3.81.0) [Compare Source](https://togithub.com/pulumi/pulumi/compare/v3.80.0...v3.81.0) ##### 3.81.0 (2023-09-06) ##### Features - \[cli] Adds Pulumi AI and Pulumi AI Web commands [#​13808](https://togithub.com/pulumi/pulumi/pull/13808) - \[cli] Pass args from import to state converters. [#​13862](https://togithub.com/pulumi/pulumi/pull/13862) - \[cli/config] Removes PULUMI_DEV flag for org search [#​13888](https://togithub.com/pulumi/pulumi/pull/13888) - \[sdkgen/python] Opting into pyproject.toml SDK generation no longer generates setup.py, but instead generates a standalone pyproject.toml that can be built with `python -m build .` [#​13812](https://togithub.com/pulumi/pulumi/pull/13812) ##### Bug Fixes - \[engine] Check for old resources first by URN and then aliases [#​13883](https://togithub.com/pulumi/pulumi/pull/13883) - \[sdk/nodejs] Fix a possible panic in running NodeJS programs. [#​13689](https://togithub.com/pulumi/pulumi/pull/13689) ##### Miscellaneous - \[sdk/go] Support multi-errors built from errors.Join for RunFunc, Exit, and friends. [#​13813](https://togithub.com/pulumi/pulumi/pull/13813) - \[sdk/go] Rename Join in pulumix to Flatten. [#​13882](https://togithub.com/pulumi/pulumi/pull/13882)
grpc/grpc-go (google.golang.org/grpc) ### [`v1.58.0`](https://togithub.com/grpc/grpc-go/releases/tag/v1.58.0): Release 1.58.0 [Compare Source](https://togithub.com/grpc/grpc-go/compare/v1.57.0...v1.58.0) ### API Changes See [#​6472](https://togithub.com/grpc/grpc-go/issues/6472) for details about these changes. - balancer: add `StateListener` to `NewSubConnOptions` for `SubConn` state updates and deprecate `Balancer.UpdateSubConnState` ([#​6481](https://togithub.com/grpc/grpc-go/issues/6481)) - `UpdateSubConnState` will be deleted in the future. - balancer: add `SubConn.Shutdown` and deprecate `Balancer.RemoveSubConn` ([#​6493](https://togithub.com/grpc/grpc-go/issues/6493)) - `RemoveSubConn` will be deleted in the future. - resolver: remove deprecated `AddressType` ([#​6451](https://togithub.com/grpc/grpc-go/issues/6451)) - This was previously used as a signal to enable the "grpclb" load balancing policy, and to pass LB addresses to the policy. Instead, `balancer/grpclb/state.Set()` should be used to add these addresses to the name resolver's output. The built-in "dns" name resolver already does this. - resolver: add new field `Endpoints` to `State` and deprecate `Addresses` ([#​6471](https://togithub.com/grpc/grpc-go/issues/6471)) - `Addresses` will be deleted in the future. ### New Features - balancer/leastrequest: Add experimental support for least request LB policy and least request configured as a custom xDS policy ([#​6510](https://togithub.com/grpc/grpc-go/issues/6510), [#​6517](https://togithub.com/grpc/grpc-go/issues/6517)) - Set `GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST=true` to enable - stats: Add an RPC event for blocking caused by the LB policy's picker ([#​6422](https://togithub.com/grpc/grpc-go/issues/6422)) ### Bug Fixes - clusterresolver: fix deadlock when dns resolver responds inline with update or error at build time ([#​6563](https://togithub.com/grpc/grpc-go/issues/6563)) - grpc: fix a bug where the channel could erroneously report `TRANSIENT_FAILURE` when actually moving to `IDLE` ([#​6497](https://togithub.com/grpc/grpc-go/issues/6497)) - balancergroup: do not cache closed sub-balancers by default; affects `rls`, `weightedtarget` and `clustermanager` LB policies ([#​6523](https://togithub.com/grpc/grpc-go/issues/6523)) - client: fix a bug that prevented detection of RPC status in trailers-only RPC responses when using `ClientStream.Header()`, and prevented retry of the RPC ([#​6557](https://togithub.com/grpc/grpc-go/issues/6557)) ### Performance Improvements - client & server: Add experimental `[With]SharedWriteBuffer` to improve performance by reducing allocations when sending RPC messages. (Disabled by default.) ([#​6309](https://togithub.com/grpc/grpc-go/issues/6309)) - Special Thanks: [@​s-matyukevich](https://togithub.com/s-matyukevich)
pulumi/pulumi-azure-native (pulumi/pulumi-azure-native) ### [`v2.6.0`](https://togithub.com/pulumi/pulumi-azure-native/releases/tag/v2.6.0) [Compare Source](https://togithub.com/pulumi/pulumi-azure-native/compare/v2.5.0...v2.6.0) ##### Does the PR have any schema changes? Looking good! No breaking changes found. ##### New resources: - `datareplication.Dra` - `datareplication.Fabric` - `datareplication.Policy` - `datareplication.ProtectedItem` - `datareplication.ReplicationExtension` - `datareplication.Vault` - `offazure.HypervClusterControllerCluster` - `offazure.HypervHostController` - `offazure.HypervSitesController` - `offazure.ImportSitesController` - `offazure.MasterSitesController` - `offazure.PrivateEndpointConnectionController` - `offazure.ServerSitesController` - `offazure.SitesController` - `offazure.SqlDiscoverySiteDataSourceController` - `offazure.SqlSitesController` - `offazure.VcenterController` - `offazure.WebAppDiscoverySiteDataSourcesController` - `offazure.WebAppSitesController` - `scom.Instance` - `scom.ManagedGateway` - `scom.MonitoredResource` ##### New functions: - `datareplication.getDra` - `datareplication.getFabric` - `datareplication.getPolicy` - `datareplication.getProtectedItem` - `datareplication.getReplicationExtension` - `datareplication.getVault` - `offazure.getHypervClusterControllerCluster` - `offazure.getHypervHostController` - `offazure.getHypervSitesController` - `offazure.getImportSitesController` - `offazure.getMasterSitesController` - `offazure.getPrivateEndpointConnectionController` - `offazure.getServerSitesController` - `offazure.getSitesController` - `offazure.getSqlDiscoverySiteDataSourceController` - `offazure.getSqlSitesController` - `offazure.getVcenterController` - `offazure.getWebAppDiscoverySiteDataSourcesController` - `offazure.getWebAppSitesController` - `offazure.listHypervSitesControllerHealthSummary` - `offazure.listServerSitesControllerHealthSummary` - `offazure.listSitesControllerHealthSummary` - `scom.getInstance` - `scom.getManagedGateway` - `scom.getMonitoredResource` #### What's Changed - Add codecov to this repo by [@​mjeffryes](https://togithub.com/mjeffryes) in [https://github.com/pulumi/pulumi-azure-native/pull/2700](https://togithub.com/pulumi/pulumi-azure-native/pull/2700) - Custom diff handling for Manager Cluster SKU by [@​mikhailshilkov](https://togithub.com/mikhailshilkov) in [https://github.com/pulumi/pulumi-azure-native/pull/2688](https://togithub.com/pulumi/pulumi-azure-native/pull/2688) - Refactor deprecation messages into version interface by [@​danielrbradley](https://togithub.com/danielrbradley) in [https://github.com/pulumi/pulumi-azure-native/pull/2727](https://togithub.com/pulumi/pulumi-azure-native/pull/2727) #### New Contributors - [@​mjeffryes](https://togithub.com/mjeffryes) made their first contribution in [https://github.com/pulumi/pulumi-azure-native/pull/2700](https://togithub.com/pulumi/pulumi-azure-native/pull/2700) **Full Changelog**: https://github.com/pulumi/pulumi-azure-native/compare/v2.5.0...v2.6.0

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.