Skip to content

Commit f2f597d

Browse files
authored
Merge pull request #552 from rodjek/2_6_3_release
2.6.3 release
2 parents 907ef8d + 84f5166 commit f2f597d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
All notable changes to this project will be documented in this file. This
33
project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [2.6.3]
6+
7+
### Fixed
8+
9+
* Facts derived from the node name now only get merged on top of the facts
10+
specified by `RSpec.configuration.default_facts` and `let(:facts)` if the
11+
node name has been manually specified with `let(:node)`.
12+
513
## [2.6.2]
614

715
### Changed

rspec-puppet.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'rspec-puppet'
3-
s.version = '2.6.2'
3+
s.version = '2.6.3'
44
s.homepage = 'https://github.com/rodjek/rspec-puppet/'
55
s.summary = 'RSpec tests for your Puppet manifests'
66
s.description = 'RSpec tests for your Puppet manifests'

0 commit comments

Comments
 (0)