4 Commits

Author SHA1 Message Date
357462c693 bump to v0.8.3
All checks were successful
continuous-integration/drone/tag Build is passing
2023-01-22 13:50:23 +00:00
Daniel Tomlinson
fb2506a6a4 bump to v0.8.1
All checks were successful
continuous-integration/drone/tag Build is passing
2022-07-18 18:04:01 +01:00
b8c6368bcc fix github release image 2022-05-13 23:25:13 +01:00
ce2457007e rename master to main 2022-05-13 23:25:07 +01:00
4 changed files with 12 additions and 6 deletions

View File

@@ -69,7 +69,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

@@ -3,9 +3,9 @@
<!ENTITY name "unraid-dust">
<!ENTITY author "dtomlinson">
<!ENTITY org "dtomlinson91">
<!ENTITY version "v0.8.0">
<!ENTITY version "v0.8.3">
<!ENTITY gitURL "https://git.panaetius.co.uk/&org;/&name;">
<!ENTITY pluginURL "&gitURL;/raw/branch/master/&name;.plg">
<!ENTITY pluginURL "&gitURL;/raw/branch/main/&name;.plg">
<!ENTITY releaseURL "&gitURL;/releases/download/&version;/&name;-&version;.txz">
<!ENTITY releaseMD5URL "&gitURL;/releases/download/&version;/md5sum.txt">
<!ENTITY plugin "/boot/config/plugins/&name;">
@@ -15,6 +15,9 @@
<PLUGIN name="&name;" author="&author;" version="&version;" pluginURL="&pluginURL;" min="6.8.3">
<CHANGES>
### 2022-07-18
- Update dust to v0.8.3
### 2022-05-06

2
dust

Submodule dust updated: 7275b273d4...c363e5ff8b

View File

@@ -3,9 +3,9 @@
<!ENTITY name "unraid-dust">
<!ENTITY author "dtomlinson">
<!ENTITY org "dtomlinson91">
<!ENTITY version "v0.8.0">
<!ENTITY version "v0.8.3">
<!ENTITY gitURL "https://github.com/&org;/&name;">
<!ENTITY pluginURL "&gitURL;/raw/master/&name;.plg">
<!ENTITY pluginURL "&gitURL;/raw/main/&name;.plg">
<!ENTITY releaseURL "&gitURL;/releases/download/&version;/&name;-&version;.txz">
<!ENTITY releaseMD5URL "&gitURL;/releases/download/&version;/md5sum.txt">
<!ENTITY plugin "/boot/config/plugins/&name;">
@@ -14,6 +14,9 @@
<PLUGIN name="&name;" author="&author;" version="&version;" pluginURL="&pluginURL;" min="6.8.3">
<CHANGES>
### 2022-07-18
- Update dust to v0.8.3
### 2022-05-06