drone-plugins / drone-pushover

Drone plugin for sending build status notifications via Pushover
http://plugins.drone.io/drone-plugins/drone-pushover
Apache License 2.0
2 stars 3 forks source link

Update module pkg/errors to v0.8.1 #13

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change References
github.com/pkg/errors require patch v0.8.0 -> v0.8.1 source

Release Notes

pkg/errors ### [`v0.8.1`](https://togithub.com/pkg/errors/releases/v0.8.1) [Compare Source](https://togithub.com/pkg/errors/compare/v0.8.0...v0.8.1) pkg/errors 0.8.1 is a bug fix release for errors 0.8.0. It will be the last version to support Go 1.8 and below. pkg/errors 0.9 and above will require Go 1.9 for the new `runtime.CallersFrames` API. pkg/errors 0.8.1 also adds one new feature, `errors.WithMessagef`. Ideally this would be held over til 0.9, but that complicates the switch to `runtime.CallersFrames`. ### Improvements - Added `errors.WithMessagef`. Thanks [@​chemicL](https://togithub.com/chemicL). ### Bugs fixed - `.travis.yml`. Adjust Go versions. Thanks [@​AlekSi](https://togithub.com/AlekSi), [@​dvrkps](https://togithub.com/dvrkps), [@​HaraldNordgren](https://togithub.com/HaraldNordgren), and [@​komuw](https://togithub.com/komuw) - Fixed gofmt. Thanks [@​tariq1890](https://togithub.com/tariq1890) - Copyedit the package documentation. Thanks [@​seh](https://togithub.com/seh), [@​TomSweeneyRedHat](https://togithub.com/TomSweeneyRedHat), [@​nicksnyder](https://togithub.com/nicksnyder), and [@​beono](https://togithub.com/beono) - Remove unreachable code. Thanks [@​philoserf](https://togithub.com/philoserf) and [@​haya14busa](https://togithub.com/haya14busa) - Move benchmark error sink to global variable. Thanks [@​bradleyfalzon](https://togithub.com/bradleyfalzon) - Fix minor newline consistency issues in test files. Thanks [@​nmiyake](https://togithub.com/nmiyake) - Add doc comment for exported Format func. Thanks [@​mrhwick](https://togithub.com/mrhwick) and [@​ihrwein](https://togithub.com/ihrwein)

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot. View repository job log here.