Skip to content

Latest commit

 

History

History
340 lines (219 loc) · 22.8 KB

CHANGELOG.md

File metadata and controls

340 lines (219 loc) · 22.8 KB

Changelog

1.8.1 (2023-08-07)

Full Changelog

Fixed bugs:

  • status and summary broken for pooler service after v3 #185
  • (RE-15687) Use relative path for pooler status and summary #186 (yachub)

Merged pull requests:

1.8.0 (2023-03-21)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Fix floaty list --active for vmpooler api v2 #169 (yachub)

Merged pull requests:

  • (RE-15111) Migrate Synk to Mend #168 (yachub)
  • (RE-14811) Move codeowners from DIO to RE #165 (yachub)
  • Add Snyk action and Move to RE org #164 (yachub)
  • Add release-engineering to codeowners #163 (yachub)

1.7.0 (2022-04-05)

Full Changelog

Implemented enhancements:

  • (maint) Add Ruby 3.1 to test matrix + dockerfile and drop EOL Ruby 2.6 #159 (yachub)
  • (DIO-3101) Add VMPooler API v2 Support #158 (yachub)

Fixed bugs:

  • (maint) Remove colorize usage from floaty status #160 (yachub)

Merged pull requests:

v1.6.0 (2022-02-16)

Full Changelog

Merged pull requests:

v1.5.0 (2021-10-12)

Full Changelog

Merged pull requests:

v1.4.0 (2021-07-16)

Full Changelog

Merged pull requests:

v1.3.0 (2021-03-03)

Full Changelog

Merged pull requests:

v1.2.0 (2021-02-11)

Full Changelog

Merged pull requests:

v1.1.1 (2020-10-16)

Full Changelog

Merged pull requests:

v1.1.0 (2020-10-09)

Full Changelog

Merged pull requests:

  • (maint) Add more uniqueness to jobid and useful termination message #107 (sbeaulie)
  • (maint) Fix bug with detecting ABS service #106 (sbeaulie)
  • (maint) Don't require config file for list --active #105 (sbeaulie)
  • (maint) Don't require configuration file for get #104 (nwolfe)
  • (maint) Add vmpooler_fallback to the get service check #103 (cthorn42)
  • Update completion scripts for service subcommands #102 (scotje)
  • Bump to version 1.0.0 #100 (genebean)

v1.0.0 (2020-09-22)

Full Changelog

Merged pull requests:

  • (maint) Fix for ABS PR#306 that includes json responses #99 (sbeaulie)
  • (maint) Support any vmpooler for ABS via vmpooler_fallback #98 (sbeaulie)
  • (DIO-991) Add service command #97 (genebean)
  • ( DIO-911) Include job_id in ABS --json output #96 (sbeaulie)
  • ABS enables fallback to vmpooler for some scenarios #94 (sbeaulie)
  • WIP (DIO-911) Include job_id in ABS --json output #92 (nwolfe)
  • (maint) Remove warning about missing configuration file #91 (nwolfe)
  • Add tab completion script for zsh and fix bash completion for ABS services #90 (scotje)

0.11.1 (2020-08-20)

Full Changelog

Merged pull requests:

0.10.0 (2020-08-04)

Full Changelog

Merged pull requests:

Full Changelog

Merged pull requests:

  • Update gempush action to remove GPR publish #66 (highb)

v0.9.2 (2020-02-05)

Full Changelog

Full Changelog

Merged pull requests:

  • Bump version.rb to 0.9.2 for release #65 (highb)
  • Create gempush.yml Github Action #64 (highb)
  • Bump faraday dependency for Ruby 2.7 compatibility #62 (nicklewis)
  • SSH Command respects ABS now and tests should fail if the API changes… #61 (mikkergimenez)
  • (QENG-7604) Add support for Job IDs to ABS delete #60 (highb)
  • Bump version.rb to 0.9.1 #59 (highb)
  • Fix error with delete command for vmpooler and nspooler #58 (mikkergimenez)

v0.9.0 (2019-12-17)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • vmfloaty reports an error on latest API version output #48

Merged pull requests:

  • ABS will sometimes return null values in the /status/queue endpoint #57 (mikkergimenez)
  • Minor version bump to 0.9.0 #56 (highb)
  • Update pooler provider to throw an exception if the API returns non-OK #55 (highb)
  • Update Faraday to 0.15, remove unnecessary headers #54 (highb)
  • change urls in docs to use example.net/.com #50 (steveax)
  • Rubocop cleanup #49 (rodjek)

v0.8.2 (2018-01-05)

Full Changelog

Merged pull requests:

  • 🎂🎂🎂 Add --json option for floaty get #47 (nicklewis)

v0.8.1 (2017-10-24)

Full Changelog

Merged pull requests:

  • Bump commander version to clear up deprecation warnings #46 (highb)

v0.8.0 (2017-10-13)

Full Changelog

Closed issues:

  • don't automatically call system pager for help screens #20

Merged pull requests:

  • Add configuration for multiple pooler services and integration with nspooler #45 (caseywilliams)

v0.7.9 (2017-07-31)

Full Changelog

Closed issues:

  • Handle when vmfloaty cannot reach vmpooler #39

Merged pull requests:

  • Add basic bash completion script and framework for others #44 (scotje)
  • Developersdevelopersdevelopers #43 (mckern)

v0.7.8 (2016-12-20)

Full Changelog

v0.7.7 (2016-12-14)

Full Changelog

v0.7.6 (2016-12-09)

Full Changelog

Closed issues:

  • Improve the help text for floaty commands #41
  • Require force flag for pool requests larger than 5? #40

v0.7.5 (2016-12-06)

Full Changelog

Implemented enhancements:

  • Improve how to specify number of vms in get request #8
  • Improve output from commands #3

Fixed bugs:

  • floaty snapshot fails to authenticate #4

Closed issues:

  • floaty snapshot should warn users about how long it takes to get snapshot #37
  • floaty modify should allow to make changes on more than one machine #36
  • Pooler.modify raises exception if Token is nil #34
  • Improve error handling in Pooler and Auth classes #33
  • Handle vmpooler responses when token is invalid in Pooler class #32
  • Misuse of 'floaty revert ...' seems to create a new snapshot #31
  • Test #30
  • Don't system exit in Auth class #29
  • Add flag to auto-ssh into a newly created (single) VM #28
  • Handle vmpooler URL key that doesn't have 'https' #27
  • Abstract vmfloaty cli related errors to command class rather than pooler class #26
  • Don't puts results in delete method in Pooler library #25
  • Improve get output #24
  • specs don't work #22
  • Add ability to get additional disk space for a running vm #19
  • Have a force option for delete --all #17
  • Stop printing json response in library methods #14
  • Stop system exiting in library methods #13
  • List active vms for a given token #12
  • Provide a way to clean up vms obtained by a token #11
  • Allow spaces when passing in vms for commands #10
  • Write Tests for Pooler class #9
  • Document all valid config file keys #7
  • Write up simple "introduction" to using the tool #6
  • Document how to use Pooler class for ruby scripts #5
  • Convert vmfloaty to use latest pooler API #1

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator