- Bug fix to check that the label
io.rancher.stack.name
exists on the service when filtering by stack name.
- Added ability to render multiple templates at once. This change deprecates the template and dest positional arguments and introduces a new named argument called --template.
- Bug fix to no pre-render the templates when the app starts if there's an issue when connecting to Rancher.)
- Added ability to listen for changes to multiple services under the same stack.
- Bug fix to ignore messages from instances that don't have labels (e.g Network Agent)
- Added ability to pre-render the template even it no stack and/or service are specified.
- Added the ability to load all environment instances when a message from the web socket is received and no filters are specified.
- Additional changes for open source release.
- Python 3 compatibility.
- Initial release. Includes:
- Logic to listen for changes in Rancher.
- Logic to render a template after a change has been captured.
- Logic to run a notification command after the template has been rendered.