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

Bump the combined group with 5 updates #278

Merged
merged 1 commit into from
Dec 19, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2023

Bumps the combined group with 5 updates:

Package From To
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider 1.31.5 1.31.6
github.com/hashicorp/go-hclog 1.6.1 1.6.2
github.com/pterm/pterm 0.12.71 0.12.72
github.com/spf13/viper 1.18.1 1.18.2
google.golang.org/grpc 1.59.0 1.60.0

Updates github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider from 1.31.5 to 1.31.6

Commits

Updates github.com/hashicorp/go-hclog from 1.6.1 to 1.6.2

Release notes

Sourced from github.com/hashicorp/go-hclog's releases.

Fix level syncing

What's Changed

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

Commits
  • 3600f4a Conside if the level is to be used separately from if the levels should be ca...
  • See full diff in compare view

Updates github.com/pterm/pterm from 0.12.71 to 0.12.72

Release notes

Sourced from github.com/pterm/pterm's releases.

v0.12.72

What's Changed

Fixes 🔧

Other Changes

New Contributors

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

Commits

Updates github.com/spf13/viper from 1.18.1 to 1.18.2

Release notes

Sourced from github.com/spf13/viper's releases.

v1.18.2

tl;dr Skip 1.18.0 and 1.18.1 and upgrade to this version instead.

This release fixes a regression that appears in rare circumstances when using Unmarshal or UnmarshalExact to decode values onto pointers with multiple indirection (eg. pointer to a pointer, etc). The change was introduced in 1.18.0 as a means to resolve a long-standing bug when decoding environment variables to structs.

The feature is now disabled by default and can be enabled using the viper_bind_struct build tag. It's also considered experimental at this point, so breaking changes may be introduced in the future.

What's Changed

Bug Fixes 🐛

Full Changelog: spf13/viper@v1.18.1...v1.18.2

Commits
  • ab3a50c fix!: hide struct binding behind a feature flag
  • 9154b90 build(deps): bump actions/setup-go from 4.1.0 to 5.0.0
  • 08e4a00 build(deps): bump github/codeql-action from 2.22.8 to 2.22.9
  • See full diff in compare view

Updates google.golang.org/grpc from 1.59.0 to 1.60.0

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.60.0

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)
Commits
  • 297d8dd Cherry-pick #6841 to v1.60.x release branch (#6847)
  • 3580447 Change version to 1.60.0 (#6792)
  • 71e67a9 Cherry-pick #6834 to v1.60.x release branch (#6839)
  • cb6581d Cherry-pick #6804 and dependencies to v1.60.x release branch (#6838)
  • dd39cdb credentials: if not set, restrict to TLS v1.2+ and CipherSuites per RFC7540 (...
  • 8645f95 resolver: remove ClientConn.NewServiceConfig (#6784)
  • 8b17a4d vet: various cleanups (#6780)
  • 591c481 internal/transport: Add LocalAddr to http2Client.getPeer() (#6779)
  • eb46b7d github: set top-level read-only workflow permissions (#6775)
  • be1d1c1 security/advancedtls: FileWatcher CRL provider initialization enhancement (#6...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the combined group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider](https://github.com/aws/aws-sdk-go-v2) | `1.31.5` | `1.31.6` |
| [github.com/hashicorp/go-hclog](https://github.com/hashicorp/go-hclog) | `1.6.1` | `1.6.2` |
| [github.com/pterm/pterm](https://github.com/pterm/pterm) | `0.12.71` | `0.12.72` |
| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.18.1` | `1.18.2` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.59.0` | `1.60.0` |


Updates `github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider` from 1.31.5 to 1.31.6
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/athena/v1.31.5...service/athena/v1.31.6)

Updates `github.com/hashicorp/go-hclog` from 1.6.1 to 1.6.2
- [Release notes](https://github.com/hashicorp/go-hclog/releases)
- [Commits](hashicorp/go-hclog@v1.6.1...v1.6.2)

Updates `github.com/pterm/pterm` from 0.12.71 to 0.12.72
- [Release notes](https://github.com/pterm/pterm/releases)
- [Changelog](https://github.com/pterm/pterm/blob/master/CHANGELOG.md)
- [Commits](pterm/pterm@v0.12.71...v0.12.72)

Updates `github.com/spf13/viper` from 1.18.1 to 1.18.2
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](spf13/viper@v1.18.1...v1.18.2)

Updates `google.golang.org/grpc` from 1.59.0 to 1.60.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.59.0...v1.60.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: combined
- dependency-name: github.com/hashicorp/go-hclog
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: combined
- dependency-name: github.com/pterm/pterm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: combined
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: combined
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: combined
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 18, 2023

Dependabot tried to add @raito-io/back-end as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/raito-io/cli/pulls/278/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the teams you specified is not a collaborator of the raito-io/cli repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 18, 2023

The following labels could not be found: gomod, dependencies.

Copy link

codecov bot commented Dec 18, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (19f8e5e) 31.36% compared to head (d4068f8) 31.36%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #278   +/-   ##
=======================================
  Coverage   31.36%   31.36%           
=======================================
  Files         108      108           
  Lines        9798     9798           
=======================================
  Hits         3073     3073           
  Misses       6470     6470           
  Partials      255      255           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rmennes rmennes merged commit 974832e into main Dec 19, 2023
3 checks passed
@rmennes rmennes deleted the dependabot-go_modules-main-combined-8cfb860cb6 branch December 19, 2023 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant