Scalingo / link

LinK is not Keepalived - Virtual IP manager backed by etcd
MIT License
39 stars 5 forks source link

chore(deps): bump the dependencies group with 5 updates #250

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps the dependencies group with 5 updates:

Package From To
github.com/Scalingo/go-utils/etcd 1.1.1 1.1.2
go.etcd.io/etcd/api/v3 3.5.9 3.5.10
go.etcd.io/etcd/client/v3 3.5.9 3.5.10
github.com/cpuguy83/go-md2man/v2 2.0.2 2.0.3
google.golang.org/grpc 1.58.3 1.59.0

Updates github.com/Scalingo/go-utils/etcd from 1.1.1 to 1.1.2

Changelog

Sourced from github.com/Scalingo/go-utils/etcd's changelog.

v1.1.2

global

  • No more reference to go-internal-tools
Commits
  • eda5fa1 Bump v1.1.2
  • ce73fb0 Merge pull request #2 from Scalingo/fix/1/remove_internal-tools_dependency
  • 137f80e Remove any reference to go-internal-tools
  • e861c88 Merge branch 'master' of github.com:Scalingo/go-internal-tools
  • 0652bde Bump v1.1.1
  • 5a5b6f6 Merge pull request #22 from Scalingo/fix/21/noretry
  • 673757e Wrap UUID generation error
  • afdb122 Dependencies: uuid.NewV4 API changed, return error now
  • 41809de NoRetry -> noRetry
  • f06444c Add nsqconsumer.Error with NoRetry parameter
  • Additional commits viewable in compare view


Updates go.etcd.io/etcd/api/v3 from 3.5.9 to 3.5.10

Release notes

Sourced from go.etcd.io/etcd/api/v3's releases.

v3.5.10

Please check out CHANGELOG for a full list of changes. And make sure to read upgrade guide before upgrading etcd (there may be breaking changes).

For installation guides, please check out play.etcd.io and operating etcd. Latest support status for common architectures and operating systems can be found at supported platforms.

Linux
ETCD_VER=v3.5.10

choose either URL

GOOGLE_URL=https://storage.googleapis.com/etcd GITHUB_URL=https://github.com/etcd-io/etcd/releases/download DOWNLOAD_URL=${GOOGLE_URL}

rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test

curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-linux-amd64.tar.gz -o /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz tar xzvf /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz -C /tmp/etcd-download-test --strip-components=1 rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz

/tmp/etcd-download-test/etcd --version /tmp/etcd-download-test/etcdctl version /tmp/etcd-download-test/etcdutl version

# start a local etcd server
/tmp/etcd-download-test/etcd

# write,read to etcd
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 put foo bar
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 get foo
macOS (Darwin)
ETCD_VER=v3.5.10

choose either URL

GOOGLE_URL=https://storage.googleapis.com/etcd GITHUB_URL=https://github.com/etcd-io/etcd/releases/download DOWNLOAD_URL=${GOOGLE_URL}

rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test

curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-darwin-amd64.zip -o /tmp/etcd-${ETCD_VER}-darwin-amd64.zip </tr></table>

... (truncated)

Commits
  • 0223ca5 version: bump up to 3.5.10
  • aa04f5d Merge pull request #16833 from ahrtr/bump_bbolt_1.3.8_20231026
  • 88beb6c bump bbolt to 1.3.8 for etcd 3.5
  • 3521aaa Merge pull request #16790 from chaochn47/3.5-grpc-update
  • 31b7c58 Merge pull request #16637 from serathius/check-cluster-id-release-3.5
  • 1aa4aa8 3.5: upgrade gRPC-go to 1.58.3
  • 5b8150a Backport corrupt check test fix "etcd server shouldn't wait for the ready not...
  • 4cf9ef8 Merge pull request #16070 from kkkkun/rm-stack-log
  • 04cfb4c etcdserver: add cluster id check for hashKVHandler
  • 976378c Merge pull request #16781 from chaochn47/release-3.5-backport-gRPC-update
  • Additional commits viewable in compare view


Updates go.etcd.io/etcd/client/v3 from 3.5.9 to 3.5.10

Release notes

Sourced from go.etcd.io/etcd/client/v3's releases.

v3.5.10

Please check out CHANGELOG for a full list of changes. And make sure to read upgrade guide before upgrading etcd (there may be breaking changes).

For installation guides, please check out play.etcd.io and operating etcd. Latest support status for common architectures and operating systems can be found at supported platforms.

Linux
ETCD_VER=v3.5.10

choose either URL

GOOGLE_URL=https://storage.googleapis.com/etcd GITHUB_URL=https://github.com/etcd-io/etcd/releases/download DOWNLOAD_URL=${GOOGLE_URL}

rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test

curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-linux-amd64.tar.gz -o /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz tar xzvf /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz -C /tmp/etcd-download-test --strip-components=1 rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz

/tmp/etcd-download-test/etcd --version /tmp/etcd-download-test/etcdctl version /tmp/etcd-download-test/etcdutl version

# start a local etcd server
/tmp/etcd-download-test/etcd

# write,read to etcd
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 put foo bar
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 get foo
macOS (Darwin)
ETCD_VER=v3.5.10

choose either URL

GOOGLE_URL=https://storage.googleapis.com/etcd GITHUB_URL=https://github.com/etcd-io/etcd/releases/download DOWNLOAD_URL=${GOOGLE_URL}

rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test

curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-darwin-amd64.zip -o /tmp/etcd-${ETCD_VER}-darwin-amd64.zip </tr></table>

... (truncated)

Commits
  • 0223ca5 version: bump up to 3.5.10
  • aa04f5d Merge pull request #16833 from ahrtr/bump_bbolt_1.3.8_20231026
  • 88beb6c bump bbolt to 1.3.8 for etcd 3.5
  • 3521aaa Merge pull request #16790 from chaochn47/3.5-grpc-update
  • 31b7c58 Merge pull request #16637 from serathius/check-cluster-id-release-3.5
  • 1aa4aa8 3.5: upgrade gRPC-go to 1.58.3
  • 5b8150a Backport corrupt check test fix "etcd server shouldn't wait for the ready not...
  • 4cf9ef8 Merge pull request #16070 from kkkkun/rm-stack-log
  • 04cfb4c etcdserver: add cluster id check for hashKVHandler
  • 976378c Merge pull request #16781 from chaochn47/release-3.5-backport-gRPC-update
  • Additional commits viewable in compare view


Updates github.com/cpuguy83/go-md2man/v2 from 2.0.2 to 2.0.3

Release notes

Sourced from github.com/cpuguy83/go-md2man/v2's releases.

v2.0.3

Rendering bug fixes:

  • e5bd7279ca22057177f0e33f939bb6cf26e0ffc0 - Escape hyphens in links to avoid word wrap (@​r10r)
  • 66e0792f4bf72fede875e62279870032025ba094 - Do not render links twice (@​r10r)
  • 65a740a5b8948d921db6223577afbe055e892113 - Do not typeset table headings in monospaced font (@​kolyshkin)
  • 43fb74760164368fd0c74c84e4f55ec3ab5d752e - Use .EX/.EE for code examples (@​kolyshkin)
  • d85280db9b54b5747fe8cf9380a9f278e1a352d3 - Silence warnings caused by \fC which is non-portable. (@​debarshiray)

CLI improvements:

  • e2293e7f480f1ba0e6632cbd4a307d32ff3007bd - Don't warn on top-level comments (@​mtrmac)

Other changes include code formatting and doc imporvements.

Thanks to all who helped make this release happen.

Commits
  • f67b5f6 Merge pull request #105 from debarshiray/wip/rishi/issues-99
  • d85280d Silence "warning: cannot select font 'C'" with GNU roff 1.23
  • e8098c3 Merge pull request #104 from mtrmac/comments
  • e2293e7 Don't warn on top-level comments
  • 8363f7d Merge pull request #103 from cpuguy83/dependabot/github_actions/actions/check...
  • f921c23 Bump actions/checkout from 3 to 4
  • 253af81 Merge pull request #100 from cpuguy83/dependabot/github_actions/golangci/gola...
  • d36d769 Bump golangci/golangci-lint-action from 3.4.0 to 3.7.0
  • 7b5a1d0 Merge pull request #96 from kolyshkin/hack
  • aab1666 Merge pull request #95 from kolyshkin/example
  • Additional commits viewable in compare view


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

Commits
  • 7765221 Change version to 1.59.0 (#6695)
  • e88f12e server: prohibit more than MaxConcurrentStreams handlers from running at once...
  • be7919c transport: Pass Header metadata to tap handle. (#6652)
  • e3f1514 Reapply "status: fix/improve status handling (#6662)" (#6673) (#6688)
  • 696faa9 client: add a test for NewSubConn / StateListener / cc.Close racing (#6678)
  • 318c717 readme: fix badges (#6687)
  • 39972fd github: add code coverage with codecov.io (#6676)
  • 93dbc05 xds: move virtual host matcher test to the xdsresource package (#6680)
  • 2c00469 github: update actions/setup-go and actions/checkout (#6675)
  • 1f73ed5 Replace the gRFC pull request with the permanent link. (#6674)
  • 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 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