Skip to content

QUADS 1.1.4.1

Compare
Choose a tag to compare
@sadsfae sadsfae released this 17 Dec 18:36

About 1.1.4.1

QUADS 1.1.4.1 is a small feature enhancement release, fixing a few bugs as well.

🎅 1.1.4.1 arrives just in time for the Winter Holidays 🎅

Major Feature Highlights

  • Added two major command-sets for managing extension and expiration of both hosts and cloud environments commit
    • --extend-cloud is replaced by --extend
    • --extend now comes with it's converse, --shrink
    • Both --extend and --shrink also support --date now as well as --month --weeks and --year
    • Both --extend and --shrink can be used at the per-host or per-cloud environment level.
    • Some examples:
      • quads-cli --extend --cloud cloud02 --weeks 2 --check
      • quads-cli --extend --host host01.example.com --weeks 2 --check
      • quads-cli --shrink --cloud cloud02 --weeks 2 --check
      • quads-cli --shrink --host host02.example.com --now (effectively terminates the end of schedule to current time)
      • quads-cli --extend --cloud cloud04 --date "2021-01-31 22:00"

Major Bug Fixes

  • Fixed traceback in some situations with quads-cli --define-cloud - #353
  • Fixed cases where --mod-cloud --no-wipe does not take effect and generates an error - #351

Other Notable Changes and Upgrade Notes

  • --extend-cloud is removed in favor of --extend