Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 18, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/aws/aws-sdk-go require minor v1.48.16 -> v1.49.4
github.com/cerbos/cerbos/api/genpb require minor v0.0.0-20231208114313-af85ff2df2de -> v0.32.0
github.com/google/uuid require minor v1.4.0 -> v1.5.0
github.com/minio/minio-go/v7 require patch v7.0.65 -> v7.0.66
github.com/pterm/pterm require patch v0.12.71 -> v0.12.72
github.com/rogpeppe/go-internal require minor v1.11.0 -> v1.12.0
golang.org/x/exp require digest 9212866 -> aacd6d4
golang.org/x/tools require patch v0.16.0 -> v0.16.1
google.golang.org/genproto/googleapis/api require digest 3a041ad -> 995d672
google.golang.org/grpc require minor v1.59.0 -> v1.60.0
google.golang.org/protobuf require digest e8baad6 -> 8ed73c7
helm.sh/helm/v3 require patch v3.13.2 -> v3.13.3
modernc.org/sqlite require minor v1.27.0 -> v1.28.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v1.49.4

Compare Source

===

Service Client Updates
  • service/cloud9: Updates service documentation and examples
    • Updated Cloud9 API documentation for AL2023 release
  • service/connect: Updates service API and documentation
  • service/connectcases: Updates service API
  • service/kms: Updates service documentation
    • Documentation updates for AWS Key Management Service
  • service/rds: Updates service API, documentation, waiters, paginators, and examples
    • Updates Amazon RDS documentation by adding code examples
  • service/sagemaker: Updates service API and documentation
    • This release 1) introduces a new API: DeleteCompilationJob , and 2) adds InfraCheckConfig for Create/Describe training job API

v1.49.3

Compare Source

===

Service Client Updates
  • service/appstream: Updates service API
    • This release includes support for images of Windows Server 2022 platform.
  • service/b2bi: Updates service documentation and examples
  • service/billingconductor: Updates service API and documentation
  • service/connect: Updates service API and documentation
  • service/controltower: Updates service documentation
  • service/firehose: Updates service API and documentation
    • This release, 1) adds configurable buffering hints for the Splunk destination, and 2) reduces the minimum configurable buffering interval for supported destinations
  • service/gamelift: Updates service API and documentation
    • Amazon GameLift adds the ability to add and update the game properties of active game sessions.
  • service/iot: Updates service API and documentation
    • This release adds the ability to self-manage certificate signing in AWS IoT Core fleet provisioning using the new certificate provider resource.
  • service/opensearch: Updates service documentation
  • service/quicksight: Updates service API and documentation
    • Update Dashboard Links support; SingleAxisOptions support; Scatterplot Query limit support.
  • service/workspaces: Updates service documentation
    • Updated note to ensure customers understand running modes.

v1.49.2

Compare Source

===

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

v1.49.1

Compare Source

===

Service Client Updates
  • service/imagebuilder: Updates service API, documentation, and paginators
  • service/location: Updates service API and documentation
  • service/logs: Updates service API and documentation
    • This release introduces the StartLiveTail API to tail ingested logs in near real time.

v1.49.0

Compare Source

===

Service Client Updates
  • service/neptune: Updates service API and documentation
    • This release adds a new parameter configuration setting to the Neptune cluster related APIs that can be leveraged to switch between the underlying supported storage modes.
  • service/pinpoint: Updates service documentation
    • This release includes Amazon Pinpoint API documentation updates pertaining to campaign message sending rate limits.
  • service/securityhub: Updates service API and documentation
SDK Features
  • service/sqs: BREAKFIX: Revert SQS error constants to original state
    • Values for SQS error constants were incorrectly changed. This reverts them back.
google/uuid (github.com/google/uuid)

v1.5.0

Compare Source

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

v7.0.66: Bugfix release

Compare Source

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.65...v7.0.66

pterm/pterm (github.com/pterm/pterm)

v0.12.72

Compare Source

What's Changed

Fixes 🔧
Other Changes

New Contributors

Full Changelog: pterm/pterm@v0.12.71...v0.12.72

rogpeppe/go-internal (github.com/rogpeppe/go-internal)

v1.12.0

Compare Source

grpc/grpc-go (google.golang.org/grpc)

v1.60.0: Release 1.60.0

Compare Source

Security

  • credentials/tls: if not set, set TLS MinVersion to 1.2 and CipherSuites according to supported suites not forbidden by RFC7540.
    • This is a behavior change to bring us into better alignment with RFC 7540.

API Changes

  • resolver: remove deprecated and experimental ClientConn.NewServiceConfig (#​6784)
  • client: remove deprecated grpc.WithServiceConfig DialOption (#​6800)

Bug Fixes

  • client: fix race that could cause a deadlock while entering idle mode and receiving a name resolver update (#​6804)
  • client: always enable TCP keepalives with OS defaults (#​6834)
  • credentials/alts: fix a bug preventing ALTS from connecting to the metadata server if the default scheme is overridden (#​6686)

Behavior Changes

  • server: Do not return from Stop() or GracefulStop() until all resources are released (#​6489)

Documentation

  • codes: clarify that only codes defined by this package are valid and that users should not cast other values to codes.Code (#​6701)
helm/helm (helm.sh/helm/v3)

v3.13.3: Helm v3.13.3

Compare Source

Helm v3.13.3 is a patch release. Users are encouraged to upgrade for the best experience. Users are encouraged to upgrade for the best experience.

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing PRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages

Installation and Upgrading

Download Helm v3.13.3. The common platform binaries are here:

This release was signed with 672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98E and can be found at @​mattfarina keybase account. Please use the attached signatures for verifying this release using gpg.

The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with bash.

What's Next

  • 3.14.0 is the next feature release and be on January 17, 2024.

Changelog

  • Updating Helm libraries for k8s 1.28.4 c8b9489 (Matt Farina)
  • Remove excessive logging 2f03d01 (Sean Mills)
  • chore(create): indent to spaces 2e63576 (genofire)
cznic/sqlite (modernc.org/sqlite)

v1.28.0

Compare Source


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 Dec 18, 2023
@charithe charithe changed the title chore(deps): update go deps chore(deps): Update go deps Dec 18, 2023
@charithe charithe merged commit a939aa0 into main Dec 18, 2023
@charithe charithe deleted the renovate/go-deps branch December 18, 2023 07:39
@renovate renovate bot changed the title chore(deps): Update go deps chore(deps): update go deps Dec 18, 2023
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.

1 participant