vmfloaty

A CLI helper tool for Puppet vmpooler to help you stay afloat

APACHE-2.0 License

Downloads
757.7K
Stars
24
Committers
26

Bot releases are visible (Hide)

vmfloaty - 1.8.1 Latest Release

Published by github-actions[bot] about 1 year ago

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:

* This Changelog was automatically generated by github_changelog_generator

vmfloaty - 1.8.0

Published by github-actions[bot] over 1 year ago

Changelog

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)

* This Changelog was automatically generated by github_changelog_generator

vmfloaty - 1.7.0

Published by github-actions[bot] over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/puppetlabs/vmfloaty/compare/v1.6.0...1.7.0

vmfloaty - v1.5.0

Published by genebean about 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/puppetlabs/vmfloaty/compare/v1.4.0...v1.5.0

vmfloaty - v1.4.0

Published by genebean about 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/puppetlabs/vmfloaty/compare/v1.3.0...v1.4.0

vmfloaty - 1.3.0 Release

Published by sbeaulie over 3 years ago

[1.3.0] - 2021-03-3

Changes

  • For ABS Show the VM state (running, destroyed) and colorize in red when the VM has been deleted
vmfloaty - 1.1.1 Release

Published by sbeaulie about 4 years ago

[1.1.1] - 2020-10-16

Additions

  • v1.1.0 was tagged but the gem not released. Releasing as v1.1.1

Changes

  • Minor change to support ABS url configuration missing the required "api/v2" endpoint. Floaty now supports urls entered with or without the path.
vmfloaty - 1.1.0 Release

Published by sbeaulie about 4 years ago

[1.1.0] - 2020-10-16

Added

  • Update completion scripts to support new service subcommand
  • Add "vmpooler_fallback" support as a top-level key for the get service check
  • Don't require the ~/.vmfloaty.yml configuration file for CLI usage, the vmpooler_fallback is only supported in the file, but now optional
  • Stopping vmfloaty (ctrl-c) during the main ABS check loop now returns a useful message on how to check again or delete the resources
  • The list command will use a pretty print with more information when vmpooler_fallback is available, and gracefully degrade to less information when it is missing

Changes

  • Fixed a bug where specifying a non-abs service via --service would still trigger ABS behavior, like trying to get the vmpooler_fallback
  • Job_id now includes the user name as a prefix
vmfloaty - 0.11.1 release

Published by mattkirby about 4 years ago

Fixes
• (maint) Fix using ABS service without a .vmfloaty.yml file
• Fix the argument list for nonstandardpooler

Adds
• Json output for delete/list + better ABS error handling

vmfloaty - 0.10.0 release

Published by mattkirby about 4 years ago

  • Added

Dockerfile to make it easier to test changes

Support for vmpooler on demand provisioning

vmfloaty - 0.9.2 Release

Published by highb over 4 years ago

0.9.2

8b4cc80 Merge pull request #62 from nicklewis/bump-faraday-for-ruby-2.7

  • Bumps version of faraday to be compatible with Ruby 2.7
    fffc16c Merge pull request #60 from highb/qeng-7604_add_jobid_to_delete
  • (QENG-7604) Add support for Job IDs to ABS delete
    5fa9c12 Merge pull request #61 from mikkergimenez/fix_ssh_command_breaking
  • SSH Command respects ABS now and tests should fail if the API changes again

Missing 0.9.1 release notes:

  • dc3bfec Bug fix for interface inconsistency around ABS, vmpooler, and
    nspooler