Skip to content

Commit 18068ec

Browse files
authored
Merge pull request #48 from puppetlabs/3.3.2-release-prep
(maint) Release prep for version 3.3.2
2 parents d538eb2 + 69629e1 commit 18068ec

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## [3.3.2](https://github.com/puppetlabs/vmpooler-provider-vsphere/tree/3.3.2) (2023-08-23)
4+
5+
[Full Changelog](https://github.com/puppetlabs/vmpooler-provider-vsphere/compare/3.3.1...3.3.2)
6+
7+
**Fixed bugs:**
8+
9+
- \(maint\) Increase timeout for cloned vms to obtain IPs. [\#47](https://github.com/puppetlabs/vmpooler-provider-vsphere/pull/47) ([isaac-hammes](https://github.com/isaac-hammes))
10+
311
## [3.3.1](https://github.com/puppetlabs/vmpooler-provider-vsphere/tree/3.3.1) (2023-08-22)
412

513
[Full Changelog](https://github.com/puppetlabs/vmpooler-provider-vsphere/compare/3.3.0...3.3.1)

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-provider-vsphere (3.3.1)
4+
vmpooler-provider-vsphere (3.3.2)
55
rbvmomi2 (>= 3.1, < 4.0)
66
vmpooler (~> 3.0)
77

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 VmpoolerProviderVsphere
4-
VERSION = '3.3.1'
4+
VERSION = '3.3.2'
55
end

0 commit comments

Comments
 (0)