mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
Bump version to 2.1.0
This commit is contained in:
parent
f6bbef4245
commit
aa380694e3
2 changed files with 2 additions and 2 deletions
|
|
@ -244,7 +244,7 @@ module Vmpooler
|
|||
# DEPRECATED if a provider does not implement the new method, it will hit this base class method
|
||||
# and return a deprecation message
|
||||
def purge_unconfigured_folders(_deprecated, _deprecated2, whitelist)
|
||||
logger.log('s', "[!] purge_unconfigured_folders was renamed to purge_unconfigured_resources, please update your provider implementation")
|
||||
logger.log('s', '[!] purge_unconfigured_folders was renamed to purge_unconfigured_resources, please update your provider implementation')
|
||||
purge_unconfigured_resources(whitelist)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module Vmpooler
|
||||
VERSION = '2.0.0'
|
||||
VERSION = '2.1.0'
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue