Skip to content

Commit c92dff4

Browse files
authored
Merge pull request #545 from rodjek/2_6_2_release
2.6.2 release
2 parents 657ea10 + b94dc73 commit c92dff4

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
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.2]
6+
7+
### Changed
8+
9+
* Puppet 5.0.x added to the CI test matrices.
10+
* The automatic setup code now checks for the presence of `metadata.json` in
11+
the working directory. If not present, it assumes that rspec-puppet is
12+
running from inside a control repo instead of a module and skips creating
13+
the `spec/fixtures` directory structure and link.
14+
15+
### Added
16+
17+
* A new configuration option has been added
18+
(`RSpec.configuration.setup_fixtures`) that controls whether rspec-puppet
19+
will manage the `spec/fixtures` link.
20+
21+
### Fixed
22+
23+
* A race condition when running rspec-puppet under parallel\_tests causing
24+
errors when creating the `spec/fixtures` link.
25+
* The contents of the `networking` fact hash is no longer cleared when merging
26+
in the facts derived from the node name.
27+
528
## [2.6.1]
629

730
### Fixed

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.1'
3+
s.version = '2.6.2'
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)