Skip to content

Commit

Permalink
Merge pull request #2026 from florindragos/4.0.34-changelog
Browse files Browse the repository at this point in the history
(maint) Changelog for release 4.0.34 and version bump
  • Loading branch information
Bogdan Irimie authored Aug 12, 2020
2 parents 7919e8c + 4dc54ce commit 835641d
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [4.0.34](https://github.com/puppetlabs/facter/tree/4.0.34) (2020-08-12)

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

### Added

- (FACT-2739) Extend os hierarchy to consider multiple os families [#2016](https://github.com/puppetlabs/facter/pull/2016) ([IrimieBogdan](https://github.com/IrimieBogdan))
- Add FreeBSD memory facts [#2020](https://github.com/puppetlabs/facter/pull/2020) ([smortex](https://github.com/smortex))
- Add FreeBSD dmi facts [#2021](https://github.com/puppetlabs/facter/pull/2021) ([smortex](https://github.com/smortex))
- (FACT-2727) add load averages for Solaris [#2023](https://github.com/puppetlabs/facter/pull/2023) ([Filipovici-Andrei](https://github.com/Filipovici-Andrei))

### Fixed

- (FACT-2714) Fix dhcp on solaris 10 [#2013](https://github.com/puppetlabs/facter/pull/2013) ([IrimieBogdan](https://github.com/IrimieBogdan))
- (FACT-2732) OracleLinux 7 and Scientific Linux 7 OS facts incorrect in Facter 4.0.30 [#2014](https://github.com/puppetlabs/facter/pull/2014) ([IrimieBogdan](https://github.com/IrimieBogdan))


## [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)
Expand Down Expand Up @@ -309,4 +326,4 @@



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
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.33'
spec.version = '4.0.34'
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.33'
spec.version = '4.0.34'
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.33' unless defined?(VERSION)
VERSION = '4.0.34' unless defined?(VERSION)
end

0 comments on commit 835641d

Please sign in to comment.