File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 3.6.0] ( https://github.com/puppetlabs/vmpooler/tree/3.6.0 ) (2023-10-05)
4+
5+ [ Full Changelog] ( https://github.com/puppetlabs/vmpooler/compare/3.5.1...3.6.0 )
6+
7+ ** Fixed bugs:**
8+
9+ - \( maint\) Fix message for timeout notification. [ \# 624] ( https://github.com/puppetlabs/vmpooler/pull/624 ) ([ isaac-hammes] ( https://github.com/isaac-hammes ) )
10+
11+ ** Merged pull requests:**
12+
13+ - Bump rubocop from 1.56.3 to 1.56.4 [ \# 631] ( https://github.com/puppetlabs/vmpooler/pull/631 ) ([ dependabot[ bot]] ( https://github.com/apps/dependabot ) )
14+ - Bump puma from 6.3.1 to 6.4.0 [ \# 630] ( https://github.com/puppetlabs/vmpooler/pull/630 ) ([ dependabot[ bot]] ( https://github.com/apps/dependabot ) )
15+ - Bump rubocop from 1.56.2 to 1.56.3 [ \# 628] ( https://github.com/puppetlabs/vmpooler/pull/628 ) ([ dependabot[ bot]] ( https://github.com/apps/dependabot ) )
16+ - Bump actions/checkout from 3 to 4 [ \# 627] ( https://github.com/puppetlabs/vmpooler/pull/627 ) ([ dependabot[ bot]] ( https://github.com/apps/dependabot ) )
17+ - Update opentelemetry-resource\_ detectors requirement from = 0.24.1 to = 0.24.2 [ \# 626] ( https://github.com/puppetlabs/vmpooler/pull/626 ) ([ dependabot[ bot]] ( https://github.com/apps/dependabot ) )
18+ - Bump rubocop from 1.56.1 to 1.56.2 [ \# 625] ( https://github.com/puppetlabs/vmpooler/pull/625 ) ([ dependabot[ bot]] ( https://github.com/apps/dependabot ) )
19+ - Bump rubocop from 1.56.0 to 1.56.1 [ \# 623] ( https://github.com/puppetlabs/vmpooler/pull/623 ) ([ dependabot[ bot]] ( https://github.com/apps/dependabot ) )
20+
321## [ 3.5.1] ( https://github.com/puppetlabs/vmpooler/tree/3.5.1 ) (2023-08-24)
422
523[ Full Changelog] ( https://github.com/puppetlabs/vmpooler/compare/3.5.0...3.5.1 )
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- vmpooler (3.5.1 )
4+ vmpooler (3.6.0 )
55 concurrent-ruby (~> 1.1 )
66 connection_pool (~> 2.4 )
77 deep_merge (~> 1.2 )
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Vmpooler
4- VERSION = '3.5.1 '
4+ VERSION = '3.6.0 '
55end
You can’t perform that action at this time.
0 commit comments