forked from mistio/mist-ce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
88 lines (67 loc) · 2.41 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
0.9.8
-----
- add support for GCE, SoftLayer, HP Cloud, DigitalOcean & NephoScale
- add support for bare metal servers
- major improvements in graphs
- major performance improvements
- update dependencies (libcloud, jQueryMobile, Ember.js, d3.js)
- allow custom ssh ports and usernames
- allow manual installation of monitoring
- major refactoring of backend and frontend code
- added API & browser tests
- improved image management
- get additional info when probing machines
...and many more smaller changes.
A complete listing of merged pull requests is available at:
https://github.com/mistio/mist.io/pulls?direction=desc&sort=created&state=closed
0.9.5
-----
- add support for Openstack
- add support for RedHat Openshift
- update install instructions
- reset machine selection when leaving machine list view
- fix bug that prevented login to the service in order to get server stats
- don't allow adding duplicate SSH keys
- don't allow adding duplicate clouds
- fix refreshing of the enable monitoring popup
- support Rackspace Sydney cloud
- upgrade libcloud version
- stop polling a machine for data after user disables monitoring for that machine
- fix duplicate rules bug
- UI improvements on spinners for rules
- add extra arguments to machine actions to assist in automatic execution
0.9.4
-----
- show spinners when editing rules
- fix issue with polling for monitored machines
0.9.3
-----
- add bigger spinner while fetching stats
- improve ram drawing
- add small png depicting the avg load in list view for monitored machines
0.9.2
-----
- update apikey/secret cloud labels for Rackspace and Linode
- make the s in Rackspace lowercase
- automatically generate key on create machine when there are no keys available
- change default rule value to 5 instead of 60 since it refers to avg load
- alerting improvements
0.9.1
-----
- splash page css fix
- persistent rules
- enable commands in rules
- warn when exceeding the beta service limit of monitored machines
0.9.0
-----
- Enable monitoring by connecting to mist.io service
- Several graph related fixes for machine stats
- Shell fixes and styling
- Change the UI of add cloud and add machine
- Optionally run deployment script after machine creation
- Add key section and key actions
- Convert all jQuery Mobile dialogs to popups and panels
- Upgrade jQuery to v1.9.1, jQuery Mobile to v1.3.0, Ember.js to v1.0.0-rc3 and libcloud to v0.12.3
0.8.0
-----
- Base stable version