Skip to content

Commit 4481cdc

Browse files
authored
Merge pull request #620 from puppetlabs/3.5.0-release-prep
(maint) Release prep for version 3.5.0
2 parents b5a3d7d + 1130cdd commit 4481cdc

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [3.5.0](https://github.com/puppetlabs/vmpooler/tree/3.5.0) (2023-08-23)
4+
5+
[Full Changelog](https://github.com/puppetlabs/vmpooler/compare/3.4.0...3.5.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Improve LDAP auth [\#616](https://github.com/puppetlabs/vmpooler/issues/616)
10+
- \(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))
11+
- \(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))
12+
- \(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))
13+
14+
**Merged pull requests:**
15+
16+
- 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))
17+
318
## [3.4.0](https://github.com/puppetlabs/vmpooler/tree/3.4.0) (2023-08-18)
419

520
[Full Changelog](https://github.com/puppetlabs/vmpooler/compare/3.3.0...3.4.0)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
vmpooler (3.4.0)
4+
vmpooler (3.5.0)
55
concurrent-ruby (~> 1.1)
66
connection_pool (~> 2.4)
77
deep_merge (~> 1.2)

lib/vmpooler/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Vmpooler
4-
VERSION = '3.4.0'
4+
VERSION = '3.5.0'
55
end

0 commit comments

Comments
 (0)