renovate[bot]
|
0474975306
|
chore(deps): update module pkg/errors to v0.8.1 (#15)
This PR contains the following updates:
| Package | Type | Update | Change | References |
|---|---|---|---|---|
| github.com/pkg/errors | require | patch | `v0.8.0` -> `v0.8.1` | [source](https://togithub.com/pkg/errors) |
---
### Release Notes
<details>
<summary>pkg/errors</summary>
### [`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)
</details>
---
### Renovate configuration
📅 **Schedule**: At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻️ **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#drone-plugins/drone-manifest).
|
2019-01-20 00:17:28 +08:00 |
|
Thomas Boerger
|
6c39a668da
|
Merge pull request #12 from drone-plugins/renovate/configure
Configure Renovate
|
2019-01-19 11:58:14 +01:00 |
|
Thomas Boerger
|
f311aa4112
|
Update renovate.json
|
2019-01-19 11:02:07 +01:00 |
|
Renovate Bot
|
1375e1d81a
|
Add renovate.json
|
2019-01-19 02:57:16 +00:00 |
|
Bo-Yi Wu
|
9db5d7d3b3
|
feat(vendor): switch dep to go module (#11)
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
|
2019-01-11 11:49:20 +08:00 |
|
Thomas Boerger
|
5e6f1d304f
|
Merge pull request #8 from drone-plugins/simplify-and-fix
Read spec and drop command package
|
2018-10-21 17:13:22 +02:00 |
|
Thomas Boerger
|
ce1bc302b6
|
Merge branch 'master' into simplify-and-fix
|
2018-10-19 09:29:28 +02:00 |
|
Bo-Yi Wu
|
c557b76905
|
update golang to 1.11 (#9)
|
2018-09-24 15:17:18 +08:00 |
|
Thomas Boerger
|
ce5f88637a
|
Updated dependencies
|
2018-09-23 21:40:21 +02:00 |
|
Thomas Boerger
|
8cd76befa0
|
Read spec and drop command package
|
2018-09-23 21:40:21 +02:00 |
|
Thomas Boerger
|
f58ce02997
|
Merge pull request #7 from drone-plugins/appleboy-patch-1
Provide a password using STDIN
|
2018-09-22 19:22:53 +02:00 |
|
Bo-Yi Wu
|
0659f84908
|
Provide a password using STDIN
|
2018-06-30 20:55:44 +08:00 |
|
Thomas Boerger
|
98a19daff5
|
Merge pull request #6 from drone-plugins/template-lib
Use new template lib
|
2018-04-25 07:22:59 +02:00 |
|
Thomas Boerger
|
09b2a0b327
|
Print out dep status
|
2018-04-22 09:58:25 +02:00 |
|
Thomas Boerger
|
46a67c3a0c
|
Use new template lib
|
2018-04-15 01:31:57 +02:00 |
|
Thomas Boerger
|
d5e2e58801
|
Dropped unused struct
|
2018-04-15 01:26:08 +02:00 |
|
Thomas Boerger
|
db33440fb5
|
Updated to current build process (#4)
* Dropped vendoring directory
* Updated to current build process
v1.0.2
|
2018-03-16 23:13:41 +08:00 |
|
Thomas Boerger
|
79f04ad380
|
Fixed tags within appveyor
v1.0.1
|
2018-01-25 12:18:55 +01:00 |
|
Thomas Boerger
|
1534739ff3
|
Merge pull request #3 from drone-plugins/appleboy-patch-1
fix missing docker tag.
|
2018-01-24 09:22:41 +01:00 |
|
Bo-Yi Wu
|
360ce58823
|
fix missing docker tag.
|
2018-01-24 16:03:40 +08:00 |
|
Thomas Boerger
|
40b2fb9008
|
Add the os to docker tags, simplified dockerfiles (#2)
* Add the os to docker tags, simplified dockerfiles
* Added volume and workspace to readme example
|
2018-01-24 11:10:55 +08:00 |
|
Thomas Boerger
|
5608ff1c49
|
Merge pull request #1 from drone-plugins/inital
Implemented inital version
|
2018-01-09 11:42:24 +01:00 |
|
Thomas Boerger
|
2df8580cb0
|
Implemented inital version
v1.0.0
|
2018-01-09 11:08:16 +01:00 |
|
Thomas Boerger
|
5407453cb7
|
Initial commit
|
2017-12-23 17:02:13 +01:00 |
|