Releases: FRosner/cluster-broccoli
Releases · FRosner/cluster-broccoli
Cluster Broccoli 0.3.0
- allow editing of instances
- showing a hash of the template JSON (to see when an instance has an older version of a template)
- rework main UI buttons and labels
- rework instance modal inputs
- show services greyed out if Consul is not reachable
Cluster Broccoli 0.2.0
- allow service access through DNS instead if IP
- fix example templates to specific docker image tags to avoid breaking them in the future
- support
-
and_
in the template variable names - open link to a service in a new tab / window
- persist instances (so they are not lost after a restart)
- show service status based on consul health checks
- show services also if Consul is not reachable (but they are greyed out because we don't know the socket)
- change the way protocols are encoded from
protocol:http
toprotocol-http
Cluster Broccoli 0.1.2
- Fix a problem where instances with multiple services would show only one of the services at a time
Cluster Broccoli 0.1.1
- small fix where some scripts were not loaded using https
Cluster Broccoli 0.1.0
- HTTP API v1
- Web UI
- Templates
- Instances