Skip to content

Releases: ryran/ravshello

v1.40.0

25 Sep 22:02
v1.40.0
0f8ce42
Compare
Choose a tag to compare

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 to get_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 to get_applications() if you're only interested in a particular app and you know the name.
  • Add new Tokyo BMC region.

v1.36.2

24 Jul 02:55
v1.36.2
fbed529
Compare
Choose a tag to compare

CHANGELOG:

  • Fix #198 update list of BMC regions

v1.36.1

31 May 05:06
v1.36.1
aa0a364
Compare
Choose a tag to compare

CHANGELOG:

  • Fix #195 Add maxClientRetries config directive to correspond with -r/--retries cmdline option

v1.36.0

31 May 03:45
v1.36.0
Compare
Choose a tag to compare

CHANGELOG:

v1.35.0

27 Sep 01:06
v1.35.0
Compare
Choose a tag to compare

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

27 Sep 00:10
v1.34.0
7fafc26
Compare
Choose a tag to compare

CHANGELOG:

  • Implement #180 bare-metal-region (BMC) handling for /apps/<APP>/ publish command

v1.33.0

26 Sep 22:32
v1.33.0
Compare
Choose a tag to compare

CHANGELOG:

v1.32.0

22 Sep 02:44
v1.32.0
Compare
Choose a tag to compare

CHANGELOG:

  • Second attempt at fixing /apps/APP/ save_blueprint logic #183

v1.31.0

21 Sep 02:01
v1.31.0
Compare
Choose a tag to compare

CHANGELOG:

  • Fix #181 /apps/APP save_blueprint waitSnapshotCompletion=true, cmd broken due to Ravello change
  • Rename save_blueprint shutdown option to offline

v1.30.1

11 Aug 21:13
v1.30.1
de014da
Compare
Choose a tag to compare

CHANGELOG:

  • Fix #179 /apps/<APP>/ save_blueprint desc=@auto does not use existing app description like help page suggests