Skip to content

Commit 6571771

Browse files
OpenVoxProjectBotbastelfreak
authored andcommitted
Release 5.6.0
Signed-off-by: Tim Meusel <tim@bastelfreak.de>
1 parent bc25f07 commit 6571771

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [5.6.0](https://github.com/openvoxproject/openfact/tree/5.6.0) (2026-04-08)
6+
7+
[Full Changelog](https://github.com/openvoxproject/openfact/compare/5.5.0...5.6.0)
8+
9+
**Implemented enhancements:**
10+
11+
- Add oci as supported container runtime [\#99](https://github.com/OpenVoxProject/openfact/pull/99) ([slauger](https://github.com/slauger))
12+
- networking.interfaces: Provide ifconfig\(8\) flags, rdomain, description and groups [\#94](https://github.com/OpenVoxProject/openfact/pull/94) ([klemensn](https://github.com/klemensn))
13+
- mountpoints: OpenBSD: mount\(8\) -v for more options and disklabel\(8\) UID [\#92](https://github.com/OpenVoxProject/openfact/pull/92) ([klemensn](https://github.com/klemensn))
14+
15+
**Fixed bugs:**
16+
17+
- \[Bug\]: processors.extensions fact 'unknown' on Ubuntu 26.04 / need to use uname -m on machines with uutils/coreutils version of uname [\#95](https://github.com/OpenVoxProject/openfact/issues/95)
18+
19+
**Merged pull requests:**
20+
21+
- CI: Update actions/checkout v4-\>v6 [\#101](https://github.com/OpenVoxProject/openfact/pull/101) ([bastelfreak](https://github.com/bastelfreak))
22+
- Fix OS detection for Gentoo now that they changed to single-quotes in /etc/os-release [\#100](https://github.com/OpenVoxProject/openfact/pull/100) ([anthonyryan1](https://github.com/anthonyryan1))
23+
- Fallback to using uname machine for hosts using uutils/coreutils [\#98](https://github.com/OpenVoxProject/openfact/pull/98) ([alavaliant](https://github.com/alavaliant))
24+
525
## [5.5.0](https://github.com/openvoxproject/openfact/tree/5.5.0) (2026-02-20)
626

727
[Full Changelog](https://github.com/openvoxproject/openfact/compare/5.4.0...5.5.0)

lib/facter/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Facter
4-
VERSION = '5.5.0' unless defined?(VERSION)
4+
VERSION = '5.6.0' unless defined?(VERSION)
55
end

openfact.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
55

66
Gem::Specification.new do |spec|
77
spec.name = 'openfact'
8-
spec.version = '5.5.0'
8+
spec.version = '5.6.0'
99
spec.authors = ['OpenVox Project']
1010
spec.email = ['openvox@voxpupuli.org']
1111
spec.homepage = 'https://github.com/OpenVoxProject/openfact/'

0 commit comments

Comments
 (0)