Skip to content

Releases: gbolo/aws-power-toggle

v3.4

09 Dec 19:35
3622282
Compare
Choose a tag to compare

CHANGELOG

  • #57 add support for Auto Scaling Groups (#58)
  • #60 control node version with nvm

v3.3

31 Aug 15:13
4b2adc5
Compare
Choose a tag to compare

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

25 Feb 03:40
f670c1c
Compare
Choose a tag to compare

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

17 Dec 18:28
80cf94f
Compare
Choose a tag to compare

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

04 Dec 05:01
ae39690
Compare
Choose a tag to compare

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

25 Nov 20:39
bada90e
Compare
Choose a tag to compare

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

23 Nov 19:47
746c10e
Compare
Choose a tag to compare

Maintenance Release

Bug fixes:

  • #4 always ignore terminated instances

v1.0-poc

23 Nov 03:25
19633e9
Compare
Choose a tag to compare

Initial POC Release

Initial release of aws-power-toggle that seems fully functional. Enjoy!