Skip to content

Releases: puppetlabs/vmpooler

1.0.0

04 Nov 19:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.18.2...1.0.0

Mark checked out vms as active

10 Nov 21:38
Compare
Choose a tag to compare

This change sets a VM as running in redis as soon as it is checked out. Without this change when allocated several instances it is possible for a machine that has been allocated for a checkout, but not yet marked as active, to be identified as running when it should not be, which was added in POOLER-191. Without this change a machine may be destroyed during checkout by pool_manager if there are several instances being allocated.

Additionally, redis multi is added for vm checkout operations to minimize the round trips to redis during a checkout operation. Without this addition each VM checkout causes several redis interactions.

0.13.3

15 Jun 15:32
Compare
Choose a tag to compare

0.13.2

15 Jun 15:18
Compare
Choose a tag to compare
  • Rescue and warn when graphite connection cannot be opened

0.13.1

15 Jun 15:17
Compare
Choose a tag to compare
  • Fix issue in generate_and_check_hostname method

0.13.0

15 Jun 15:15
Compare
Choose a tag to compare
0.13.0 Pre-release
Pre-release
  • Add support for ondemand provisioning (POOLER-158)
  • redis refactor the redis interaction has changed to leveraging a connection pool
  • Check for stale dns records at clone time (POOLER-166)

DO NOT USE THIS RELEASE, use the next one that fixes a merge bug

0.12.0

15 Jun 15:12
Compare
Choose a tag to compare
  • Enable support for multiple ldap user objects (POOLER-171)

vmpooler 0.11.2

16 Apr 15:55
Compare
Choose a tag to compare
  • (POOLER-161) Fix extending vm lifetime when max lifetime is set

vmpooler 0.10.2

14 Feb 19:24
Compare
Choose a tag to compare
  • API endpoint for resetting a pool clearing ready and pending instances (POOLER-153)
  • No code changes in 0.10.1/0.10.2 (release process mistake)

vmpooler 0.8.1

30 Oct 17:55
Compare
Choose a tag to compare

Added

  • Make VM names human readable