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, < 5.0 #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

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

Changelog

Sourced from sensu-plugin's changelog.

[3.0.1] - 2018-01-07

Fixed

  • locked mixlib-cli dep to ~> 1.5 as 2.0 removes ruby support for < 2.5 (@​majormoses)

[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

... (truncated)
Commits
  • 263bb14 prep for 3.0.1 release
  • c878688 update lock for mixlib-cli to ~> 1.5 as 2.0 removes ruby < 2.5 support
  • 969ae8c prep for 3.0.0 release
  • b271cc1 Sensu Go Enablement : Refactor for GA changes (#196)
  • 6ff3ba8 prep for 2.7.0 release
  • 552f5fa Sensu Handler shim for Sensu 2.0 event data. (#190)
  • c3a2508 prep for 2.6.1 release
  • 18ef61d update changelog for paginated_get backward compatability
  • 32c8e6d update paginated_get method to avoid blocking infinitely on older API versions
  • 7318366 update paginated_get specs to return unique check results
  • 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
  • @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 Feb 18, 2019
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