Last release 6 years ago
no release in 18 months
Ships fairly regularly
a new release about every 2 weeks
Nearly every release is documented
notes for 60 of the last 60 stable releases
Nothing withdrawn
no release was ever pulled
13 years old
2281 releases · first in 2013
Release timeline
2281 releases since 2013Releases
- v0.25.1-0.20180523044322-cda56d3904c523 May 2018pre-release
Nothing published for this version
- v0.25.1-0.20180523042243-a0da6a8c211423 May 2018pre-release
Nothing published for this version
- v0.25.1-0.20180522224020-aca97d03c4df22 May 2018pre-release
Nothing published for this version
- v0.25.1-0.20180522222738-ce3e67ec8d8d22 May 2018pre-release
Nothing published for this version
- v0.25.1-0.20180522215629-187db5d81f6f22 May 2018pre-release
Nothing published for this version
- v0.25.1-0.20180521225159-313c86e149fd21 May 2018pre-release
Nothing published for this version
- v0.25.1-0.20180521220741-f939e0233b1d21 May 2018pre-release
Nothing published for this version
- v0.25.017 May 2018
Release notes
Open source →Features
- Blackbox tests can now be run in parallel
Changes
- Remove Oracle Cloud Infrastructure support
Bug fixes
- No longer leave a stray file when appending to an existing file
- Fix multiple blackbox test validation errors
- Fix v1 config parsing to return
ErrUnknownVersionif version is unrecognized
Additional notes
Open source →Features:
- Blackbox tests can now be run in parallelChanges:
- Remove Oracle Cloud Infrastructure supportBug Fixes:
- No longer leave a stray file when appending to an existing file - Fix multiple blackbox test validation errors - Fix v1 config parsing to return ErrUnknownVersion if version is unrecognized - v0.24.123 May 2018
Release notes
Open source →Bug fixes
- Fix an issue in timeout logic causing http(s) requests to sometimes fail
Additional notes
Open source →Bug Fixes:
- Fix an issue in timeout logic causing http(s) requests to sometimes fail - v0.24.1-0.20180625200639-85e6b62f496f25 Jun 2018pre-release
Nothing published for this version
- v0.24.1-0.20180523000843-c7d843a8cc9023 May 2018pre-release
Nothing published for this version
- v0.24.1-0.20180517203930-083e27141be117 May 2018pre-release
Nothing published for this version
- v0.24.1-0.20180516204737-77adf2074d1516 May 2018pre-release
Nothing published for this version
- v0.24.1-0.20180516200848-decef87242e416 May 2018pre-release
Nothing published for this version
- v0.24.1-0.20180515185033-678aebfc82e015 May 2018pre-release
Nothing published for this version
- v0.24.1-0.20180515182422-24cb6dd2eb8f15 May 2018pre-release
Nothing published for this version
- v0.24.1-0.20180515182004-d1d5da76b89b15 May 2018pre-release
Nothing published for this version
- v0.24.1-0.20180515164436-b077c31f46b315 May 2018pre-release
Nothing published for this version
- v0.24.1-0.20180515164428-38ce12fa448c15 May 2018pre-release
Nothing published for this version
- v0.24.1-0.20180515150943-deaff6abb2c815 May 2018pre-release
Nothing published for this version
- v0.24.1-0.20180515150917-eb8c54d0fdef15 May 2018pre-release
Nothing published for this version
- v0.24.1-0.20180509212203-042a00e218eb9 May 2018pre-release
Nothing published for this version
- v0.24.1-0.20180509205025-643ca8a6314e9 May 2018pre-release
Nothing published for this version
- v0.24.1-0.20180509205022-a80162cb217f9 May 2018pre-release
Nothing published for this version
- v0.24.1-0.20180509204007-679a4b2e1e479 May 2018pre-release
Nothing published for this version
- v0.24.1-0.20180509202609-14c944b5db609 May 2018pre-release
Nothing published for this version
- v0.24.1-0.20180509200104-e51773e341ce9 May 2018pre-release
Nothing published for this version
- v0.24.1-0.20180509194123-a7a1584110ba9 May 2018pre-release
Nothing published for this version
- v0.24.1-0.20180508233206-342828ab79758 May 2018pre-release
Nothing published for this version
- v0.24.1-0.20180508231540-02ff4a54cd838 May 2018pre-release
Nothing published for this version
- v0.24.1-0.20180426220109-9796484de2dd26 Apr 2018pre-release
Nothing published for this version
- v0.24.1-0.20180426175644-a9e4b12c0ac026 Apr 2018pre-release
Nothing published for this version
- v0.24.1-0.20180425233203-c6a26a8ad25425 Apr 2018pre-release
Nothing published for this version
- v0.24.1-0.20180425214214-7626a274b7cc25 Apr 2018pre-release
Nothing published for this version
- v0.24.1-0.20180412174716-9224922b676b12 Apr 2018pre-release
Nothing published for this version
- v0.24.1-0.20180410205737-abf8e2185c4b10 Apr 2018pre-release
Nothing published for this version
- v0.24.1-0.20180410015928-5d40cf111adc10 Apr 2018pre-release
Nothing published for this version
- v0.24.1-0.20180409221925-3ea647a69f1b9 Apr 2018pre-release
Nothing published for this version
- v0.24.1-0.20180407012421-3739a83a07407 Apr 2018pre-release
Nothing published for this version
- v0.24.1-0.20180407012229-14b599a2debf7 Apr 2018pre-release
Nothing published for this version
- v0.24.06 Apr 2018
Release notes
Open source →Features
- Warn when adding and enabling a systemd unit and there is no
Installsection in the unit contents - Add highlights to reports generated by
Validatefunctions on config structs
Changes
- Move a helper validation function to the
config/validatepackage - Move unit validation helpers to
config/shared/validations - Add common error types to
config/shared/errors, refactorconfig/v*to use these errors
Additional notes
Open source →Features
- Warn when adding and enabling a systemd unit and there is no "Install" section in the unit contents - Add highlights to reports generated by "Validate" functions on config structsChanges
- Move a helper validation function to the "config/validate" package - Move unit validation helpers to "config/shared/validations" - Add common error types to "config/shared/errors", refactor "config/v*" to use these errors - Warn when adding and enabling a systemd unit and there is no
- v0.23.1-0.20180406191716-1813f599a3d16 Apr 2018pre-release
Nothing published for this version
- v0.23.1-0.20180402193032-03d2b2aa19822 Apr 2018pre-release
Nothing published for this version
- v0.23.1-0.20180326205553-e6e120c85ed326 Mar 2018pre-release
Nothing published for this version
- v0.23.1-0.20180322174015-427ec4efaad522 Mar 2018pre-release
Nothing published for this version
- v0.23.1-0.20180321190048-98602890677821 Mar 2018pre-release
Nothing published for this version
- v0.23.1-0.20180321185907-b100f3119be221 Mar 2018pre-release
Nothing published for this version
- v0.23.1-0.20180321184354-814fa19dc06021 Mar 2018pre-release
Nothing published for this version
- v0.23.1-0.20180321184354-562d883d6f5c21 Mar 2018pre-release
Nothing published for this version
- v0.23.1-0.20180320211359-8d4cc461812520 Mar 2018pre-release
Nothing published for this version
- v0.23.1-0.20180320204752-740fd48af77a20 Mar 2018pre-release
Nothing published for this version
- v0.23.1-0.20180320201540-cac8e5b1512b20 Mar 2018pre-release
Nothing published for this version
- v0.23.1-0.20180320171409-f9c36841ad9320 Mar 2018pre-release
Nothing published for this version
- v0.23.1-0.20180320171409-bb678ecfac2b20 Mar 2018pre-release
Nothing published for this version
- v0.23.1-0.20180320171409-6e9e427c828b20 Mar 2018pre-release
Nothing published for this version
- v0.23.1-0.20180320171409-51d9df04f43820 Mar 2018pre-release
Nothing published for this version
- v0.23.1-0.20180320171409-35e263f0866220 Mar 2018pre-release
Nothing published for this version
- v0.23.1-0.20180320171409-3189e0ed670a20 Mar 2018pre-release
Nothing published for this version
- v0.23.1-0.20180320171409-13c62ca7491720 Mar 2018pre-release
Nothing published for this version
- v0.23.1-0.20180320162939-c3ecfd48fb5820 Mar 2018pre-release
Nothing published for this version