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 go deps #2007

Merged
merged 1 commit into from Mar 4, 2024
Merged

chore(deps): Update go deps #2007

merged 1 commit into from Mar 4, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 4, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/aws/aws-sdk-go v1.50.25 -> v1.50.30 age adoption passing confidence require patch
github.com/bufbuild/protovalidate-go v0.5.2 -> v0.6.0 age adoption passing confidence require minor
github.com/fergusstrange/embedded-postgres v1.25.0 -> v1.26.0 age adoption passing confidence require minor
github.com/gdamore/tcell/v2 v2.7.1 -> v2.7.4 age adoption passing confidence require patch
github.com/minio/minio-go/v7 v7.0.67 -> v7.0.68 age adoption passing confidence require patch
github.com/prometheus/client_golang v1.18.0 -> v1.19.0 age adoption passing confidence require minor
github.com/stretchr/testify v1.8.4 -> v1.9.0 age adoption passing confidence require minor
golang.org/x/crypto v0.19.0 -> v0.20.0 age adoption passing confidence require minor
google.golang.org/genproto/googleapis/api b0ce06b -> df926f6 age adoption passing confidence require digest

Release Notes

aws/aws-sdk-go (github.com/aws/aws-sdk-go)

v1.50.30

Compare Source

===

Service Client Updates
  • service/accessanalyzer: Updates service documentation
  • service/autoscaling: Updates service documentation
    • With this release, Amazon EC2 Auto Scaling groups, EC2 Fleet, and Spot Fleet improve the default price protection behavior of attribute-based instance type selection of Spot Instances, to consistently select from a wide range of instance types.
  • service/ec2: Updates service documentation
    • With this release, Amazon EC2 Auto Scaling groups, EC2 Fleet, and Spot Fleet improve the default price protection behavior of attribute-based instance type selection of Spot Instances, to consistently select from a wide range of instance types.

v1.50.29

Compare Source

===

Service Client Updates
  • service/docdb-elastic: Updates service API and documentation
  • service/eks: Updates service API
  • service/migrationhuborchestrator: Updates service API and documentation
  • service/models.lex.v2: Updates service API and documentation
  • service/quicksight: Updates service API and documentation
    • TooltipTarget for Combo chart visuals; ColumnConfiguration limit increase to 2000; Documentation Update
  • service/sagemaker: Updates service API and documentation
    • Adds support for ModelDataSource in Model Packages to support unzipped models. Adds support to specify SourceUri for models which allows registration of models without mandating a container for hosting. Using SourceUri, customers can decouple the model from hosting information during registration.
  • service/securitylake: Updates service API and documentation

v1.50.28

Compare Source

===

Service Client Updates
  • service/batch: Updates service API and documentation
    • This release adds Batch support for configuration of multicontainer jobs in ECS, Fargate, and EKS. This support is available for all types of jobs, including both array jobs and multi-node parallel jobs.
  • service/bedrock-agent-runtime: Updates service API and documentation
  • service/ce: Updates service API and documentation
  • service/ec2: Updates service API and documentation
    • This release increases the range of MaxResults for GetNetworkInsightsAccessScopeAnalysisFindings to 1,000.
  • service/iot: Updates service API and documentation
    • This release reduces the maximum results returned per query invocation from 500 to 100 for the SearchIndex API. This change has no implications as long as the API is invoked until the nextToken is NULL.
  • service/wafv2: Updates service API and documentation

v1.50.27

Compare Source

===

Service Client Updates
  • service/amplifyuibuilder: Updates service API and documentation

v1.50.26

Compare Source

===

Service Client Updates
  • service/apigateway: Updates service documentation
    • Documentation updates for Amazon API Gateway.
  • service/drs: Updates service API and documentation
  • service/kafkaconnect: Updates service API and documentation
  • service/rds: Updates service API, documentation, waiters, paginators, and examples
    • This release adds support for gp3 data volumes for Multi-AZ DB Clusters.
bufbuild/protovalidate-go (github.com/bufbuild/protovalidate-go)

v0.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: bufbuild/protovalidate-go@v0.5.2...v0.6.0

fergusstrange/embedded-postgres (github.com/fergusstrange/embedded-postgres)

v1.26.0

Compare Source

What's Changed

New Contributors

Full Changelog: fergusstrange/embedded-postgres@v1.25.0...v1.26.0

gdamore/tcell (github.com/gdamore/tcell/v2)

v2.7.4: Version 2.7.4 Bug Fix Release

Compare Source

This release fixes a problem with restoring cursor location properly on Windows.

It also includes a new stress test for your terminal (FPS monitor) contributed by @​Bios-Marcel

v2.7.3: Version 2.7.3 Bug Fix Release

Compare Source

This release just updates the terminfo data using current data from Ubuntu 24.04 (Noble).
It fixes a regression where we dropped some capabilities including StrikeThrough for some terminals.

v2.7.2: Version 2.7.2 Improvement Release

Compare Source

This release does not add new APIs, but it does improve the functionality of tcell on Windows, and provides an "undocumented" feature for managing the alternate screen buffer.

  • Windows uses VT mode output everywhere except on ConEmu (because VT output mode on ConEmu is borked for colors)
    • The TCELL_VTMODE environment variable can be set to "enable" or "disable" to force attempting to use (or not) this mode.
  • Windows now uses the alternate screen buffer by default, and preserves the original screen content
  • Use of the alternate screen can be disabled setting the TCELL_ALTSCREEN environment variable to "disable".
  • If the alternate screen is disabled in that fashion, we will not clear the screen either. This is an experimental way to preserve the output from a tcell application on exit or suspend. Feedback on this would be appreciated.

The specific environment variables listed here are not considered part of the Tcell API, and their presence and meaning may change without notice at any time. Please consider them experimental and let us know whether these are useful or not.

minio/minio-go (github.com/minio/minio-go/v7)

v7.0.68: Bugfix Release

Compare Source

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.67...v7.0.68

prometheus/client_golang (github.com/prometheus/client_golang)

v1.19.0

Compare Source

What's Changed

The module prometheus/common v0.48.0 introduced an incompatibility when used together with client_golang (See https://github.com/prometheus/client_golang/pull/1448 for more details). If your project uses client_golang and you want to use prometheus/common v0.48.0 or higher, please update client_golang to v1.19.0.

  • [CHANGE] Minimum required go version is now 1.20 (we also test client_golang against new 1.22 version). #​1445 #​1449
  • [FEATURE] collectors: Add version collector. #​1422 #​1427

New Contributors

Full Changelog: prometheus/client_golang@v1.18.0...v1.19.0

stretchr/testify (github.com/stretchr/testify)

v1.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.8.4...v1.9.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.


  • If you want to rebase/retry this PR, check this box

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

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot added area/dependencies Pull requests that update a dependency file bots kind/chore labels Mar 4, 2024
@charithe charithe changed the title chore(deps): update go deps chore(deps): Update go deps Mar 4, 2024
@charithe charithe merged commit 707ce47 into main Mar 4, 2024
30 of 32 checks passed
@charithe charithe deleted the renovate/go-deps branch March 4, 2024 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file bots kind/chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant