mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Release 0.10.3
Updates for release 0.10.3, tagging will be handled by the job.
This commit is contained in:
parent
f1d6ddec9b
commit
cec7183fdc
2 changed files with 9 additions and 2 deletions
|
|
@ -11,7 +11,14 @@ Tracking in this Changelog began for this project with the tagging of version 0.
|
||||||
If you're looking for changes from before this, refer to the project's
|
If you're looking for changes from before this, refer to the project's
|
||||||
git logs & PR history.
|
git logs & PR history.
|
||||||
|
|
||||||
## [Unreleased](https://github.com/puppetlabs/vmpooler/compare/0.10.0...master)
|
## [Unreleased](https://github.com/puppetlabs/vmpooler/compare/0.10.3...master)
|
||||||
|
|
||||||
|
## [0.10.3](https://github.com/puppetlabs/vmpooler/compare/0.10.2...0.10.3)
|
||||||
|
|
||||||
|
- Fix Redis update during migration to better reflect actual state (POOLER-154)
|
||||||
|
|
||||||
|
## [0.10.2](https://github.com/puppetlabs/vmpooler/compare/0.10.1...0.10.2)
|
||||||
|
- Version bump (no code changes)
|
||||||
|
|
||||||
## [0.10.1](https://github.com/puppetlabs/vmpooler/compare/0.10.0...0.10.1)
|
## [0.10.1](https://github.com/puppetlabs/vmpooler/compare/0.10.0...0.10.1)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
module Vmpooler
|
module Vmpooler
|
||||||
VERSION = '0.10.2'.freeze
|
VERSION = '0.10.3'.freeze
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue