githedgehog / fabric

Hedgehog Open Network Fabric
https://docs.githedgehog.com/
Apache License 2.0
11 stars 1 forks source link

Bump github.com/openconfig/gnmic from 0.32.0 to 0.37.0 #523

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 months ago

Bumps github.com/openconfig/gnmic from 0.32.0 to 0.37.0.

Release notes

Sourced from github.com/openconfig/gnmic's releases.

v0.37.0

Changelog

  • fd1a2a67 Bump golangci/golangci-lint-action from 5 to 6
  • 39e66315 Merge pull request #438 from openconfig/up-cache-tag
  • ecac4ce3 Merge pull request #440 from nokia/fix439
  • 2b331f92 Merge pull request #441 from openconfig/dependabot/github_actions/golangci/golangci-lint-action-6
  • 05a3e785 Merge pull request #442 from openconfig/0.37.0-changelog
  • b122c320 add v0.37.0 changelog
  • dd6d1a6a do not overwrite the tunnel dialer
  • 690e77e9 go mod tidy
  • 548b226e up cache deps
  • e0456a73 update test scripts

v0.36.2

Changelog

  • a7844a6d Merge pull request #391 from openconfig/fix389-version
  • 5142c68b bump pkg/api version

v0.36.1

Changelog

  • 6bbfbb03 Merge pull request #388 from openconfig/bump-pkg-api
  • 42f96337 bump pkg/api to v0.1.4

v0.36.0

Changelog

  • 83d62ed Merge pull request #378 from openconfig/0.36.0-changelog

v0.35.2

Changelog

  • bd70a53 Merge pull request #371 from nokia/fix367

v0.35.1

Changelog

  • 91f4205 Merge pull request #365 from openconfig/add-tag-delete

v0.35.0

Changelog

  • 7e7e8f8 Merge pull request #357 from nokia/0.35.0-changelog

v0.34.3

Changelog

  • d461fa9 Merge pull request #296 from lucabrasi83/fix-consul-loader

v0.34.2

Changelog

  • 908837c Merge pull request #295 from openconfig/cache-empty-path

v0.34.1

Changelog

  • 751ca66 Merge pull request #291 from openconfig/fix-ldflags

... (truncated)

Changelog

Sourced from github.com/openconfig/gnmic's changelog.

v0.37.0 - May 13th 2024

  • gNMI connection TCP Keepalive

    • It is now possible to configure the TCP keepalive probes time interval.
  • gRPC Keepalive

  • Proxy Command:

    • gNMIc now supports a proxy command. When issued, gNMIc runs as a gNMI proxy. See details here
  • Processor Command:

    • gNMIc now supports a processor command. It can be used to run a set of processor offline against an input of event messages and print the result. See details here
  • Kafka Output:

    • The Kafka output now supports a configurable flush-interval parameters.
  • InfluxDB Output:

    • The InfluxDB output now supports writing gNMI deletes to InfluxDB using a custom tag name.
  • Prometheus Output:

    • The Prometheus output will now automatically convert boolean values (true: 1 and false: 0).

v0.36.0 - February 13th 2024

  • Event Message

    • gNMI updates with deleted paths are now converted into separate event messages where the keys are extracted from the path and set as event tags.
  • gNMI TLS cipher suites

    • It is now possible to select the list of a cipher suites that gNMIc advertises to a gNMI server during a TLS handshake. The full list of supported ciphers can be found here
  • Set Request

    • The Set command now features a new flag, --proto-file, which allows the specification of one or more files. These files should contain gNMI Set requests in prototext format, which will be sent to the specified targets.

v0.35.0 - January 20th 2024

... (truncated)

Commits
  • 05a3e78 Merge pull request #442 from openconfig/0.37.0-changelog
  • b122c32 add v0.37.0 changelog
  • 2b331f9 Merge pull request #441 from openconfig/dependabot/github_actions/golangci/go...
  • ecac4ce Merge pull request #440 from nokia/fix439
  • fd1a2a6 Bump golangci/golangci-lint-action from 5 to 6
  • e0456a7 update test scripts
  • dd6d1a6 do not overwrite the tunnel dialer
  • 39e6631 Merge pull request #438 from openconfig/up-cache-tag
  • 690e77e go mod tidy
  • 548b226 up cache deps
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] commented 2 weeks ago

Superseded by #572.