Skip to content

Commit dc09205

Browse files
committed
Additional version ranges for plugin notices
1 parent 41fb693 commit dc09205

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

_data/notices.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#- plugin: identifier of affected plugin, mandatory
2-
# versions: list of affected versions (e.g. ["0.1.0"]), optional (all versions if left out)
2+
# pluginversions: list of affected versions or version ranges (e.g. ["0.1.0", ">=2.0.1"]), optional (all versions if left out)
3+
# versions: list of affected versions (e.g. ["0.1.0"]), optional (all versions if left out), deprecated starting with release of OctoPrint 1.5.0
34
# octoversions: affected OctoPrint versions (e.g. [">=1.2.9,<1.3.0",">=1.3.2"], all versions if left out)
45
# date: YYYY-MM-DD hh:mm:ssZ, time in UTC(!), mandatory, used for "ignore"
56
# text: notice text (only text, no html, no markdown), mandatory
@@ -41,13 +42,15 @@
4142
Please re-install the plugin from the repository to update. More details can be found at the "Read more..." link below.
4243
link: https://github.com/OctoPrint/OctoPrint-CommandSplitter/releases/tag/0.2.2
4344
- plugin: filamentmanager
45+
pluginversions: ["<1.6.0"]
4446
versions: ["0.1.0", "0.1.1", "0.2.0", "0.2.1", "0.2.2", "0.3.0", "0.4.0", "0.4.1", "0.5.0", "0.5.1", "0.5.2", "0.5.3"]
4547
date: 2020-09-14 08:45:00Z
4648
text: Version 1.6.0 of this plugin is available from a new maintainer, but your version still looks for updates at the
4749
repository of the old maintainer. Please re-install the plugin from the repository to update, keeping your
4850
settings. The release notes of the version by the new maintainer can be found at the "Read more..." link below.
4951
link: https://github.com/OllisGit/OctoPrint-FilamentManager/releases/tag/1.6.0
5052
- plugin: klipper
53+
pluginversions: ["<0.3.1"]
5154
versions: ["0.1.5", "0.2.0", "0.2.1", "0.2.2", "0.2.3", "0.2.4", "0.2.5"]
5255
date: 2020-09-15 04:00:00Z
5356
text: Version 0.3.1 of this plugin is available from a new maintainer, but your version still looks for updates at the

0 commit comments

Comments
 (0)