Skip to content

Releases: ryran/ravshello

v1.30.0

31 Jul 19:06
v1.30.0
Compare
Choose a tag to compare

CHANGELOG:

  • Implement #177 to make /apps/<APP>/ loop_query_status desiredState=STARTED aware of VM groups where skipStartupSequence:true
  • Fix #161 where a VM's NIC missing an interface name could break /apps/<APP>/ query_status output
  • Make learner-mode blueprint-description-checking support namespacing (see 84cff04)

v1.29.0

18 Jul 03:34
v1.29.0
Compare
Choose a tag to compare

CHANGELOG:

  • Implement #155 Add new appCostBucket config directive to automate putting new apps (ones created by ravshello) into a cost bucket. See updated config.yaml.
  • Implement #175 Add new appnameNickPrefix config directive to allow custom app name prefixes (namespacing) instead of default k:. See updated config.yaml.

v1.27.0

27 Apr 22:49
77261e9
Compare
Choose a tag to compare

CHANGELOG:

  • Fix #171 the broken auto-repair logic in loop_query_status
  • Further update reset_disks and redeploy help pages per #170
  • Implement #172 new command: /apps/<APP>/vms/<VM/ set_stoptimeout

v1.26.0

20 Apr 22:11
92adb51
Compare
Choose a tag to compare

CHANGELOG:

  • Implement #167 new -Q/--more-quiet option as a superset of the -q/--quiet option in order to hide all welcome messages during startup
  • Implement #168 rename unableToLoginAdditionalMsg config directive to unableToLoginMsg but still allow the original name; instead of it being an additional message, it now replaces the default message
  • Implement #169 add automatic VM repair when loop_query_status notices ERROR states; loop_query_status also now exits early if VMs get in unrecoverable ERROR state
  • Implement #170 rename vm reset_to_last_shutdown_state cmd to redeploy; add reset_disks command; fix help pages

v1.24.0

19 Apr 20:01
d003574
Compare
Choose a tag to compare

CHANGELOG:

  • Implement #165 new cmdline option --never-prompt-creds as well as corresponding neverPromptCreds=(true|false) config-file directive
  • Implement #166 new quiet=(true|false) option for save_blueprint and loop_query_status commands

v1.23.0

13 Apr 20:48
316659d
Compare
Choose a tag to compare

CHANGELOG:

  • Implement #163 new command: /apps/<APP>/ rename
  • Implement #164 code cleanup: move logic from superfluous delete() functions into respective ui_command_delete() functions

v1.22.5

03 Apr 15:28
987e0c2
Compare
Choose a tag to compare

CHANGELOG:

  • Fix bug where --debug doesn't set enableDebug = True for the string_ops module.
  • If there's an exception in /apps/<APP>/ extend_autostop, raise it instead of silently returning.
  • Implement #162: add loopQueryStatus=false option to command: /apps/<APP>/ start

v1.22.3

24 Mar 17:01
764d290
Compare
Choose a tag to compare

CHANGELOG:

  • Update /apps/<APP>/ save_blueprint command to add a waitSnapshotCompletion option which defaults to true. This makes the save_blueprint cmd wait for all VMs to finish snapshotting.

v1.22.2

23 Mar 15:57
3199c4f
Compare
Choose a tag to compare

CHANGELOG:

  • Implement #159 new command: /apps/<APP>/ save_blueprint
  • Fix #160 /blueprints refresh command uses cache without purging!

v1.22.1

14 Mar 22:50
Compare
Choose a tag to compare

CHANGELOG:

  • Implement #156 new VM query_status command w/looping & outfile for shell-sourcing; changes also heavily-touched the /apps/<APP> query_status command
  • Revamp VM ssh_cmd command
  • Minor code cleanup (e.g., #157)