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

Update sensu-plugin requirement from ~> 1.2 to >= 1.2, < 4.0 #12

Merged
merged 3 commits into from
Dec 18, 2018

Conversation

dependabot-preview[bot]
Copy link
Contributor

Updates the requirements on sensu-plugin to permit the latest version.

Changelog

Sourced from sensu-plugin's changelog.

[3.0.0] - 2018-12-04

Breaking Changes

  • renamed event mapping utility function map_v2_event_into_v1 to match naming change to Sensu Go map_go_event_into_ruby (jspaleta)
  • renamed mutator and handler mixin arguments from --map-v2-event-into-v1 to match naming change to Sensu Go --map-go-event-into-ruby (jspaleta)
  • renamed envar option from SENSU_MAP_V2_EVENT_INTO_V1 to SENSU_MAP_GO_EVENT_INTO_RUBY (jspaleta)
  • updated map_go_event_into_ruby logic to account for entity attribute refactor (jspaleta)

Added

  • map_go_event_info_ruby now takes optional map_annotation argument to indicate annotation key
    holding json string to be mapped into ruby entity attributes
    default value is "sensu.io.json_attributes"
    optional envvar SENSU_MAP_ANNOTATION to use as environment override (jspaleta)
  • add mutator-go-into-ruby.rb binary. This mutator command can be used to mutate Sensu Go events into Sensu Core 1.x events (jspaleta)

[2.7.0] - 2018-09-12

Added

  • Added map_v2_event_into_v1 method to Utils for all plugin classes to use. (jspaleta)
  • Added --map-v2-event-into-v1 runtime commandline option to base Handler and Mutator classes. (jspaleta)
  • Alternatively set envvar SENSU_MAP_V2_EVENT_INTO_V1=1 and handlers/mutators will automatically attempt to map 2.x event data. (jspaleta)
  • New cli option/envvar makes it possible to use sensu-plugin based handlers/mutators
    with Sensu 2.0 events until they provide native 2.0 event support internally. (jspaleta)
  • Mapping function sets and checks for boolean event attribute 'v2_event_mapped_into_v1',
    to prevent mapping from running multiple times in same pipeline. (jspaleta)

[2.6.0] - 2018-08-28

Fixed

  • Fix paginated_get for backward compatibility with Sensu API < 1.4 (cwjohnston).

[2.6.0] - 2018-08-28

Added

  • Added utils method paginated_get for iteratively retrieving API responses (cwjohnston).

[2.5.0] - 2018-04-03

Added

  • Added Handler Sensu API HTTPS support through API configuration (e.g. {"api": {"ssl": {}} (portertech).

[2.4.0] - 2018-02-08

Added

  • Added subclass for Generic metrics output to support multiple metrics output formats (bergerx)

Changed

  • updated metrics class inheritance hierarchy (bergerx)

[2.3.0] - 2017-08-17

Added

  • Added subclass for InfluxDB output (luisdavim)
  • Added subclass for DogStatsD output (luisdavim)

Changed

  • updated changelog to be more inline with current standard for plugins (majormoses)
... (truncated)
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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 5, 2018
@majormoses majormoses self-assigned this Dec 11, 2018
@majormoses
Copy link
Member

Signed-off-by: Ben Abrams <me@benabrams.it>
@majormoses majormoses force-pushed the dependabot/bundler/sensu-plugin-gte-1.2-and-lt-4.0 branch from 93453c1 to 5d9016d Compare December 18, 2018 02:31
@majormoses
Copy link
Member

closes #6

@majormoses majormoses merged commit d5c0694 into master Dec 18, 2018
@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/sensu-plugin-gte-1.2-and-lt-4.0 branch December 18, 2018 02:34
@majormoses
Copy link
Member

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

2 participants