Skip to content

Commit

Permalink
Merge pull request #2012 from sebastian-miclea/release_4.0.33
Browse files Browse the repository at this point in the history
(maint) Changelog for release 4.0.33 and version bump
  • Loading branch information
sebastian-miclea authored Aug 5, 2020
2 parents 0de43d9 + e32da7d commit 6b97bb4
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [4.0.33](https://github.com/puppetlabs/facter/tree/4.0.33) (2020-08-05)

[Full Changelog](https://github.com/puppetlabs/facter/compare/4.0.32...4.0.33)

### Added
- \(FACT-2040\) Added solaris memory resolver [\#1999](https://github.com/puppetlabs/facter/pull/1999) ([sebastian-miclea](https://github.com/sebastian-miclea))

### Fixed
- \(FACT-2735\) virtual not working on EXADATA baremetal [\#2004](https://github.com/puppetlabs/facter/pull/2004) ([IrimieBogdan](https://github.com/IrimieBogdan))
- \(FACT-2736\) networking facts don't work on EXADATA baremetal [\#2008](https://github.com/puppetlabs/facter/pull/2008) ([IrimieBogdan](https://github.com/IrimieBogdan))
- \(FACT-2724\) Confine blocks behave differently with Facter 4, causing spec tests to suddenly fail [\#2010](https://github.com/puppetlabs/facter/pull/2010) ([IrimieBogdan](https://github.com/IrimieBogdan))

## [4.0.32](https://github.com/puppetlabs/facter/tree/4.0.32) (2020-07-30)

[Full Changelog](https://github.com/puppetlabs/facter/compare/4.0.31...4.0.32)
Expand All @@ -11,9 +23,9 @@
- \(FACT-2699\) Detect augeas from gem if augparse is not available. [\#1993](https://github.com/puppetlabs/facter/pull/1993) ([IrimieBogdan](https://github.com/IrimieBogdan))


## [4.0.31](https://github.com/puppetlabs/facter/tree/4.0.31) (2020-07-29)
## [4.0.31](https://github.com/puppetlabs/facter/tree/4.0.31) (2020-07-29)

[Full Changelog](https://github.com/puppetlabs/facter/compare/4.0.30...4.0.31)
[Full Changelog](https://github.com/puppetlabs/facter/compare/4.0.30...4.0.31)

### Added
- \(FACT-2718\) Block custom facts [\#1996](https://github.com/puppetlabs/facter/pull/1996) ([IrimieBogdan](https://github.com/IrimieBogdan))
Expand Down
2 changes: 1 addition & 1 deletion agent/facter-ng.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = 'facter-ng'
spec.version = '4.0.32'
spec.version = '4.0.33'
spec.authors = ['Puppet']
spec.email = ['[email protected]']

Expand Down
2 changes: 1 addition & 1 deletion facter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = 'facter'
spec.version = '4.0.32'
spec.version = '4.0.33'
spec.authors = ['Puppet']
spec.email = ['[email protected]']

Expand Down
2 changes: 1 addition & 1 deletion lib/facter/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Facter
VERSION = '4.0.32' unless defined?(VERSION)
VERSION = '4.0.33' unless defined?(VERSION)
end

0 comments on commit 6b97bb4

Please sign in to comment.