File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 5.3.0] ( https://github.com/openvoxproject/openfact/tree/5.3.0 ) (2026-01-06)
6+
7+ [ Full Changelog] ( https://github.com/openvoxproject/openfact/compare/5.2.1...5.3.0 )
8+
9+ ** Implemented enhancements:**
10+
11+ - CI: Add jruby-9.4.12.1 [ \# 70] ( https://github.com/OpenVoxProject/openfact/pull/70 ) ([ bastelfreak] ( https://github.com/bastelfreak ) )
12+ - Add Ruby 4.0 support [ \# 63] ( https://github.com/OpenVoxProject/openfact/pull/63 ) ([ bastelfreak] ( https://github.com/bastelfreak ) )
13+
14+ ** Fixed bugs:**
15+
16+ - \[ Bug\] : is\_ virtual yields true on OpenBSD inside QEMU/Cloud hypervisors [ \# 61] ( https://github.com/OpenVoxProject/openfact/issues/61 )
17+ - Fix Solaris processors regex [ \# 66] ( https://github.com/OpenVoxProject/openfact/pull/66 ) ([ ekohl] ( https://github.com/ekohl ) )
18+ - Detect QEMU and Yandex hypervisors to yield correct {is\_ ,}virtual facts [ \# 62] ( https://github.com/OpenVoxProject/openfact/pull/62 ) ([ klemensn] ( https://github.com/klemensn ) )
19+
520## [ 5.2.1] ( https://github.com/openvoxproject/openfact/tree/5.2.1 ) (2025-12-15)
621
722[ Full Changelog] ( https://github.com/openvoxproject/openfact/compare/5.2.0...5.2.1 )
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Facter
4- VERSION = '5.2.1 ' unless defined? ( VERSION )
4+ VERSION = '5.3.0 ' unless defined? ( VERSION )
55end
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
55
66Gem ::Specification . new do |spec |
77 spec . name = 'openfact'
8- spec . version = '5.2.1 '
8+ spec . version = '5.3.0 '
99 spec . authors = [ 'OpenVox Project' ]
1010 spec . email = [ 'openvox@voxpupuli.org' ]
1111 spec . homepage = 'https://github.com/OpenVoxProject/openfact/'
You can’t perform that action at this time.
0 commit comments