theurichde / go-aws-sso

Makes dealing with AWS SSO Logins an ease
MIT License
111 stars 15 forks source link

fix(deps): update all non-major dependencies #134

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/aws/aws-sdk-go require patch v1.44.312 -> v1.44.317
go.uber.org/zap require minor v1.24.0 -> v1.25.0

Release Notes

aws/aws-sdk-go (github.com/aws/aws-sdk-go) ### [`v1.44.317`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144317-2023-08-04) [Compare Source](https://togithub.com/aws/aws-sdk-go/compare/v1.44.316...v1.44.317) \=== ##### Service Client Updates - `service/acm-pca`: Updates service documentation - `service/connect`: Updates service API and documentation - `service/datasync`: Updates service API and documentation - `service/ecs`: Updates service documentation - This is a documentation update to address various tickets. - `service/sagemaker`: Updates service API and documentation - Including DataCaptureConfig key in the Amazon Sagemaker Search's transform job object ### [`v1.44.316`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144316-2023-08-03) [Compare Source](https://togithub.com/aws/aws-sdk-go/compare/v1.44.315...v1.44.316) \=== ##### Service Client Updates - `service/autoscaling`: Updates service documentation and examples - Documentation changes related to Amazon EC2 Auto Scaling APIs. - `service/cloud9`: Updates service documentation - Updated the deprecation date for Amazon Linux. Doc only update. - `service/dms`: Updates service API, documentation, and paginators - The release makes public API for DMS Schema Conversion feature. - `service/ec2`: Updates service API and documentation - This release adds new parameter isPrimaryIPv6 to allow assigning an IPv6 address as a primary IPv6 address to a network interface which cannot be changed to give equivalent functionality available for network interfaces with primary IPv4 address. - `service/sagemaker`: Updates service API - Amazon SageMaker now supports running training jobs on p5.48xlarge instance types. ### [`v1.44.315`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144315-2023-08-02) [Compare Source](https://togithub.com/aws/aws-sdk-go/compare/v1.44.314...v1.44.315) \=== ##### Service Client Updates - `service/budgets`: Updates service API and documentation - As part of CAE tagging integration we need to update our budget names regex filter to prevent customers from using "/action/" in their budget names. - `service/cognito-idp`: Updates service API and documentation - `service/glue`: Updates service API and documentation - This release includes additional Glue Streaming KAKFA SASL property types. - `service/resiliencehub`: Updates service API, documentation, and paginators - `service/sagemaker`: Updates service API and documentation - SageMaker Inference Recommender introduces a new API GetScalingConfigurationRecommendation to recommend auto scaling policies based on completed Inference Recommender jobs. ### [`v1.44.314`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144314-2023-08-01) [Compare Source](https://togithub.com/aws/aws-sdk-go/compare/v1.44.313...v1.44.314) \=== ##### Service Client Updates - `service/batch`: Updates service API and documentation - This release adds support for price capacity optimized allocation strategy for Spot Instances. - `service/dms`: Updates service API, documentation, and paginators - Adding new API describe-engine-versions which provides information about the lifecycle of a replication instance's version. - `service/internetmonitor`: Updates service API and documentation - `service/medialive`: Updates service API and documentation - AWS Elemental Link devices now report their Availability Zone. Link devices now support the ability to change their Availability Zone. - `service/polly`: Updates service API - Amazon Polly adds new French Belgian voice - Isabelle. Isabelle is available as Neural voice only. - `service/rds`: Updates service API, documentation, waiters, paginators, and examples - Added support for deleted clusters PiTR. - `service/sagemaker`: Updates service API and documentation - Add Stairs TrafficPattern and FlatInvocations to RecommendationJobStoppingConditions ### [`v1.44.313`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144313-2023-07-31) [Compare Source](https://togithub.com/aws/aws-sdk-go/compare/v1.44.312...v1.44.313) \=== ##### Service Client Updates - `service/amplifyuibuilder`: Updates service API and documentation - `service/autoscaling`: Updates service API, documentation, and examples - You can now configure an instance refresh to set its status to 'failed' when it detects that a specified CloudWatch alarm has gone into the ALARM state. You can also choose to roll back the instance refresh automatically when the alarm threshold is met. - `service/cleanrooms`: Updates service API, documentation, and paginators - `service/codestar-connections`: Updates service API and documentation - `service/drs`: Updates service API - `service/inspector2`: Updates service API and documentation - `service/lookoutequipment`: Updates service API, documentation, and paginators - `service/omics`: Updates service API and documentation - `service/rds`: Updates service API, documentation, waiters, paginators, and examples - This release adds support for Aurora MySQL local write forwarding, which allows for forwarding of write operations from reader DB instances to the writer DB instance. - `service/route53`: Updates service API and documentation - Amazon Route 53 now supports the Israel (Tel Aviv) Region (il-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region. - `service/scheduler`: Updates service API and documentation
uber-go/zap (go.uber.org/zap) ### [`v1.25.0`](https://togithub.com/uber-go/zap/releases/tag/v1.25.0) [Compare Source](https://togithub.com/uber-go/zap/compare/v1.24.0...v1.25.0) This release contains several improvements including performance, API additions, and two new experimental packages whose APIs are unstable and may change in the future. Enhancements: - [#​1246][]: Add `zap/exp/zapslog` package for integration with slog. - [#​1273][]: Add `Name` to `Logger` which returns the Logger's name if one is set. - [#​1281][]: Add `zap/exp/expfield` package which contains helper methods `Str` and `Strs` for constructing String-like zap.Fields. - [#​1310][]: Reduce stack size on `Any`. Thanks to [@​knight42](https://togithub.com/knight42), [@​dzakaammar](https://togithub.com/dzakaammar), [@​bcspragu](https://togithub.com/bcspragu), and [@​rexywork](https://togithub.com/rexywork) for their contributions to this release. [#​1246]: https://togithub.com/uber-go/zap/pull/1246 [#​1273]: https://togithub.com/uber-go/zap/pull/1273 [#​1281]: https://togithub.com/uber-go/zap/pull/1281 [#​1310]: https://togithub.com/uber-go/zap/pull/1310

Configuration

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

šŸš¦ 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.



This PR has been generated by Mend Renovate. View repository job log here.