Skip to content

Releases: puppetlabs/vmfloaty

1.8.1

07 Aug 23:39
194b0e3
Compare
Choose a tag to compare

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

1.8.0

21 Mar 21:05
930277a
Compare
Choose a tag to compare

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

1.7.0

05 Apr 16:03
da3d707
Compare
Choose a tag to compare

What's Changed

  • (maint) removing previous maintainers by @binford2k in #157
  • (maint) Remove colorize usage from floaty status by @yachub in #160
  • (maint) Add Ruby 3.1 to test matrix + dockerfile and drop EOL Ruby 2.6 by @yachub in #159
  • Update rspec requirement from ~> 3.10.0 to ~> 3.11.0 by @dependabot in #155
  • Docs on contributing and releasing by @genebean in #152
  • (DIO-3101) Add VMPooler API v2 Support by @yachub in #158
  • v1.7.0 release prep by @yachub in #162

New Contributors

Full Changelog: v1.6.0...1.7.0

Release v 1.6.0

16 Feb 19:26
85c833a
Compare
Choose a tag to compare

v1.5.0

12 Oct 17:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

12 Oct 17:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0

1.3.0 Release

03 Mar 18:29
38f24f4
Compare
Choose a tag to compare

[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

1.1.1 Release

16 Oct 20:05
e50c9ec
Compare
Choose a tag to compare

[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.

1.1.0 Release

16 Oct 17:24
6d1130b
Compare
Choose a tag to compare

[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

0.11.1 release

20 Aug 21:10
b9bb08e
Compare
Choose a tag to compare

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