Skip to content

Commit

Permalink
Merge pull request #2005 from IrimieBogdan/maint-release-4.0.32
Browse files Browse the repository at this point in the history
(maint) Changelog for release 4.0.32 and version bump.
  • Loading branch information
Bogdan Irimie authored Jul 30, 2020
2 parents 1bf4470 + 67187ec commit 8d97b65
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
## [4.0.31](https://github.com/puppetlabs/facter/tree/4.0.31) (2020-07-29)
## [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.30...4.0.31)
[Full Changelog](https://github.com/puppetlabs/facter/compare/4.0.31...4.0.32)

### Added
- \(FACT-2717\) Block external facts [\#1998](https://github.com/puppetlabs/facter/pull/1998) ([florindragos](https://github.com/florindragos))

### Fixed
- \(FACT-2733\) Fix networking on Fedora 32 [\#2002](https://github.com/puppetlabs/facter/pull/2002) ([oanatmaria](https://github.com/oanatmaria))
- \(FACT-2734\) Return nil codename if we cannot determine it from /etc/redhat-release [\#2003](https://github.com/puppetlabs/facter/pull/2003) ([IrimieBogdan](https://github.com/IrimieBogdan))
- \(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)

[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.31'
spec.version = '4.0.32'
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.31'
spec.version = '4.0.32'
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.31' unless defined?(VERSION)
VERSION = '4.0.32' unless defined?(VERSION)
end

0 comments on commit 8d97b65

Please sign in to comment.