Skip to content

Commit

Permalink
Merge pull request #632 from puppetlabs/3.6.0-release
Browse files Browse the repository at this point in the history
3.6.0 release prep
  • Loading branch information
yachub authored Oct 5, 2023
2 parents af7d342 + 811bf0b commit cee0317
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [3.6.0](https://github.com/puppetlabs/vmpooler/tree/3.6.0) (2023-10-05)

[Full Changelog](https://github.com/puppetlabs/vmpooler/compare/3.5.1...3.6.0)

**Fixed bugs:**

- \(maint\) Fix message for timeout notification. [\#624](https://github.com/puppetlabs/vmpooler/pull/624) ([isaac-hammes](https://github.com/isaac-hammes))

**Merged pull requests:**

- 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))
- 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))
- 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))
- Bump actions/checkout from 3 to 4 [\#627](https://github.com/puppetlabs/vmpooler/pull/627) ([dependabot[bot]](https://github.com/apps/dependabot))
- 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))
- 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))
- 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))

## [3.5.1](https://github.com/puppetlabs/vmpooler/tree/3.5.1) (2023-08-24)

[Full Changelog](https://github.com/puppetlabs/vmpooler/compare/3.5.0...3.5.1)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
vmpooler (3.5.1)
vmpooler (3.6.0)
concurrent-ruby (~> 1.1)
connection_pool (~> 2.4)
deep_merge (~> 1.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/vmpooler/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Vmpooler
VERSION = '3.5.1'
VERSION = '3.6.0'
end

0 comments on commit cee0317

Please sign in to comment.