Skip to content

Commit

Permalink
Merge pull request #567 from puppetlabs/release_prep
Browse files Browse the repository at this point in the history
3.0.0 release prep
  • Loading branch information
yachub authored Mar 28, 2023
2 parents b00d547 + 0f7cc78 commit 1406acf
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ updates:
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10\
open-pull-requests-limit: 10

- package-ecosystem: github-actions
directory: "/"
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [3.0.0](https://github.com/puppetlabs/vmpooler/tree/3.0.0) (2023-03-28)

[Full Changelog](https://github.com/puppetlabs/vmpooler/compare/2.5.0...3.0.0)

**Breaking changes:**

- Direct Users to vmpooler-deployment [\#568](https://github.com/puppetlabs/vmpooler/pull/568) ([yachub](https://github.com/yachub))
- \(RE-15124\) Implement DNS Plugins and Remove api v1 and v2 [\#551](https://github.com/puppetlabs/vmpooler/pull/551) ([yachub](https://github.com/yachub))

## [2.5.0](https://github.com/puppetlabs/vmpooler/tree/2.5.0) (2023-03-06)

[Full Changelog](https://github.com/puppetlabs/vmpooler/compare/2.4.0...2.5.0)
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
vmpooler (2.5.0)
vmpooler (3.0.0)
concurrent-ruby (~> 1.1)
connection_pool (~> 2.2)
deep_merge (~> 1.2)
Expand Down Expand Up @@ -32,7 +32,7 @@ GEM
climate_control (1.2.0)
coderay (1.1.3)
concurrent-ruby (1.2.2)
connection_pool (2.3.0)
connection_pool (2.4.0)
deep_merge (1.2.2)
diff-lcs (1.5.0)
docile (1.4.0)
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 = '2.5.0'
VERSION = '3.0.0'
end

0 comments on commit 1406acf

Please sign in to comment.