Skip to content

Commit

Permalink
prepare for 0.13.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaleta committed Apr 22, 2021
1 parent 1ce0ab3 commit aa99eb5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased

## [0.13.0] - 2021-04-22
### Changed
- Plugion options using annotation paths will now look for downcased annotation key path as well as uncased path to fix a cornercase associated annotations provied as part of agent config file being automatically downcased.
- Update module to refer to sensu/sensu-plugin-sdk to reflect repository transfer into sensu github org

## [0.12.0] - 2021-03-18

### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Sensu Go Plugin Library

[![GoDoc](https://godoc.org/github.com/sensu-community/sensu-plugin-sdk?status.svg)](https://godoc.org/github.com/sensu-community/sensu-plugin-sdk)
![Go Test](https://github.com/sensu-community/sensu-plugin-sdk/workflows/Go%20Test/badge.svg)
[![GoDoc](https://godoc.org/github.com/sensu/sensu-plugin-sdk?status.svg)](https://godoc.org/github.com/sensu/sensu-plugin-sdk)
![Go Test](https://github.com/sensu/sensu-plugin-sdk/workflows/Go%20Test/badge.svg)

This project is a framework for building Sensu Go plugins. Plugins can be Checks, Handlers, or Mutators.
With this library the user only needs to define the plugin arguments, an input validation function and an execution function.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/sensu-community/sensu-plugin-sdk
module github.com/sensu/sensu-plugin-sdk

go 1.13

Expand Down

0 comments on commit aa99eb5

Please sign in to comment.