Commit Graph

48 Commits

Author SHA1 Message Date
Don bed8b9a1b2 Try servercore 2019-04-25 17:11:26 -07:00
Don e957ab3e04 Use 1809 for testing on windows 2019-04-25 16:46:56 -07:00
Don b548a9c07b Update windows build 2019-04-25 16:45:09 -07:00
Thomas Boerger a9899d8548 Merge pull request #22 from drone-plugins/improve-config
Drop renovate, proper version definition, unified jsonnet config
v1.1.0
2019-02-19 11:34:48 +01:00
Thomas Boerger 3c0ccca611 Use new template lib, fix manifest 2019-02-19 11:33:06 +01:00
Thomas Boerger 8ed1b321f5 Drop import of unused fmt package 2019-02-18 23:47:41 +01:00
Thomas Boerger f976bb1992 Unified documentation and readme 2019-02-15 11:58:33 +01:00
Thomas Boerger 99d6654f37 Add a reliable version and integrate libsonnet definition 2019-02-15 10:24:13 +01:00
Thomas Boerger 0a2a640285 Drop renovate config, it is simply too noisy 2019-02-14 20:14:11 +01:00
Thomas Boerger 597acafbf7 Merge pull request #20 from appleboy/patch
feat(version): support 18.06.0 tag format
2019-02-12 15:01:41 +01:00
Bo-Yi Wu c2ba435fb8 feat(version): support 18.06.0 tag format 2019-02-12 18:42:32 +08:00
Thomas Boerger 7210ab5c16 Merge pull request #19 from drone-plugins/windows-dockerfiles
Add Windows Dockerfiles
2019-01-25 19:01:10 +01:00
Don 8b07050495 Use drive letters consistently 2019-01-25 09:45:05 -08:00
Don 120230dbd9 Add Windows Dockerfiles 2019-01-24 18:37:55 -08:00
Thomas Boerger 3b67f54e06 Merge pull request #18 from drone-plugins/upgrade-drone
Upgrade and switch to Drone 1.0.0
2019-01-23 11:06:39 +01:00
Thomas Boerger 14a12e1a63 Execute built binary as simple test 2019-01-22 23:12:20 +01:00
Thomas Boerger 74fe6c5c18 Add some basic issue template content 2019-01-21 21:02:09 +01:00
Thomas Boerger c9b38a9b94 Add probot settings config 2019-01-21 20:58:22 +01:00
Thomas Boerger d6a5823d13 Remove duplicated badge 2019-01-21 09:31:55 +01:00
Thomas Boerger 01a15fc1d3 Fix duplicated step names 2019-01-21 01:13:08 +01:00
Thomas Boerger 936bc709d6 Update badges within readme 2019-01-21 00:19:16 +01:00
Thomas Boerger 10252045dc Migrate configs to drone 1.0.0 and drop appveyor 2019-01-20 23:52:00 +01:00
Thomas Boerger 3490c0600d Add manifest template to docker folder 2019-01-20 22:21:25 +01:00
Thomas Boerger 7e39103352 Move dockerfiles to docker folder 2019-01-20 22:20:03 +01:00
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 [@&#8203;chemicL](https://togithub.com/chemicL).

### Bugs fixed

-   `.travis.yml`. Adjust Go versions. Thanks [@&#8203;AlekSi](https://togithub.com/AlekSi), [@&#8203;dvrkps](https://togithub.com/dvrkps), [@&#8203;HaraldNordgren](https://togithub.com/HaraldNordgren), and [@&#8203;komuw](https://togithub.com/komuw) 
-   Fixed gofmt. Thanks [@&#8203;tariq1890](https://togithub.com/tariq1890) 
-   Copyedit the package documentation. Thanks [@&#8203;seh](https://togithub.com/seh), [@&#8203;TomSweeneyRedHat](https://togithub.com/TomSweeneyRedHat), [@&#8203;nicksnyder](https://togithub.com/nicksnyder), and [@&#8203;beono](https://togithub.com/beono) 
-   Remove unreachable code. Thanks [@&#8203;philoserf](https://togithub.com/philoserf) and [@&#8203;haya14busa](https://togithub.com/haya14busa) 
-   Move benchmark error sink to global variable. Thanks [@&#8203;bradleyfalzon](https://togithub.com/bradleyfalzon) 
-   Fix minor newline consistency issues in test files. Thanks [@&#8203;nmiyake](https://togithub.com/nmiyake) 
-   Add doc comment for exported Format func. Thanks [@&#8203;mrhwick](https://togithub.com/mrhwick) and [@&#8203;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