Scalingo / terraform-provider-scalingo

Terraform provider to provision Scalingo applications and databases
Mozilla Public License 2.0
10 stars 3 forks source link

chore(deps): bump the dependencies group with 4 updates #189

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps the dependencies group with 4 updates: github.com/Scalingo/go-scalingo/v6, github.com/hashicorp/go-plugin, github.com/vmihailenco/msgpack/v5 and google.golang.org/grpc.

Updates github.com/Scalingo/go-scalingo/v6 from 6.7.2 to 6.7.3

Release notes

Sourced from github.com/Scalingo/go-scalingo/v6's releases.

v6.7.3

What's Changed

Full Changelog: https://github.com/Scalingo/go-scalingo/compare/v6.7.2...v6.7.3

Changelog

Sourced from github.com/Scalingo/go-scalingo/v6's changelog.

6.7.3

  • feat(events): add maintenance events
  • refactor(tokens): deprecate ErrOTPRequired and IsOTPRequired
  • fix(events): disambiguate event name when restarting containers
  • fix(events): app run event wording
Commits
  • b137ca6 Merge pull request #363 from Scalingo/release/6.7.3
  • e059e85 Bump v6.7.3
  • ca178da feat(event): add event structs [STORY-64 STORY-73 STORY-74] (#356)
  • 93a0453 Merge pull request #362 from Scalingo/fix/326/app_run_event_wording
  • 0c9788b fix(events): app run event wording
  • 4272bae refactor(http): use http constants
  • 07613c3 fix(http): remove unsued parameter
  • b19ec73 fix: add missing body close
  • b776f12 refactor: remove useless explicit type
  • ecbeb99 refactor: weird goimports reported issue
  • Additional commits viewable in compare view


Updates github.com/hashicorp/go-plugin from 1.5.1 to 1.5.2

Release notes

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

v1.5.2

ENHANCEMENTS:

client: New UnixSocketConfig.TempDir option allows setting the directory to use when creating plugin-specific Unix socket directories [GH-282]

Changelog

Sourced from github.com/hashicorp/go-plugin's changelog.

v1.5.2

ENHANCEMENTS:

client: New UnixSocketConfig.TempDir option allows setting the directory to use when creating plugin-specific Unix socket directories [GH-282]

Commits


Updates github.com/vmihailenco/msgpack/v5 from 5.3.5 to 5.4.0

Release notes

Sourced from github.com/vmihailenco/msgpack/v5's releases.

v5.4.0

Please refer to CHANGELOG.md for details

v5.3.6

Please refer to CHANGELOG.md for details

Changelog

Sourced from github.com/vmihailenco/msgpack/v5's changelog.

5.4.0 (2023-10-01)

5.3.6 (2023-10-01)

Features

  • allow overwriting time.Time parsing from extID 13 (for NodeJS Date) (9a6b73b)
  • apply omitEmptyFlag to empty structs (e5f8d03)
  • support sorted keys for map[string]bool (690c1fa)
Commits
  • ecf8fa7 Merge pull request #356 from vmihailenco/release/v5.4.0
  • 1b6c01f chore: release v5.4.0 (release.sh)
  • a9ef130 chore: update Go
  • b2aba5f Merge pull request #330 from alpineiq/v5
  • 684c6ae Merge pull request #355 from vmihailenco/release/v5.3.6
  • d72b368 chore: release v5.3.6 (release.sh)
  • 65e50f5 Merge pull request #343 from tmm1/omit-emit-structs
  • 8a4375f Merge pull request #333 from aviadl/v5
  • 2f6f7d2 Merge pull request #342 from tmm1/sort-map-bool
  • 96ec1ea Merge pull request #354 from Jille/small-dict-keys
  • Additional commits viewable in compare view


Updates google.golang.org/grpc from 1.58.0 to 1.58.2

Release notes

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

Release 1.58.2

Bug Fixes

  • balancer/weighted_round_robin: fix ticker leak on update

    A new ticker is created every time there is an update of addresses or configuration, but was not properly stopped. This change stops the ticker when it is no longer needed.

Release 1.58.1

Bug Fixes

  • grpc: fix a bug that was decrementing active RPC count too early for streaming RPCs; leading to channel moving to IDLE even though it had open streams
  • grpc: fix a bug where transports were not being closed upon channel entering IDLE
Commits


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions