Skip to content

Commit

Permalink
Merge pull request #2036 from oanatmaria/changelog_release
Browse files Browse the repository at this point in the history
(maint) Changelog for 4.0.35 release
  • Loading branch information
Bogdan Irimie authored Aug 19, 2020
2 parents 58610b7 + 3a11db8 commit a601821
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [4.0.35](https://github.com/puppetlabs/facter/tree/4.0.35) (2020-08-19)

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

### Added

- (FACT-2726) Add solaris dmi facts [#2025](https://github.com/puppetlabs/facter/pull/2025) ([florindragos](https://github.com/florindragos))
- (FACT-2722) Add disks fact for Solaris [#2027](https://github.com/puppetlabs/facter/pull/2027) ([Filipovici-Andrei](https://github.com/Filipovici-Andrei))

### Fixed

- (FACT-2723) --list-*-groups also displays external facts [#2024](https://github.com/puppetlabs/facter/pull/2024) ([sebastian-miclea](https://github.com/sebastian-miclea))
- (FACT-2742) Exclude net/https when running on jruby FIPS [#2030](https://github.com/puppetlabs/facter/pull/2030) ([IrimieBogdan](https://github.com/IrimieBogdan))
- (FACT-2737) facter uptime shows host uptime inside docker container [#2031](https://github.com/puppetlabs/facter/pull/2031) ([IrimieBogdan](https://github.com/IrimieBogdan))
- (FACT-2672) Fix ssh fact output [#2029](https://github.com/puppetlabs/facter/pull/2029) ([oanatmaria](https://github.com/oanatmaria))
- (FACT-2402) Exclude fuseblk from filesystems [#2032](https://github.com/puppetlabs/facter/pull/2032) ([oanatmaria](https://github.com/oanatmaria))


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

0 comments on commit a601821

Please sign in to comment.