Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.23.0 #297

Merged
merged 1 commit into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.23.0](https://rubygems.org/gems/facterdb/versions/1.23.0) (2024-01-09)

[Full Changelog](https://github.com/voxpupuli/facterdb/compare/1.22.0...1.23.0)

**Implemented enhancements:**

- adding missing fact sets [\#293](https://github.com/voxpupuli/facterdb/pull/293) ([hbrown-uiowa](https://github.com/hbrown-uiowa))
- Add Fedora 39 for 4.2-4.4 [\#292](https://github.com/voxpupuli/facterdb/pull/292) ([hbrown-uiowa](https://github.com/hbrown-uiowa))
- Add facts for Facter 4.5 [\#290](https://github.com/voxpupuli/facterdb/pull/290) ([hbrown-uiowa](https://github.com/hbrown-uiowa))

**Fixed bugs:**

- Ensure the selinux topscope fact is present [\#296](https://github.com/voxpupuli/facterdb/pull/296) ([bastelfreak](https://github.com/bastelfreak))

## [1.22.0](https://rubygems.org/gems/facterdb/versions/1.22.0) (2023-11-13)

[Full Changelog](https://github.com/voxpupuli/facterdb/compare/1.21.0...1.22.0)
Expand Down
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ gemspec
gem 'facter', ENV.fetch('FACTER_GEM_VERSION', nil), require: false

group :development do
gem 'github_changelog_generator', '>= 1.16.4'
gem 'faraday-retry', require: false
gem 'github_changelog_generator', '>= 1.16.4', require: false
end
2 changes: 1 addition & 1 deletion lib/facterdb/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module FacterDB
module Version
STRING = '1.22.0'
STRING = '1.23.0'
end
end