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 dependencies #73

Merged
merged 1 commit into from
Dec 12, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 12, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/Masterminds/semver/v3 indirect minor v3.1.1 -> v3.2.1
github.com/Masterminds/sprig/v3 indirect patch v3.2.2 -> v3.2.3
github.com/google/uuid indirect minor v1.3.1 -> v1.4.0
github.com/hashicorp/go-hclog indirect minor v1.5.0 -> v1.6.1
github.com/hashicorp/hc-install indirect patch v0.6.1 -> v0.6.2
github.com/huandu/xstrings indirect minor v1.3.2 -> v1.4.0
github.com/imdario/mergo indirect patch v0.3.15 -> v0.3.16
github.com/spf13/cast indirect minor v1.5.0 -> v1.6.0
golang.org/x/exp indirect digest 97b1e66 -> f3f8817
google.golang.org/genproto/googleapis/rpc indirect digest 3a041ad -> 989df2b
google.golang.org/grpc indirect minor v1.59.0 -> v1.60.0

Release Notes

Masterminds/semver (github.com/Masterminds/semver/v3)

v3.2.1

Compare Source

Changed
  • #​198: Improved testing around pre-release names
  • #​200: Improved code scanning with addition of CodeQL
  • #​201: Testing now includes Go 1.20. Go 1.17 has been dropped
  • #​202: Migrated Fuzz testing to Go built-in Fuzzing. CI runs daily
  • #​203: Docs updated for security details
Fixed
  • #​199: Fixed issue with range transformations

Full Changelog: Masterminds/semver@v3.2.0...v3.2.1

v3.2.0

Compare Source

Added

Changed

Fixed

  • #​186: Fixing issue where validation of constraint section gave false positives
  • #​176: Fix constraints check with *-0 (thanks @​mtt0)
  • #​181: Fixed Caret operator (^) gives unexpected results when the minor version in constraint is 0 (thanks @​arshchimni)
  • #​161: Fixed godoc (thanks @​afirth)
Masterminds/sprig (github.com/Masterminds/sprig/v3)

v3.2.3

Compare Source

Changed

google/uuid (github.com/google/uuid)

v1.4.0

Compare Source

Features
  • UUIDs slice type with Strings() convenience method (#​133) (cd5fbbd)
Fixes
  • Clarify that Parse's job is to parse but not necessarily validate strings. (Documents current behavior)
hashicorp/go-hclog (github.com/hashicorp/go-hclog)

v1.6.1: Fix forcing color

Compare Source

What's Changed

Full Changelog: hashicorp/go-hclog@v1.6.0...v1.6.1

v1.6.0: New level inheritance mode

Compare Source

This release adds the ability to have sub-loggers arrange themselves into a tree and sync the level changes downward in the tree.

What's Changed

New Contributors

Full Changelog: hashicorp/go-hclog@v1.5.0...v1.6.0

hashicorp/hc-install (github.com/hashicorp/hc-install)

v0.6.2

Compare Source

What's Changed

New Contributors

Full Changelog: hashicorp/hc-install@v0.6.1...v0.6.2

huandu/xstrings (github.com/huandu/xstrings)

v1.4.0: API Change: ToCamelCase preserves source string case

Compare Source

As ToCamelCase is a port of RoR's String#camelize, this change makes the return value of this method consistent with its origin. Thanks @​dbainbri-ciena for raising this issue in #​54.

This is a breaking API change. The return value of ToCamelCase("toCamelCase") was Tocamelcase and then it's ToCamelCase now. If this change breaks your code, please let me know and open new issue against this change. Thanks.

v1.3.3

Compare Source

imdario/mergo (github.com/imdario/mergo)

v0.3.16: Announcement: v1.0.0 will be released on June 18th

Compare Source

This release doesn't contain code changes.

After 10 years, with many corner cases covered, very few issues pending (at least, comparing them with the usage of the library as part of Docker, Kubernetes, Datadog's agent, etc.), and a very stable API, I think it's time to release a 1.0.0 version.

This version will be released under a vanity URL: dario.cat/mergo

PS: although I'll make sure that github.com/imdario/mergo will be available, I'm going to also change my GitHub handle, so expect for a few minutes to not be able to pull from github.com/imdario as I fork it from the new handle to the old one.

PS2: I'm creating a discussion for this release to make sure we can have a conversation around the topic, and anything else about Mergo that you care about.

spf13/cast (github.com/spf13/cast)

v1.6.0

Compare Source

What's Changed

Full Changelog: spf13/cast@v1.5.1...v1.6.0

v1.5.1

Compare Source

What's Changed

New Contributors

Full Changelog: spf13/cast@v1.5.0...v1.5.1

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)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@renovate renovate bot merged commit 47fe89c into main Dec 12, 2023
2 checks passed
@renovate renovate bot deleted the renovate/go-dependencies branch December 12, 2023 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants