Releases: ryran/ravshello
Releases · ryran/ravshello
v1.40.0
CHANGELOG:
Ref: #200
- HUGE CHANGE to
/apps
: it no longer automatically populates at startup, so if you're just going in to do stuff about blueprints or to create a new app, you don't need to trigger a call toget_applications()
. /apps/ refresh
cmd updated to support single optional arg of an appname (which can either be the shortname minus prefix or the full Ravello application name, e.g., what you'd see in the web-ui). This allows you to completely avoid making a blanket call toget_applications()
if you're only interested in a particular app and you know the name.- Add new Tokyo BMC region.
v1.36.2
v1.36.1
v1.36.0
CHANGELOG:
- Add support for
-r
/--retries
option which is passed toRavelloClient()
- Add new bmc regions, small fix for admin mode
- Fix #194 gracefully retry getApplications when requests fail due to Ravello rate-limiting (via updated sdk)
v1.35.0
CHANGELOG:
- Fix #185 Completion for
/apps/ new region=
and/apps/<APP>/ publish region=
mistakenly show@auto
for non-admins - Fix #186 Completion for
/apps/ new region=
and/apps/<APP>/ publish region=
should respect BMC-handling as described in #180 - Fix #187 The apps & blueprints
find_pub_locations
cmd should respect BMC handling as described in #180
v1.34.0
v1.33.0
CHANGELOG:
- Minor tweak to
RUNME_SETUP_DEPS.sh
(see 0376dee) - Version bump since I have updated configshell-fb and the Ravello python-sdk, both of which get included in an rpm build