From 1130cdd65cd495847d0db787324b33f54de0d80b Mon Sep 17 00:00:00 2001 From: isaac-hammes Date: Wed, 23 Aug 2023 05:56:46 -0700 Subject: [PATCH] (maint) Release prep for version 3.5.0 --- CHANGELOG.md | 15 +++++++++++++++ Gemfile.lock | 2 +- lib/vmpooler/version.rb | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36ea514..0d7fd9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [3.5.0](https://github.com/puppetlabs/vmpooler/tree/3.5.0) (2023-08-23) + +[Full Changelog](https://github.com/puppetlabs/vmpooler/compare/3.4.0...3.5.0) + +**Implemented enhancements:** + +- Improve LDAP auth [\#616](https://github.com/puppetlabs/vmpooler/issues/616) +- \(maint\) Raise error when ip address is not given to vm after clone. [\#619](https://github.com/puppetlabs/vmpooler/pull/619) ([isaac-hammes](https://github.com/isaac-hammes)) +- \(POD-8\) Add timeout\_notification config to log warning before vm is destroyed. [\#618](https://github.com/puppetlabs/vmpooler/pull/618) ([isaac-hammes](https://github.com/isaac-hammes)) +- \(RE-15565\) Add ability to use bind\_as with a service account [\#617](https://github.com/puppetlabs/vmpooler/pull/617) ([yachub](https://github.com/yachub)) + +**Merged pull requests:** + +- Bump puma from 6.3.0 to 6.3.1 [\#615](https://github.com/puppetlabs/vmpooler/pull/615) ([dependabot[bot]](https://github.com/apps/dependabot)) + ## [3.4.0](https://github.com/puppetlabs/vmpooler/tree/3.4.0) (2023-08-18) [Full Changelog](https://github.com/puppetlabs/vmpooler/compare/3.3.0...3.4.0) diff --git a/Gemfile.lock b/Gemfile.lock index 4a94d9c..f0f195d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - vmpooler (3.4.0) + vmpooler (3.5.0) concurrent-ruby (~> 1.1) connection_pool (~> 2.4) deep_merge (~> 1.2) diff --git a/lib/vmpooler/version.rb b/lib/vmpooler/version.rb index 1ffb7ab..5b2d618 100644 --- a/lib/vmpooler/version.rb +++ b/lib/vmpooler/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Vmpooler - VERSION = '3.4.0' + VERSION = '3.5.0' end