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 collectd.org from 0.3.0 to 0.5.0 #8745

Merged
merged 2 commits into from
Mar 24, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 25, 2021

Bumps collectd.org from 0.3.0 to 0.5.0.

Release notes

Sourced from collectd.org's releases.

0.5.0

Package collectd.org/config

  • New package to represent collectd configurations.
  • The Block type corresponds to oconfig_item_t, the Value type corresponds to oconfig_value_t.
  • Block.Unmarshal maps a config.Block hierarchy to a Go type.
  • Block.MarshalText produces a text output that could be parsed by collectd as a config file.
  • The Port type represents a port number in the configuration. It demonstrates how to override the default unmarshaling rules to implement specialized behavior, such as range checking.

Package collectd.org/plugin

  • Configuration callbacks, i.e. types implementing the Configurer interface, have been added. They are registered with RegisterConfig. Thanks to @alowde!
  • The new LogWriter type implements an io.Writer on top of collectd's logging infrastructure. This allows, for example, to create a log.Logger backed by collectd.

0.4.0

Package collectd.org/api

  • The new ValueList.Clone method returns a copy of the value list.
  • The new Fanout type replaces the Dispatcher type.
  • The WriterFunc type wraps a function to implement the Writer interface.
  • Meta data has been added to the ValueList type.

Package collectd.org/cdtime

  • New and Time.Time: ensure that "time".Time maps to Time(0) and vice versa.
  • Test coverage has been improved.

Package collectd.org/exec

  • Executor.Run: Support for context cancellation has been added.
  • Test coverage has been significantly improved.

Package collectd.org/export

  • Run: Support for context cancellation has been added.
  • Run: No longer aborts if the Writer fails.

Package collectd.org/format

  • Putval: Support for meta data has been added.
  • Test coverage has been improved.

Package collectd.org/meta

  • New package implementing a type meta data, Data.

Package collectd.org/network

  • Support for passing an existing connection to the server has been added.
  • Server.ListenAndWrite: Support for context cancellation has been added.

... (truncated)

Commits
  • b6ba26f Merge pull request #89 from octo/config-value
  • 46dde4b Package config: Drop the "Value" suffix from "{Bool,Float64,String}Value".
  • 125e52a Merge pull request #88 from octo/logger
  • 530d667 Merge pull request #86 from octo/config-marshal-text
  • a87f995 Package plugin: Add the LogWriter type.
  • b939d13 Package config: Implement MarshalText.
  • ec9e073 Merge pull request #85 from octo/config-port
  • e6e3615 Package config: Implement the Port type.
  • 0bfa3e8 Package plugin: Trim trailing whitespace from log messages.
  • f2a664d Merge pull request #81 from octo/config-docs
  • 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 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 the dependencies Pull requests that update a dependency file label Jan 25, 2021
Copy link
Contributor

@telegraf-tiger telegraf-tiger bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤝 ✅ CLA has been signed. Thank you!

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 12, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

5 similar comments
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 17, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 18, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 23, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 24, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 24, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Bumps [collectd.org](https://github.com/collectd/go-collectd) from 0.3.0 to 0.5.0.
- [Release notes](https://github.com/collectd/go-collectd/releases)
- [Commits](collectd/go-collectd@v0.3.0...v0.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
@sspaink sspaink force-pushed the dependabot/go_modules/collectd.org-0.5.0 branch from 74fdf4c to ef5c663 Compare March 24, 2021 21:30
Copy link
Contributor

@telegraf-tiger telegraf-tiger bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sspaink sspaink merged commit d8b28bc into master Mar 24, 2021
@sspaink sspaink deleted the dependabot/go_modules/collectd.org-0.5.0 branch March 24, 2021 22:26
jblesener pushed a commit to jblesener/telegraf that referenced this pull request Apr 18, 2021
* Bump collectd.org from 0.3.0 to 0.5.0

Bumps [collectd.org](https://github.com/collectd/go-collectd) from 0.3.0 to 0.5.0.
- [Release notes](https://github.com/collectd/go-collectd/releases)
- [Commits](collectd/go-collectd@v0.3.0...v0.5.0)

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

* fix license doc

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sebastian Spaink <sspaink@influxdata.com>
reimda pushed a commit that referenced this pull request May 20, 2021
* Bump collectd.org from 0.3.0 to 0.5.0

Bumps [collectd.org](https://github.com/collectd/go-collectd) from 0.3.0 to 0.5.0.
- [Release notes](https://github.com/collectd/go-collectd/releases)
- [Commits](collectd/go-collectd@v0.3.0...v0.5.0)

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

* fix license doc

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sebastian Spaink <sspaink@influxdata.com>
(cherry picked from commit d8b28bc)
arstercz pushed a commit to arstercz/telegraf that referenced this pull request Mar 5, 2023
* Bump collectd.org from 0.3.0 to 0.5.0

Bumps [collectd.org](https://github.com/collectd/go-collectd) from 0.3.0 to 0.5.0.
- [Release notes](https://github.com/collectd/go-collectd/releases)
- [Commits](collectd/go-collectd@v0.3.0...v0.5.0)

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

* fix license doc

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sebastian Spaink <sspaink@influxdata.com>
(cherry picked from commit d8b28bc)
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant