3 Commits

Author SHA1 Message Date
4ef049a528 v0.21.0
All checks were successful
continuous-integration/drone/tag Build is passing
2022-05-13 22:59:41 +01:00
1ba005f6b8 v0.21.0
Some checks failed
continuous-integration/drone/tag Build is failing
2022-05-13 03:51:52 +01:00
132f209773 update logo in README 2022-05-07 03:57:32 +01:00
4 changed files with 11 additions and 5 deletions

View File

@@ -78,7 +78,7 @@ steps:
depends_on:
- "prepare release"
- name: publish github release
image: plugins/github-release
image: plugins/github-release@sha256:24f5fb388173c0ec211d1c73d2c4441efd3cd24d0ba9eea148b98c40d03807ff
settings:
api_key:
from_secret: GITHUB_KEY

View File

@@ -2,7 +2,7 @@
This is the repository for the unraid bat plugin.
<img src="https://git.panaetius.co.uk/dtomlinson91/unraid-bat/raw/branch/master/assets/unraid-bat.svg"/>
<img src="https://git.panaetius.co.uk/dtomlinson91/unraid-bat/raw/branch/main/assets/unraid-bat.svg"/>
## description

View File

@@ -3,7 +3,7 @@
<!ENTITY name "unraid-bat">
<!ENTITY author "dtomlinson">
<!ENTITY org "dtomlinson91">
<!ENTITY version "v0.20.0">
<!ENTITY version "v0.21.0">
<!ENTITY gitURL "https://git.panaetius.co.uk/&org;/&name;">
<!ENTITY pluginURL "&gitURL;/raw/branch/master/&name;.plg">
<!ENTITY releaseURL "&gitURL;/releases/download/&version;/&name;-&version;.txz">
@@ -16,6 +16,9 @@
<CHANGES>
### 2022-05-13
- Update to bat v0.21.0
### 2022-05-05
- Initial release - bat v0.20.0

View File

@@ -3,7 +3,7 @@
<!ENTITY name "unraid-bat">
<!ENTITY author "dtomlinson">
<!ENTITY org "dtomlinson91">
<!ENTITY version "v0.20.0">
<!ENTITY version "v0.21.0">
<!ENTITY gitURL "https://github.com/&org;/&name;">
<!ENTITY pluginURL "&gitURL;/raw/master/&name;.plg">
<!ENTITY releaseURL "&gitURL;/releases/download/&version;/&name;-&version;.txz">
@@ -15,6 +15,9 @@
<CHANGES>
### 2022-05-13
- Update to bat v0.21.0
### 2022-05-06
- Initial release - bat v0.20.0