v1.1.0
This release includes several bug fixes and improvements:
Fixed
- Fix tab character '/t' breaking dependencies.json parsing. (#10)
- Fix the table ui endpoint failing to load the manifest behind a HTTPS proxy. (#9)
- Fix NAME not retrying to fetch a service dependency manifest from the correct endpoint when the dependency returned a successful status code. (#8)
Added
- A relevant error message is now shown when a service dependency does not have NAME installed. (#14)
- Support for wildcards in the maximum version of dependencies. (#11)
- Support for Elasticsearch version resolving. (#19)
- A status field for each dependency in the manifest that describes its error level. (#24)
- Startup healthcheck is now performed asynchronously when
ThrowOnDependenciesFail
is set to false. (#4)