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 github.com/openconfig/gnmic from 0.32.0 to 0.36.0 #383

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

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

Release notes

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

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

v0.34.0

Changelog

  • 1d3c87e Merge pull request #289 from nokia/0.34.0-changelog

v0.33.0

Changelog

  • d8f931e Merge pull request #243 from nokia/0.33.0-changelog
Changelog

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

v 0.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.

v 0.35.0 - January 20th 2024

  • Processors

    • Added a plugin process type that allows users to write their own custom processors: examples
  • gRPC metadata

    • A new flag --metadata | -H is introduced. It allows users to add custom gRPC metadata headers to any request.
  • Outputs:

    • Kafka output:
      • Added support for custom topics per target/subscription.

      • Added support for both Async and Sync Kafka producers.

  • Commands:

    • Listen command: When using the listen command outputs internal metrics are properly initialized and exposed to prometheus for scraping.

v 0.34.0 - November 11th 2023

  • Prometheus Write Output

    • The number of prometheus_write writers can now be configured.
  • Subscription Encoding

    • A subscription encoding can now be set per target. Before, it was either a global attribute or set per subscription. With this change, it can be set globally, per target or per subscription.
  • Processors:

... (truncated)

Commits
  • 83d62ed Merge pull request #378 from openconfig/0.36.0-changelog
  • d3903b9 Merge pull request #377 from openconfig/up-dep-api
  • c167e54 add v0.36.0 changelog
  • ad78b51 use pkg/api new tag
  • 9484cb7 Merge pull request #376 from openconfig/reorg-modules
  • 5b5063e reorganize submodules
  • 46e895f Merge pull request #374 from nokia/json-val-esc
  • 3bce139 Merge pull request #372 from nokia/configurable-tls-cipher-suites
  • 3509a8c Avoid escaping certain characters inside JSON quoted strings in JSON or JSON_...
  • de27a1f Merge pull request #373 from nokia/set-from-prototext
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 19, 2024
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/openconfig/gnmic-0.36.0 branch from 0c1d7a0 to 62698a5 Compare February 20, 2024 22:29
Bumps [github.com/openconfig/gnmic](https://github.com/openconfig/gnmic) from 0.32.0 to 0.36.0.
- [Release notes](https://github.com/openconfig/gnmic/releases)
- [Changelog](https://github.com/openconfig/gnmic/blob/main/docs/changelog.md)
- [Commits](openconfig/gnmic@v0.32.0...v0.36.0)

---
updated-dependencies:
- dependency-name: github.com/openconfig/gnmic
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/openconfig/gnmic-0.36.0 branch from 62698a5 to 457431a Compare February 20, 2024 22:30
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 4, 2024

Superseded by #396.

@dependabot dependabot bot closed this Mar 4, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/openconfig/gnmic-0.36.0 branch March 4, 2024 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants