Releases: gbolo/aws-power-toggle
Releases · gbolo/aws-power-toggle
v3.4
CHANGELOG
- #57 add support for Auto Scaling Groups (#58)
- #60 control node version with nvm
v3.3
CHANGELOG
- #51 update to latest aws instance types
- #52 migrate from dep to go modules
- #53: update vulnerable npm dependencies, update go version
v3.2
Feature Release
New Features:
- #14 add support for multiple regions
- #26 add slack notifications
- #44 add
/config
API endpoint
- #40 add confirmation dialog when stopping environment
Enhancements:
- #47 support gzip compression for all http responses
- #20 improve mock API experience
Bug Fixes:
v3.1
Maintenance Release
Fixes/Enhancements:
- #32 improve UI state of env & instance buttons
- #33 add UI feedback on refresh button
- #23 apply lint recommendations to backend code
- #18 added unit tests for backend
- #22 move backend to its own go package
v3.0
Rewrite of Web UI in Vue.js
This release marks the first iteration of the completely new fronted web UI (thanks to @kgeorgiou). Features/Enhancements include:
- #1 rewrite and redesign of UI using
vue.js
- #5 and #15 ability to start/stop individual instances in an environment
- more environment details are displayed (like total vcpu and memory counts)
- ability to filter environments by state
- version information is now displayed
v2.0
Redesigned API
This release includes a new redesigned API (see API docs)
Changes:
- #21 redesign of API
- #16 documentation of API
- #9 more selective on the start/stop command
Deprecation Notice
This is the final release to include the current web UI. A new web UI based on vu.js will replace it. See #1 for more details
v1.1
Maintenance Release
Bug fixes:
- #4 always ignore
terminated
instances
v1.0-poc
Initial POC Release
Initial release of aws-power-toggle that seems fully functional. Enjoy!