Releases: ryran/ravshello
Releases · ryran/ravshello
v1.16.1
v1.16.0
CHANGELOG:
- #121
query_status
regression: hide ssh port when it's "22" - #122
query_status
: fix breakage when publishing VMs with public IPs - #123
/blueprints/Shared_with_me/BP print_def
command doesn't report the proper path for shared bps - #125 Fix all recently-broken /apps/APP/vms/VM commands
- #128 Add new commands to edit app design and publish changes to cloud (SEE ISSUE FOR ALL OF THE COMMANDS)
- #129 Fix/enhance
print_def
commands to allow writing out to~/file
and~user/file
with filename tab-completion
v1.15.0
v1.14.1
v1.13.0
Changelog:
- Implement #104
/apps/APP
summary: add owner, creationTime - Fix #108 ravshello assumes that 2 blueprints cannot have the same name ("already used by a sibling" returned when trying to list blueprints)
- Fix #111 the
/blueprints/BP
copy command is broken - Fix #112 remove
/blueprints
backup/restore commands - Implement #114 add
myOrgOnly={True|False}
option toRavelloCache.get_bps()
- Addressed #113 "RFC: Handling resources shared with me" but would like feedback
v1.12.0
v1.11.3
v1.11.2
v1.11.1
Changelog since v1.9.3:
- #85 overhaul printing commands to make use of environment variables:
RAVSH_EDITOR
,EDITOR
orPAGER
- #89 replace
/users/USER get_info
cmd withprint_def
cmd - #94 add
aspect=(properties,deployment,design)
option to the/apps/APP print_def
cmd - #95 add
aspect=(deployment,design)
option to the/apps/APP/vms/VM print_def
cmd - #83 Reorganize helper modules into separate modules directory, add
cfg
module - #86
/billing
cmds fail becauseappHours
key has been removed from API - #87 fix
/billing
ZeroDivisionError due to free library storage with a unit cost (rate) of $0.0 - #88 fix
/billing
charges-by-product (inselect_month_summary
&this_months_summary
) to display more cleanly - #91 move
RavelloCache
to its own separate file - #92 move
query_status
method fromRavelloCache
to/apps/APP