Releases: door7302/jtso
Change name of telegraf image
Minor change
Just retrieve the unique telegraf version image
Add support of Telegraf Netconf Plugin & minor changes
Add the support of the new version of the Telegraf netconf_junos plugin
Move all docker calls in a new "container" package
Take into account of the new version control of jts_telegraf container based on LABEL instead of external file
Display on the main page the version of all telegraf images : vmx, mx, ptx, acx
Minor fix Kapacitor
Allow multiple kapacitor tick scripts per profile: minor fix
v1.0.1: 7 improve version support (#9)
Add version information on the main page to better track the version used by users during issues
Improve the per-profile versioning feature on JTSO. Now per platform, we support these operators to find out the config to apply depending on the router’s version:
- == The router’s version must match exactly this profile version
- <= The router’s version must match exactly or be lower than this profile version
-
= The router’s version must match exactly or be higher than this profile version
- << The router’s version must be strictly lower than this profile version
-
The router’s version must be strictly higher than this profile version