chore(deps): update chef dependencies (major) #19

Closed
Renovate-Bot wants to merge 1 commit from renovate/major-chef-dependencies into main
Member

This PR contains the following updates:

Package Change Age Confidence
bson (source, changelog) 4.15.05.2.0 age confidence
cookstyle (changelog) 7.32.88.5.3 age confidence
inspec-bin (source) "~> 5""~> 7" age confidence
minitest (source, changelog) "~> 5.16", ">= 5.16.3""~> 6.0", ">= 6.0.1" age confidence
ohai 18.2.619.1.16 age confidence
rdoc (source, changelog) "~> 6.4.1""~> 7.1.0" age confidence

Release Notes

mongodb/bson-ruby (bson)

v5.2.0: 5.2.0

Compare Source

The MongoDB Ruby team is pleased to announce version 5.2.0 of the bson gem - a fully featured BSON specification implementation in Ruby. This is a new minor release in the 5.x series of BSON for Ruby.

Install this release using RubyGems via the command line as follows:

gem install -v 5.2.0 bson

Or simply add it to your Gemfile:

gem 'bson', '5.2.0'

Have any feedback? Click on through to MongoDB's JIRA and open a new ticket to let us know what's on your mind 🧠.

New Features

v5.1.1: 5.1.1

Compare Source

The MongoDB Ruby team is pleased to announce version 5.1.1 of the bson gem - a fully featured BSON specification implementation in Ruby. This is a new patch release in the 5.1.x series of BSON for Ruby.

This release only corrects an issue with the JRuby version of the gem, where the gem was missing a pre-built jar file. It is otherwise identical to the 5.1.0 release.

Install this release using RubyGems via the command line as follows:

gem install -v 5.1.1 bson

Or simply add it to your Gemfile:

gem 'bson', '5.1.1'

Have any feedback? Click on through to MongoDB's JIRA and open a new ticket to let us know what's on your mind 🧠.

v5.1.0: 5.1.0

Compare Source

The MongoDB Ruby team is pleased to announce version 5.1.0 of the bson gem - a fully featured BSON specification implementation in Ruby.

Install this release using RubyGems via the command line as follows:

gem install -v 5.1.0 bson

or simply add it to your Gemfile:

gem 'bson', '5.1.0'

Have any feedback? Click on through to MongoDB's JIRA and open a new ticket to let us know what's on your mind 🧠.

Release Notes

New Features

  • RUBY-3521 Add binary vector support (PR)
  • Warn on BSON::Document#deep_symbolize_keys! (PR)

Bug Fixes

  • TEST: explicitly require stringio (PR)
  • RUBY-3665 - Fix Rubocop (PR)
  • Update bson-ruby.yml workflow (PR)
  • RUBY-3675 Use append_cflags over modifying CFLAGS directly (PR)

v5.0.2: 5.0.2

Compare Source

Version 5.0.2 of BSON for Ruby is now available.

Release Highlights

This patch release contains an important bugfix, therefore an upgrade from the previous version is strongly recommended.

Documentation

Documentation is available at MongoDB.com.

Installation

You may install this version via RubyGems, with:

gem install --version 5.0.2 bson

What's Changed

New Contributors

Full Changelog: https://github.com/mongodb/bson-ruby/compare/v5.0.1...v5.0.2

v5.0.1: 5.0.1

Compare Source

[!CAUTION]
bson 5.0.1 can potentially segfault when creating a new BSON::ObjectId (see RUBY-3557). This has been addressed in 5.0.2.

Version 5.0.1 of BSON for Ruby is now available.

Release Highlights

  • RUBY-3435 Dates beyond 19 Jan 2038 were not representable in an ObjectID, but should have been.
  • RUBY-3508 Certain malformed BSON packets could result in crashes when attempting to parse them.
  • DOP-4704 Documentation sources have been moved to a separate repository. Please see https://github.com/mongodb/docs-ruby if you wish to contribute to the documentation for bson-ruby.

Documentation

Documentation is available at MongoDB.com.

Installation

You may install this version via RubyGems, with:

$ gem install --version 5.0.1 bson

Full Changelog: https://github.com/mongodb/bson-ruby/compare/v5.0.0...v5.0.1

v5.0.0: 5.0.0

Compare Source

This major release of the BSON ruby library includes the following changes:

  • RUBY-1114 "JRuby Driver and Java Driver Libraries are incompatible" -- JRuby package name changed to org.bson_ruby (implementation detail -- JRuby programs should be using 'require "bson"' instead of importing these packages directly)
  • RUBY-1410 "Implement ObjectID spec" -- brings bson-ruby into full spec compliance with ObjectID generation
  • RUBY-1806 "Create an exception hierarchy" -- errors raised by the library are now descended from BSON::Error
  • RUBY-2056 "Allow all subtype values in BSON::Binary" -- BSON::Binary now accepts both symbols and integers as subtypes
  • RUBY-2783 "Return a String without '$oid' from BSON::ObjectId#as_json and #to_json"
  • RUBY-2810 "Make as_json serializations user-friendly for numeric types"
  • RUBY-2846 "Add _bson_to_i method to ActiveSupport::TimeWithZone class."
  • RUBY-2867 "Change Decimal128 to deserialize to BigDecimal by default"
  • RUBY-3101 "Prohibit integer options in BSON::Regexp::Raw constructor" -- BSON::Regexp::Raw no longer accepts integers as options
  • RUBY-3109 "Remove all references to dots and dollars in BSON" -- removes "validating_keys" from the API
  • RUBY-3116 "Investigate leftover code for Rexgexp integer options"
  • RUBY-3137 "Use SecureRandom to initialize ObjectId counter"
  • RUBY-3140 "BSON::Decimal128 should support #to_d"
  • RUBY-3306 "Investigate using Ruby's internal random utility instead of rand for ObjectId's" -- now using SecureRandom internally to generate the random portions of BSON::ObjectID's.
  • RUBY-3309 "Add BSON Binary Data subtype Sensitive"

The following minor/internal changes are also included:

  • RUBY-1168 "Correct BSON corpus Decimal128 test failures"
  • RUBY-2655 "Set up build pipeline for outside contributors"
  • RUBY-2777 "Regex decoding error tests in top.json have unexpected, invalid syntax"
  • RUBY-2942 "Update docs.mongodb.com links in source, API & Reference documentation"
  • RUBY-3139 "Update Gem::Specification with MongoDB Ruby Team Info"
  • RUBY-3228 "[BSON] Various warnings"
chef/cookstyle (cookstyle)

v8.5.3

Compare Source

Merged Pull Requests
Changes not yet released to rubygems.org
Merged Pull Requests

v8.5.2

Compare Source

Merged Pull Requests
Changes not yet released to rubygems.org
Merged Pull Requests

v8.5.0

Compare Source

Merged Pull Requests
Changes not yet released to rubygems.org
Merged Pull Requests

v8.4.0

Compare Source

Merged Pull Requests
Changes not yet released to rubygems.org
Merged Pull Requests

v8.3.0

Compare Source

Merged Pull Requests
Changes not yet released to rubygems.org
Merged Pull Requests

v8.2.1

Compare Source

Merged Pull Requests
Changes not yet released to rubygems.org
Merged Pull Requests

v8.1.4

Compare Source

Merged Pull Requests
Changes not yet released to rubygems.org
Merged Pull Requests

v8.1.3

Compare Source

Merged Pull Requests
Changes not yet released to rubygems.org
Merged Pull Requests

v8.1.2

Compare Source

Merged Pull Requests
Changes not yet released to rubygems.org
Merged Pull Requests

v8.1.1

Compare Source

Merged Pull Requests
Changes not yet released to rubygems.org
Merged Pull Requests

v8.0.0

Compare Source

Merged Pull Requests
Changes not yet released to rubygems.org
Merged Pull Requests
inspec/inspec (inspec-bin)

v7.0.95: Chef InSpec v7.0.95

Compare Source

v7.0.95 (2025-10-16)

Merged Pull Requests

v6.8.24

Compare Source

Merged Pull Requests
  • Fix license server URL override issue by prioritizing environment-set value #​7203 (ahasunos)
  • CHEF-15651: Introduce --legacy flag for compatibility in inspec automate upload with legacy checks and export options #​7200 (ahasunos)
  • CHEF-11226: Upgrade Ruby and Ruby Dev Kit to 3.1.6 due to outdated embedded Perl version in 3.1.2 #​7174 (ahasunos)
  • CHEF-12173: Update regular expression to fix warnings detected by CodeQL #​7222 (ahasunos)
  • CHEF-16823: Introduce deprecation warning for core resources moving to resource packs in InSpec 7 #​7219 (ahasunos)
  • Improvements in error handling of plugin installation error #​7161 (Nik08)
  • Bump ffi from 1.17.0 to 1.17.1 in /omnibus #​7251 (dependabot[bot])
  • Bump rexml from 3.3.3 to 3.3.9 in /omnibus #​7199 (dependabot[bot])
  • To Fix OpenSSL 3.2.0 gem issue #​7267 (poorndm)
  • CHEF-18596 Fix code scanning alert no. 63: Use of a broken or weak cryptographic hashing algorithm on sensitive data #​7261 (sathish-progress)
  • CHEF-18596 Fix code scanning alert no. 62: Request without certificate validation #​7260 (sathish-progress)
  • CHEF-16676-Bug fix for spl character password #​7277 (balasubramanian-s)
  • Revert "CHEF-18596 Fix code scanning alert no. 62: Request without certificate validation" #​7280 (Nik08)

v6.8.11

Compare Source

Merged Pull Requests

v6.8.1

Compare Source

Merged Pull Requests

v6.6.0

Compare Source

Merged Pull Requests

v5.23.6: Chef InSpec v5.23.6

Compare Source

v5.23.6 (2025-09-23)

Merged Pull Requests

v5.22.95: Chef InSpec v5.22.95

Compare Source

v5.22.95 (2025-08-05)

Merged Pull Requests

v5.22.80: Chef InSpec v5.22.80

Compare Source

v5.22.80 (2025-05-07)

Merged Pull Requests
  • remove mac 11 from inspec-5 as its EOL and update 12 as builder #​7331 (muthuja)
  • Backport: CHEF-20111: Fix inspec check for a profile with only comments or empty file #​7334 (ahasunos)
  • CHEF-18044 Waiver error handling fixes #​7339 (Nik08)
  • Backport - CHEF-15789 - Improve error handling for audit_policy resource #​7336 (ahasunos)
  • Version pinned byebug for supporting Ruby 3.0.0 #​7350 (Nik08)
  • Backports: CHEF-3849: InSpec should exit quickly and clearly if waiver file is malformed/corrupt #​7345 (Nik08)
  • Pinned version of train kubernetes for 3.0 support #​7358 (Nik08)
  • Bump omnibus-software from 3b903b2 to 6961522 in /omnibus #​7357 (dependabot[bot])
  • Version pinned train and train winrm #​7360 (Nik08)

v5.22.72: Chef InSpec v5.22.72

Compare Source

v5.22.72 (2025-03-05)

Merged Pull Requests

v5.22.65: Chef InSpec v5.22.65

Compare Source

v5.22.65 (2024-12-13)

Merged Pull Requests

v5.22.58: Chef InSpec v5.22.58

Compare Source

v5.22.58 (2024-09-03)

Merged Pull Requests

v5.22.55: Chef InSpec v5.22.55

Compare Source

v5.22.55 (2024-08-05)

Merged Pull Requests

v5.22.50: Chef InSpec v5.22.50

Compare Source

v5.22.50 (2024-05-22)

Merged Pull Requests

v5.22.40: Chef InSpec v5.22.40

Compare Source

v5.22.40 (2024-01-24)

Merged Pull Requests
  • Backport 6914 - CHEF-8990 Remove dependency on active-support function blank? #​6916 (Nik08)
  • Backport 6919 - CHEF-4191 Waivers backward compatibility support with Chef Client #​6920 (Nik08)
  • Backport-6912 CHEF-4442 Streaming reporter fix to capture progress correctly #​6936 (Nik08)
  • Bump omnibus from 82dae89 to 16e27f6 in /omnibus #​6932 (dependabot[bot])
  • Backport 6911 - Set GitHub labeler action version #​6937 (Nik08)
  • Bump omnibus-software from 4fef367 to 86649fa in /omnibus #​6941 (dependabot[bot])
  • Backport 6924 CHEF-3164 Unit tests for enhanced outcomes #​6935 (Nik08)
  • Backport 6933 - CHEF-3166 Unit tests added for IAF file #​6934 (Nik08)

v5.22.36: Chef InSpec v5.22.36

Compare Source

v5.22.36 (2023-11-14)

Merged Pull Requests

v5.22.29: Chef InSpec v5.22.29

Compare Source

v5.22.29 (2023-10-31)

Merged Pull Requests

v5.22.3

Compare Source

Merged Pull Requests
minitest/minitest (minitest)

v6.0.1

Compare Source

v6.0.0

Compare Source

chef/ohai (ohai)

v19.1.16

Compare Source

Merged Pull Requests

v19.0.3

Compare Source

Merged Pull Requests
Changes not yet released to rubygems.org
Merged Pull Requests

v18.2.8

Compare Source

v18.2.7

Compare Source

ruby/rdoc (rdoc)

v7.1.0

Compare Source

What's Changed

Enhancements
🐛 Bug Fixes
📚 Documentation
🛠 Other Changes

Full Changelog: https://github.com/ruby/rdoc/compare/v7.0.3...v7.1.0

v7.0.3

Compare Source

What's Changed

🐛 Bug Fixes
📚 Documentation
🛠 Other Changes

Full Changelog: https://github.com/ruby/rdoc/compare/v7.0.2...v7.0.3

v7.0.2

Compare Source

What's Changed

🐛 Bug Fixes
🛠 Other Changes

Full Changelog: https://github.com/ruby/rdoc/compare/v7.0.1...v7.0.2

v7.0.1

Compare Source

What's Changed

🐛 Bug Fixes
🛠 Other Changes

Full Changelog: https://github.com/ruby/rdoc/compare/v7.0.0...v7.0.1

v7.0.0

Compare Source

What's Changed

Enhancements
🐛 Bug Fixes
📚 Documentation
🛠 Other Changes

New Contributors

Full Changelog: https://github.com/ruby/rdoc/compare/v6.17.0...v7.0.0

v6.17.0

Compare Source

What's Changed

Enhancements
🐛 Bug Fixes
🛠 Other Changes

New Contributors

Full Changelog: https://github.com/ruby/rdoc/compare/v6.16.1...v6.17.0

v6.16.1

Compare Source

What's Changed

Enhancements

Full Changelog: https://github.com/ruby/rdoc/compare/v6.16.0...v6.16.1

v6.16.0

Compare Source

What's Changed

Enhancements
🐛 Bug Fixes
🛠 Other Changes

Full Changelog: https://github.com/ruby/rdoc/compare/v6.15.1...v6.16.0

v6.15.1

Compare Source

What's Changed

🐛 Bug Fixes
📚 Documentation
🛠 Other Changes

Full Changelog: https://github.com/ruby/rdoc/compare/v6.15.0...v6.15.1

v6.15.0

Compare Source

What's Changed

Enhancements
🐛 Bug Fixes
📚 Documentation
🛠 Other Changes

New Contributors

Full Changelog: https://github.com/ruby/rdoc/compare/v6.14.2...v6.15.0

v6.14.2

Compare Source

What's Changed

🐛 Bug Fixes
🛠 Other Changes

Full Changelog: https://github.com/ruby/rdoc/compare/v6.14.0...v6.14.2

v6.14.1

Compare Source

What's Changed

🛠 Other Changes

Full Changelog: https://github.com/ruby/rdoc/compare/v6.14.0...v6.14.1

v6.14.0

Compare Source

What's Changed

Enhancements
🐛 Bug Fixes
🛠 Other Changes

Full Changelog: https://github.com/ruby/rdoc/compare/v6.13.1...v6.14.0

v6.13.1

Compare Source

What's Changed

Enhancements
🛠 Other Changes

Full Changelog: https://github.com/ruby/rdoc/compare/v6.13.0...v6.13.1

v6.13.0

Compare Source

What's Changed

Enhancements
🐛 Bug Fixes
📚 Documentation
🛠 Other Changes

New Contributors

Full Changelog: https://github.com/ruby/rdoc/compare/v6.12.0...v6.13.0

v6.12.0

Compare Source

What's Changed

Enhancements
  • Display main page's Table of Contents when viewed from the index page by @​st0012 in #​1250
🐛 Bug Fixes
  • Stop accepting Document objects as CodeObject#comment by @​tompng in #​1210
  • Reduce document difference between RDoc::Parser::Ruby and RDoc::Parser::PrismRuby by @​tompng in #​1284
🛠 Other Changes

Full Changelog: https://github.com/ruby/rdoc/compare/v6.11.0...v6.12.0

v6.11.0

Compare Source

What's Changed

Enhancements
🐛 Bug Fixes
📚 Documentation
🛠 Other Changes

Full Changelog: https://github.com/ruby/rdoc/compare/v6.10.0...v6.11.0

v6.10.0

Compare Source

What's Changed

Enhancements
🐛 Bug Fixes
🛠 Other Changes

Full Changelog: https://github.com/ruby/rdoc/compare/v6.9.1...v6.10.0

v6.9.1

Compare Source

What's Changed

🐛 Bug Fixes
📚 Documentation

New Contributors

Full Changelog: https://github.com/ruby/rdoc/compare/v6.9.0...v6.9.1

v6.9.0

Compare Source

What's Changed

Enhancements
🐛 Bug Fixes
🛠 Other Changes

Full Changelog: https://github.com/ruby/rdoc/compare/v6.8.1...v6.9.0

v6.8.1

Compare Source

What's Changed

🐛 Bug Fixes

New Contributors

Full Changelog: https://github.com/ruby/rdoc/compare/v6.8.0...v6.8.1

v6.8.0

Compare Source

What's Changed

Enhancements
🐛 Bug Fixes
📚 Documentation
🛠 Other Changes

New Contributors

Full Changelog: https://github.com/ruby/rdoc/compare/v6.7.0...v6.8.0

v6.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/ruby/rdoc/compare/v6.6.3.1...v6.7.0

v6.6.3.1

Compare Source

v6.6.2

Compare Source

What's Changed

Full Changelog: https://github.com/ruby/rdoc/compare/v6.6.1...v6.6.2

v6.6.1

Compare Source

What's Changed

Full Changelog: https://github.com/ruby/rdoc/compare/v6.6.0...v6.6.1

v6.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/ruby/rdoc/compare/v6.5.0...v6.6.0

v6.5.1.1

Compare Source

v6.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/ruby/rdoc/compare/v6.4.0...v6.5.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [bson](https://www.mongodb.com/docs/ruby-driver/current/tutorials/bson-v4/) ([source](https://github.com/mongodb/bson-ruby), [changelog](https://github.com/mongodb/bson-ruby/releases)) | `4.15.0` → `5.2.0` | ![age](https://developer.mend.io/api/mc/badges/age/rubygems/bson/5.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/bson/4.15.0/5.2.0?slim=true) | | [cookstyle](https://github.com/chef/cookstyle) ([changelog](https://github.com/chef/cookstyle/blob/main/CHANGELOG.md)) | `7.32.8` → `8.5.3` | ![age](https://developer.mend.io/api/mc/badges/age/rubygems/cookstyle/8.5.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/cookstyle/7.32.8/8.5.3?slim=true) | | [inspec-bin](https://github.com/inspec/inspec/tree/main/inspec-bin) ([source](https://github.com/inspec/inspec)) | `"~> 5"` → `"~> 7"` | ![age](https://developer.mend.io/api/mc/badges/age/rubygems/inspec-bin/7.0.95?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/inspec-bin/5.21.29/7.0.95?slim=true) | | [minitest](https://minite.st/) ([source](https://github.com/minitest/minitest), [changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)) | `"~> 5.16", ">= 5.16.3"` → `"~> 6.0", ">= 6.0.1"` | ![age](https://developer.mend.io/api/mc/badges/age/rubygems/minitest/6.0.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/minitest/5.27.0/6.0.1?slim=true) | | [ohai](https://github.com/chef/ohai) | `18.2.6` → `19.1.16` | ![age](https://developer.mend.io/api/mc/badges/age/rubygems/ohai/19.1.16?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/ohai/18.2.6/19.1.16?slim=true) | | [rdoc](https://ruby.github.io/rdoc) ([source](https://github.com/ruby/rdoc), [changelog](https://github.com/ruby/rdoc/releases)) | `"~> 6.4.1"` → `"~> 7.1.0"` | ![age](https://developer.mend.io/api/mc/badges/age/rubygems/rdoc/7.1.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/rdoc/6.4.1.1/7.1.0?slim=true) | --- ### Release Notes <details> <summary>mongodb/bson-ruby (bson)</summary> ### [`v5.2.0`](https://github.com/mongodb/bson-ruby/releases/tag/v5.2.0): 5.2.0 [Compare Source](https://github.com/mongodb/bson-ruby/compare/v5.1.1...v5.2.0) The MongoDB Ruby team is pleased to announce version 5.2.0 of the `bson` gem - a fully featured [BSON specification](https://bsonspec.org/) implementation in Ruby. This is a new minor release in the 5.x series of BSON for Ruby. Install this release using [RubyGems](https://rubygems.org/) via the command line as follows: ``` gem install -v 5.2.0 bson ``` Or simply add it to your `Gemfile`: ``` gem 'bson', '5.2.0' ``` Have any feedback? Click on through to MongoDB's JIRA and [open a new ticket](https://jira.mongodb.org/projects/RUBY) to let us know what's on your mind 🧠. ### New Features - [RUBY-3651](https://jira.mongodb.org/browse/RUBY-3651) Add support for jruby 10 ([PR](https://github.com/mongodb/bson-ruby/pull/353)) ### [`v5.1.1`](https://github.com/mongodb/bson-ruby/releases/tag/v5.1.1): 5.1.1 [Compare Source](https://github.com/mongodb/bson-ruby/compare/v5.1.0...v5.1.1) The MongoDB Ruby team is pleased to announce version 5.1.1 of the `bson` gem - a fully featured [BSON specification](https://bsonspec.org/) implementation in Ruby. This is a new patch release in the 5.1.x series of BSON for Ruby. This release only corrects an issue with the JRuby version of the gem, where the gem was missing a pre-built jar file. It is otherwise identical to the [5.1.0 release](https://github.com/mongodb/bson-ruby/releases/tag/v5.1.0). Install this release using [RubyGems](https://rubygems.org/) via the command line as follows: ``` gem install -v 5.1.1 bson ``` Or simply add it to your `Gemfile`: ``` gem 'bson', '5.1.1' ``` Have any feedback? Click on through to MongoDB's JIRA and [open a new ticket](https://jira.mongodb.org/projects/RUBY) to let us know what's on your mind 🧠. ### [`v5.1.0`](https://github.com/mongodb/bson-ruby/releases/tag/v5.1.0): 5.1.0 [Compare Source](https://github.com/mongodb/bson-ruby/compare/v5.0.2...v5.1.0) The MongoDB Ruby team is pleased to announce version 5.1.0 of the `bson` gem - a fully featured [BSON specification](https://bsonspec.org/) implementation in Ruby. Install this release using [RubyGems](https://rubygems.org/) via the command line as follows: ``` gem install -v 5.1.0 bson ``` or simply add it to your `Gemfile`: ``` gem 'bson', '5.1.0' ``` Have any feedback? Click on through to MongoDB's JIRA and [open a new ticket](https://jira.mongodb.org/projects/RUBY) to let us know what's on your mind 🧠. ### Release Notes #### New Features - [RUBY-3521](https://jira.mongodb.org/browse/RUBY-3521) Add binary vector support ([PR](https://github.com/mongodb/bson-ruby/pull/344)) - Warn on `BSON::Document#deep_symbolize_keys!` ([PR](https://github.com/mongodb/bson-ruby/pull/346)) #### Bug Fixes - TEST: explicitly require stringio ([PR](https://github.com/mongodb/bson-ruby/pull/340)) - [RUBY-3665](https://jira.mongodb.org/browse/RUBY-3665) - Fix Rubocop ([PR](https://github.com/mongodb/bson-ruby/pull/349)) - Update bson-ruby.yml workflow ([PR](https://github.com/mongodb/bson-ruby/pull/354)) - [RUBY-3675](https://jira.mongodb.org/browse/RUBY-3675) Use `append_cflags` over modifying CFLAGS directly ([PR](https://github.com/mongodb/bson-ruby/pull/355)) ### [`v5.0.2`](https://github.com/mongodb/bson-ruby/releases/tag/v5.0.2): 5.0.2 [Compare Source](https://github.com/mongodb/bson-ruby/compare/v5.0.1...v5.0.2) Version 5.0.2 of [BSON for Ruby](https://rubygems.org/gems/bson) is now available. **Release Highlights** This patch release contains an important bugfix, therefore an upgrade from the previous version is strongly recommended. **Documentation** Documentation is available at [MongoDB.com](https://www.mongodb.com/docs/ruby-driver/current/tutorials/bson/). **Installation** You may install this version via RubyGems, with: gem install --version 5.0.2 bson #### What's Changed - RUBY-3533 Make BSON::Binary objects comparable by [@&#8203;jamis](https://github.com/jamis) in [#&#8203;338](https://github.com/mongodb/bson-ruby/pull/338) - RUBY-3551 Add Ruby 3.3 to test matrix by [@&#8203;comandeo-mongo](https://github.com/comandeo-mongo) in [#&#8203;339](https://github.com/mongodb/bson-ruby/pull/339) - RUBY-3557 Mark SecureRandom as Global by [@&#8203;zacheryph](https://github.com/zacheryph) in [#&#8203;341](https://github.com/mongodb/bson-ruby/pull/341) #### New Contributors - [@&#8203;zacheryph](https://github.com/zacheryph) made their first contribution in [#&#8203;341](https://github.com/mongodb/bson-ruby/pull/341) **Full Changelog**: <https://github.com/mongodb/bson-ruby/compare/v5.0.1...v5.0.2> ### [`v5.0.1`](https://github.com/mongodb/bson-ruby/releases/tag/v5.0.1): 5.0.1 [Compare Source](https://github.com/mongodb/bson-ruby/compare/v5.0.0...v5.0.1) > \[!CAUTION] > `bson` 5.0.1 can potentially segfault when creating a new `BSON::ObjectId` (see [RUBY-3557](https://jira.mongodb.org/browse/RUBY-3557)). This has been addressed in [5.0.2](https://github.com/mongodb/bson-ruby/releases/edit/v5.0.1). Version 5.0.1 of [BSON for Ruby](https://rubygems.org/gems/bson) is now available. **Release Highlights** - [RUBY-3435](https://jira.mongodb.org/browse/RUBY-3435) Dates beyond 19 Jan 2038 were not representable in an ObjectID, but should have been. - [RUBY-3508](https://jira.mongodb.org/browse/RUBY-3508) Certain malformed BSON packets could result in crashes when attempting to parse them. - [DOP-4704](https://jira.mongodb.org/browse/DOP-4704) Documentation sources have been moved to a separate repository. Please see <https://github.com/mongodb/docs-ruby> if you wish to contribute to the documentation for bson-ruby. **Documentation** Documentation is available at [MongoDB.com](https://www.mongodb.com/docs/ruby-driver/current/tutorials/bson/). **Installation** You may install this version via RubyGems, with: ``` $ gem install --version 5.0.1 bson ``` **Full Changelog**: <https://github.com/mongodb/bson-ruby/compare/v5.0.0...v5.0.1> ### [`v5.0.0`](https://github.com/mongodb/bson-ruby/releases/tag/v5.0.0): 5.0.0 [Compare Source](https://github.com/mongodb/bson-ruby/compare/v4.15.0...v5.0.0) This major release of the BSON ruby library includes the following changes: - RUBY-1114 "JRuby Driver and Java Driver Libraries are incompatible" -- JRuby package name changed to org.bson\_ruby (implementation detail -- JRuby programs should be using 'require "bson"' instead of importing these packages directly) - RUBY-1410 "Implement ObjectID spec" -- brings bson-ruby into full spec compliance with ObjectID generation - RUBY-1806 "Create an exception hierarchy" -- errors raised by the library are now descended from BSON::Error - RUBY-2056 "Allow all subtype values in BSON::Binary" -- BSON::Binary now accepts both symbols and integers as subtypes - RUBY-2783 "Return a String without '$oid' from BSON::ObjectId#as\_json and #to\_json" - RUBY-2810 "Make as\_json serializations user-friendly for numeric types" - RUBY-2846 "Add \_bson\_to\_i method to ActiveSupport::TimeWithZone class." - RUBY-2867 "Change Decimal128 to deserialize to BigDecimal by default" - RUBY-3101 "Prohibit integer options in BSON::Regexp::Raw constructor" -- BSON::Regexp::Raw no longer accepts integers as options - RUBY-3109 "Remove all references to dots and dollars in BSON" -- removes "validating\_keys" from the API - RUBY-3116 "Investigate leftover code for Rexgexp integer options" - RUBY-3137 "Use SecureRandom to initialize ObjectId counter" - RUBY-3140 "BSON::Decimal128 should support #to\_d" - RUBY-3306 "Investigate using Ruby's internal random utility instead of rand for ObjectId's" -- now using SecureRandom internally to generate the random portions of BSON::ObjectID's. - RUBY-3309 "Add BSON Binary Data subtype Sensitive" The following minor/internal changes are also included: - RUBY-1168 "Correct BSON corpus Decimal128 test failures" - RUBY-2655 "Set up build pipeline for outside contributors" - RUBY-2777 "Regex decoding error tests in top.json have unexpected, invalid syntax" - RUBY-2942 "Update docs.mongodb.com links in source, API & Reference documentation" - RUBY-3139 "Update Gem::Specification with MongoDB Ruby Team Info" - RUBY-3228 "\[BSON] Various warnings" </details> <details> <summary>chef/cookstyle (cookstyle)</summary> ### [`v8.5.3`](https://github.com/chef/cookstyle/blob/HEAD/CHANGELOG.md#v855-2025-12-30) [Compare Source](https://github.com/chef/cookstyle/compare/v8.5.2...v8.5.3) ##### Merged Pull Requests - Fix docs rake task and cop example comments [#&#8203;1041](https://github.com/chef/cookstyle/pull/1041) ([IanMadd](https://github.com/IanMadd)) <!-- latest_release --> <!-- release_rollup since=7.32.8 --> ##### Changes not yet released to rubygems.org ##### Merged Pull Requests - Fix docs rake task and cop example comments [#&#8203;1041](https://github.com/chef/cookstyle/pull/1041) ([IanMadd](https://github.com/IanMadd)) <!-- 8.5.5 --> - Update actions/checkout\@&#8203;v6 [#&#8203;1037](https://github.com/chef/cookstyle/pull/1037) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 8.5.4 --> - Update to RuboCop 1.81.7 [#&#8203;1038](https://github.com/chef/cookstyle/pull/1038) ([tas50](https://github.com/tas50)) <!-- 8.5.3 --> - Update to RuboCop 1.81.6 [#&#8203;1035](https://github.com/chef/cookstyle/pull/1035) ([tas50](https://github.com/tas50)) <!-- 8.5.2 --> - CHEF-24666 - Merge extra top-level docs into README [#&#8203;1024](https://github.com/chef/cookstyle/pull/1024) ([cgunasree08](https://github.com/cgunasree08)) <!-- 8.5.1 --> - Update to Rubocop 1.81 + enable new cop [#&#8203;1034](https://github.com/chef/cookstyle/pull/1034) ([tas50](https://github.com/tas50)) <!-- 8.5.0 --> - Update to RuboCop 1.80.2 [#&#8203;1028](https://github.com/chef/cookstyle/pull/1028) ([tas50](https://github.com/tas50)) <!-- 8.4.4 --> - \[CI] Update Windows runner to 2025 [#&#8203;1032](https://github.com/chef/cookstyle/pull/1032) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 8.4.3 --> - Add myself to codeowners [#&#8203;1033](https://github.com/chef/cookstyle/pull/1033) ([jaymzh](https://github.com/jaymzh)) <!-- 8.4.2 --> - CHEF-25767 - Standardize - Removing SLA from README [#&#8203;1027](https://github.com/chef/cookstyle/pull/1027) ([nandanhegde73](https://github.com/nandanhegde73)) <!-- 8.4.1 --> - Update RuboCop to 1.79.2 + prep release [#&#8203;1026](https://github.com/chef/cookstyle/pull/1026) ([tas50](https://github.com/tas50)) <!-- 8.4.0 --> - Add Chef/Correctness/EmptyResourceGuard cop [#&#8203;1022](https://github.com/chef/cookstyle/pull/1022) ([sumedha-lolur](https://github.com/sumedha-lolur)) <!-- 8.3.1 --> - Update RuboCop to 1.79.1 [#&#8203;1023](https://github.com/chef/cookstyle/pull/1023) ([tas50](https://github.com/tas50)) <!-- 8.3.0 --> - Ruby 3.4 update in cookstyle hab package for windows [#&#8203;1019](https://github.com/chef/cookstyle/pull/1019) ([nikhil2611](https://github.com/nikhil2611)) <!-- 8.2.4 --> - Support private hab bldr of publishing hab pkg and update ruby core package [#&#8203;1017](https://github.com/chef/cookstyle/pull/1017) ([sanjain-progress](https://github.com/sanjain-progress)) <!-- 8.2.3 --> - Fixing habitat test builds by declaring HAB\_ORIGIN after habitat install [#&#8203;1018](https://github.com/chef/cookstyle/pull/1018) ([nikhil2611](https://github.com/nikhil2611)) <!-- 8.2.2 --> - Upgrade RuboCop to 1.77 + enable new cops [#&#8203;1016](https://github.com/chef/cookstyle/pull/1016) ([tas50](https://github.com/tas50)) <!-- 8.2.1 --> - Update to RuboCop 1.76.1 [#&#8203;1015](https://github.com/chef/cookstyle/pull/1015) ([tas50](https://github.com/tas50)) <!-- 8.2.0 --> - Habitat authentication token [#&#8203;1014](https://github.com/chef/cookstyle/pull/1014) ([borisicbs](https://github.com/borisicbs)) <!-- 8.1.6 --> - Update RuboCop to 1.75.8 [#&#8203;1013](https://github.com/chef/cookstyle/pull/1013) ([tas50](https://github.com/tas50)) <!-- 8.1.5 --> - Updating version to 8.1.3 [#&#8203;1011](https://github.com/chef/cookstyle/pull/1011) ([johnmccrae](https://github.com/johnmccrae)) <!-- 8.1.4 --> - Update RuboCop to 1.75.6 [#&#8203;1010](https://github.com/chef/cookstyle/pull/1010) ([tas50](https://github.com/tas50)) <!-- 8.1.3 --> - Update RuboCop to 1.75.5 [#&#8203;1009](https://github.com/chef/cookstyle/pull/1009) ([tas50](https://github.com/tas50)) <!-- 8.1.2 --> - correcting habitat plan [#&#8203;1007](https://github.com/chef/cookstyle/pull/1007) ([johnmccrae](https://github.com/johnmccrae)) <!-- 8.1.1 --> - Update RuboCop to 1.75.3 [#&#8203;1006](https://github.com/chef/cookstyle/pull/1006) ([tas50](https://github.com/tas50)) <!-- 8.1.0 --> - Remove extra deps we no longer need [#&#8203;1005](https://github.com/chef/cookstyle/pull/1005) ([tas50](https://github.com/tas50)) <!-- 8.0.2 --> - Added support for Ruby 3.4 [#&#8203;1004](https://github.com/chef/cookstyle/pull/1004) ([ashiqueps](https://github.com/ashiqueps)) <!-- 8.0.1 --> - Upgrade RuboCop to 1.75.2 + enable new cops [#&#8203;984](https://github.com/chef/cookstyle/pull/984) ([tas50](https://github.com/tas50)) <!-- 8.0.0 --> - make pipelines public: habitat/test [#&#8203;1002](https://github.com/chef/cookstyle/pull/1002) ([jaymzh](https://github.com/jaymzh)) <!-- 7.32.15 --> - Fix commented out cops due to renames [#&#8203;981](https://github.com/chef/cookstyle/pull/981) ([tas50](https://github.com/tas50)) <!-- 7.32.14 --> - Updating configuration for a symantec version promote and publish [#&#8203;999](https://github.com/chef/cookstyle/pull/999) ([nikhil2611](https://github.com/nikhil2611)) <!-- 7.32.13 --> - Test pipeline with empty commit [#&#8203;994](https://github.com/chef/cookstyle/pull/994) ([nikhil2611](https://github.com/nikhil2611)) <!-- 0.1.2 --> - Added pipeline config to build automatically [#&#8203;993](https://github.com/chef/cookstyle/pull/993) ([nikhil2611](https://github.com/nikhil2611)) <!-- 0.1.1 --> - \[CI] Drop EOL rubies [#&#8203;979](https://github.com/chef/cookstyle/pull/979) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 7.32.12 --> - Correct styleguide link for TmpPath [#&#8203;973](https://github.com/chef/cookstyle/pull/973) ([williamtheaker](https://github.com/williamtheaker)) <!-- 7.32.11 --> - Fix [#&#8203;970](https://github.com/chef/cookstyle/issues/970): Add extra stub to pass ConfigValidator [#&#8203;971](https://github.com/chef/cookstyle/pull/971) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 7.32.10 --> - \[[#&#8203;946](https://github.com/chef/cookstyle/issues/946) and [#&#8203;954](https://github.com/chef/cookstyle/issues/954)] Add missing tests [#&#8203;972](https://github.com/chef/cookstyle/pull/972) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 7.32.9 --> <!-- release_rollup --> <!-- latest_stable_release --> ### [`v8.5.2`](https://github.com/chef/cookstyle/blob/HEAD/CHANGELOG.md#v855-2025-12-30) [Compare Source](https://github.com/chef/cookstyle/compare/v8.5.0...v8.5.2) ##### Merged Pull Requests - Fix docs rake task and cop example comments [#&#8203;1041](https://github.com/chef/cookstyle/pull/1041) ([IanMadd](https://github.com/IanMadd)) <!-- latest_release --> <!-- release_rollup since=7.32.8 --> ##### Changes not yet released to rubygems.org ##### Merged Pull Requests - Fix docs rake task and cop example comments [#&#8203;1041](https://github.com/chef/cookstyle/pull/1041) ([IanMadd](https://github.com/IanMadd)) <!-- 8.5.5 --> - Update actions/checkout\@&#8203;v6 [#&#8203;1037](https://github.com/chef/cookstyle/pull/1037) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 8.5.4 --> - Update to RuboCop 1.81.7 [#&#8203;1038](https://github.com/chef/cookstyle/pull/1038) ([tas50](https://github.com/tas50)) <!-- 8.5.3 --> - Update to RuboCop 1.81.6 [#&#8203;1035](https://github.com/chef/cookstyle/pull/1035) ([tas50](https://github.com/tas50)) <!-- 8.5.2 --> - CHEF-24666 - Merge extra top-level docs into README [#&#8203;1024](https://github.com/chef/cookstyle/pull/1024) ([cgunasree08](https://github.com/cgunasree08)) <!-- 8.5.1 --> - Update to Rubocop 1.81 + enable new cop [#&#8203;1034](https://github.com/chef/cookstyle/pull/1034) ([tas50](https://github.com/tas50)) <!-- 8.5.0 --> - Update to RuboCop 1.80.2 [#&#8203;1028](https://github.com/chef/cookstyle/pull/1028) ([tas50](https://github.com/tas50)) <!-- 8.4.4 --> - \[CI] Update Windows runner to 2025 [#&#8203;1032](https://github.com/chef/cookstyle/pull/1032) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 8.4.3 --> - Add myself to codeowners [#&#8203;1033](https://github.com/chef/cookstyle/pull/1033) ([jaymzh](https://github.com/jaymzh)) <!-- 8.4.2 --> - CHEF-25767 - Standardize - Removing SLA from README [#&#8203;1027](https://github.com/chef/cookstyle/pull/1027) ([nandanhegde73](https://github.com/nandanhegde73)) <!-- 8.4.1 --> - Update RuboCop to 1.79.2 + prep release [#&#8203;1026](https://github.com/chef/cookstyle/pull/1026) ([tas50](https://github.com/tas50)) <!-- 8.4.0 --> - Add Chef/Correctness/EmptyResourceGuard cop [#&#8203;1022](https://github.com/chef/cookstyle/pull/1022) ([sumedha-lolur](https://github.com/sumedha-lolur)) <!-- 8.3.1 --> - Update RuboCop to 1.79.1 [#&#8203;1023](https://github.com/chef/cookstyle/pull/1023) ([tas50](https://github.com/tas50)) <!-- 8.3.0 --> - Ruby 3.4 update in cookstyle hab package for windows [#&#8203;1019](https://github.com/chef/cookstyle/pull/1019) ([nikhil2611](https://github.com/nikhil2611)) <!-- 8.2.4 --> - Support private hab bldr of publishing hab pkg and update ruby core package [#&#8203;1017](https://github.com/chef/cookstyle/pull/1017) ([sanjain-progress](https://github.com/sanjain-progress)) <!-- 8.2.3 --> - Fixing habitat test builds by declaring HAB\_ORIGIN after habitat install [#&#8203;1018](https://github.com/chef/cookstyle/pull/1018) ([nikhil2611](https://github.com/nikhil2611)) <!-- 8.2.2 --> - Upgrade RuboCop to 1.77 + enable new cops [#&#8203;1016](https://github.com/chef/cookstyle/pull/1016) ([tas50](https://github.com/tas50)) <!-- 8.2.1 --> - Update to RuboCop 1.76.1 [#&#8203;1015](https://github.com/chef/cookstyle/pull/1015) ([tas50](https://github.com/tas50)) <!-- 8.2.0 --> - Habitat authentication token [#&#8203;1014](https://github.com/chef/cookstyle/pull/1014) ([borisicbs](https://github.com/borisicbs)) <!-- 8.1.6 --> - Update RuboCop to 1.75.8 [#&#8203;1013](https://github.com/chef/cookstyle/pull/1013) ([tas50](https://github.com/tas50)) <!-- 8.1.5 --> - Updating version to 8.1.3 [#&#8203;1011](https://github.com/chef/cookstyle/pull/1011) ([johnmccrae](https://github.com/johnmccrae)) <!-- 8.1.4 --> - Update RuboCop to 1.75.6 [#&#8203;1010](https://github.com/chef/cookstyle/pull/1010) ([tas50](https://github.com/tas50)) <!-- 8.1.3 --> - Update RuboCop to 1.75.5 [#&#8203;1009](https://github.com/chef/cookstyle/pull/1009) ([tas50](https://github.com/tas50)) <!-- 8.1.2 --> - correcting habitat plan [#&#8203;1007](https://github.com/chef/cookstyle/pull/1007) ([johnmccrae](https://github.com/johnmccrae)) <!-- 8.1.1 --> - Update RuboCop to 1.75.3 [#&#8203;1006](https://github.com/chef/cookstyle/pull/1006) ([tas50](https://github.com/tas50)) <!-- 8.1.0 --> - Remove extra deps we no longer need [#&#8203;1005](https://github.com/chef/cookstyle/pull/1005) ([tas50](https://github.com/tas50)) <!-- 8.0.2 --> - Added support for Ruby 3.4 [#&#8203;1004](https://github.com/chef/cookstyle/pull/1004) ([ashiqueps](https://github.com/ashiqueps)) <!-- 8.0.1 --> - Upgrade RuboCop to 1.75.2 + enable new cops [#&#8203;984](https://github.com/chef/cookstyle/pull/984) ([tas50](https://github.com/tas50)) <!-- 8.0.0 --> - make pipelines public: habitat/test [#&#8203;1002](https://github.com/chef/cookstyle/pull/1002) ([jaymzh](https://github.com/jaymzh)) <!-- 7.32.15 --> - Fix commented out cops due to renames [#&#8203;981](https://github.com/chef/cookstyle/pull/981) ([tas50](https://github.com/tas50)) <!-- 7.32.14 --> - Updating configuration for a symantec version promote and publish [#&#8203;999](https://github.com/chef/cookstyle/pull/999) ([nikhil2611](https://github.com/nikhil2611)) <!-- 7.32.13 --> - Test pipeline with empty commit [#&#8203;994](https://github.com/chef/cookstyle/pull/994) ([nikhil2611](https://github.com/nikhil2611)) <!-- 0.1.2 --> - Added pipeline config to build automatically [#&#8203;993](https://github.com/chef/cookstyle/pull/993) ([nikhil2611](https://github.com/nikhil2611)) <!-- 0.1.1 --> - \[CI] Drop EOL rubies [#&#8203;979](https://github.com/chef/cookstyle/pull/979) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 7.32.12 --> - Correct styleguide link for TmpPath [#&#8203;973](https://github.com/chef/cookstyle/pull/973) ([williamtheaker](https://github.com/williamtheaker)) <!-- 7.32.11 --> - Fix [#&#8203;970](https://github.com/chef/cookstyle/issues/970): Add extra stub to pass ConfigValidator [#&#8203;971](https://github.com/chef/cookstyle/pull/971) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 7.32.10 --> - \[[#&#8203;946](https://github.com/chef/cookstyle/issues/946) and [#&#8203;954](https://github.com/chef/cookstyle/issues/954)] Add missing tests [#&#8203;972](https://github.com/chef/cookstyle/pull/972) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 7.32.9 --> <!-- release_rollup --> <!-- latest_stable_release --> ### [`v8.5.0`](https://github.com/chef/cookstyle/blob/HEAD/CHANGELOG.md#v855-2025-12-30) [Compare Source](https://github.com/chef/cookstyle/compare/v8.4.0...v8.5.0) ##### Merged Pull Requests - Fix docs rake task and cop example comments [#&#8203;1041](https://github.com/chef/cookstyle/pull/1041) ([IanMadd](https://github.com/IanMadd)) <!-- latest_release --> <!-- release_rollup since=7.32.8 --> ##### Changes not yet released to rubygems.org ##### Merged Pull Requests - Fix docs rake task and cop example comments [#&#8203;1041](https://github.com/chef/cookstyle/pull/1041) ([IanMadd](https://github.com/IanMadd)) <!-- 8.5.5 --> - Update actions/checkout\@&#8203;v6 [#&#8203;1037](https://github.com/chef/cookstyle/pull/1037) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 8.5.4 --> - Update to RuboCop 1.81.7 [#&#8203;1038](https://github.com/chef/cookstyle/pull/1038) ([tas50](https://github.com/tas50)) <!-- 8.5.3 --> - Update to RuboCop 1.81.6 [#&#8203;1035](https://github.com/chef/cookstyle/pull/1035) ([tas50](https://github.com/tas50)) <!-- 8.5.2 --> - CHEF-24666 - Merge extra top-level docs into README [#&#8203;1024](https://github.com/chef/cookstyle/pull/1024) ([cgunasree08](https://github.com/cgunasree08)) <!-- 8.5.1 --> - Update to Rubocop 1.81 + enable new cop [#&#8203;1034](https://github.com/chef/cookstyle/pull/1034) ([tas50](https://github.com/tas50)) <!-- 8.5.0 --> - Update to RuboCop 1.80.2 [#&#8203;1028](https://github.com/chef/cookstyle/pull/1028) ([tas50](https://github.com/tas50)) <!-- 8.4.4 --> - \[CI] Update Windows runner to 2025 [#&#8203;1032](https://github.com/chef/cookstyle/pull/1032) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 8.4.3 --> - Add myself to codeowners [#&#8203;1033](https://github.com/chef/cookstyle/pull/1033) ([jaymzh](https://github.com/jaymzh)) <!-- 8.4.2 --> - CHEF-25767 - Standardize - Removing SLA from README [#&#8203;1027](https://github.com/chef/cookstyle/pull/1027) ([nandanhegde73](https://github.com/nandanhegde73)) <!-- 8.4.1 --> - Update RuboCop to 1.79.2 + prep release [#&#8203;1026](https://github.com/chef/cookstyle/pull/1026) ([tas50](https://github.com/tas50)) <!-- 8.4.0 --> - Add Chef/Correctness/EmptyResourceGuard cop [#&#8203;1022](https://github.com/chef/cookstyle/pull/1022) ([sumedha-lolur](https://github.com/sumedha-lolur)) <!-- 8.3.1 --> - Update RuboCop to 1.79.1 [#&#8203;1023](https://github.com/chef/cookstyle/pull/1023) ([tas50](https://github.com/tas50)) <!-- 8.3.0 --> - Ruby 3.4 update in cookstyle hab package for windows [#&#8203;1019](https://github.com/chef/cookstyle/pull/1019) ([nikhil2611](https://github.com/nikhil2611)) <!-- 8.2.4 --> - Support private hab bldr of publishing hab pkg and update ruby core package [#&#8203;1017](https://github.com/chef/cookstyle/pull/1017) ([sanjain-progress](https://github.com/sanjain-progress)) <!-- 8.2.3 --> - Fixing habitat test builds by declaring HAB\_ORIGIN after habitat install [#&#8203;1018](https://github.com/chef/cookstyle/pull/1018) ([nikhil2611](https://github.com/nikhil2611)) <!-- 8.2.2 --> - Upgrade RuboCop to 1.77 + enable new cops [#&#8203;1016](https://github.com/chef/cookstyle/pull/1016) ([tas50](https://github.com/tas50)) <!-- 8.2.1 --> - Update to RuboCop 1.76.1 [#&#8203;1015](https://github.com/chef/cookstyle/pull/1015) ([tas50](https://github.com/tas50)) <!-- 8.2.0 --> - Habitat authentication token [#&#8203;1014](https://github.com/chef/cookstyle/pull/1014) ([borisicbs](https://github.com/borisicbs)) <!-- 8.1.6 --> - Update RuboCop to 1.75.8 [#&#8203;1013](https://github.com/chef/cookstyle/pull/1013) ([tas50](https://github.com/tas50)) <!-- 8.1.5 --> - Updating version to 8.1.3 [#&#8203;1011](https://github.com/chef/cookstyle/pull/1011) ([johnmccrae](https://github.com/johnmccrae)) <!-- 8.1.4 --> - Update RuboCop to 1.75.6 [#&#8203;1010](https://github.com/chef/cookstyle/pull/1010) ([tas50](https://github.com/tas50)) <!-- 8.1.3 --> - Update RuboCop to 1.75.5 [#&#8203;1009](https://github.com/chef/cookstyle/pull/1009) ([tas50](https://github.com/tas50)) <!-- 8.1.2 --> - correcting habitat plan [#&#8203;1007](https://github.com/chef/cookstyle/pull/1007) ([johnmccrae](https://github.com/johnmccrae)) <!-- 8.1.1 --> - Update RuboCop to 1.75.3 [#&#8203;1006](https://github.com/chef/cookstyle/pull/1006) ([tas50](https://github.com/tas50)) <!-- 8.1.0 --> - Remove extra deps we no longer need [#&#8203;1005](https://github.com/chef/cookstyle/pull/1005) ([tas50](https://github.com/tas50)) <!-- 8.0.2 --> - Added support for Ruby 3.4 [#&#8203;1004](https://github.com/chef/cookstyle/pull/1004) ([ashiqueps](https://github.com/ashiqueps)) <!-- 8.0.1 --> - Upgrade RuboCop to 1.75.2 + enable new cops [#&#8203;984](https://github.com/chef/cookstyle/pull/984) ([tas50](https://github.com/tas50)) <!-- 8.0.0 --> - make pipelines public: habitat/test [#&#8203;1002](https://github.com/chef/cookstyle/pull/1002) ([jaymzh](https://github.com/jaymzh)) <!-- 7.32.15 --> - Fix commented out cops due to renames [#&#8203;981](https://github.com/chef/cookstyle/pull/981) ([tas50](https://github.com/tas50)) <!-- 7.32.14 --> - Updating configuration for a symantec version promote and publish [#&#8203;999](https://github.com/chef/cookstyle/pull/999) ([nikhil2611](https://github.com/nikhil2611)) <!-- 7.32.13 --> - Test pipeline with empty commit [#&#8203;994](https://github.com/chef/cookstyle/pull/994) ([nikhil2611](https://github.com/nikhil2611)) <!-- 0.1.2 --> - Added pipeline config to build automatically [#&#8203;993](https://github.com/chef/cookstyle/pull/993) ([nikhil2611](https://github.com/nikhil2611)) <!-- 0.1.1 --> - \[CI] Drop EOL rubies [#&#8203;979](https://github.com/chef/cookstyle/pull/979) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 7.32.12 --> - Correct styleguide link for TmpPath [#&#8203;973](https://github.com/chef/cookstyle/pull/973) ([williamtheaker](https://github.com/williamtheaker)) <!-- 7.32.11 --> - Fix [#&#8203;970](https://github.com/chef/cookstyle/issues/970): Add extra stub to pass ConfigValidator [#&#8203;971](https://github.com/chef/cookstyle/pull/971) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 7.32.10 --> - \[[#&#8203;946](https://github.com/chef/cookstyle/issues/946) and [#&#8203;954](https://github.com/chef/cookstyle/issues/954)] Add missing tests [#&#8203;972](https://github.com/chef/cookstyle/pull/972) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 7.32.9 --> <!-- release_rollup --> <!-- latest_stable_release --> ### [`v8.4.0`](https://github.com/chef/cookstyle/blob/HEAD/CHANGELOG.md#v855-2025-12-30) [Compare Source](https://github.com/chef/cookstyle/compare/v8.3.0...v8.4.0) ##### Merged Pull Requests - Fix docs rake task and cop example comments [#&#8203;1041](https://github.com/chef/cookstyle/pull/1041) ([IanMadd](https://github.com/IanMadd)) <!-- latest_release --> <!-- release_rollup since=7.32.8 --> ##### Changes not yet released to rubygems.org ##### Merged Pull Requests - Fix docs rake task and cop example comments [#&#8203;1041](https://github.com/chef/cookstyle/pull/1041) ([IanMadd](https://github.com/IanMadd)) <!-- 8.5.5 --> - Update actions/checkout\@&#8203;v6 [#&#8203;1037](https://github.com/chef/cookstyle/pull/1037) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 8.5.4 --> - Update to RuboCop 1.81.7 [#&#8203;1038](https://github.com/chef/cookstyle/pull/1038) ([tas50](https://github.com/tas50)) <!-- 8.5.3 --> - Update to RuboCop 1.81.6 [#&#8203;1035](https://github.com/chef/cookstyle/pull/1035) ([tas50](https://github.com/tas50)) <!-- 8.5.2 --> - CHEF-24666 - Merge extra top-level docs into README [#&#8203;1024](https://github.com/chef/cookstyle/pull/1024) ([cgunasree08](https://github.com/cgunasree08)) <!-- 8.5.1 --> - Update to Rubocop 1.81 + enable new cop [#&#8203;1034](https://github.com/chef/cookstyle/pull/1034) ([tas50](https://github.com/tas50)) <!-- 8.5.0 --> - Update to RuboCop 1.80.2 [#&#8203;1028](https://github.com/chef/cookstyle/pull/1028) ([tas50](https://github.com/tas50)) <!-- 8.4.4 --> - \[CI] Update Windows runner to 2025 [#&#8203;1032](https://github.com/chef/cookstyle/pull/1032) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 8.4.3 --> - Add myself to codeowners [#&#8203;1033](https://github.com/chef/cookstyle/pull/1033) ([jaymzh](https://github.com/jaymzh)) <!-- 8.4.2 --> - CHEF-25767 - Standardize - Removing SLA from README [#&#8203;1027](https://github.com/chef/cookstyle/pull/1027) ([nandanhegde73](https://github.com/nandanhegde73)) <!-- 8.4.1 --> - Update RuboCop to 1.79.2 + prep release [#&#8203;1026](https://github.com/chef/cookstyle/pull/1026) ([tas50](https://github.com/tas50)) <!-- 8.4.0 --> - Add Chef/Correctness/EmptyResourceGuard cop [#&#8203;1022](https://github.com/chef/cookstyle/pull/1022) ([sumedha-lolur](https://github.com/sumedha-lolur)) <!-- 8.3.1 --> - Update RuboCop to 1.79.1 [#&#8203;1023](https://github.com/chef/cookstyle/pull/1023) ([tas50](https://github.com/tas50)) <!-- 8.3.0 --> - Ruby 3.4 update in cookstyle hab package for windows [#&#8203;1019](https://github.com/chef/cookstyle/pull/1019) ([nikhil2611](https://github.com/nikhil2611)) <!-- 8.2.4 --> - Support private hab bldr of publishing hab pkg and update ruby core package [#&#8203;1017](https://github.com/chef/cookstyle/pull/1017) ([sanjain-progress](https://github.com/sanjain-progress)) <!-- 8.2.3 --> - Fixing habitat test builds by declaring HAB\_ORIGIN after habitat install [#&#8203;1018](https://github.com/chef/cookstyle/pull/1018) ([nikhil2611](https://github.com/nikhil2611)) <!-- 8.2.2 --> - Upgrade RuboCop to 1.77 + enable new cops [#&#8203;1016](https://github.com/chef/cookstyle/pull/1016) ([tas50](https://github.com/tas50)) <!-- 8.2.1 --> - Update to RuboCop 1.76.1 [#&#8203;1015](https://github.com/chef/cookstyle/pull/1015) ([tas50](https://github.com/tas50)) <!-- 8.2.0 --> - Habitat authentication token [#&#8203;1014](https://github.com/chef/cookstyle/pull/1014) ([borisicbs](https://github.com/borisicbs)) <!-- 8.1.6 --> - Update RuboCop to 1.75.8 [#&#8203;1013](https://github.com/chef/cookstyle/pull/1013) ([tas50](https://github.com/tas50)) <!-- 8.1.5 --> - Updating version to 8.1.3 [#&#8203;1011](https://github.com/chef/cookstyle/pull/1011) ([johnmccrae](https://github.com/johnmccrae)) <!-- 8.1.4 --> - Update RuboCop to 1.75.6 [#&#8203;1010](https://github.com/chef/cookstyle/pull/1010) ([tas50](https://github.com/tas50)) <!-- 8.1.3 --> - Update RuboCop to 1.75.5 [#&#8203;1009](https://github.com/chef/cookstyle/pull/1009) ([tas50](https://github.com/tas50)) <!-- 8.1.2 --> - correcting habitat plan [#&#8203;1007](https://github.com/chef/cookstyle/pull/1007) ([johnmccrae](https://github.com/johnmccrae)) <!-- 8.1.1 --> - Update RuboCop to 1.75.3 [#&#8203;1006](https://github.com/chef/cookstyle/pull/1006) ([tas50](https://github.com/tas50)) <!-- 8.1.0 --> - Remove extra deps we no longer need [#&#8203;1005](https://github.com/chef/cookstyle/pull/1005) ([tas50](https://github.com/tas50)) <!-- 8.0.2 --> - Added support for Ruby 3.4 [#&#8203;1004](https://github.com/chef/cookstyle/pull/1004) ([ashiqueps](https://github.com/ashiqueps)) <!-- 8.0.1 --> - Upgrade RuboCop to 1.75.2 + enable new cops [#&#8203;984](https://github.com/chef/cookstyle/pull/984) ([tas50](https://github.com/tas50)) <!-- 8.0.0 --> - make pipelines public: habitat/test [#&#8203;1002](https://github.com/chef/cookstyle/pull/1002) ([jaymzh](https://github.com/jaymzh)) <!-- 7.32.15 --> - Fix commented out cops due to renames [#&#8203;981](https://github.com/chef/cookstyle/pull/981) ([tas50](https://github.com/tas50)) <!-- 7.32.14 --> - Updating configuration for a symantec version promote and publish [#&#8203;999](https://github.com/chef/cookstyle/pull/999) ([nikhil2611](https://github.com/nikhil2611)) <!-- 7.32.13 --> - Test pipeline with empty commit [#&#8203;994](https://github.com/chef/cookstyle/pull/994) ([nikhil2611](https://github.com/nikhil2611)) <!-- 0.1.2 --> - Added pipeline config to build automatically [#&#8203;993](https://github.com/chef/cookstyle/pull/993) ([nikhil2611](https://github.com/nikhil2611)) <!-- 0.1.1 --> - \[CI] Drop EOL rubies [#&#8203;979](https://github.com/chef/cookstyle/pull/979) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 7.32.12 --> - Correct styleguide link for TmpPath [#&#8203;973](https://github.com/chef/cookstyle/pull/973) ([williamtheaker](https://github.com/williamtheaker)) <!-- 7.32.11 --> - Fix [#&#8203;970](https://github.com/chef/cookstyle/issues/970): Add extra stub to pass ConfigValidator [#&#8203;971](https://github.com/chef/cookstyle/pull/971) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 7.32.10 --> - \[[#&#8203;946](https://github.com/chef/cookstyle/issues/946) and [#&#8203;954](https://github.com/chef/cookstyle/issues/954)] Add missing tests [#&#8203;972](https://github.com/chef/cookstyle/pull/972) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 7.32.9 --> <!-- release_rollup --> <!-- latest_stable_release --> ### [`v8.3.0`](https://github.com/chef/cookstyle/blob/HEAD/CHANGELOG.md#v855-2025-12-30) [Compare Source](https://github.com/chef/cookstyle/compare/v8.2.1...v8.3.0) ##### Merged Pull Requests - Fix docs rake task and cop example comments [#&#8203;1041](https://github.com/chef/cookstyle/pull/1041) ([IanMadd](https://github.com/IanMadd)) <!-- latest_release --> <!-- release_rollup since=7.32.8 --> ##### Changes not yet released to rubygems.org ##### Merged Pull Requests - Fix docs rake task and cop example comments [#&#8203;1041](https://github.com/chef/cookstyle/pull/1041) ([IanMadd](https://github.com/IanMadd)) <!-- 8.5.5 --> - Update actions/checkout\@&#8203;v6 [#&#8203;1037](https://github.com/chef/cookstyle/pull/1037) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 8.5.4 --> - Update to RuboCop 1.81.7 [#&#8203;1038](https://github.com/chef/cookstyle/pull/1038) ([tas50](https://github.com/tas50)) <!-- 8.5.3 --> - Update to RuboCop 1.81.6 [#&#8203;1035](https://github.com/chef/cookstyle/pull/1035) ([tas50](https://github.com/tas50)) <!-- 8.5.2 --> - CHEF-24666 - Merge extra top-level docs into README [#&#8203;1024](https://github.com/chef/cookstyle/pull/1024) ([cgunasree08](https://github.com/cgunasree08)) <!-- 8.5.1 --> - Update to Rubocop 1.81 + enable new cop [#&#8203;1034](https://github.com/chef/cookstyle/pull/1034) ([tas50](https://github.com/tas50)) <!-- 8.5.0 --> - Update to RuboCop 1.80.2 [#&#8203;1028](https://github.com/chef/cookstyle/pull/1028) ([tas50](https://github.com/tas50)) <!-- 8.4.4 --> - \[CI] Update Windows runner to 2025 [#&#8203;1032](https://github.com/chef/cookstyle/pull/1032) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 8.4.3 --> - Add myself to codeowners [#&#8203;1033](https://github.com/chef/cookstyle/pull/1033) ([jaymzh](https://github.com/jaymzh)) <!-- 8.4.2 --> - CHEF-25767 - Standardize - Removing SLA from README [#&#8203;1027](https://github.com/chef/cookstyle/pull/1027) ([nandanhegde73](https://github.com/nandanhegde73)) <!-- 8.4.1 --> - Update RuboCop to 1.79.2 + prep release [#&#8203;1026](https://github.com/chef/cookstyle/pull/1026) ([tas50](https://github.com/tas50)) <!-- 8.4.0 --> - Add Chef/Correctness/EmptyResourceGuard cop [#&#8203;1022](https://github.com/chef/cookstyle/pull/1022) ([sumedha-lolur](https://github.com/sumedha-lolur)) <!-- 8.3.1 --> - Update RuboCop to 1.79.1 [#&#8203;1023](https://github.com/chef/cookstyle/pull/1023) ([tas50](https://github.com/tas50)) <!-- 8.3.0 --> - Ruby 3.4 update in cookstyle hab package for windows [#&#8203;1019](https://github.com/chef/cookstyle/pull/1019) ([nikhil2611](https://github.com/nikhil2611)) <!-- 8.2.4 --> - Support private hab bldr of publishing hab pkg and update ruby core package [#&#8203;1017](https://github.com/chef/cookstyle/pull/1017) ([sanjain-progress](https://github.com/sanjain-progress)) <!-- 8.2.3 --> - Fixing habitat test builds by declaring HAB\_ORIGIN after habitat install [#&#8203;1018](https://github.com/chef/cookstyle/pull/1018) ([nikhil2611](https://github.com/nikhil2611)) <!-- 8.2.2 --> - Upgrade RuboCop to 1.77 + enable new cops [#&#8203;1016](https://github.com/chef/cookstyle/pull/1016) ([tas50](https://github.com/tas50)) <!-- 8.2.1 --> - Update to RuboCop 1.76.1 [#&#8203;1015](https://github.com/chef/cookstyle/pull/1015) ([tas50](https://github.com/tas50)) <!-- 8.2.0 --> - Habitat authentication token [#&#8203;1014](https://github.com/chef/cookstyle/pull/1014) ([borisicbs](https://github.com/borisicbs)) <!-- 8.1.6 --> - Update RuboCop to 1.75.8 [#&#8203;1013](https://github.com/chef/cookstyle/pull/1013) ([tas50](https://github.com/tas50)) <!-- 8.1.5 --> - Updating version to 8.1.3 [#&#8203;1011](https://github.com/chef/cookstyle/pull/1011) ([johnmccrae](https://github.com/johnmccrae)) <!-- 8.1.4 --> - Update RuboCop to 1.75.6 [#&#8203;1010](https://github.com/chef/cookstyle/pull/1010) ([tas50](https://github.com/tas50)) <!-- 8.1.3 --> - Update RuboCop to 1.75.5 [#&#8203;1009](https://github.com/chef/cookstyle/pull/1009) ([tas50](https://github.com/tas50)) <!-- 8.1.2 --> - correcting habitat plan [#&#8203;1007](https://github.com/chef/cookstyle/pull/1007) ([johnmccrae](https://github.com/johnmccrae)) <!-- 8.1.1 --> - Update RuboCop to 1.75.3 [#&#8203;1006](https://github.com/chef/cookstyle/pull/1006) ([tas50](https://github.com/tas50)) <!-- 8.1.0 --> - Remove extra deps we no longer need [#&#8203;1005](https://github.com/chef/cookstyle/pull/1005) ([tas50](https://github.com/tas50)) <!-- 8.0.2 --> - Added support for Ruby 3.4 [#&#8203;1004](https://github.com/chef/cookstyle/pull/1004) ([ashiqueps](https://github.com/ashiqueps)) <!-- 8.0.1 --> - Upgrade RuboCop to 1.75.2 + enable new cops [#&#8203;984](https://github.com/chef/cookstyle/pull/984) ([tas50](https://github.com/tas50)) <!-- 8.0.0 --> - make pipelines public: habitat/test [#&#8203;1002](https://github.com/chef/cookstyle/pull/1002) ([jaymzh](https://github.com/jaymzh)) <!-- 7.32.15 --> - Fix commented out cops due to renames [#&#8203;981](https://github.com/chef/cookstyle/pull/981) ([tas50](https://github.com/tas50)) <!-- 7.32.14 --> - Updating configuration for a symantec version promote and publish [#&#8203;999](https://github.com/chef/cookstyle/pull/999) ([nikhil2611](https://github.com/nikhil2611)) <!-- 7.32.13 --> - Test pipeline with empty commit [#&#8203;994](https://github.com/chef/cookstyle/pull/994) ([nikhil2611](https://github.com/nikhil2611)) <!-- 0.1.2 --> - Added pipeline config to build automatically [#&#8203;993](https://github.com/chef/cookstyle/pull/993) ([nikhil2611](https://github.com/nikhil2611)) <!-- 0.1.1 --> - \[CI] Drop EOL rubies [#&#8203;979](https://github.com/chef/cookstyle/pull/979) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 7.32.12 --> - Correct styleguide link for TmpPath [#&#8203;973](https://github.com/chef/cookstyle/pull/973) ([williamtheaker](https://github.com/williamtheaker)) <!-- 7.32.11 --> - Fix [#&#8203;970](https://github.com/chef/cookstyle/issues/970): Add extra stub to pass ConfigValidator [#&#8203;971](https://github.com/chef/cookstyle/pull/971) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 7.32.10 --> - \[[#&#8203;946](https://github.com/chef/cookstyle/issues/946) and [#&#8203;954](https://github.com/chef/cookstyle/issues/954)] Add missing tests [#&#8203;972](https://github.com/chef/cookstyle/pull/972) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 7.32.9 --> <!-- release_rollup --> <!-- latest_stable_release --> ### [`v8.2.1`](https://github.com/chef/cookstyle/blob/HEAD/CHANGELOG.md#v854-2025-12-10) [Compare Source](https://github.com/chef/cookstyle/compare/v8.1.4...v8.2.1) ##### Merged Pull Requests - Update actions/checkout\@&#8203;v6 [#&#8203;1037](https://github.com/chef/cookstyle/pull/1037) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- latest_release --> <!-- release_rollup since=7.32.8 --> ##### Changes not yet released to rubygems.org ##### Merged Pull Requests - Update actions/checkout\@&#8203;v6 [#&#8203;1037](https://github.com/chef/cookstyle/pull/1037) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 8.5.4 --> - Update to RuboCop 1.81.7 [#&#8203;1038](https://github.com/chef/cookstyle/pull/1038) ([tas50](https://github.com/tas50)) <!-- 8.5.3 --> - Update to RuboCop 1.81.6 [#&#8203;1035](https://github.com/chef/cookstyle/pull/1035) ([tas50](https://github.com/tas50)) <!-- 8.5.2 --> - CHEF-24666 - Merge extra top-level docs into README [#&#8203;1024](https://github.com/chef/cookstyle/pull/1024) ([cgunasree08](https://github.com/cgunasree08)) <!-- 8.5.1 --> - Update to Rubocop 1.81 + enable new cop [#&#8203;1034](https://github.com/chef/cookstyle/pull/1034) ([tas50](https://github.com/tas50)) <!-- 8.5.0 --> - Update to RuboCop 1.80.2 [#&#8203;1028](https://github.com/chef/cookstyle/pull/1028) ([tas50](https://github.com/tas50)) <!-- 8.4.4 --> - \[CI] Update Windows runner to 2025 [#&#8203;1032](https://github.com/chef/cookstyle/pull/1032) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 8.4.3 --> - Add myself to codeowners [#&#8203;1033](https://github.com/chef/cookstyle/pull/1033) ([jaymzh](https://github.com/jaymzh)) <!-- 8.4.2 --> - CHEF-25767 - Standardize - Removing SLA from README [#&#8203;1027](https://github.com/chef/cookstyle/pull/1027) ([nandanhegde73](https://github.com/nandanhegde73)) <!-- 8.4.1 --> - Update RuboCop to 1.79.2 + prep release [#&#8203;1026](https://github.com/chef/cookstyle/pull/1026) ([tas50](https://github.com/tas50)) <!-- 8.4.0 --> - Add Chef/Correctness/EmptyResourceGuard cop [#&#8203;1022](https://github.com/chef/cookstyle/pull/1022) ([sumedha-lolur](https://github.com/sumedha-lolur)) <!-- 8.3.1 --> - Update RuboCop to 1.79.1 [#&#8203;1023](https://github.com/chef/cookstyle/pull/1023) ([tas50](https://github.com/tas50)) <!-- 8.3.0 --> - Ruby 3.4 update in cookstyle hab package for windows [#&#8203;1019](https://github.com/chef/cookstyle/pull/1019) ([nikhil2611](https://github.com/nikhil2611)) <!-- 8.2.4 --> - Support private hab bldr of publishing hab pkg and update ruby core package [#&#8203;1017](https://github.com/chef/cookstyle/pull/1017) ([sanjain-progress](https://github.com/sanjain-progress)) <!-- 8.2.3 --> - Fixing habitat test builds by declaring HAB\_ORIGIN after habitat install [#&#8203;1018](https://github.com/chef/cookstyle/pull/1018) ([nikhil2611](https://github.com/nikhil2611)) <!-- 8.2.2 --> - Upgrade RuboCop to 1.77 + enable new cops [#&#8203;1016](https://github.com/chef/cookstyle/pull/1016) ([tas50](https://github.com/tas50)) <!-- 8.2.1 --> - Update to RuboCop 1.76.1 [#&#8203;1015](https://github.com/chef/cookstyle/pull/1015) ([tas50](https://github.com/tas50)) <!-- 8.2.0 --> - Habitat authentication token [#&#8203;1014](https://github.com/chef/cookstyle/pull/1014) ([borisicbs](https://github.com/borisicbs)) <!-- 8.1.6 --> - Update RuboCop to 1.75.8 [#&#8203;1013](https://github.com/chef/cookstyle/pull/1013) ([tas50](https://github.com/tas50)) <!-- 8.1.5 --> - Updating version to 8.1.3 [#&#8203;1011](https://github.com/chef/cookstyle/pull/1011) ([johnmccrae](https://github.com/johnmccrae)) <!-- 8.1.4 --> - Update RuboCop to 1.75.6 [#&#8203;1010](https://github.com/chef/cookstyle/pull/1010) ([tas50](https://github.com/tas50)) <!-- 8.1.3 --> - Update RuboCop to 1.75.5 [#&#8203;1009](https://github.com/chef/cookstyle/pull/1009) ([tas50](https://github.com/tas50)) <!-- 8.1.2 --> - correcting habitat plan [#&#8203;1007](https://github.com/chef/cookstyle/pull/1007) ([johnmccrae](https://github.com/johnmccrae)) <!-- 8.1.1 --> - Update RuboCop to 1.75.3 [#&#8203;1006](https://github.com/chef/cookstyle/pull/1006) ([tas50](https://github.com/tas50)) <!-- 8.1.0 --> - Remove extra deps we no longer need [#&#8203;1005](https://github.com/chef/cookstyle/pull/1005) ([tas50](https://github.com/tas50)) <!-- 8.0.2 --> - Added support for Ruby 3.4 [#&#8203;1004](https://github.com/chef/cookstyle/pull/1004) ([ashiqueps](https://github.com/ashiqueps)) <!-- 8.0.1 --> - Upgrade RuboCop to 1.75.2 + enable new cops [#&#8203;984](https://github.com/chef/cookstyle/pull/984) ([tas50](https://github.com/tas50)) <!-- 8.0.0 --> - make pipelines public: habitat/test [#&#8203;1002](https://github.com/chef/cookstyle/pull/1002) ([jaymzh](https://github.com/jaymzh)) <!-- 7.32.15 --> - Fix commented out cops due to renames [#&#8203;981](https://github.com/chef/cookstyle/pull/981) ([tas50](https://github.com/tas50)) <!-- 7.32.14 --> - Updating configuration for a symantec version promote and publish [#&#8203;999](https://github.com/chef/cookstyle/pull/999) ([nikhil2611](https://github.com/nikhil2611)) <!-- 7.32.13 --> - Test pipeline with empty commit [#&#8203;994](https://github.com/chef/cookstyle/pull/994) ([nikhil2611](https://github.com/nikhil2611)) <!-- 0.1.2 --> - Added pipeline config to build automatically [#&#8203;993](https://github.com/chef/cookstyle/pull/993) ([nikhil2611](https://github.com/nikhil2611)) <!-- 0.1.1 --> - \[CI] Drop EOL rubies [#&#8203;979](https://github.com/chef/cookstyle/pull/979) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 7.32.12 --> - Correct styleguide link for TmpPath [#&#8203;973](https://github.com/chef/cookstyle/pull/973) ([williamtheaker](https://github.com/williamtheaker)) <!-- 7.32.11 --> - Fix [#&#8203;970](https://github.com/chef/cookstyle/issues/970): Add extra stub to pass ConfigValidator [#&#8203;971](https://github.com/chef/cookstyle/pull/971) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 7.32.10 --> - \[[#&#8203;946](https://github.com/chef/cookstyle/issues/946) and [#&#8203;954](https://github.com/chef/cookstyle/issues/954)] Add missing tests [#&#8203;972](https://github.com/chef/cookstyle/pull/972) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 7.32.9 --> <!-- release_rollup --> <!-- latest_stable_release --> ### [`v8.1.4`](https://github.com/chef/cookstyle/blob/HEAD/CHANGELOG.md#v854-2025-12-10) [Compare Source](https://github.com/chef/cookstyle/compare/v8.1.3...v8.1.4) ##### Merged Pull Requests - Update actions/checkout\@&#8203;v6 [#&#8203;1037](https://github.com/chef/cookstyle/pull/1037) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- latest_release --> <!-- release_rollup since=7.32.8 --> ##### Changes not yet released to rubygems.org ##### Merged Pull Requests - Update actions/checkout\@&#8203;v6 [#&#8203;1037](https://github.com/chef/cookstyle/pull/1037) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 8.5.4 --> - Update to RuboCop 1.81.7 [#&#8203;1038](https://github.com/chef/cookstyle/pull/1038) ([tas50](https://github.com/tas50)) <!-- 8.5.3 --> - Update to RuboCop 1.81.6 [#&#8203;1035](https://github.com/chef/cookstyle/pull/1035) ([tas50](https://github.com/tas50)) <!-- 8.5.2 --> - CHEF-24666 - Merge extra top-level docs into README [#&#8203;1024](https://github.com/chef/cookstyle/pull/1024) ([cgunasree08](https://github.com/cgunasree08)) <!-- 8.5.1 --> - Update to Rubocop 1.81 + enable new cop [#&#8203;1034](https://github.com/chef/cookstyle/pull/1034) ([tas50](https://github.com/tas50)) <!-- 8.5.0 --> - Update to RuboCop 1.80.2 [#&#8203;1028](https://github.com/chef/cookstyle/pull/1028) ([tas50](https://github.com/tas50)) <!-- 8.4.4 --> - \[CI] Update Windows runner to 2025 [#&#8203;1032](https://github.com/chef/cookstyle/pull/1032) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 8.4.3 --> - Add myself to codeowners [#&#8203;1033](https://github.com/chef/cookstyle/pull/1033) ([jaymzh](https://github.com/jaymzh)) <!-- 8.4.2 --> - CHEF-25767 - Standardize - Removing SLA from README [#&#8203;1027](https://github.com/chef/cookstyle/pull/1027) ([nandanhegde73](https://github.com/nandanhegde73)) <!-- 8.4.1 --> - Update RuboCop to 1.79.2 + prep release [#&#8203;1026](https://github.com/chef/cookstyle/pull/1026) ([tas50](https://github.com/tas50)) <!-- 8.4.0 --> - Add Chef/Correctness/EmptyResourceGuard cop [#&#8203;1022](https://github.com/chef/cookstyle/pull/1022) ([sumedha-lolur](https://github.com/sumedha-lolur)) <!-- 8.3.1 --> - Update RuboCop to 1.79.1 [#&#8203;1023](https://github.com/chef/cookstyle/pull/1023) ([tas50](https://github.com/tas50)) <!-- 8.3.0 --> - Ruby 3.4 update in cookstyle hab package for windows [#&#8203;1019](https://github.com/chef/cookstyle/pull/1019) ([nikhil2611](https://github.com/nikhil2611)) <!-- 8.2.4 --> - Support private hab bldr of publishing hab pkg and update ruby core package [#&#8203;1017](https://github.com/chef/cookstyle/pull/1017) ([sanjain-progress](https://github.com/sanjain-progress)) <!-- 8.2.3 --> - Fixing habitat test builds by declaring HAB\_ORIGIN after habitat install [#&#8203;1018](https://github.com/chef/cookstyle/pull/1018) ([nikhil2611](https://github.com/nikhil2611)) <!-- 8.2.2 --> - Upgrade RuboCop to 1.77 + enable new cops [#&#8203;1016](https://github.com/chef/cookstyle/pull/1016) ([tas50](https://github.com/tas50)) <!-- 8.2.1 --> - Update to RuboCop 1.76.1 [#&#8203;1015](https://github.com/chef/cookstyle/pull/1015) ([tas50](https://github.com/tas50)) <!-- 8.2.0 --> - Habitat authentication token [#&#8203;1014](https://github.com/chef/cookstyle/pull/1014) ([borisicbs](https://github.com/borisicbs)) <!-- 8.1.6 --> - Update RuboCop to 1.75.8 [#&#8203;1013](https://github.com/chef/cookstyle/pull/1013) ([tas50](https://github.com/tas50)) <!-- 8.1.5 --> - Updating version to 8.1.3 [#&#8203;1011](https://github.com/chef/cookstyle/pull/1011) ([johnmccrae](https://github.com/johnmccrae)) <!-- 8.1.4 --> - Update RuboCop to 1.75.6 [#&#8203;1010](https://github.com/chef/cookstyle/pull/1010) ([tas50](https://github.com/tas50)) <!-- 8.1.3 --> - Update RuboCop to 1.75.5 [#&#8203;1009](https://github.com/chef/cookstyle/pull/1009) ([tas50](https://github.com/tas50)) <!-- 8.1.2 --> - correcting habitat plan [#&#8203;1007](https://github.com/chef/cookstyle/pull/1007) ([johnmccrae](https://github.com/johnmccrae)) <!-- 8.1.1 --> - Update RuboCop to 1.75.3 [#&#8203;1006](https://github.com/chef/cookstyle/pull/1006) ([tas50](https://github.com/tas50)) <!-- 8.1.0 --> - Remove extra deps we no longer need [#&#8203;1005](https://github.com/chef/cookstyle/pull/1005) ([tas50](https://github.com/tas50)) <!-- 8.0.2 --> - Added support for Ruby 3.4 [#&#8203;1004](https://github.com/chef/cookstyle/pull/1004) ([ashiqueps](https://github.com/ashiqueps)) <!-- 8.0.1 --> - Upgrade RuboCop to 1.75.2 + enable new cops [#&#8203;984](https://github.com/chef/cookstyle/pull/984) ([tas50](https://github.com/tas50)) <!-- 8.0.0 --> - make pipelines public: habitat/test [#&#8203;1002](https://github.com/chef/cookstyle/pull/1002) ([jaymzh](https://github.com/jaymzh)) <!-- 7.32.15 --> - Fix commented out cops due to renames [#&#8203;981](https://github.com/chef/cookstyle/pull/981) ([tas50](https://github.com/tas50)) <!-- 7.32.14 --> - Updating configuration for a symantec version promote and publish [#&#8203;999](https://github.com/chef/cookstyle/pull/999) ([nikhil2611](https://github.com/nikhil2611)) <!-- 7.32.13 --> - Test pipeline with empty commit [#&#8203;994](https://github.com/chef/cookstyle/pull/994) ([nikhil2611](https://github.com/nikhil2611)) <!-- 0.1.2 --> - Added pipeline config to build automatically [#&#8203;993](https://github.com/chef/cookstyle/pull/993) ([nikhil2611](https://github.com/nikhil2611)) <!-- 0.1.1 --> - \[CI] Drop EOL rubies [#&#8203;979](https://github.com/chef/cookstyle/pull/979) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 7.32.12 --> - Correct styleguide link for TmpPath [#&#8203;973](https://github.com/chef/cookstyle/pull/973) ([williamtheaker](https://github.com/williamtheaker)) <!-- 7.32.11 --> - Fix [#&#8203;970](https://github.com/chef/cookstyle/issues/970): Add extra stub to pass ConfigValidator [#&#8203;971](https://github.com/chef/cookstyle/pull/971) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 7.32.10 --> - \[[#&#8203;946](https://github.com/chef/cookstyle/issues/946) and [#&#8203;954](https://github.com/chef/cookstyle/issues/954)] Add missing tests [#&#8203;972](https://github.com/chef/cookstyle/pull/972) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 7.32.9 --> <!-- release_rollup --> <!-- latest_stable_release --> ### [`v8.1.3`](https://github.com/chef/cookstyle/blob/HEAD/CHANGELOG.md#v854-2025-12-10) [Compare Source](https://github.com/chef/cookstyle/compare/v8.1.2...v8.1.3) ##### Merged Pull Requests - Update actions/checkout\@&#8203;v6 [#&#8203;1037](https://github.com/chef/cookstyle/pull/1037) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- latest_release --> <!-- release_rollup since=7.32.8 --> ##### Changes not yet released to rubygems.org ##### Merged Pull Requests - Update actions/checkout\@&#8203;v6 [#&#8203;1037](https://github.com/chef/cookstyle/pull/1037) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 8.5.4 --> - Update to RuboCop 1.81.7 [#&#8203;1038](https://github.com/chef/cookstyle/pull/1038) ([tas50](https://github.com/tas50)) <!-- 8.5.3 --> - Update to RuboCop 1.81.6 [#&#8203;1035](https://github.com/chef/cookstyle/pull/1035) ([tas50](https://github.com/tas50)) <!-- 8.5.2 --> - CHEF-24666 - Merge extra top-level docs into README [#&#8203;1024](https://github.com/chef/cookstyle/pull/1024) ([cgunasree08](https://github.com/cgunasree08)) <!-- 8.5.1 --> - Update to Rubocop 1.81 + enable new cop [#&#8203;1034](https://github.com/chef/cookstyle/pull/1034) ([tas50](https://github.com/tas50)) <!-- 8.5.0 --> - Update to RuboCop 1.80.2 [#&#8203;1028](https://github.com/chef/cookstyle/pull/1028) ([tas50](https://github.com/tas50)) <!-- 8.4.4 --> - \[CI] Update Windows runner to 2025 [#&#8203;1032](https://github.com/chef/cookstyle/pull/1032) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 8.4.3 --> - Add myself to codeowners [#&#8203;1033](https://github.com/chef/cookstyle/pull/1033) ([jaymzh](https://github.com/jaymzh)) <!-- 8.4.2 --> - CHEF-25767 - Standardize - Removing SLA from README [#&#8203;1027](https://github.com/chef/cookstyle/pull/1027) ([nandanhegde73](https://github.com/nandanhegde73)) <!-- 8.4.1 --> - Update RuboCop to 1.79.2 + prep release [#&#8203;1026](https://github.com/chef/cookstyle/pull/1026) ([tas50](https://github.com/tas50)) <!-- 8.4.0 --> - Add Chef/Correctness/EmptyResourceGuard cop [#&#8203;1022](https://github.com/chef/cookstyle/pull/1022) ([sumedha-lolur](https://github.com/sumedha-lolur)) <!-- 8.3.1 --> - Update RuboCop to 1.79.1 [#&#8203;1023](https://github.com/chef/cookstyle/pull/1023) ([tas50](https://github.com/tas50)) <!-- 8.3.0 --> - Ruby 3.4 update in cookstyle hab package for windows [#&#8203;1019](https://github.com/chef/cookstyle/pull/1019) ([nikhil2611](https://github.com/nikhil2611)) <!-- 8.2.4 --> - Support private hab bldr of publishing hab pkg and update ruby core package [#&#8203;1017](https://github.com/chef/cookstyle/pull/1017) ([sanjain-progress](https://github.com/sanjain-progress)) <!-- 8.2.3 --> - Fixing habitat test builds by declaring HAB\_ORIGIN after habitat install [#&#8203;1018](https://github.com/chef/cookstyle/pull/1018) ([nikhil2611](https://github.com/nikhil2611)) <!-- 8.2.2 --> - Upgrade RuboCop to 1.77 + enable new cops [#&#8203;1016](https://github.com/chef/cookstyle/pull/1016) ([tas50](https://github.com/tas50)) <!-- 8.2.1 --> - Update to RuboCop 1.76.1 [#&#8203;1015](https://github.com/chef/cookstyle/pull/1015) ([tas50](https://github.com/tas50)) <!-- 8.2.0 --> - Habitat authentication token [#&#8203;1014](https://github.com/chef/cookstyle/pull/1014) ([borisicbs](https://github.com/borisicbs)) <!-- 8.1.6 --> - Update RuboCop to 1.75.8 [#&#8203;1013](https://github.com/chef/cookstyle/pull/1013) ([tas50](https://github.com/tas50)) <!-- 8.1.5 --> - Updating version to 8.1.3 [#&#8203;1011](https://github.com/chef/cookstyle/pull/1011) ([johnmccrae](https://github.com/johnmccrae)) <!-- 8.1.4 --> - Update RuboCop to 1.75.6 [#&#8203;1010](https://github.com/chef/cookstyle/pull/1010) ([tas50](https://github.com/tas50)) <!-- 8.1.3 --> - Update RuboCop to 1.75.5 [#&#8203;1009](https://github.com/chef/cookstyle/pull/1009) ([tas50](https://github.com/tas50)) <!-- 8.1.2 --> - correcting habitat plan [#&#8203;1007](https://github.com/chef/cookstyle/pull/1007) ([johnmccrae](https://github.com/johnmccrae)) <!-- 8.1.1 --> - Update RuboCop to 1.75.3 [#&#8203;1006](https://github.com/chef/cookstyle/pull/1006) ([tas50](https://github.com/tas50)) <!-- 8.1.0 --> - Remove extra deps we no longer need [#&#8203;1005](https://github.com/chef/cookstyle/pull/1005) ([tas50](https://github.com/tas50)) <!-- 8.0.2 --> - Added support for Ruby 3.4 [#&#8203;1004](https://github.com/chef/cookstyle/pull/1004) ([ashiqueps](https://github.com/ashiqueps)) <!-- 8.0.1 --> - Upgrade RuboCop to 1.75.2 + enable new cops [#&#8203;984](https://github.com/chef/cookstyle/pull/984) ([tas50](https://github.com/tas50)) <!-- 8.0.0 --> - make pipelines public: habitat/test [#&#8203;1002](https://github.com/chef/cookstyle/pull/1002) ([jaymzh](https://github.com/jaymzh)) <!-- 7.32.15 --> - Fix commented out cops due to renames [#&#8203;981](https://github.com/chef/cookstyle/pull/981) ([tas50](https://github.com/tas50)) <!-- 7.32.14 --> - Updating configuration for a symantec version promote and publish [#&#8203;999](https://github.com/chef/cookstyle/pull/999) ([nikhil2611](https://github.com/nikhil2611)) <!-- 7.32.13 --> - Test pipeline with empty commit [#&#8203;994](https://github.com/chef/cookstyle/pull/994) ([nikhil2611](https://github.com/nikhil2611)) <!-- 0.1.2 --> - Added pipeline config to build automatically [#&#8203;993](https://github.com/chef/cookstyle/pull/993) ([nikhil2611](https://github.com/nikhil2611)) <!-- 0.1.1 --> - \[CI] Drop EOL rubies [#&#8203;979](https://github.com/chef/cookstyle/pull/979) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 7.32.12 --> - Correct styleguide link for TmpPath [#&#8203;973](https://github.com/chef/cookstyle/pull/973) ([williamtheaker](https://github.com/williamtheaker)) <!-- 7.32.11 --> - Fix [#&#8203;970](https://github.com/chef/cookstyle/issues/970): Add extra stub to pass ConfigValidator [#&#8203;971](https://github.com/chef/cookstyle/pull/971) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 7.32.10 --> - \[[#&#8203;946](https://github.com/chef/cookstyle/issues/946) and [#&#8203;954](https://github.com/chef/cookstyle/issues/954)] Add missing tests [#&#8203;972](https://github.com/chef/cookstyle/pull/972) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 7.32.9 --> <!-- release_rollup --> <!-- latest_stable_release --> ### [`v8.1.2`](https://github.com/chef/cookstyle/blob/HEAD/CHANGELOG.md#v854-2025-12-10) [Compare Source](https://github.com/chef/cookstyle/compare/v8.1.1...v8.1.2) ##### Merged Pull Requests - Update actions/checkout\@&#8203;v6 [#&#8203;1037](https://github.com/chef/cookstyle/pull/1037) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- latest_release --> <!-- release_rollup since=7.32.8 --> ##### Changes not yet released to rubygems.org ##### Merged Pull Requests - Update actions/checkout\@&#8203;v6 [#&#8203;1037](https://github.com/chef/cookstyle/pull/1037) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 8.5.4 --> - Update to RuboCop 1.81.7 [#&#8203;1038](https://github.com/chef/cookstyle/pull/1038) ([tas50](https://github.com/tas50)) <!-- 8.5.3 --> - Update to RuboCop 1.81.6 [#&#8203;1035](https://github.com/chef/cookstyle/pull/1035) ([tas50](https://github.com/tas50)) <!-- 8.5.2 --> - CHEF-24666 - Merge extra top-level docs into README [#&#8203;1024](https://github.com/chef/cookstyle/pull/1024) ([cgunasree08](https://github.com/cgunasree08)) <!-- 8.5.1 --> - Update to Rubocop 1.81 + enable new cop [#&#8203;1034](https://github.com/chef/cookstyle/pull/1034) ([tas50](https://github.com/tas50)) <!-- 8.5.0 --> - Update to RuboCop 1.80.2 [#&#8203;1028](https://github.com/chef/cookstyle/pull/1028) ([tas50](https://github.com/tas50)) <!-- 8.4.4 --> - \[CI] Update Windows runner to 2025 [#&#8203;1032](https://github.com/chef/cookstyle/pull/1032) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 8.4.3 --> - Add myself to codeowners [#&#8203;1033](https://github.com/chef/cookstyle/pull/1033) ([jaymzh](https://github.com/jaymzh)) <!-- 8.4.2 --> - CHEF-25767 - Standardize - Removing SLA from README [#&#8203;1027](https://github.com/chef/cookstyle/pull/1027) ([nandanhegde73](https://github.com/nandanhegde73)) <!-- 8.4.1 --> - Update RuboCop to 1.79.2 + prep release [#&#8203;1026](https://github.com/chef/cookstyle/pull/1026) ([tas50](https://github.com/tas50)) <!-- 8.4.0 --> - Add Chef/Correctness/EmptyResourceGuard cop [#&#8203;1022](https://github.com/chef/cookstyle/pull/1022) ([sumedha-lolur](https://github.com/sumedha-lolur)) <!-- 8.3.1 --> - Update RuboCop to 1.79.1 [#&#8203;1023](https://github.com/chef/cookstyle/pull/1023) ([tas50](https://github.com/tas50)) <!-- 8.3.0 --> - Ruby 3.4 update in cookstyle hab package for windows [#&#8203;1019](https://github.com/chef/cookstyle/pull/1019) ([nikhil2611](https://github.com/nikhil2611)) <!-- 8.2.4 --> - Support private hab bldr of publishing hab pkg and update ruby core package [#&#8203;1017](https://github.com/chef/cookstyle/pull/1017) ([sanjain-progress](https://github.com/sanjain-progress)) <!-- 8.2.3 --> - Fixing habitat test builds by declaring HAB\_ORIGIN after habitat install [#&#8203;1018](https://github.com/chef/cookstyle/pull/1018) ([nikhil2611](https://github.com/nikhil2611)) <!-- 8.2.2 --> - Upgrade RuboCop to 1.77 + enable new cops [#&#8203;1016](https://github.com/chef/cookstyle/pull/1016) ([tas50](https://github.com/tas50)) <!-- 8.2.1 --> - Update to RuboCop 1.76.1 [#&#8203;1015](https://github.com/chef/cookstyle/pull/1015) ([tas50](https://github.com/tas50)) <!-- 8.2.0 --> - Habitat authentication token [#&#8203;1014](https://github.com/chef/cookstyle/pull/1014) ([borisicbs](https://github.com/borisicbs)) <!-- 8.1.6 --> - Update RuboCop to 1.75.8 [#&#8203;1013](https://github.com/chef/cookstyle/pull/1013) ([tas50](https://github.com/tas50)) <!-- 8.1.5 --> - Updating version to 8.1.3 [#&#8203;1011](https://github.com/chef/cookstyle/pull/1011) ([johnmccrae](https://github.com/johnmccrae)) <!-- 8.1.4 --> - Update RuboCop to 1.75.6 [#&#8203;1010](https://github.com/chef/cookstyle/pull/1010) ([tas50](https://github.com/tas50)) <!-- 8.1.3 --> - Update RuboCop to 1.75.5 [#&#8203;1009](https://github.com/chef/cookstyle/pull/1009) ([tas50](https://github.com/tas50)) <!-- 8.1.2 --> - correcting habitat plan [#&#8203;1007](https://github.com/chef/cookstyle/pull/1007) ([johnmccrae](https://github.com/johnmccrae)) <!-- 8.1.1 --> - Update RuboCop to 1.75.3 [#&#8203;1006](https://github.com/chef/cookstyle/pull/1006) ([tas50](https://github.com/tas50)) <!-- 8.1.0 --> - Remove extra deps we no longer need [#&#8203;1005](https://github.com/chef/cookstyle/pull/1005) ([tas50](https://github.com/tas50)) <!-- 8.0.2 --> - Added support for Ruby 3.4 [#&#8203;1004](https://github.com/chef/cookstyle/pull/1004) ([ashiqueps](https://github.com/ashiqueps)) <!-- 8.0.1 --> - Upgrade RuboCop to 1.75.2 + enable new cops [#&#8203;984](https://github.com/chef/cookstyle/pull/984) ([tas50](https://github.com/tas50)) <!-- 8.0.0 --> - make pipelines public: habitat/test [#&#8203;1002](https://github.com/chef/cookstyle/pull/1002) ([jaymzh](https://github.com/jaymzh)) <!-- 7.32.15 --> - Fix commented out cops due to renames [#&#8203;981](https://github.com/chef/cookstyle/pull/981) ([tas50](https://github.com/tas50)) <!-- 7.32.14 --> - Updating configuration for a symantec version promote and publish [#&#8203;999](https://github.com/chef/cookstyle/pull/999) ([nikhil2611](https://github.com/nikhil2611)) <!-- 7.32.13 --> - Test pipeline with empty commit [#&#8203;994](https://github.com/chef/cookstyle/pull/994) ([nikhil2611](https://github.com/nikhil2611)) <!-- 0.1.2 --> - Added pipeline config to build automatically [#&#8203;993](https://github.com/chef/cookstyle/pull/993) ([nikhil2611](https://github.com/nikhil2611)) <!-- 0.1.1 --> - \[CI] Drop EOL rubies [#&#8203;979](https://github.com/chef/cookstyle/pull/979) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 7.32.12 --> - Correct styleguide link for TmpPath [#&#8203;973](https://github.com/chef/cookstyle/pull/973) ([williamtheaker](https://github.com/williamtheaker)) <!-- 7.32.11 --> - Fix [#&#8203;970](https://github.com/chef/cookstyle/issues/970): Add extra stub to pass ConfigValidator [#&#8203;971](https://github.com/chef/cookstyle/pull/971) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 7.32.10 --> - \[[#&#8203;946](https://github.com/chef/cookstyle/issues/946) and [#&#8203;954](https://github.com/chef/cookstyle/issues/954)] Add missing tests [#&#8203;972](https://github.com/chef/cookstyle/pull/972) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 7.32.9 --> <!-- release_rollup --> <!-- latest_stable_release --> ### [`v8.1.1`](https://github.com/chef/cookstyle/blob/HEAD/CHANGELOG.md#v854-2025-12-10) [Compare Source](https://github.com/chef/cookstyle/compare/v8.0.0...v8.1.1) ##### Merged Pull Requests - Update actions/checkout\@&#8203;v6 [#&#8203;1037](https://github.com/chef/cookstyle/pull/1037) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- latest_release --> <!-- release_rollup since=7.32.8 --> ##### Changes not yet released to rubygems.org ##### Merged Pull Requests - Update actions/checkout\@&#8203;v6 [#&#8203;1037](https://github.com/chef/cookstyle/pull/1037) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 8.5.4 --> - Update to RuboCop 1.81.7 [#&#8203;1038](https://github.com/chef/cookstyle/pull/1038) ([tas50](https://github.com/tas50)) <!-- 8.5.3 --> - Update to RuboCop 1.81.6 [#&#8203;1035](https://github.com/chef/cookstyle/pull/1035) ([tas50](https://github.com/tas50)) <!-- 8.5.2 --> - CHEF-24666 - Merge extra top-level docs into README [#&#8203;1024](https://github.com/chef/cookstyle/pull/1024) ([cgunasree08](https://github.com/cgunasree08)) <!-- 8.5.1 --> - Update to Rubocop 1.81 + enable new cop [#&#8203;1034](https://github.com/chef/cookstyle/pull/1034) ([tas50](https://github.com/tas50)) <!-- 8.5.0 --> - Update to RuboCop 1.80.2 [#&#8203;1028](https://github.com/chef/cookstyle/pull/1028) ([tas50](https://github.com/tas50)) <!-- 8.4.4 --> - \[CI] Update Windows runner to 2025 [#&#8203;1032](https://github.com/chef/cookstyle/pull/1032) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 8.4.3 --> - Add myself to codeowners [#&#8203;1033](https://github.com/chef/cookstyle/pull/1033) ([jaymzh](https://github.com/jaymzh)) <!-- 8.4.2 --> - CHEF-25767 - Standardize - Removing SLA from README [#&#8203;1027](https://github.com/chef/cookstyle/pull/1027) ([nandanhegde73](https://github.com/nandanhegde73)) <!-- 8.4.1 --> - Update RuboCop to 1.79.2 + prep release [#&#8203;1026](https://github.com/chef/cookstyle/pull/1026) ([tas50](https://github.com/tas50)) <!-- 8.4.0 --> - Add Chef/Correctness/EmptyResourceGuard cop [#&#8203;1022](https://github.com/chef/cookstyle/pull/1022) ([sumedha-lolur](https://github.com/sumedha-lolur)) <!-- 8.3.1 --> - Update RuboCop to 1.79.1 [#&#8203;1023](https://github.com/chef/cookstyle/pull/1023) ([tas50](https://github.com/tas50)) <!-- 8.3.0 --> - Ruby 3.4 update in cookstyle hab package for windows [#&#8203;1019](https://github.com/chef/cookstyle/pull/1019) ([nikhil2611](https://github.com/nikhil2611)) <!-- 8.2.4 --> - Support private hab bldr of publishing hab pkg and update ruby core package [#&#8203;1017](https://github.com/chef/cookstyle/pull/1017) ([sanjain-progress](https://github.com/sanjain-progress)) <!-- 8.2.3 --> - Fixing habitat test builds by declaring HAB\_ORIGIN after habitat install [#&#8203;1018](https://github.com/chef/cookstyle/pull/1018) ([nikhil2611](https://github.com/nikhil2611)) <!-- 8.2.2 --> - Upgrade RuboCop to 1.77 + enable new cops [#&#8203;1016](https://github.com/chef/cookstyle/pull/1016) ([tas50](https://github.com/tas50)) <!-- 8.2.1 --> - Update to RuboCop 1.76.1 [#&#8203;1015](https://github.com/chef/cookstyle/pull/1015) ([tas50](https://github.com/tas50)) <!-- 8.2.0 --> - Habitat authentication token [#&#8203;1014](https://github.com/chef/cookstyle/pull/1014) ([borisicbs](https://github.com/borisicbs)) <!-- 8.1.6 --> - Update RuboCop to 1.75.8 [#&#8203;1013](https://github.com/chef/cookstyle/pull/1013) ([tas50](https://github.com/tas50)) <!-- 8.1.5 --> - Updating version to 8.1.3 [#&#8203;1011](https://github.com/chef/cookstyle/pull/1011) ([johnmccrae](https://github.com/johnmccrae)) <!-- 8.1.4 --> - Update RuboCop to 1.75.6 [#&#8203;1010](https://github.com/chef/cookstyle/pull/1010) ([tas50](https://github.com/tas50)) <!-- 8.1.3 --> - Update RuboCop to 1.75.5 [#&#8203;1009](https://github.com/chef/cookstyle/pull/1009) ([tas50](https://github.com/tas50)) <!-- 8.1.2 --> - correcting habitat plan [#&#8203;1007](https://github.com/chef/cookstyle/pull/1007) ([johnmccrae](https://github.com/johnmccrae)) <!-- 8.1.1 --> - Update RuboCop to 1.75.3 [#&#8203;1006](https://github.com/chef/cookstyle/pull/1006) ([tas50](https://github.com/tas50)) <!-- 8.1.0 --> - Remove extra deps we no longer need [#&#8203;1005](https://github.com/chef/cookstyle/pull/1005) ([tas50](https://github.com/tas50)) <!-- 8.0.2 --> - Added support for Ruby 3.4 [#&#8203;1004](https://github.com/chef/cookstyle/pull/1004) ([ashiqueps](https://github.com/ashiqueps)) <!-- 8.0.1 --> - Upgrade RuboCop to 1.75.2 + enable new cops [#&#8203;984](https://github.com/chef/cookstyle/pull/984) ([tas50](https://github.com/tas50)) <!-- 8.0.0 --> - make pipelines public: habitat/test [#&#8203;1002](https://github.com/chef/cookstyle/pull/1002) ([jaymzh](https://github.com/jaymzh)) <!-- 7.32.15 --> - Fix commented out cops due to renames [#&#8203;981](https://github.com/chef/cookstyle/pull/981) ([tas50](https://github.com/tas50)) <!-- 7.32.14 --> - Updating configuration for a symantec version promote and publish [#&#8203;999](https://github.com/chef/cookstyle/pull/999) ([nikhil2611](https://github.com/nikhil2611)) <!-- 7.32.13 --> - Test pipeline with empty commit [#&#8203;994](https://github.com/chef/cookstyle/pull/994) ([nikhil2611](https://github.com/nikhil2611)) <!-- 0.1.2 --> - Added pipeline config to build automatically [#&#8203;993](https://github.com/chef/cookstyle/pull/993) ([nikhil2611](https://github.com/nikhil2611)) <!-- 0.1.1 --> - \[CI] Drop EOL rubies [#&#8203;979](https://github.com/chef/cookstyle/pull/979) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 7.32.12 --> - Correct styleguide link for TmpPath [#&#8203;973](https://github.com/chef/cookstyle/pull/973) ([williamtheaker](https://github.com/williamtheaker)) <!-- 7.32.11 --> - Fix [#&#8203;970](https://github.com/chef/cookstyle/issues/970): Add extra stub to pass ConfigValidator [#&#8203;971](https://github.com/chef/cookstyle/pull/971) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 7.32.10 --> - \[[#&#8203;946](https://github.com/chef/cookstyle/issues/946) and [#&#8203;954](https://github.com/chef/cookstyle/issues/954)] Add missing tests [#&#8203;972](https://github.com/chef/cookstyle/pull/972) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 7.32.9 --> <!-- release_rollup --> <!-- latest_stable_release --> ### [`v8.0.0`](https://github.com/chef/cookstyle/blob/HEAD/CHANGELOG.md#v854-2025-12-10) [Compare Source](https://github.com/chef/cookstyle/compare/v7.32.8...v8.0.0) ##### Merged Pull Requests - Update actions/checkout\@&#8203;v6 [#&#8203;1037](https://github.com/chef/cookstyle/pull/1037) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- latest_release --> <!-- release_rollup since=7.32.8 --> ##### Changes not yet released to rubygems.org ##### Merged Pull Requests - Update actions/checkout\@&#8203;v6 [#&#8203;1037](https://github.com/chef/cookstyle/pull/1037) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 8.5.4 --> - Update to RuboCop 1.81.7 [#&#8203;1038](https://github.com/chef/cookstyle/pull/1038) ([tas50](https://github.com/tas50)) <!-- 8.5.3 --> - Update to RuboCop 1.81.6 [#&#8203;1035](https://github.com/chef/cookstyle/pull/1035) ([tas50](https://github.com/tas50)) <!-- 8.5.2 --> - CHEF-24666 - Merge extra top-level docs into README [#&#8203;1024](https://github.com/chef/cookstyle/pull/1024) ([cgunasree08](https://github.com/cgunasree08)) <!-- 8.5.1 --> - Update to Rubocop 1.81 + enable new cop [#&#8203;1034](https://github.com/chef/cookstyle/pull/1034) ([tas50](https://github.com/tas50)) <!-- 8.5.0 --> - Update to RuboCop 1.80.2 [#&#8203;1028](https://github.com/chef/cookstyle/pull/1028) ([tas50](https://github.com/tas50)) <!-- 8.4.4 --> - \[CI] Update Windows runner to 2025 [#&#8203;1032](https://github.com/chef/cookstyle/pull/1032) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 8.4.3 --> - Add myself to codeowners [#&#8203;1033](https://github.com/chef/cookstyle/pull/1033) ([jaymzh](https://github.com/jaymzh)) <!-- 8.4.2 --> - CHEF-25767 - Standardize - Removing SLA from README [#&#8203;1027](https://github.com/chef/cookstyle/pull/1027) ([nandanhegde73](https://github.com/nandanhegde73)) <!-- 8.4.1 --> - Update RuboCop to 1.79.2 + prep release [#&#8203;1026](https://github.com/chef/cookstyle/pull/1026) ([tas50](https://github.com/tas50)) <!-- 8.4.0 --> - Add Chef/Correctness/EmptyResourceGuard cop [#&#8203;1022](https://github.com/chef/cookstyle/pull/1022) ([sumedha-lolur](https://github.com/sumedha-lolur)) <!-- 8.3.1 --> - Update RuboCop to 1.79.1 [#&#8203;1023](https://github.com/chef/cookstyle/pull/1023) ([tas50](https://github.com/tas50)) <!-- 8.3.0 --> - Ruby 3.4 update in cookstyle hab package for windows [#&#8203;1019](https://github.com/chef/cookstyle/pull/1019) ([nikhil2611](https://github.com/nikhil2611)) <!-- 8.2.4 --> - Support private hab bldr of publishing hab pkg and update ruby core package [#&#8203;1017](https://github.com/chef/cookstyle/pull/1017) ([sanjain-progress](https://github.com/sanjain-progress)) <!-- 8.2.3 --> - Fixing habitat test builds by declaring HAB\_ORIGIN after habitat install [#&#8203;1018](https://github.com/chef/cookstyle/pull/1018) ([nikhil2611](https://github.com/nikhil2611)) <!-- 8.2.2 --> - Upgrade RuboCop to 1.77 + enable new cops [#&#8203;1016](https://github.com/chef/cookstyle/pull/1016) ([tas50](https://github.com/tas50)) <!-- 8.2.1 --> - Update to RuboCop 1.76.1 [#&#8203;1015](https://github.com/chef/cookstyle/pull/1015) ([tas50](https://github.com/tas50)) <!-- 8.2.0 --> - Habitat authentication token [#&#8203;1014](https://github.com/chef/cookstyle/pull/1014) ([borisicbs](https://github.com/borisicbs)) <!-- 8.1.6 --> - Update RuboCop to 1.75.8 [#&#8203;1013](https://github.com/chef/cookstyle/pull/1013) ([tas50](https://github.com/tas50)) <!-- 8.1.5 --> - Updating version to 8.1.3 [#&#8203;1011](https://github.com/chef/cookstyle/pull/1011) ([johnmccrae](https://github.com/johnmccrae)) <!-- 8.1.4 --> - Update RuboCop to 1.75.6 [#&#8203;1010](https://github.com/chef/cookstyle/pull/1010) ([tas50](https://github.com/tas50)) <!-- 8.1.3 --> - Update RuboCop to 1.75.5 [#&#8203;1009](https://github.com/chef/cookstyle/pull/1009) ([tas50](https://github.com/tas50)) <!-- 8.1.2 --> - correcting habitat plan [#&#8203;1007](https://github.com/chef/cookstyle/pull/1007) ([johnmccrae](https://github.com/johnmccrae)) <!-- 8.1.1 --> - Update RuboCop to 1.75.3 [#&#8203;1006](https://github.com/chef/cookstyle/pull/1006) ([tas50](https://github.com/tas50)) <!-- 8.1.0 --> - Remove extra deps we no longer need [#&#8203;1005](https://github.com/chef/cookstyle/pull/1005) ([tas50](https://github.com/tas50)) <!-- 8.0.2 --> - Added support for Ruby 3.4 [#&#8203;1004](https://github.com/chef/cookstyle/pull/1004) ([ashiqueps](https://github.com/ashiqueps)) <!-- 8.0.1 --> - Upgrade RuboCop to 1.75.2 + enable new cops [#&#8203;984](https://github.com/chef/cookstyle/pull/984) ([tas50](https://github.com/tas50)) <!-- 8.0.0 --> - make pipelines public: habitat/test [#&#8203;1002](https://github.com/chef/cookstyle/pull/1002) ([jaymzh](https://github.com/jaymzh)) <!-- 7.32.15 --> - Fix commented out cops due to renames [#&#8203;981](https://github.com/chef/cookstyle/pull/981) ([tas50](https://github.com/tas50)) <!-- 7.32.14 --> - Updating configuration for a symantec version promote and publish [#&#8203;999](https://github.com/chef/cookstyle/pull/999) ([nikhil2611](https://github.com/nikhil2611)) <!-- 7.32.13 --> - Test pipeline with empty commit [#&#8203;994](https://github.com/chef/cookstyle/pull/994) ([nikhil2611](https://github.com/nikhil2611)) <!-- 0.1.2 --> - Added pipeline config to build automatically [#&#8203;993](https://github.com/chef/cookstyle/pull/993) ([nikhil2611](https://github.com/nikhil2611)) <!-- 0.1.1 --> - \[CI] Drop EOL rubies [#&#8203;979](https://github.com/chef/cookstyle/pull/979) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 7.32.12 --> - Correct styleguide link for TmpPath [#&#8203;973](https://github.com/chef/cookstyle/pull/973) ([williamtheaker](https://github.com/williamtheaker)) <!-- 7.32.11 --> - Fix [#&#8203;970](https://github.com/chef/cookstyle/issues/970): Add extra stub to pass ConfigValidator [#&#8203;971](https://github.com/chef/cookstyle/pull/971) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 7.32.10 --> - \[[#&#8203;946](https://github.com/chef/cookstyle/issues/946) and [#&#8203;954](https://github.com/chef/cookstyle/issues/954)] Add missing tests [#&#8203;972](https://github.com/chef/cookstyle/pull/972) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 7.32.9 --> <!-- release_rollup --> <!-- latest_stable_release --> </details> <details> <summary>inspec/inspec (inspec-bin)</summary> ### [`v7.0.95`](https://github.com/inspec/inspec/releases/tag/v7.0.95): Chef InSpec v7.0.95 [Compare Source](https://github.com/inspec/inspec/compare/v6.8.24...v7.0.95) #### [v7.0.95](https://github.com/inspec/inspec/tree/v7.0.95) (2025-10-16) ##### Merged Pull Requests - CHEF-18694 Windows hab pipeline enabled for InSpec 7 [#&#8203;7270](https://github.com/inspec/inspec/pull/7270) ([Nik08](https://github.com/Nik08)) - CHEF-18694 windows hab package fix for in spec 7 [#&#8203;7327](https://github.com/inspec/inspec/pull/7327) ([sa-progress](https://github.com/sa-progress)) - CHEF-19348-Update tomlrb version [#&#8203;7328](https://github.com/inspec/inspec/pull/7328) ([balasubramanian-s](https://github.com/balasubramanian-s)) - Foreport: CHEF-20111: Fix inspec check for a profile with only comments or empty file [#&#8203;7333](https://github.com/inspec/inspec/pull/7333) ([ahasunos](https://github.com/ahasunos)) - Foreport - CHEF-15789 - Improve error handling for audit\_policy resource [#&#8203;7335](https://github.com/inspec/inspec/pull/7335) ([ahasunos](https://github.com/ahasunos)) - Sonar config for inspec-7 branch [#&#8203;7348](https://github.com/inspec/inspec/pull/7348) ([Nik08](https://github.com/Nik08)) - CHEF-19361 Removed Opa resources from Inspec [#&#8203;7314](https://github.com/inspec/inspec/pull/7314) ([sa-progress](https://github.com/sa-progress)) - Foreport to InSpec 7: Waivers error handling fix [#&#8203;7344](https://github.com/inspec/inspec/pull/7344) ([Nik08](https://github.com/Nik08)) - CHEF-20736, CHEF-18371 bump up train kubernetes [#&#8203;7352](https://github.com/inspec/inspec/pull/7352) ([sathish-progress](https://github.com/sathish-progress)) - Fixes for external plugin testing [#&#8203;7363](https://github.com/inspec/inspec/pull/7363) ([clintoncwolfe](https://github.com/clintoncwolfe)) - CHEF-14327 support resource packs with vendor [#&#8203;7355](https://github.com/inspec/inspec/pull/7355) ([sathish-progress](https://github.com/sathish-progress)) - CHEF-21376 Disable licensing and telemetry from InSpec 7 [#&#8203;7377](https://github.com/inspec/inspec/pull/7377) ([Nik08](https://github.com/Nik08)) - CHEF-21513 Upgrading few tests and doc for min support of Ruby 3.1 - InSpec 7 [#&#8203;7382](https://github.com/inspec/inspec/pull/7382) ([Nik08](https://github.com/Nik08)) - CHEF-18371 Update/ruby upgrade 3.4.2 (exclusive of habitat upgrade) [#&#8203;7380](https://github.com/inspec/inspec/pull/7380) ([Nik08](https://github.com/Nik08)) - Habitat authentication token [#&#8203;7397](https://github.com/inspec/inspec/pull/7397) ([borisicbs](https://github.com/borisicbs)) - CHEF-18373-Habitat package upgrade for Ruby 3.4.x - Linux [#&#8203;7400](https://github.com/inspec/inspec/pull/7400) ([balasubramanian-s](https://github.com/balasubramanian-s)) - Cleanup HAB env & Update HAB Promote channel to base-2025 [#&#8203;7410](https://github.com/inspec/inspec/pull/7410) ([balasubramanian-s](https://github.com/balasubramanian-s)) - Fixes for 'Package Not Found ' error in Habitat pipelines [#&#8203;7411](https://github.com/inspec/inspec/pull/7411) ([balasubramanian-s](https://github.com/balasubramanian-s)) - CHEF-18374 Habitat package upgrade for Ruby 3.4.x - Windows [#&#8203;7401](https://github.com/inspec/inspec/pull/7401) ([sa-progress](https://github.com/sa-progress)) - CHEF-23231 Upgrade train and train-winrm to latest version - InSpec 7 [#&#8203;7476](https://github.com/inspec/inspec/pull/7476) ([Nik08](https://github.com/Nik08)) - Reverted testing change for chef-licensing upgrade on Ruby 3.4 [#&#8203;7479](https://github.com/inspec/inspec/pull/7479) ([Nik08](https://github.com/Nik08)) - Revert "CHEF-21376 Disable licensing and telemetry from InSpec 7" [#&#8203;7495](https://github.com/inspec/inspec/pull/7495) ([balasubramanian-s](https://github.com/balasubramanian-s)) - CHEF-23911 Revert "CHEF-18207 Removed SSH resources and tests" [#&#8203;7502](https://github.com/inspec/inspec/pull/7502) ([sa-progress](https://github.com/sa-progress)) - CHEF-23438-Bypass entitlement checks for InSpec7 [#&#8203;7509](https://github.com/inspec/inspec/pull/7509) ([balasubramanian-s](https://github.com/balasubramanian-s)) - CHEF-23438-Disable Entitlement check for edge case [#&#8203;7520](https://github.com/inspec/inspec/pull/7520) ([balasubramanian-s](https://github.com/balasubramanian-s)) - CHEF-23442 Added support to use trace level with log level option [#&#8203;7513](https://github.com/inspec/inspec/pull/7513) ([Nik08](https://github.com/Nik08)) - CHEF-26493-Update Fallback Resource packs [#&#8203;7541](https://github.com/inspec/inspec/pull/7541) ([balasubramanian-s](https://github.com/balasubramanian-s)) - CHEF-26157-Revert "Bypass entitlement checks for InSpec7" [#&#8203;7533](https://github.com/inspec/inspec/pull/7533) ([balasubramanian-s](https://github.com/balasubramanian-s)) - CHEF-25173 Pull release notes from v7 wiki page for InSpec 7 [#&#8203;7540](https://github.com/inspec/inspec/pull/7540) ([Nik08](https://github.com/Nik08)) - CHEF-26495 Foreport -7448 Add socks kerberos cli options to inspec [#&#8203;7554](https://github.com/inspec/inspec/pull/7554) ([Nik08](https://github.com/Nik08)) - Fix inspec habitat tests [#&#8203;7558](https://github.com/inspec/inspec/pull/7558) ([Nik08](https://github.com/Nik08)) - Update rspec-its requirement from \~> 1.2 to >= 1.2, < 3.0 [#&#8203;7553](https://github.com/inspec/inspec/pull/7553) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Update parslet requirement from >= 1.5, < 2.0 to >= 1.5, < 3.0 [#&#8203;7552](https://github.com/inspec/inspec/pull/7552) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Update rubyzip requirement from >= 1.2.2, < 3.0 to >= 1.2.2, < 4.0 [#&#8203;7550](https://github.com/inspec/inspec/pull/7550) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Foreport-CHEF-18030- Fix GitFetcher to Clear Empty Cache Directory on Fetch [#&#8203;7498](https://github.com/inspec/inspec/pull/7498) ([balasubramanian-s](https://github.com/balasubramanian-s)) - CHEF-23547 use official distribution in hab plan [#&#8203;7507](https://github.com/inspec/inspec/pull/7507) ([sathish-progress](https://github.com/sathish-progress)) - Foreport-7154 Added fatal message check for postgres\_session:query method [#&#8203;7564](https://github.com/inspec/inspec/pull/7564) ([Vasu1105](https://github.com/Vasu1105)) - Foreport-7198 Improved regex to load readme from inspec profiles ([#&#8203;7198](https://github.com/inspec/inspec/issues/7198)) [#&#8203;7565](https://github.com/inspec/inspec/pull/7565) ([Vasu1105](https://github.com/Vasu1105)) - Foreport-7152 hab: fix hab pipeline for windows [#&#8203;7569](https://github.com/inspec/inspec/pull/7569) ([Vasu1105](https://github.com/Vasu1105)) - Update Artifact test Profiles ([#&#8203;7443](https://github.com/inspec/inspec/issues/7443)) [#&#8203;7567](https://github.com/inspec/inspec/pull/7567) ([Vasu1105](https://github.com/Vasu1105)) - Forport 7277 Postgres session resource fix for special characters in password [#&#8203;7566](https://github.com/inspec/inspec/pull/7566) ([Vasu1105](https://github.com/Vasu1105)) - Update thor requirement from >= 0.20, < 1.3.0 to >= 0.20, < 1.5.0 [#&#8203;7551](https://github.com/inspec/inspec/pull/7551) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Attempt to fix windows verify pipeline failures [#&#8203;7576](https://github.com/inspec/inspec/pull/7576) ([Vasu1105](https://github.com/Vasu1105)) - Forport 7203 fix: Prioritize environment-set license server URL [#&#8203;7572](https://github.com/inspec/inspec/pull/7572) ([Nik08](https://github.com/Nik08)) - Foreport 7349 Issue with reading/writing signed and tar profiles [#&#8203;7571](https://github.com/inspec/inspec/pull/7571) ([Nik08](https://github.com/Nik08)) - Foreport 7261 Fix code scanning alert no. 63: Use of a broken or weak cryptographic hashing algorithm on sensitive data [#&#8203;7570](https://github.com/inspec/inspec/pull/7570) ([Vasu1105](https://github.com/Vasu1105)) - Update ruby version for windows artifact tests [#&#8203;7581](https://github.com/inspec/inspec/pull/7581) ([balasubramanian-s](https://github.com/balasubramanian-s)) - Foreport-7222 Update regular expression to fix warnings detected by CodeQL [#&#8203;7573](https://github.com/inspec/inspec/pull/7573) ([Vasu1105](https://github.com/Vasu1105)) - Update ostruct requirement from \~> 0.1.0 to >= 0.1, < 0.7 [#&#8203;7548](https://github.com/inspec/inspec/pull/7548) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Foreport-7168 Test kitchen integration [#&#8203;7568](https://github.com/inspec/inspec/pull/7568) ([Vasu1105](https://github.com/Vasu1105)) - Updated train dependency min version to use socks5h feature [#&#8203;7586](https://github.com/inspec/inspec/pull/7586) ([Nik08](https://github.com/Nik08)) - CHEF-26188-Foreport deprecation messages for InSpec-7 [#&#8203;7582](https://github.com/inspec/inspec/pull/7582) ([balasubramanian-s](https://github.com/balasubramanian-s)) - CHEF-26987 Prevent adding CHEF RUBYGEMS server if license key is empty [#&#8203;7588](https://github.com/inspec/inspec/pull/7588) ([sathish-progress](https://github.com/sathish-progress)) - Chef 26425 add notices text [#&#8203;7585](https://github.com/inspec/inspec/pull/7585) ([sathish-progress](https://github.com/sathish-progress)) - CHEF-26507 Adds copilot instructions file - InSpec 7 [#&#8203;7592](https://github.com/inspec/inspec/pull/7592) ([Nik08](https://github.com/Nik08)) - CHEF-27018 - Update copyright text in InSpec 7 source code [#&#8203;7593](https://github.com/inspec/inspec/pull/7593) ([Nik08](https://github.com/Nik08)) - Label updates changes for github and jira [#&#8203;7598](https://github.com/inspec/inspec/pull/7598) ([Nik08](https://github.com/Nik08)) - InSpec 7 Expeditor changes - uncommented [#&#8203;7599](https://github.com/inspec/inspec/pull/7599) ([Nik08](https://github.com/Nik08)) - Fix gemspec activation logic to check for alternate spec file [#&#8203;7597](https://github.com/inspec/inspec/pull/7597) ([sathish-progress](https://github.com/sathish-progress)) - CHEF-27163-Add github release pipeline [#&#8203;7603](https://github.com/inspec/inspec/pull/7603) ([balasubramanian-s](https://github.com/balasubramanian-s)) - Add notice.txt [#&#8203;7605](https://github.com/inspec/inspec/pull/7605) ([sathish-progress](https://github.com/sathish-progress)) - Allow all NOTICE changes to be bumped [#&#8203;7606](https://github.com/inspec/inspec/pull/7606) ([sathish-progress](https://github.com/sathish-progress)) ### [`v6.8.24`](https://github.com/inspec/inspec/blob/HEAD/CHANGELOG.md#v6824-2025-01-29) [Compare Source](https://github.com/inspec/inspec/compare/v6.8.11...v6.8.24) ##### Merged Pull Requests - Fix license server URL override issue by prioritizing environment-set value [#&#8203;7203](https://github.com/inspec/inspec/pull/7203) ([ahasunos](https://github.com/ahasunos)) - CHEF-15651: Introduce `--legacy` flag for compatibility in `inspec automate upload` with legacy checks and export options [#&#8203;7200](https://github.com/inspec/inspec/pull/7200) ([ahasunos](https://github.com/ahasunos)) - CHEF-11226: Upgrade Ruby and Ruby Dev Kit to 3.1.6 due to outdated embedded Perl version in 3.1.2 [#&#8203;7174](https://github.com/inspec/inspec/pull/7174) ([ahasunos](https://github.com/ahasunos)) - CHEF-12173: Update regular expression to fix warnings detected by CodeQL [#&#8203;7222](https://github.com/inspec/inspec/pull/7222) ([ahasunos](https://github.com/ahasunos)) - CHEF-16823: Introduce deprecation warning for core resources moving to resource packs in InSpec 7 [#&#8203;7219](https://github.com/inspec/inspec/pull/7219) ([ahasunos](https://github.com/ahasunos)) - Improvements in error handling of plugin installation error [#&#8203;7161](https://github.com/inspec/inspec/pull/7161) ([Nik08](https://github.com/Nik08)) - Bump ffi from 1.17.0 to 1.17.1 in /omnibus [#&#8203;7251](https://github.com/inspec/inspec/pull/7251) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Bump rexml from 3.3.3 to 3.3.9 in /omnibus [#&#8203;7199](https://github.com/inspec/inspec/pull/7199) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - To Fix OpenSSL 3.2.0 gem issue [#&#8203;7267](https://github.com/inspec/inspec/pull/7267) ([poorndm](https://github.com/poorndm)) - CHEF-18596 Fix code scanning alert no. 63: Use of a broken or weak cryptographic hashing algorithm on sensitive data [#&#8203;7261](https://github.com/inspec/inspec/pull/7261) ([sathish-progress](https://github.com/sathish-progress)) - CHEF-18596 Fix code scanning alert no. 62: Request without certificate validation [#&#8203;7260](https://github.com/inspec/inspec/pull/7260) ([sathish-progress](https://github.com/sathish-progress)) - CHEF-16676-Bug fix for spl character password [#&#8203;7277](https://github.com/inspec/inspec/pull/7277) ([balasubramanian-s](https://github.com/balasubramanian-s)) - Revert "CHEF-18596 Fix code scanning alert no. 62: Request without certificate validation" [#&#8203;7280](https://github.com/inspec/inspec/pull/7280) ([Nik08](https://github.com/Nik08)) <!-- latest_stable_release --> ### [`v6.8.11`](https://github.com/inspec/inspec/blob/HEAD/CHANGELOG.md#v6811-2024-11-06) [Compare Source](https://github.com/inspec/inspec/compare/v6.8.1...v6.8.11) ##### Merged Pull Requests - Bump rexml from 3.3.2 to 3.3.3 in /omnibus [#&#8203;7116](https://github.com/inspec/inspec/pull/7116) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - ci: resume habitat pipeline [#&#8203;7109](https://github.com/inspec/inspec/pull/7109) ([ahasunos](https://github.com/ahasunos)) - enhance: improve fetch and persist to catch entitlement exception [#&#8203;7121](https://github.com/inspec/inspec/pull/7121) ([ahasunos](https://github.com/ahasunos)) - ci: use latest local license server [#&#8203;7123](https://github.com/inspec/inspec/pull/7123) ([ahasunos](https://github.com/ahasunos)) - added docs changes [#&#8203;7118](https://github.com/inspec/inspec/pull/7118) ([vviveksharma](https://github.com/vviveksharma)) - Editing for install script docs [#&#8203;7129](https://github.com/inspec/inspec/pull/7129) ([IanMadd](https://github.com/IanMadd)) - CHEF-14881: Fix habitat pipeline for InSpec 6 [#&#8203;7127](https://github.com/inspec/inspec/pull/7127) ([ahasunos](https://github.com/ahasunos)) - ci: introduce inspec-7 as part of release branches [#&#8203;7135](https://github.com/inspec/inspec/pull/7135) ([ahasunos](https://github.com/ahasunos)) - Update install doc [#&#8203;7144](https://github.com/inspec/inspec/pull/7144) ([IanMadd](https://github.com/IanMadd)) - CHEF-14805 Oracle db session resource fixes [#&#8203;7136](https://github.com/inspec/inspec/pull/7136) ([Nik08](https://github.com/Nik08)) - ci: improve hab pipeline for windows [#&#8203;7153](https://github.com/inspec/inspec/pull/7153) ([ahasunos](https://github.com/ahasunos)) - Added fatal message check for postgres\_session:query method [#&#8203;7154](https://github.com/inspec/inspec/pull/7154) ([gokulks97](https://github.com/gokulks97)) - added the correct prod Url spellings [#&#8203;7166](https://github.com/inspec/inspec/pull/7166) ([vviveksharma](https://github.com/vviveksharma)) - Improved regex to load readme from inspec profiles [#&#8203;7198](https://github.com/inspec/inspec/pull/7198) ([Nik08](https://github.com/Nik08)) - chore: disable habitat package promotion in config [#&#8203;7197](https://github.com/inspec/inspec/pull/7197) ([ahasunos](https://github.com/ahasunos)) - CHEF-12879 Test kitchen integration with InSpec 6 [#&#8203;7168](https://github.com/inspec/inspec/pull/7168) ([Nik08](https://github.com/Nik08)) ### [`v6.8.1`](https://github.com/inspec/inspec/blob/HEAD/CHANGELOG.md#v6811-2024-11-06) [Compare Source](https://github.com/inspec/inspec/compare/v6.6.0...v6.8.1) ##### Merged Pull Requests - Bump rexml from 3.3.2 to 3.3.3 in /omnibus [#&#8203;7116](https://github.com/inspec/inspec/pull/7116) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - ci: resume habitat pipeline [#&#8203;7109](https://github.com/inspec/inspec/pull/7109) ([ahasunos](https://github.com/ahasunos)) - enhance: improve fetch and persist to catch entitlement exception [#&#8203;7121](https://github.com/inspec/inspec/pull/7121) ([ahasunos](https://github.com/ahasunos)) - ci: use latest local license server [#&#8203;7123](https://github.com/inspec/inspec/pull/7123) ([ahasunos](https://github.com/ahasunos)) - added docs changes [#&#8203;7118](https://github.com/inspec/inspec/pull/7118) ([vviveksharma](https://github.com/vviveksharma)) - Editing for install script docs [#&#8203;7129](https://github.com/inspec/inspec/pull/7129) ([IanMadd](https://github.com/IanMadd)) - CHEF-14881: Fix habitat pipeline for InSpec 6 [#&#8203;7127](https://github.com/inspec/inspec/pull/7127) ([ahasunos](https://github.com/ahasunos)) - ci: introduce inspec-7 as part of release branches [#&#8203;7135](https://github.com/inspec/inspec/pull/7135) ([ahasunos](https://github.com/ahasunos)) - Update install doc [#&#8203;7144](https://github.com/inspec/inspec/pull/7144) ([IanMadd](https://github.com/IanMadd)) - CHEF-14805 Oracle db session resource fixes [#&#8203;7136](https://github.com/inspec/inspec/pull/7136) ([Nik08](https://github.com/Nik08)) - ci: improve hab pipeline for windows [#&#8203;7153](https://github.com/inspec/inspec/pull/7153) ([ahasunos](https://github.com/ahasunos)) - Added fatal message check for postgres\_session:query method [#&#8203;7154](https://github.com/inspec/inspec/pull/7154) ([gokulks97](https://github.com/gokulks97)) - added the correct prod Url spellings [#&#8203;7166](https://github.com/inspec/inspec/pull/7166) ([vviveksharma](https://github.com/vviveksharma)) - Improved regex to load readme from inspec profiles [#&#8203;7198](https://github.com/inspec/inspec/pull/7198) ([Nik08](https://github.com/Nik08)) - chore: disable habitat package promotion in config [#&#8203;7197](https://github.com/inspec/inspec/pull/7197) ([ahasunos](https://github.com/ahasunos)) - CHEF-12879 Test kitchen integration with InSpec 6 [#&#8203;7168](https://github.com/inspec/inspec/pull/7168) ([Nik08](https://github.com/Nik08)) ### [`v6.6.0`](https://github.com/inspec/inspec/blob/HEAD/CHANGELOG.md#v660-2023-11-14) [Compare Source](https://github.com/inspec/inspec/compare/v5.23.6...v6.6.0) ##### Merged Pull Requests - CFINSPEC-452 Added Inspec parallel logging for warn/error [#&#8203;6245](https://github.com/inspec/inspec/pull/6245) ([Nik08](https://github.com/Nik08)) - CFINSPEC-246/CFINSPEC-247 Attestation changes for N/R outcomes [#&#8203;6222](https://github.com/inspec/inspec/pull/6222) ([Nik08](https://github.com/Nik08)) - Feature Config File and Logger Support [#&#8203;6260](https://github.com/inspec/inspec/pull/6260) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Foreport 6238 to inspec-6 [#&#8203;6280](https://github.com/inspec/inspec/pull/6280) ([Vasu1105](https://github.com/Vasu1105)) - Foreport 6243 to inspec-6 [#&#8203;6275](https://github.com/inspec/inspec/pull/6275) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Foreport 6043 to inspec-6 [#&#8203;6278](https://github.com/inspec/inspec/pull/6278) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Foreport 6261 to InSpec 6 [#&#8203;6276](https://github.com/inspec/inspec/pull/6276) ([ahasunos](https://github.com/ahasunos)) - Foreport 6229 to inspec 6 [#&#8203;6277](https://github.com/inspec/inspec/pull/6277) ([Nik08](https://github.com/Nik08)) - Foreport 6257 to inspec 6 [#&#8203;6279](https://github.com/inspec/inspec/pull/6279) ([Nik08](https://github.com/Nik08)) - Foreport [#&#8203;6267](https://github.com/inspec/inspec/issues/6267) to inspec-6 [#&#8203;6283](https://github.com/inspec/inspec/pull/6283) ([Vasu1105](https://github.com/Vasu1105)) - Added child-status reporter in features.yaml list [#&#8203;6288](https://github.com/inspec/inspec/pull/6288) ([Nik08](https://github.com/Nik08)) - CFINSPEC-479 Inspec parallel breaking fix [#&#8203;6272](https://github.com/inspec/inspec/pull/6272) ([Nik08](https://github.com/Nik08)) - Foreport [#&#8203;6329](https://github.com/inspec/inspec/issues/6329) to inspec-6 - Update readme for usage via Docker (CFINSPEC-516) [#&#8203;6333](https://github.com/inspec/inspec/pull/6333) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Foreport 6304 RESOURCE-527 Add an inspec init template for alicloud [#&#8203;6432](https://github.com/inspec/inspec/pull/6432) ([Vasu1105](https://github.com/Vasu1105)) - Foreport [#&#8203;6239](https://github.com/inspec/inspec/issues/6239): Sync up the default branch as main [#&#8203;6455](https://github.com/inspec/inspec/pull/6455) ([Vasu1105](https://github.com/Vasu1105)) - Foreport - 6227 [#&#8203;6460](https://github.com/inspec/inspec/pull/6460) ([Vasu1105](https://github.com/Vasu1105)) - Foreport-6274 Bump omnibus-software from `1d540dc` to `7d0e0fe` in /omnibus [#&#8203;6462](https://github.com/inspec/inspec/pull/6462) ([Vasu1105](https://github.com/Vasu1105)) - Foreport-6289: Fix for omnibus build failure on Windows [#&#8203;6463](https://github.com/inspec/inspec/pull/6463) ([Vasu1105](https://github.com/Vasu1105)) - Foreport [#&#8203;6324](https://github.com/inspec/inspec/issues/6324) Fix Ruby 2.7 Bundle Installs on CI Verify Pipeline [#&#8203;6446](https://github.com/inspec/inspec/pull/6446) ([Vasu1105](https://github.com/Vasu1105)) - Foreport [#&#8203;6298](https://github.com/inspec/inspec/issues/6298): CFINSPEC-493 update signing\_identity [#&#8203;6448](https://github.com/inspec/inspec/pull/6448) ([Vasu1105](https://github.com/Vasu1105)) - Foreport-6330: Remove Windows Ruby 3.0 testing [#&#8203;6452](https://github.com/inspec/inspec/pull/6452) ([Vasu1105](https://github.com/Vasu1105)) - Foreport [#&#8203;6262](https://github.com/inspec/inspec/issues/6262) Prevent negative status from crashing launchctl service resource [#&#8203;6433](https://github.com/inspec/inspec/pull/6433) ([Vasu1105](https://github.com/Vasu1105)) - Foreport 6240: Update chefstyle from 2.0.x to 2.2.2 to use RuboCop 1.25.1 [#&#8203;6458](https://github.com/inspec/inspec/pull/6458) ([Nik08](https://github.com/Nik08)) - Foreport-6334: CFINSPEC-393 - Fix train-kubernetes plugin load issue [#&#8203;6464](https://github.com/inspec/inspec/pull/6464) ([Vasu1105](https://github.com/Vasu1105)) - Foreport 6340: Fix for habitat build failure [#&#8203;6461](https://github.com/inspec/inspec/pull/6461) ([Nik08](https://github.com/Nik08)) - Foreport-6344 Fixing typo in user\_permissions [#&#8203;6465](https://github.com/inspec/inspec/pull/6465) ([Vasu1105](https://github.com/Vasu1105)) - Foreport 6342 Fix env smoke test by updating ERB.new in `inspec env`; add additional test [#&#8203;6440](https://github.com/inspec/inspec/pull/6440) ([Vasu1105](https://github.com/Vasu1105)) - Foreport [#&#8203;6337](https://github.com/inspec/inspec/issues/6337) Fix undefined method 'summary' for Gem::SourceFetchProblem (NoMethodError) when air gapped [#&#8203;6434](https://github.com/inspec/inspec/pull/6434) ([Vasu1105](https://github.com/Vasu1105)) - Foreport 6341: Use Ruby 3.1.2 in Omnibus build [#&#8203;6441](https://github.com/inspec/inspec/pull/6441) ([Vasu1105](https://github.com/Vasu1105)) - Foreport-6378 [#&#8203;6453](https://github.com/inspec/inspec/pull/6453) ([ahasunos](https://github.com/ahasunos)) - Foreport-6381 [#&#8203;6451](https://github.com/inspec/inspec/pull/6451) ([ahasunos](https://github.com/ahasunos)) - Foreport 6369 to inspec-6 Extended file format support for waivers: JSON & CSV only [#&#8203;6371](https://github.com/inspec/inspec/pull/6371) ([Nik08](https://github.com/Nik08)) - Foreport [#&#8203;6377](https://github.com/inspec/inspec/issues/6377) CFINSPEC-542 Bug fix for profiles with dependent profiles ([#&#8203;6377](https://github.com/inspec/inspec/issues/6377)) [#&#8203;6435](https://github.com/inspec/inspec/pull/6435) ([Vasu1105](https://github.com/Vasu1105)) - Foreport-6385 [#&#8203;6447](https://github.com/inspec/inspec/pull/6447) ([ahasunos](https://github.com/ahasunos)) - Foreport-6395 [#&#8203;6444](https://github.com/inspec/inspec/pull/6444) ([ahasunos](https://github.com/ahasunos)) - Foreport [#&#8203;6367](https://github.com/inspec/inspec/issues/6367) CFINSPEC-522: Remove rake tasks which are no longer used [#&#8203;6436](https://github.com/inspec/inspec/pull/6436) ([Vasu1105](https://github.com/Vasu1105)) - Foreport [#&#8203;6384](https://github.com/inspec/inspec/issues/6384) RAKE TEST: Fix rake task for docs:cli [#&#8203;6437](https://github.com/inspec/inspec/pull/6437) ([Vasu1105](https://github.com/Vasu1105)) - Foreport-6384 [#&#8203;6466](https://github.com/inspec/inspec/pull/6466) ([Vasu1105](https://github.com/Vasu1105)) - Foreport 6401: Fix for mongodb\_session resource prints debug level of information in profile run result. [#&#8203;6438](https://github.com/inspec/inspec/pull/6438) ([Vasu1105](https://github.com/Vasu1105)) - Foreport [#&#8203;6398](https://github.com/inspec/inspec/issues/6398): Updates release process docs as per current changes ([#&#8203;6398](https://github.com/inspec/inspec/issues/6398)) [#&#8203;6439](https://github.com/inspec/inspec/pull/6439) ([Vasu1105](https://github.com/Vasu1105)) - Foreport-6408 Fix profile gem dependency loading issue when dependent gem is required inside profile libraries. [#&#8203;6467](https://github.com/inspec/inspec/pull/6467) ([Vasu1105](https://github.com/Vasu1105)) - Foreport-6410 [#&#8203;6468](https://github.com/inspec/inspec/pull/6468) ([Vasu1105](https://github.com/Vasu1105)) - Foreport 6386 [#&#8203;6469](https://github.com/inspec/inspec/pull/6469) ([Vasu1105](https://github.com/Vasu1105)) - Foreport 6403 [#&#8203;6470](https://github.com/inspec/inspec/pull/6470) ([Vasu1105](https://github.com/Vasu1105)) - Foreport 6442 [#&#8203;6473](https://github.com/inspec/inspec/pull/6473) ([Vasu1105](https://github.com/Vasu1105)) - Foreport-6423 [#&#8203;6474](https://github.com/inspec/inspec/pull/6474) ([Vasu1105](https://github.com/Vasu1105)) - Foreport 6360 [#&#8203;6476](https://github.com/inspec/inspec/pull/6476) ([Vasu1105](https://github.com/Vasu1105)) - Forport 6388 [#&#8203;6477](https://github.com/inspec/inspec/pull/6477) ([Vasu1105](https://github.com/Vasu1105)) - testing version bump [#&#8203;9](https://github.com/inspec/inspec-prime/pull/9) ([sean-simmons-progress](https://github.com/sean-simmons-progress)) - CHEF-1267 Add omnibus release and adhoc pipelines [#&#8203;15](https://github.com/inspec/inspec-prime/pull/15) ([clintoncwolfe](https://github.com/clintoncwolfe)) - testing version bump and pipeline creation [#&#8203;16](https://github.com/inspec/inspec-prime/pull/16) ([sean-simmons-progress](https://github.com/sean-simmons-progress)) - Update Gemfile to add artifactory as source for chef-licensing gem dependency [#&#8203;25](https://github.com/inspec/inspec-prime/pull/25) ([Vasu1105](https://github.com/Vasu1105)) - CI - Use License Key and API Key Secrets from Vault [#&#8203;26](https://github.com/inspec/inspec-prime/pull/26) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Integration of chef licensing with inspec [#&#8203;12](https://github.com/inspec/inspec-prime/pull/12) ([Nik08](https://github.com/Nik08)) - Licensing - Integrates Software Entitlement [#&#8203;13](https://github.com/inspec/inspec-prime/pull/13) ([Vasu1105](https://github.com/Vasu1105)) - Add command to list license information [#&#8203;10](https://github.com/inspec/inspec-prime/pull/10) ([ahasunos](https://github.com/ahasunos)) - CHEF-52: Add licensing information to help output [#&#8203;27](https://github.com/inspec/inspec-prime/pull/27) ([ahasunos](https://github.com/ahasunos)) - Remove kitchen group from Gemfile [#&#8203;31](https://github.com/inspec/inspec-prime/pull/31) ([ahasunos](https://github.com/ahasunos)) - CHEF-1957: Update chef-licesing api call `license_keys` to `fetch_and_persist` [#&#8203;30](https://github.com/inspec/inspec-prime/pull/30) ([ahasunos](https://github.com/ahasunos)) - CHEF-2994: Add license command to list of allowed commands [#&#8203;35](https://github.com/inspec/inspec-prime/pull/35) ([ahasunos](https://github.com/ahasunos)) - CHEF-2743: Set chef executable name to display in help messages of chef-licensing [#&#8203;34](https://github.com/inspec/inspec-prime/pull/34) ([ahasunos](https://github.com/ahasunos)) - CHEF-3105 Fix windows openssl issue [#&#8203;37](https://github.com/inspec/inspec-prime/pull/37) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Foreport - Clarify key\_rsa docs regarding SSH keys ([#&#8203;6507](https://github.com/inspec/inspec/issues/6507)) [#&#8203;45](https://github.com/inspec/inspec-prime/pull/45) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Foreport - CHEF-2438 Add train-kubernetes to inspec gemspec ([#&#8203;6512](https://github.com/inspec/inspec/issues/6512)) [#&#8203;43](https://github.com/inspec/inspec-prime/pull/43) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Foreport - fix: ensure Invoke-WebRequest headers can be configured ([#&#8203;6484](https://github.com/inspec/inspec/issues/6484)) [#&#8203;41](https://github.com/inspec/inspec-prime/pull/41) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Foreport - Bump rack from 2.2.6.2 to 2.2.6.4 in /omnibus ([#&#8203;6490](https://github.com/inspec/inspec/issues/6490)) [#&#8203;42](https://github.com/inspec/inspec-prime/pull/42) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Foreport - Update host resource to resolve all ipaddresses ([#&#8203;6481](https://github.com/inspec/inspec/issues/6481)) [#&#8203;39](https://github.com/inspec/inspec-prime/pull/39) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Foreport - Add nftables resources ([#&#8203;6499](https://github.com/inspec/inspec/issues/6499)) [#&#8203;44](https://github.com/inspec/inspec-prime/pull/44) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Foreports 6489 (CHEF-1458 Multiple values changes in SimpleConfig library) [#&#8203;28](https://github.com/inspec/inspec-prime/pull/28) ([ahasunos](https://github.com/ahasunos)) - CHEF 83 Revert attestations changes [#&#8203;47](https://github.com/inspec/inspec-prime/pull/47) ([sathish-progress](https://github.com/sathish-progress)) - CHEF-3186: Remove fetching of bearer auth token from vault [#&#8203;48](https://github.com/inspec/inspec-prime/pull/48) ([ahasunos](https://github.com/ahasunos)) - CHEF-3403: Default server URL to production value [#&#8203;50](https://github.com/inspec/inspec-prime/pull/50) ([ahasunos](https://github.com/ahasunos)) - CHEF-3184 Error handling for inspec license add command - disabled in local mode [#&#8203;52](https://github.com/inspec/inspec-prime/pull/52) ([Nik08](https://github.com/Nik08)) - restrict license commands only to inspec distro [#&#8203;58](https://github.com/inspec/inspec-prime/pull/58) ([sathish-progress](https://github.com/sathish-progress)) - CHEF-3704 Modify help for local licensing service mode and other distros [#&#8203;59](https://github.com/inspec/inspec-prime/pull/59) ([Nik08](https://github.com/Nik08)) - Bump omnibus-software from `225e357` to `88169e3` in /omnibus [#&#8203;61](https://github.com/inspec/inspec-prime/pull/61) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Bump omnibus from `cf97613` to `15122f2` in /omnibus [#&#8203;62](https://github.com/inspec/inspec-prime/pull/62) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Foreport [#&#8203;6523](https://github.com/inspec/inspec/issues/6523): Update RSpec to 3.12 [#&#8203;65](https://github.com/inspec/inspec-prime/pull/65) ([ahasunos](https://github.com/ahasunos)) - Bump berkshelf from 8.0.2 to 8.0.7 in /omnibus [#&#8203;63](https://github.com/inspec/inspec-prime/pull/63) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Bump omnibus from `15122f2` to `9c0643a` in /omnibus [#&#8203;70](https://github.com/inspec/inspec-prime/pull/70) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Crossport Public 6545 Fix for InSpec Parallel hangs on certain CIS profiles [#&#8203;71](https://github.com/inspec/inspec-prime/pull/71) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Foreports [#&#8203;6526](https://github.com/inspec/inspec/issues/6526) and [#&#8203;6541](https://github.com/inspec/inspec/issues/6541): Update Docker base image to be ubuntu 22.04 [#&#8203;64](https://github.com/inspec/inspec-prime/pull/64) ([ahasunos](https://github.com/ahasunos)) - CHEF-3759 Crossport public 6540 Fix for inspec parallel on windows crashing due to error log rename [#&#8203;74](https://github.com/inspec/inspec-prime/pull/74) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Bump omnibus-software from `88169e3` to `4b08f0b` in /omnibus [#&#8203;73](https://github.com/inspec/inspec-prime/pull/73) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Foreport - Add postgres support for custom port with a socket connection [#&#8203;40](https://github.com/inspec/inspec-prime/pull/40) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Case correction of product name in licensing config [#&#8203;78](https://github.com/inspec/inspec-prime/pull/78) ([ahasunos](https://github.com/ahasunos)) - Crossport public 6549: Drop testing on EOL ruby 2.7, and run linter on Ruby 3.1 [#&#8203;76](https://github.com/inspec/inspec-prime/pull/76) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Configure to use `Inspec::Log` in Chef Licensing [#&#8203;67](https://github.com/inspec/inspec-prime/pull/67) ([ahasunos](https://github.com/ahasunos)) - Adds test for licensing\_config [#&#8203;57](https://github.com/inspec/inspec-prime/pull/57) ([Vasu1105](https://github.com/Vasu1105)) - Add chef-licensing, syncing from inspec-prime repo inspec-6 branch [#&#8203;6559](https://github.com/inspec/inspec/pull/6559) ([clintoncwolfe](https://github.com/clintoncwolfe)) - CHEF-3832: Fix for InSpec Parallel fails to fetch remote profiles due to cache contention. [#&#8203;6546](https://github.com/inspec/inspec/pull/6546) ([Vasu1105](https://github.com/Vasu1105)) - CHEF-4080: Point to latest EULA in GUI installers [#&#8203;6580](https://github.com/inspec/inspec/pull/6580) ([ahasunos](https://github.com/ahasunos)) - Foreport 6568 [#&#8203;6579](https://github.com/inspec/inspec/pull/6579) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Bump omnibus-software from `4b08f0b` to `3268356` in /omnibus [#&#8203;6576](https://github.com/inspec/inspec/pull/6576) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - CHEF-4559 Extended support to inspec parallel for reporters using config [#&#8203;6578](https://github.com/inspec/inspec/pull/6578) ([Nik08](https://github.com/Nik08)) - Disable git caching in omnibus builds [#&#8203;6584](https://github.com/inspec/inspec/pull/6584) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Revert omnibus-software bump (6576) - ffi-yajl issue [#&#8203;6585](https://github.com/inspec/inspec/pull/6585) ([clintoncwolfe](https://github.com/clintoncwolfe)) - CHEF-3916 Add section on inspec license subcommand to online docs [#&#8203;6583](https://github.com/inspec/inspec/pull/6583) ([ahasunos](https://github.com/ahasunos)) - CHEF-4818 revise inspec parallel docs content [#&#8203;6586](https://github.com/inspec/inspec/pull/6586) ([IanMadd](https://github.com/IanMadd)) - CHEF-4010 make a clean exit for License list command [#&#8203;6552](https://github.com/inspec/inspec/pull/6552) ([sathish-progress](https://github.com/sathish-progress)) - Missing changes from main [#&#8203;6564](https://github.com/inspec/inspec/pull/6564) ([sathish-progress](https://github.com/sathish-progress)) - Bump omnibus-software from `4b08f0b` to `3268356` in /omnibus [#&#8203;6587](https://github.com/inspec/inspec/pull/6587) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Adds missing release-rollup tag in CHANGELOG file [#&#8203;6639](https://github.com/inspec/inspec/pull/6639) ([Vasu1105](https://github.com/Vasu1105)) - Adds missing expeditor configuration for inspec 6 release [#&#8203;6624](https://github.com/inspec/inspec/pull/6624) ([Vasu1105](https://github.com/Vasu1105)) - Update podman.md [#&#8203;6502](https://github.com/inspec/inspec/pull/6502) ([IanMadd](https://github.com/IanMadd)) - Fix for omnibus build failure on Windows due to ffi-yajl error [#&#8203;6628](https://github.com/inspec/inspec/pull/6628) ([Vasu1105](https://github.com/Vasu1105)) - CHEF-6123 Updated URL for chef licensing global service [#&#8203;6647](https://github.com/inspec/inspec/pull/6647) ([Nik08](https://github.com/Nik08)) - Fix liniting in omnibus/Gemfile [#&#8203;6649](https://github.com/inspec/inspec/pull/6649) ([Vasu1105](https://github.com/Vasu1105)) - Add license key error to troubleshooting page [#&#8203;6609](https://github.com/inspec/inspec/pull/6609) ([IanMadd](https://github.com/IanMadd)) - Revert CLI docs page changes [#&#8203;6650](https://github.com/inspec/inspec/pull/6650) ([IanMadd](https://github.com/IanMadd)) - CHEF-5898: Update latest EULA as used in MacOS installers [#&#8203;6652](https://github.com/inspec/inspec/pull/6652) ([ahasunos](https://github.com/ahasunos)) - CHEF-3849: InSpec should exit quickly and clearly if waiver file is malformed/corrupt [#&#8203;6644](https://github.com/inspec/inspec/pull/6644) ([Vasu1105](https://github.com/Vasu1105)) - Move InSpec docs menu from chef-web-docs [#&#8203;6657](https://github.com/inspec/inspec/pull/6657) ([IanMadd](https://github.com/IanMadd)) - Bump omnibus from `9c0643a` to `56015cb` in /omnibus [#&#8203;6670](https://github.com/inspec/inspec/pull/6670) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Bump omnibus-software from `3268356` to `c44dea9` in /omnibus [#&#8203;6665](https://github.com/inspec/inspec/pull/6665) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Bump omnibus from `56015cb` to `82dae89` in /omnibus [#&#8203;6679](https://github.com/inspec/inspec/pull/6679) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Fix broken plugin search test [#&#8203;6674](https://github.com/inspec/inspec/pull/6674) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Update json\_schemer requirement from >= 0.2.1, < 0.2.19 to >= 0.2.1, < 2.0.1 [#&#8203;6693](https://github.com/inspec/inspec/pull/6693) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Update html-proofer requirement from \~> 3.19.4 to \~> 5.0.8 [#&#8203;6697](https://github.com/inspec/inspec/pull/6697) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Update hashie requirement from >= 3.4, < 5.0 to >= 3.4, < 6.0 [#&#8203;6696](https://github.com/inspec/inspec/pull/6696) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Revert "Update html-proofer requirement from \~> 3.19.4 to \~> 5.0.8" [#&#8203;6717](https://github.com/inspec/inspec/pull/6717) ([Vasu1105](https://github.com/Vasu1105)) - CHEF-6429: Update omnibus config to use updated signing method for msi packages [#&#8203;6658](https://github.com/inspec/inspec/pull/6658) ([ahasunos](https://github.com/ahasunos)) - Fix Syntax [#&#8203;6483](https://github.com/inspec/inspec/pull/6483) ([bryaend](https://github.com/bryaend)) - CHEF-5899: Update latest EULA as used in Windows installers [#&#8203;6655](https://github.com/inspec/inspec/pull/6655) ([ahasunos](https://github.com/ahasunos)) - Changed params usage in `inspec archive` to skip evaluation [#&#8203;6741](https://github.com/inspec/inspec/pull/6741) ([Nik08](https://github.com/Nik08)) - Bump omnibus-software from `c44dea9` to `7723be6` in /omnibus [#&#8203;6770](https://github.com/inspec/inspec/pull/6770) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Bump omnibus-software from `7723be6` to `b3d89a4` in /omnibus [#&#8203;6787](https://github.com/inspec/inspec/pull/6787) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - CHEF-2627 Clarify License Description on Rubygems [#&#8203;6630](https://github.com/inspec/inspec/pull/6630) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Renames the project name in the SonarQube [#&#8203;6797](https://github.com/inspec/inspec/pull/6797) ([Vasu1105](https://github.com/Vasu1105)) - Update EULA for windows to fix formattings [#&#8203;6780](https://github.com/inspec/inspec/pull/6780) ([ahasunos](https://github.com/ahasunos)) - Docs updates to install inspec 6 [#&#8203;6574](https://github.com/inspec/inspec/pull/6574) ([IanMadd](https://github.com/IanMadd)) - OMNIBUS: Drop enterprise linux 6 support as it has reached EOL [#&#8203;6801](https://github.com/inspec/inspec/pull/6801) ([ahasunos](https://github.com/ahasunos)) - Bump omnibus-software from `b3d89a4` to `4fef367` in /omnibus [#&#8203;6805](https://github.com/inspec/inspec/pull/6805) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - CI: Build on MacOS 11 intel, dropping EOL 10.15 [#&#8203;6789](https://github.com/inspec/inspec/pull/6789) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Update links in docs [#&#8203;6788](https://github.com/inspec/inspec/pull/6788) ([IanMadd](https://github.com/IanMadd)) - CHEF-3928 Fix in HTML2 reporter - unique ID usage for control HTML divisions [#&#8203;6645](https://github.com/inspec/inspec/pull/6645) ([Nik08](https://github.com/Nik08)) - CHEF-3917 Troubleshooting Page for Chef Licensing issues/errors [#&#8203;6612](https://github.com/inspec/inspec/pull/6612) ([Nik08](https://github.com/Nik08)) - Fixed `inspec json` ability to use cli options successfully [#&#8203;6796](https://github.com/inspec/inspec/pull/6796) ([Nik08](https://github.com/Nik08)) - Pin Thor to < 1.3.0 to fix test failures related to aliases [#&#8203;6815](https://github.com/inspec/inspec/pull/6815) ([Vasu1105](https://github.com/Vasu1105)) - Openssl upgrade with version 1.1.1w [#&#8203;6748](https://github.com/inspec/inspec/pull/6748) ([Nik08](https://github.com/Nik08)) - Explicitly pin openssl to 1.0.2zi to avoid a CVE - inspec-6 [#&#8203;6825](https://github.com/inspec/inspec/pull/6825) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Update runtime platform list [#&#8203;6826](https://github.com/inspec/inspec/pull/6826) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Fix lint offense, TrailingWhitespace & EmptyLines [#&#8203;6830](https://github.com/inspec/inspec/pull/6830) ([ahasunos](https://github.com/ahasunos)) - CHEF-7670 Ability to set feature preview flag using ENV [#&#8203;6833](https://github.com/inspec/inspec/pull/6833) ([Nik08](https://github.com/Nik08)) - Profile params usage changes - inspec compliance plugin [#&#8203;6832](https://github.com/inspec/inspec/pull/6832) ([Nik08](https://github.com/Nik08)) - Dev docs on profile evaluations and more [#&#8203;6813](https://github.com/inspec/inspec/pull/6813) ([Nik08](https://github.com/Nik08)) - CHEF-7281: Remove references to MacOS 10.15 in docs [#&#8203;6845](https://github.com/inspec/inspec/pull/6845) ([ahasunos](https://github.com/ahasunos)) - CHEF-3745: Update supported platforms list to include RHEL 9 [#&#8203;6846](https://github.com/inspec/inspec/pull/6846) ([ahasunos](https://github.com/ahasunos)) - CHEF-6437: Implement different version of `inspec export` [#&#8203;6816](https://github.com/inspec/inspec/pull/6816) ([ahasunos](https://github.com/ahasunos)) - CHEF-7694 (CHEF-8271) : Fix security\_policy resource returns array for non comma separated values [#&#8203;6838](https://github.com/inspec/inspec/pull/6838) ([Vasu1105](https://github.com/Vasu1105)) - CHEF-6439 Mandatory Profile Signing (Preview) [#&#8203;6705](https://github.com/inspec/inspec/pull/6705) ([Nik08](https://github.com/Nik08)) - Bump chef-licensing verison from ">= 0.4.44" to ">=0.7.5" [#&#8203;6856](https://github.com/inspec/inspec/pull/6856) ([Vasu1105](https://github.com/Vasu1105)) - CHEF-6440: Integrates audit logging feature [#&#8203;6809](https://github.com/inspec/inspec/pull/6809) ([Vasu1105](https://github.com/Vasu1105)) ### [`v5.23.6`](https://github.com/inspec/inspec/releases/tag/v5.23.6): Chef InSpec v5.23.6 [Compare Source](https://github.com/inspec/inspec/compare/v5.22.95...v5.23.6) #### [v5.23.6](https://github.com/inspec/inspec/tree/v5.23.6) (2025-09-23) ##### Merged Pull Requests - CHEF-25164 Update Train deps for InSpec 5: train/train-core 3.13.4+, train-winrm… [#&#8203;7508](https://github.com/inspec/inspec/pull/7508) ([sa-progress](https://github.com/sa-progress)) - Update signet requirement from < 0.21.0 to < 0.22.0 [#&#8203;7511](https://github.com/inspec/inspec/pull/7511) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Chef 23504 add socks kerberos cli options to inspec [#&#8203;7448](https://github.com/inspec/inspec/pull/7448) ([sathish-progress](https://github.com/sathish-progress)) - Bump omnibus-software from `d3688ec` to `50c7885` in /omnibus [#&#8203;7500](https://github.com/inspec/inspec/pull/7500) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Update mongo requirement from = 2.13.2 to = 2.21.3 [#&#8203;7504](https://github.com/inspec/inspec/pull/7504) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - update internal sources flags to fetch from private s3 also new windo… [#&#8203;7528](https://github.com/inspec/inspec/pull/7528) ([muthuja](https://github.com/muthuja)) - Add Omnibus build support for macOS 13 and 14 on ARM64 architecture. [#&#8203;7524](https://github.com/inspec/inspec/pull/7524) ([balasubramanian-s](https://github.com/balasubramanian-s)) - Update Artifact test Profiles - InSpec-5 [#&#8203;7535](https://github.com/inspec/inspec/pull/7535) ([balasubramanian-s](https://github.com/balasubramanian-s)) - CHEF-25165 NOTICE file for InSpec omnibus package [#&#8203;7488](https://github.com/inspec/inspec/pull/7488) ([Nik08](https://github.com/Nik08)) ### [`v5.22.95`](https://github.com/inspec/inspec/releases/tag/v5.22.95): Chef InSpec v5.22.95 [Compare Source](https://github.com/inspec/inspec/compare/v5.22.80...v5.22.95) #### [v5.22.95](https://github.com/inspec/inspec/tree/v5.22.95) (2025-08-05) ##### Merged Pull Requests - Pipeline fixes [#&#8203;7390](https://github.com/inspec/inspec/pull/7390) ([Nik08](https://github.com/Nik08)) - Updated train pinning for future Ruby3 support [#&#8203;7389](https://github.com/inspec/inspec/pull/7389) ([Nik08](https://github.com/Nik08)) - CHEF-18030- Fix GitFetcher to Clear Empty Cache Directory on Fetch [#&#8203;7398](https://github.com/inspec/inspec/pull/7398) ([balasubramanian-s](https://github.com/balasubramanian-s)) - FOREPORT: Fixes for ci/hab package not found error [#&#8203;7416](https://github.com/inspec/inspec/pull/7416) ([balasubramanian-s](https://github.com/balasubramanian-s)) - Remove unsupported Windows platform from omnibus build pipeline [#&#8203;7418](https://github.com/inspec/inspec/pull/7418) ([Vasu1105](https://github.com/Vasu1105)) - CHEF-21513 Drop Ruby 3.0 support from InSpec 5 [#&#8203;7359](https://github.com/inspec/inspec/pull/7359) ([Nik08](https://github.com/Nik08)) - Fix for omnibus release windows build failure [#&#8203;7424](https://github.com/inspec/inspec/pull/7424) ([Vasu1105](https://github.com/Vasu1105)) - Bump test-kitchen from 3.5.0 to 3.8.0 in /omnibus [#&#8203;7413](https://github.com/inspec/inspec/pull/7413) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - CHEF-23590-InSpec 5-Hab upgrade for Ruby for 3.1.7 [#&#8203;7417](https://github.com/inspec/inspec/pull/7417) ([balasubramanian-s](https://github.com/balasubramanian-s)) - Update Artifact test Profiles [#&#8203;7443](https://github.com/inspec/inspec/pull/7443) ([balasubramanian-s](https://github.com/balasubramanian-s)) - Update rspec-its requirement from \~> 1.2 to >= 1.2, < 3.0 [#&#8203;7436](https://github.com/inspec/inspec/pull/7436) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Update rspec requirement from >= 3.9, <= 3.12 to >= 3.9, <= 3.14 [#&#8203;7432](https://github.com/inspec/inspec/pull/7432) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Update thor requirement from >= 0.20, < 1.3.0 to >= 0.20, < 1.5.0 [#&#8203;7442](https://github.com/inspec/inspec/pull/7442) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - CHEF-23589 Upgrade omnibus with Ruby 3.1.7 [#&#8203;7423](https://github.com/inspec/inspec/pull/7423) ([Nik08](https://github.com/Nik08)) - Revert "CHEF-23961-InSpec 5-Hab upgrade for Ruby for 3.1.7" [#&#8203;7460](https://github.com/inspec/inspec/pull/7460) ([balasubramanian-s](https://github.com/balasubramanian-s)) - Bump thor from 1.3.1 to 1.4.0 in /omnibus [#&#8203;7461](https://github.com/inspec/inspec/pull/7461) ([Nik08](https://github.com/Nik08)) - Bump omnibus from `c885825` to `d3264e1` in /omnibus [#&#8203;7470](https://github.com/inspec/inspec/pull/7470) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Update pry-byebug requirement from < 3.11.0 to < 3.12.0 [#&#8203;7456](https://github.com/inspec/inspec/pull/7456) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Bump test-kitchen from 3.8.0 to 3.8.1 in /omnibus [#&#8203;7465](https://github.com/inspec/inspec/pull/7465) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Update rubyzip requirement from >= 1.2.2, < 3.0 to >= 1.2.2, < 4.0 [#&#8203;7469](https://github.com/inspec/inspec/pull/7469) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Bump omnibus-software from `e1c6a63` to `d3688ec` in /omnibus [#&#8203;7478](https://github.com/inspec/inspec/pull/7478) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Update signet requirement from < 0.20.0 to < 0.21.0 [#&#8203;7458](https://github.com/inspec/inspec/pull/7458) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Fix Github Action Skips [#&#8203;7481](https://github.com/inspec/inspec/pull/7481) ([balasubramanian-s](https://github.com/balasubramanian-s)) - Trigger Version Bumper [#&#8203;7482](https://github.com/inspec/inspec/pull/7482) ([balasubramanian-s](https://github.com/balasubramanian-s)) - PR to bump version for inspec 5 release [#&#8203;7484](https://github.com/inspec/inspec/pull/7484) ([Nik08](https://github.com/Nik08)) ### [`v5.22.80`](https://github.com/inspec/inspec/releases/tag/v5.22.80): Chef InSpec v5.22.80 [Compare Source](https://github.com/inspec/inspec/compare/v5.22.72...v5.22.80) #### [v5.22.80](https://github.com/inspec/inspec/tree/v5.22.80) (2025-05-07) ##### Merged Pull Requests - remove mac 11 from inspec-5 as its EOL and update 12 as builder [#&#8203;7331](https://github.com/inspec/inspec/pull/7331) ([muthuja](https://github.com/muthuja)) - Backport: CHEF-20111: Fix inspec check for a profile with only comments or empty file [#&#8203;7334](https://github.com/inspec/inspec/pull/7334) ([ahasunos](https://github.com/ahasunos)) - CHEF-18044 Waiver error handling fixes [#&#8203;7339](https://github.com/inspec/inspec/pull/7339) ([Nik08](https://github.com/Nik08)) - Backport - CHEF-15789 - Improve error handling for audit\_policy resource [#&#8203;7336](https://github.com/inspec/inspec/pull/7336) ([ahasunos](https://github.com/ahasunos)) - Version pinned byebug for supporting Ruby 3.0.0 [#&#8203;7350](https://github.com/inspec/inspec/pull/7350) ([Nik08](https://github.com/Nik08)) - Backports: CHEF-3849: InSpec should exit quickly and clearly if waiver file is malformed/corrupt [#&#8203;7345](https://github.com/inspec/inspec/pull/7345) ([Nik08](https://github.com/Nik08)) - Pinned version of train kubernetes for 3.0 support [#&#8203;7358](https://github.com/inspec/inspec/pull/7358) ([Nik08](https://github.com/Nik08)) - Bump omnibus-software from `3b903b2` to `6961522` in /omnibus [#&#8203;7357](https://github.com/inspec/inspec/pull/7357) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Version pinned train and train winrm [#&#8203;7360](https://github.com/inspec/inspec/pull/7360) ([Nik08](https://github.com/Nik08)) ### [`v5.22.72`](https://github.com/inspec/inspec/releases/tag/v5.22.72): Chef InSpec v5.22.72 [Compare Source](https://github.com/inspec/inspec/compare/v5.22.65...v5.22.72) #### [v5.22.72](https://github.com/inspec/inspec/tree/v5.22.72) (2025-03-05) ##### Merged Pull Requests - CHEF-16676-Bug fix for spl character password(InSpec-5) [#&#8203;7276](https://github.com/inspec/inspec/pull/7276) ([balasubramanian-s](https://github.com/balasubramanian-s)) - chore: pin gems version which are unable to install for ruby 3.0/3.1 on CI [#&#8203;7292](https://github.com/inspec/inspec/pull/7292) ([ahasunos](https://github.com/ahasunos)) - Backport 7284: CHEF-15083 - Update groups resource to use `getent` utility [#&#8203;7289](https://github.com/inspec/inspec/pull/7289) ([ahasunos](https://github.com/ahasunos)) - Backport: Fix main pipeline issue on JSON gem update [#&#8203;7306](https://github.com/inspec/inspec/pull/7306) ([Nik08](https://github.com/Nik08)) - BACKPORT: Updating train-winrm support [#&#8203;7300](https://github.com/inspec/inspec/pull/7300) ([Nik08](https://github.com/Nik08)) - Bump omnibus-software from `1c244b8` to `2385f09` in /omnibus [#&#8203;7310](https://github.com/inspec/inspec/pull/7310) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Bump rack from 2.2.9 to 2.2.11 in /omnibus [#&#8203;7316](https://github.com/inspec/inspec/pull/7316) ([Nik08](https://github.com/Nik08)) ### [`v5.22.65`](https://github.com/inspec/inspec/releases/tag/v5.22.65): Chef InSpec v5.22.65 [Compare Source](https://github.com/inspec/inspec/compare/v5.22.58...v5.22.65) #### [v5.22.65](https://github.com/inspec/inspec/tree/v5.22.65) (2024-12-13) ##### Merged Pull Requests - Pin zeitwerk gem to \~> 2.6 to avoid Ruby >= 3.2 requirement [#&#8203;7207](https://github.com/inspec/inspec/pull/7207) ([ahasunos](https://github.com/ahasunos)) - \[Backport] - Introduce `--legacy` flag for compatibility in `inspec automate upload` with legacy checks and export options [#&#8203;7204](https://github.com/inspec/inspec/pull/7204) ([ahasunos](https://github.com/ahasunos)) - ci: update digi cert token for windows platforms [#&#8203;7218](https://github.com/inspec/inspec/pull/7218) ([ahasunos](https://github.com/ahasunos)) - \[Backport] CHEF-11226: Upgrade Ruby and Ruby Dev Kit to 3.1.6 due to outdated em… [#&#8203;7215](https://github.com/inspec/inspec/pull/7215) ([ahasunos](https://github.com/ahasunos)) - BACKPORT-7198 Improved regex to load readme from inspec profiles [#&#8203;7221](https://github.com/inspec/inspec/pull/7221) ([Nik08](https://github.com/Nik08)) - gemfile: pin securerandom to use below 0.4.0 for ruby 3.1 and below [#&#8203;7226](https://github.com/inspec/inspec/pull/7226) ([ahasunos](https://github.com/ahasunos)) - empty commit [#&#8203;7233](https://github.com/inspec/inspec/pull/7233) ([sean-simmons-progress](https://github.com/sean-simmons-progress)) - force update [#&#8203;7234](https://github.com/inspec/inspec/pull/7234) ([sean-simmons-progress](https://github.com/sean-simmons-progress)) - Bump webrick from 1.8.1 to 1.9.1 in /omnibus [#&#8203;7236](https://github.com/inspec/inspec/pull/7236) ([Nik08](https://github.com/Nik08)) ### [`v5.22.58`](https://github.com/inspec/inspec/releases/tag/v5.22.58): Chef InSpec v5.22.58 [Compare Source](https://github.com/inspec/inspec/compare/v5.22.55...v5.22.58) #### [v5.22.58](https://github.com/inspec/inspec/tree/v5.22.58) (2024-09-03) ##### Merged Pull Requests - BACKPORT: Oracle db session resource fixes [#&#8203;7137](https://github.com/inspec/inspec/pull/7137) ([Nik08](https://github.com/Nik08)) - BACKPORT-6790 Upgrade declared minimum ruby version in gemspec from 2.4.0 to 3.0.3 [#&#8203;7151](https://github.com/inspec/inspec/pull/7151) ([Nik08](https://github.com/Nik08)) - CHEF-15318 ci: fix the pipeline for windows' habitat build. [#&#8203;7152](https://github.com/inspec/inspec/pull/7152) ([ahasunos](https://github.com/ahasunos)) - Bump omnibus-software from `8233b42` to `f9e2df6` in /omnibus [#&#8203;7148](https://github.com/inspec/inspec/pull/7148) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Bump omnibus from `3efa84c` to `0633d00` in /omnibus [#&#8203;7147](https://github.com/inspec/inspec/pull/7147) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Bump berkshelf from 8.0.7 to 8.0.9 in /omnibus [#&#8203;6708](https://github.com/inspec/inspec/pull/6708) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - BACKPORT: Handled postgres\_session resource password authentication error when fatal ([#&#8203;7154](https://github.com/inspec/inspec/issues/7154)) [#&#8203;7155](https://github.com/inspec/inspec/pull/7155) ([Nik08](https://github.com/Nik08)) ### [`v5.22.55`](https://github.com/inspec/inspec/releases/tag/v5.22.55): Chef InSpec v5.22.55 [Compare Source](https://github.com/inspec/inspec/compare/v5.22.50...v5.22.55) #### [v5.22.55](https://github.com/inspec/inspec/tree/v5.22.55) (2024-08-05) ##### Merged Pull Requests - Bump ffi-yajl from 2.4.0 to 2.6.0 in /omnibus [#&#8203;6756](https://github.com/inspec/inspec/pull/6756) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - [Backport-#&#8203;7053](https://github.com/Backport-/inspec/issues/7053) Pin the ffi version < 1.17.0 [#&#8203;7074](https://github.com/inspec/inspec/pull/7074) ([Vasu1105](https://github.com/Vasu1105)) - Backport-7069: CHER-12024 C-shell support for sybase\_session resource [#&#8203;7075](https://github.com/inspec/inspec/pull/7075) ([Vasu1105](https://github.com/Vasu1105)) - Update ffi requirement from >= 1.15.5, < 1.17.0 to >= 1.15.5, < 1.18.0 [#&#8203;7076](https://github.com/inspec/inspec/pull/7076) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - BACKPORT: (fix) Missing regular expression anchor ([#&#8203;7077](https://github.com/inspec/inspec/issues/7077)) [#&#8203;7110](https://github.com/inspec/inspec/pull/7110) ([Nik08](https://github.com/Nik08)) - BACKPORT: CHEF-12172: Incomplete string escaping or encoding ([#&#8203;7078](https://github.com/inspec/inspec/issues/7078)) [#&#8203;7111](https://github.com/inspec/inspec/pull/7111) ([Nik08](https://github.com/Nik08)) ### [`v5.22.50`](https://github.com/inspec/inspec/releases/tag/v5.22.50): Chef InSpec v5.22.50 [Compare Source](https://github.com/inspec/inspec/compare/v5.22.40...v5.22.50) #### [v5.22.50](https://github.com/inspec/inspec/tree/v5.22.50) (2024-05-22) ##### Merged Pull Requests - Backport 6947 - Fix for virutalization resource undefined method file\_read [#&#8203;6949](https://github.com/inspec/inspec/pull/6949) ([Vasu1105](https://github.com/Vasu1105)) - CHEF-8609: Backport-6873 Reduce version pinning [#&#8203;6952](https://github.com/inspec/inspec/pull/6952) ([Vasu1105](https://github.com/Vasu1105)) - CHEF-4571: Silence warning about transforming into git fetcher ([#&#8203;6946](https://github.com/inspec/inspec/issues/6946)) [#&#8203;6956](https://github.com/inspec/inspec/pull/6956) ([ahasunos](https://github.com/ahasunos)) - CHEF-3160: Improve code coverage % on inspec-5 branch [#&#8203;6957](https://github.com/inspec/inspec/pull/6957) ([Vasu1105](https://github.com/Vasu1105)) - Backport [#&#8203;6862](https://github.com/inspec/inspec/issues/6862) Allow the negate formating for cmp [#&#8203;6986](https://github.com/inspec/inspec/pull/6986) ([Vasu1105](https://github.com/Vasu1105)) - Bump artifactory from 3.0.15 to 3.0.17 in /omnibus [#&#8203;6982](https://github.com/inspec/inspec/pull/6982) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Backport - CI: update ruby docker image to ruby bullseye base image ([#&#8203;6998](https://github.com/inspec/inspec/issues/6998)) [#&#8203;7001](https://github.com/inspec/inspec/pull/7001) ([Vasu1105](https://github.com/Vasu1105)) - Bump omnibus-software from `86649fa` to `4ea194c` in /omnibus [#&#8203;6999](https://github.com/inspec/inspec/pull/6999) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Backport 6989: Add support for curve25519 key exchange [#&#8203;6990](https://github.com/inspec/inspec/pull/6990) ([ahasunos](https://github.com/ahasunos)) - Backport-7010: Update test with updated failure message for GCP authentication [#&#8203;7020](https://github.com/inspec/inspec/pull/7020) ([ahasunos](https://github.com/ahasunos)) - Revert "Backport 6989: Add support for curve25519 key exchange" [#&#8203;7022](https://github.com/inspec/inspec/pull/7022) ([Vasu1105](https://github.com/Vasu1105)) - Backport-7030: Fix uninitialized constant Parser::AST::Processor::Mixin ([#&#8203;7030](https://github.com/inspec/inspec/issues/7030)) [#&#8203;7036](https://github.com/inspec/inspec/pull/7036) ([ahasunos](https://github.com/ahasunos)) - Backport-7034: Add cookstyle as a dependency for inspec-core.gemspec [#&#8203;7035](https://github.com/inspec/inspec/pull/7035) ([ahasunos](https://github.com/ahasunos)) - Bump omnibus-software from `4ea194c` to `8233b42` in /omnibus [#&#8203;7031](https://github.com/inspec/inspec/pull/7031) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Modify url fetcher to remove `--symref` flag in `git ls-remote` command [#&#8203;7042](https://github.com/inspec/inspec/pull/7042) ([ahasunos](https://github.com/ahasunos)) ### [`v5.22.40`](https://github.com/inspec/inspec/releases/tag/v5.22.40): Chef InSpec v5.22.40 [Compare Source](https://github.com/inspec/inspec/compare/v5.22.36...v5.22.40) #### [v5.22.40](https://github.com/inspec/inspec/tree/v5.22.40) (2024-01-24) ##### Merged Pull Requests - Backport 6914 - CHEF-8990 Remove dependency on active-support function blank? [#&#8203;6916](https://github.com/inspec/inspec/pull/6916) ([Nik08](https://github.com/Nik08)) - Backport 6919 - CHEF-4191 Waivers backward compatibility support with Chef Client [#&#8203;6920](https://github.com/inspec/inspec/pull/6920) ([Nik08](https://github.com/Nik08)) - Backport-6912 CHEF-4442 Streaming reporter fix to capture progress correctly [#&#8203;6936](https://github.com/inspec/inspec/pull/6936) ([Nik08](https://github.com/Nik08)) - Bump omnibus from `82dae89` to `16e27f6` in /omnibus [#&#8203;6932](https://github.com/inspec/inspec/pull/6932) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Backport 6911 - Set GitHub labeler action version [#&#8203;6937](https://github.com/inspec/inspec/pull/6937) ([Nik08](https://github.com/Nik08)) - Bump omnibus-software from `4fef367` to `86649fa` in /omnibus [#&#8203;6941](https://github.com/inspec/inspec/pull/6941) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Backport 6924 CHEF-3164 Unit tests for enhanced outcomes [#&#8203;6935](https://github.com/inspec/inspec/pull/6935) ([Nik08](https://github.com/Nik08)) - Backport 6933 - CHEF-3166 Unit tests added for IAF file [#&#8203;6934](https://github.com/inspec/inspec/pull/6934) ([Nik08](https://github.com/Nik08)) ### [`v5.22.36`](https://github.com/inspec/inspec/releases/tag/v5.22.36): Chef InSpec v5.22.36 [Compare Source](https://github.com/inspec/inspec/compare/v5.22.29...v5.22.36) #### [v5.22.36](https://github.com/inspec/inspec/tree/v5.22.36) (2023-11-14) ##### Merged Pull Requests - Fix trailing whitespace on omnibus overrides file [#&#8203;6842](https://github.com/inspec/inspec/pull/6842) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Pull release notes from v5 wiki page instead of main [#&#8203;6840](https://github.com/inspec/inspec/pull/6840) ([clintoncwolfe](https://github.com/clintoncwolfe)) - BACKPORT: Fix in HTML2 reporter [#&#8203;6811](https://github.com/inspec/inspec/pull/6811) ([Nik08](https://github.com/Nik08)) - BACKPORT: Fixed `inspec json` ability to use cli options successfully [#&#8203;6814](https://github.com/inspec/inspec/pull/6814) ([Nik08](https://github.com/Nik08)) - Backports 6650 - Doc revert [#&#8203;6848](https://github.com/inspec/inspec/pull/6848) ([ahasunos](https://github.com/ahasunos)) - Backport-6832: Usage changes of profile params in inspec compliance plugin (InSpec 5) [#&#8203;6852](https://github.com/inspec/inspec/pull/6852) ([ahasunos](https://github.com/ahasunos)) - Backport [#&#8203;6838](https://github.com/inspec/inspec/issues/6838) - Fix security\_policy resource returns array for non comma separated values [#&#8203;6854](https://github.com/inspec/inspec/pull/6854) ([Vasu1105](https://github.com/Vasu1105)) - Backport: CHEF-6437: Implement different version of `inspec export` ([#&#8203;6816](https://github.com/inspec/inspec/issues/6816)) (Inspec 5) [#&#8203;6849](https://github.com/inspec/inspec/pull/6849) ([ahasunos](https://github.com/ahasunos)) - Backport - PATCH: Fix for broken integration of reporters for compliance-mode [#&#8203;6860](https://github.com/inspec/inspec/pull/6860) ([ahasunos](https://github.com/ahasunos)) - Pin to unf\_ext 0.0.8.2 in top-level Gemfile [#&#8203;6861](https://github.com/inspec/inspec/pull/6861) ([clintoncwolfe](https://github.com/clintoncwolfe)) ### [`v5.22.29`](https://github.com/inspec/inspec/releases/tag/v5.22.29): Chef InSpec v5.22.29 [Compare Source](https://github.com/inspec/inspec/compare/v5.22.3...v5.22.29) #### [v5.22.29](https://github.com/inspec/inspec/tree/v5.22.29) (2023-10-31) ##### Merged Pull Requests - CHEF-1631 Clarify that command timeout default was withdrawn [#&#8203;6511](https://github.com/inspec/inspec/pull/6511) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Update RSpec to 3.12 [#&#8203;6523](https://github.com/inspec/inspec/pull/6523) ([pirj](https://github.com/pirj)) - Update Docker base image to be ubuntu 22.04 [#&#8203;6526](https://github.com/inspec/inspec/pull/6526) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Update Dockerfile for M1 support [#&#8203;6541](https://github.com/inspec/inspec/pull/6541) ([ahasunos](https://github.com/ahasunos)) - Bump omnibus from `ae855f3` to `9c0643a` in /omnibus [#&#8203;6543](https://github.com/inspec/inspec/pull/6543) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Bump berkshelf from 8.0.2 to 8.0.7 in /omnibus [#&#8203;6530](https://github.com/inspec/inspec/pull/6530) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Bump omnibus-software from `f06bbea` to `4b08f0b` in /omnibus [#&#8203;6548](https://github.com/inspec/inspec/pull/6548) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - YAML reporter test fix [#&#8203;6563](https://github.com/inspec/inspec/pull/6563) ([Nik08](https://github.com/Nik08)) - Add inspec-6 branch to Dependabot monitoring [#&#8203;6569](https://github.com/inspec/inspec/pull/6569) ([clintoncwolfe](https://github.com/clintoncwolfe)) - CHEF-4115 Added ability to merge reporter configurations from both CLI and config [#&#8203;6568](https://github.com/inspec/inspec/pull/6568) ([Nik08](https://github.com/Nik08)) - CHEF-4080: Point to latest EULA in GUI installers for InSpec-5 [#&#8203;6582](https://github.com/inspec/inspec/pull/6582) ([ahasunos](https://github.com/ahasunos)) - CHEF-5200 Waived controls are not getting waived (skipped) in case of failure at resource level. [#&#8203;6588](https://github.com/inspec/inspec/pull/6588) ([Vasu1105](https://github.com/Vasu1105)) - CHEF-65: Create inspec-5 release branch in Expeditor and Dependabot configuration [#&#8203;6591](https://github.com/inspec/inspec/pull/6591) ([Vasu1105](https://github.com/Vasu1105)) - Test inspec-5 release branch CI pipelines, take 3 [#&#8203;6600](https://github.com/inspec/inspec/pull/6600) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Backport - Configure expeditor to match 6.\* on main and drop inspec-6 release branch [#&#8203;6621](https://github.com/inspec/inspec/pull/6621) ([ahasunos](https://github.com/ahasunos)) - GEMFILE: Remove kitchen group from Gemfile [#&#8203;6590](https://github.com/inspec/inspec/pull/6590) ([ahasunos](https://github.com/ahasunos)) - Bump omnibus-software from `4b08f0b` to `c208191` in /omnibus [#&#8203;6616](https://github.com/inspec/inspec/pull/6616) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Fix missing nil check for control variable in formatter's base - Issue 6510 [#&#8203;6629](https://github.com/inspec/inspec/pull/6629) ([ahasunos](https://github.com/ahasunos)) - Backport [#&#8203;6626](https://github.com/inspec/inspec/issues/6626) - Fix for git fetcher [#&#8203;6640](https://github.com/inspec/inspec/pull/6640) ([Vasu1105](https://github.com/Vasu1105)) - Update json\_schemer requirement from >= 0.2.1, < 0.2.19 to >= 0.2.1, < 2.0.1 [#&#8203;6631](https://github.com/inspec/inspec/pull/6631) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Update mocha requirement from \~> 1.1 to \~> 2.1 [#&#8203;6632](https://github.com/inspec/inspec/pull/6632) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Update mongo requirement from = 2.13.2 to = 2.19.1 [#&#8203;6633](https://github.com/inspec/inspec/pull/6633) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Update html-proofer requirement from \~> 3.19.4 to \~> 5.0.8 [#&#8203;6634](https://github.com/inspec/inspec/pull/6634) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Update faraday\_middleware requirement from >= 0.12.2, < 1.1 to >= 0.12.2, < 1.3 [#&#8203;6636](https://github.com/inspec/inspec/pull/6636) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Update parslet requirement from >= 1.5, < 2.0 to >= 1.5, < 3.0 [#&#8203;6638](https://github.com/inspec/inspec/pull/6638) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Update minitest requirement from 5.15.0 to 5.20.0 [#&#8203;6651](https://github.com/inspec/inspec/pull/6651) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Bump omnibus from `26c34d2` to `56015cb` in /omnibus [#&#8203;6671](https://github.com/inspec/inspec/pull/6671) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Bump ffi from 1.15.5 to 1.16.1 in /omnibus [#&#8203;6672](https://github.com/inspec/inspec/pull/6672) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Backport [#&#8203;6674](https://github.com/inspec/inspec/issues/6674) to inspec-5 [#&#8203;6685](https://github.com/inspec/inspec/pull/6685) ([Vasu1105](https://github.com/Vasu1105)) - Drop Ruby 2.7 tests on inspec-5 [#&#8203;6716](https://github.com/inspec/inspec/pull/6716) ([Nik08](https://github.com/Nik08)) - Revert "Update html-proofer requirement from \~> 3.19.4 to \~> 5.0.8" [#&#8203;6722](https://github.com/inspec/inspec/pull/6722) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Bump omnibus from `56015cb` to `82dae89` in /omnibus [#&#8203;6678](https://github.com/inspec/inspec/pull/6678) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Bump omnibus-software from `c208191` to `c44dea9` in /omnibus [#&#8203;6663](https://github.com/inspec/inspec/pull/6663) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - CHEF-6429 Backport 6658 to inspec-5, CI windows msi signing changes [#&#8203;6723](https://github.com/inspec/inspec/pull/6723) ([clintoncwolfe](https://github.com/clintoncwolfe)) - \[BACKPORT] CHEF-5898: Update latest EULA as used in MacOS installers ([#&#8203;6652](https://github.com/inspec/inspec/issues/6652)) [#&#8203;6709](https://github.com/inspec/inspec/pull/6709) ([ahasunos](https://github.com/ahasunos)) - Pin ffi-yajl to 2.4.0 in omnibus Gemfile [#&#8203;6728](https://github.com/inspec/inspec/pull/6728) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Correct quotes on ffi-yajl [#&#8203;6731](https://github.com/inspec/inspec/pull/6731) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Revert minitest requirement from 5.20.0 to 5.15.0 [#&#8203;6734](https://github.com/inspec/inspec/pull/6734) ([ahasunos](https://github.com/ahasunos)) - CHEF-6915 \[Backport] - EULA: Update EULA in Windows Installers for inspec-5 [#&#8203;6726](https://github.com/inspec/inspec/pull/6726) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Revert "Update mongo requirement from = 2.13.2 to = 2.19.1 ([#&#8203;6633](https://github.com/inspec/inspec/issues/6633))" [#&#8203;6746](https://github.com/inspec/inspec/pull/6746) ([Vasu1105](https://github.com/Vasu1105)) - Backport 6741: Changed params usage in inspec archive to skip evaluation [#&#8203;6743](https://github.com/inspec/inspec/pull/6743) ([Nik08](https://github.com/Nik08)) - Fix Habitat package pipeline for inspec-5 [#&#8203;6735](https://github.com/inspec/inspec/pull/6735) ([ahasunos](https://github.com/ahasunos)) - Bump omnibus-software from `c44dea9` to `7723be6` in /omnibus [#&#8203;6771](https://github.com/inspec/inspec/pull/6771) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Backport 6748 Openssl upgrade with version 1.1.1w [#&#8203;6775](https://github.com/inspec/inspec/pull/6775) ([Nik08](https://github.com/Nik08)) - \[Backport] Update EULA for windows to fix formattings [#&#8203;6781](https://github.com/inspec/inspec/pull/6781) ([ahasunos](https://github.com/ahasunos)) - Backport-6796 on inspec-5 [#&#8203;6798](https://github.com/inspec/inspec/pull/6798) ([Vasu1105](https://github.com/Vasu1105)) - CHEF-6914: Enable SonarQube to work with inspec-5 branch [#&#8203;6799](https://github.com/inspec/inspec/pull/6799) ([Vasu1105](https://github.com/Vasu1105)) - \[Backport] - CI: Build on MacOS 11 intel, dropping EOL 10.15 [#&#8203;6795](https://github.com/inspec/inspec/pull/6795) ([ahasunos](https://github.com/ahasunos)) - Bump omnibus-software from `7723be6` to `4fef367` in /omnibus [#&#8203;6806](https://github.com/inspec/inspec/pull/6806) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - \[Backport] OMNIBUS: Drop enterprise linux 6 support as it has reached EOL [#&#8203;6803](https://github.com/inspec/inspec/pull/6803) ([ahasunos](https://github.com/ahasunos)) - Backport [#&#8203;6815](https://github.com/inspec/inspec/issues/6815) - Pin Thor < 1.3.0 [#&#8203;6817](https://github.com/inspec/inspec/pull/6817) ([Vasu1105](https://github.com/Vasu1105)) - Disable artifactory cache on inspec-5-omnibus-adhoc to fix ffi [#&#8203;6819](https://github.com/inspec/inspec/pull/6819) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Explicitly pin openssl to 1.0.2zi to avoid a CVE - inspec-5 [#&#8203;6824](https://github.com/inspec/inspec/pull/6824) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Update runtime platform list ([#&#8203;6826](https://github.com/inspec/inspec/issues/6826)) [#&#8203;6827](https://github.com/inspec/inspec/pull/6827) ([clintoncwolfe](https://github.com/clintoncwolfe)) ### [`v5.22.3`](https://github.com/inspec/inspec/blob/HEAD/CHANGELOG.md#v5223-2023-05-18) [Compare Source](https://github.com/inspec/inspec/compare/v5.21.29...v5.22.3) ##### Merged Pull Requests - CFINSPEC-554: Update CLI Docs rake task to work with current InSpec docs. [#&#8203;6384](https://github.com/inspec/inspec/pull/6384) ([ahasunos](https://github.com/ahasunos)) - CFINSPEC-573: Fix for mongodb\_session resource prints debug level of information in profile run result. [#&#8203;6401](https://github.com/inspec/inspec/pull/6401) ([Vasu1105](https://github.com/Vasu1105)) - Updates Release Process Docs [#&#8203;6398](https://github.com/inspec/inspec/pull/6398) ([Vasu1105](https://github.com/Vasu1105)) - CFINSPEC-576 : Fix profile gem dependency loading issue when dependent gem is required inside profile libraries. [#&#8203;6408](https://github.com/inspec/inspec/pull/6408) ([Vasu1105](https://github.com/Vasu1105)) - CFINSPEC-580 Dependent profiles fix for any scheme of version used in profiles [#&#8203;6410](https://github.com/inspec/inspec/pull/6410) ([Nik08](https://github.com/Nik08)) - Formatting fixes for podman docs [#&#8203;6386](https://github.com/inspec/inspec/pull/6386) ([IanMadd](https://github.com/IanMadd)) - Bump omnibus-software from `6a13693` to `225e357` in /omnibus [#&#8203;6442](https://github.com/inspec/inspec/pull/6442) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Bump omnibus from `c66e97c` to `cf97613` in /omnibus [#&#8203;6423](https://github.com/inspec/inspec/pull/6423) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Bump kitchen-vagrant from 1.12.1 to 1.14.1 in /omnibus [#&#8203;6427](https://github.com/inspec/inspec/pull/6427) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Bump test-kitchen from 3.3.2 to 3.5.0 in /omnibus [#&#8203;6360](https://github.com/inspec/inspec/pull/6360) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Bump rack from 2.2.4 to 2.2.6.2 in /omnibus [#&#8203;6388](https://github.com/inspec/inspec/pull/6388) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Revert "adding new private verify, as this will kick off the expeditor bump version" [#&#8203;6479](https://github.com/inspec/inspec/pull/6479) ([Vasu1105](https://github.com/Vasu1105)) - CHEF-1458 Multiple values changes in SimpleConfig library [#&#8203;6489](https://github.com/inspec/inspec/pull/6489) ([Nik08](https://github.com/Nik08)) - CHEF-105 Adds configuration required for sonarqube integration. [#&#8203;6480](https://github.com/inspec/inspec/pull/6480) ([Vasu1105](https://github.com/Vasu1105)) - Add nftables resources [#&#8203;6499](https://github.com/inspec/inspec/pull/6499) ([jjacque](https://github.com/jjacque)) - CHEF-2438 Add train-kubernetes to inspec gemspec [#&#8203;6512](https://github.com/inspec/inspec/pull/6512) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Bump rack from 2.2.6.2 to 2.2.6.4 in /omnibus [#&#8203;6490](https://github.com/inspec/inspec/pull/6490) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - fix: ensure Invoke-WebRequest headers can be configured [#&#8203;6484](https://github.com/inspec/inspec/pull/6484) ([amlodzianowski](https://github.com/amlodzianowski)) - For [#&#8203;6493](https://github.com/inspec/inspec/issues/6493) : Add postgres\_session support for custom port with a socket connection [#&#8203;6494](https://github.com/inspec/inspec/pull/6494) ([Taknok](https://github.com/Taknok)) </details> <details> <summary>minitest/minitest (minitest)</summary> ### [`v6.0.1`](https://github.com/minitest/minitest/compare/v6.0.0...v6.0.1) [Compare Source](https://github.com/minitest/minitest/compare/v6.0.0...v6.0.1) ### [`v6.0.0`](https://github.com/minitest/minitest/compare/v5.27.0...v6.0.0) [Compare Source](https://github.com/minitest/minitest/compare/v5.27.0...v6.0.0) </details> <details> <summary>chef/ohai (ohai)</summary> ### [`v19.1.16`](https://github.com/chef/ohai/blob/HEAD/CHANGELOG.md#v19116-2026-01-05) [Compare Source](https://github.com/chef/ohai/compare/v19.0.3...v19.1.16) ##### Merged Pull Requests - Add support for macOS Rapid Security Response updates [#&#8203;1788](https://github.com/chef/ohai/pull/1788) ([nstrauss](https://github.com/nstrauss)) - Adding files for onboarding the project to SonarQubes [#&#8203;1792](https://github.com/chef/ohai/pull/1792) ([vinay-satish](https://github.com/vinay-satish)) - Update rubocop-performance requirement from 1.16.0 to 1.18.0 [#&#8203;1797](https://github.com/chef/ohai/pull/1797) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Adds status property to dpkg parsed packages [#&#8203;1799](https://github.com/chef/ohai/pull/1799) ([fretb](https://github.com/fretb)) - Fix gce metadata recursion issue [#&#8203;1796](https://github.com/chef/ohai/issues/1796) [#&#8203;1801](https://github.com/chef/ohai/pull/1801) ([nvwls](https://github.com/nvwls)) - Fetch the user-data on Alibaba Cloud correctly [#&#8203;1803](https://github.com/chef/ohai/pull/1803) ([ETiV](https://github.com/ETiV)) - Add 3.2 to the list of Ruby CI versions [#&#8203;1804](https://github.com/chef/ohai/pull/1804) ([igor-drozdov](https://github.com/igor-drozdov)) - fp/Adjusting IPROUTE\_INT\_REGEX to match interfaces with an underscore [#&#8203;1806](https://github.com/chef/ohai/pull/1806) ([fprovencherdrw](https://github.com/fprovencherdrw)) - Add getnameinfo as a fall through case for fqdn resolution [#&#8203;1810](https://github.com/chef/ohai/pull/1810) ([tpowell-progress](https://github.com/tpowell-progress)) - Updated the metadata versions [#&#8203;1812](https://github.com/chef/ohai/pull/1812) ([johnmccrae](https://github.com/johnmccrae)) - Bump actions/checkout from 3 to 4 [#&#8203;1807](https://github.com/chef/ohai/pull/1807) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Detect QEMU virtualization on Darwin. [#&#8203;1813](https://github.com/chef/ohai/pull/1813) ([williamtheaker](https://github.com/williamtheaker)) - determine if we are an Apple Virtualization Framework guest [#&#8203;1814](https://github.com/chef/ohai/pull/1814) ([jazaval](https://github.com/jazaval)) - Updating metadata [#&#8203;1815](https://github.com/chef/ohai/pull/1815) ([johnmccrae](https://github.com/johnmccrae)) - \[lspci] Fix handling of more than one PCIe domain [#&#8203;1822](https://github.com/chef/ohai/pull/1822) ([Babar](https://github.com/Babar)) - Add platform\_backend attribute for Target Mode [#&#8203;1824](https://github.com/chef/ohai/pull/1824) ([thheinen](https://github.com/thheinen)) - Bump to 19 version for ohai and chef [#&#8203;1825](https://github.com/chef/ohai/pull/1825) ([tpowell-progress](https://github.com/tpowell-progress)) - Force the major version bump since VERSION appeared modified in the l… [#&#8203;1827](https://github.com/chef/ohai/pull/1827) ([tpowell-progress](https://github.com/tpowell-progress)) - cpu: Fix issues with newer versions of lscpu [#&#8203;1809](https://github.com/chef/ohai/pull/1809) ([ramereth](https://github.com/ramereth)) - \[[#&#8203;1830](https://github.com/chef/ohai/issues/1830)] Check that sysfs directory exists before reading [#&#8203;1831](https://github.com/chef/ohai/pull/1831) ([dafyddcrosby](https://github.com/dafyddcrosby)) - Migrate from Chefstyle to Cookstyle gem [#&#8203;1833](https://github.com/chef/ohai/pull/1833) ([dafyddcrosby](https://github.com/dafyddcrosby)) - FreeBSD: Permit underscores in interface names [#&#8203;1837](https://github.com/chef/ohai/pull/1837) ([feld](https://github.com/feld)) - Unit tests for freebsd network plugin; plus fixes [#&#8203;1841](https://github.com/chef/ohai/pull/1841) ([jaymzh](https://github.com/jaymzh)) - added the channel variable [#&#8203;1854](https://github.com/chef/ohai/pull/1854) ([nikhil2611](https://github.com/nikhil2611)) - Added the pipelines to build those automatically [#&#8203;1856](https://github.com/chef/ohai/pull/1856) ([nikhil2611](https://github.com/nikhil2611)) - Test pipelines with empty commit [#&#8203;1857](https://github.com/chef/ohai/pull/1857) ([nikhil2611](https://github.com/nikhil2611)) - Reverted the version back to the old one [#&#8203;1858](https://github.com/chef/ohai/pull/1858) ([nikhil2611](https://github.com/nikhil2611)) - Updating configuration for a symantec version promote and publish [#&#8203;1862](https://github.com/chef/ohai/pull/1862) ([nikhil2611](https://github.com/nikhil2611)) - updating ffi for Ohai [#&#8203;1865](https://github.com/chef/ohai/pull/1865) ([johnmccrae](https://github.com/johnmccrae)) - Hab pkg size issue removed cache and bundler folder [#&#8203;1864](https://github.com/chef/ohai/pull/1864) ([sanghinitin](https://github.com/sanghinitin)) - Update ffi lock [#&#8203;1866](https://github.com/chef/ohai/pull/1866) ([jaymzh](https://github.com/jaymzh)) - Make `buildkite/chef-ohai-main-habitat-test` public [#&#8203;1867](https://github.com/chef/ohai/pull/1867) ([jaymzh](https://github.com/jaymzh)) - upgrading to cookstyle [#&#8203;1868](https://github.com/chef/ohai/pull/1868) ([johnmccrae](https://github.com/johnmccrae)) - Ruby bump 3.4.x [#&#8203;1871](https://github.com/chef/ohai/pull/1871) ([neha-p6](https://github.com/neha-p6)) - The filesystem plugin transition is finally over [#&#8203;1873](https://github.com/chef/ohai/pull/1873) ([jaymzh](https://github.com/jaymzh)) - add myself to codeowners [#&#8203;1869](https://github.com/chef/ohai/pull/1869) ([jaymzh](https://github.com/jaymzh)) - Fixing the security scanning warnings [#&#8203;1877](https://github.com/chef/ohai/pull/1877) ([nikhil2611](https://github.com/nikhil2611)) - Fix Style/CollectionQuerying: Use none? instead of count == 0 [#&#8203;1881](https://github.com/chef/ohai/pull/1881) ([sanjain-progress](https://github.com/sanjain-progress)) - Support private hab bldr of publishing hab pkg and update ruby core package [#&#8203;1879](https://github.com/chef/ohai/pull/1879) ([sanjain-progress](https://github.com/sanjain-progress)) - Fixing habitat test builds by declaring HAB\_ORIGIN after habitat install [#&#8203;1883](https://github.com/chef/ohai/pull/1883) ([nikhil2611](https://github.com/nikhil2611)) - let ohai build with hab base-2025 [#&#8203;1882](https://github.com/chef/ohai/pull/1882) ([muthuja](https://github.com/muthuja)) - Bump actions/checkout from 4 to 5 [#&#8203;1886](https://github.com/chef/ohai/pull/1886) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) - Fixing network detection when using multipath route [#&#8203;1885](https://github.com/chef/ohai/pull/1885) ([achamo](https://github.com/achamo)) - set up ai assisted development workflow [#&#8203;1887](https://github.com/chef/ohai/pull/1887) ([rishichawda](https://github.com/rishichawda)) - Fixing CI by disabling broken tests [#&#8203;1894](https://github.com/chef/ohai/pull/1894) ([jaymzh](https://github.com/jaymzh)) - js/Adjusting IPROUTE\_INT\_REGEX to match interfaces with a semicolon [#&#8203;1893](https://github.com/chef/ohai/pull/1893) ([justintsteele](https://github.com/justintsteele)) - adding a tweaks for string freezes [#&#8203;1895](https://github.com/chef/ohai/pull/1895) ([johnmccrae](https://github.com/johnmccrae)) - Oci-metadata-volumefix [#&#8203;1897](https://github.com/chef/ohai/pull/1897) ([snohio](https://github.com/snohio)) - docs: add AI compliance workflow to copilot instructions [#&#8203;1899](https://github.com/chef/ohai/pull/1899) ([rishichawda](https://github.com/rishichawda)) - Bump actions/checkout from 5 to 6 [#&#8203;1900](https://github.com/chef/ohai/pull/1900) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) <!-- latest_stable_release --> ### [`v19.0.3`](https://github.com/chef/ohai/blob/HEAD/CHANGELOG.md#v19116-2025-12-09) [Compare Source](https://github.com/chef/ohai/compare/v18.2.8...v19.0.3) ##### Merged Pull Requests - Bump actions/checkout from 5 to 6 [#&#8203;1900](https://github.com/chef/ohai/pull/1900) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) <!-- latest_release --> <!-- release_rollup since=18.1.3 --> ##### Changes not yet released to rubygems.org ##### Merged Pull Requests - Bump actions/checkout from 5 to 6 [#&#8203;1900](https://github.com/chef/ohai/pull/1900) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) <!-- 19.1.16 --> - docs: add AI compliance workflow to copilot instructions [#&#8203;1899](https://github.com/chef/ohai/pull/1899) ([rishichawda](https://github.com/rishichawda)) <!-- 19.1.15 --> - Oci-metadata-volumefix [#&#8203;1897](https://github.com/chef/ohai/pull/1897) ([snohio](https://github.com/snohio)) <!-- 19.1.14 --> - adding a tweaks for string freezes [#&#8203;1895](https://github.com/chef/ohai/pull/1895) ([johnmccrae](https://github.com/johnmccrae)) <!-- 19.1.13 --> - js/Adjusting IPROUTE\_INT\_REGEX to match interfaces with a semicolon [#&#8203;1893](https://github.com/chef/ohai/pull/1893) ([justintsteele](https://github.com/justintsteele)) <!-- 19.1.12 --> - Fixing CI by disabling broken tests [#&#8203;1894](https://github.com/chef/ohai/pull/1894) ([jaymzh](https://github.com/jaymzh)) <!-- 19.1.11 --> - set up ai assisted development workflow [#&#8203;1887](https://github.com/chef/ohai/pull/1887) ([rishichawda](https://github.com/rishichawda)) <!-- 19.1.10 --> - Fixing network detection when using multipath route [#&#8203;1885](https://github.com/chef/ohai/pull/1885) ([achamo](https://github.com/achamo)) <!-- 19.1.9 --> - Bump actions/checkout from 4 to 5 [#&#8203;1886](https://github.com/chef/ohai/pull/1886) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) <!-- 19.1.8 --> - let ohai build with hab base-2025 [#&#8203;1882](https://github.com/chef/ohai/pull/1882) ([muthuja](https://github.com/muthuja)) <!-- 19.1.7 --> - Fixing habitat test builds by declaring HAB\_ORIGIN after habitat install [#&#8203;1883](https://github.com/chef/ohai/pull/1883) ([nikhil2611](https://github.com/nikhil2611)) <!-- 19.1.6 --> - Support private hab bldr of publishing hab pkg and update ruby core package [#&#8203;1879](https://github.com/chef/ohai/pull/1879) ([sanjain-progress](https://github.com/sanjain-progress)) <!-- 19.1.5 --> - Fix Style/CollectionQuerying: Use none? instead of count == 0 [#&#8203;1881](https://github.com/chef/ohai/pull/1881) ([sanjain-progress](https://github.com/sanjain-progress)) <!-- 19.1.4 --> - Fixing the security scanning warnings [#&#8203;1877](https://github.com/chef/ohai/pull/1877) ([nikhil2611](https://github.com/nikhil2611)) <!-- 19.1.3 --> - add myself to codeowners [#&#8203;1869](https://github.com/chef/ohai/pull/1869) ([jaymzh](https://github.com/jaymzh)) <!-- 19.1.2 --> - The filesystem plugin transition is finally over [#&#8203;1873](https://github.com/chef/ohai/pull/1873) ([jaymzh](https://github.com/jaymzh)) <!-- 19.1.1 --> - Ruby bump 3.4.x [#&#8203;1871](https://github.com/chef/ohai/pull/1871) ([neha-p6](https://github.com/neha-p6)) <!-- 19.1.0 --> - upgrading to cookstyle [#&#8203;1868](https://github.com/chef/ohai/pull/1868) ([johnmccrae](https://github.com/johnmccrae)) <!-- 19.0.12 --> - Make `buildkite/chef-ohai-main-habitat-test` public [#&#8203;1867](https://github.com/chef/ohai/pull/1867) ([jaymzh](https://github.com/jaymzh)) <!-- 19.0.11 --> - Update ffi lock [#&#8203;1866](https://github.com/chef/ohai/pull/1866) ([jaymzh](https://github.com/jaymzh)) <!-- 19.0.10 --> - Hab pkg size issue removed cache and bundler folder [#&#8203;1864](https://github.com/chef/ohai/pull/1864) ([sanghinitin](https://github.com/sanghinitin)) <!-- 19.0.9 --> - updating ffi for Ohai [#&#8203;1865](https://github.com/chef/ohai/pull/1865) ([johnmccrae](https://github.com/johnmccrae)) <!-- 19.0.8 --> - Updating configuration for a symantec version promote and publish [#&#8203;1862](https://github.com/chef/ohai/pull/1862) ([nikhil2611](https://github.com/nikhil2611)) <!-- 19.0.6 --> - Reverted the version back to the old one [#&#8203;1858](https://github.com/chef/ohai/pull/1858) ([nikhil2611](https://github.com/nikhil2611)) <!-- 19.0.5 --> - Test pipelines with empty commit [#&#8203;1857](https://github.com/chef/ohai/pull/1857) ([nikhil2611](https://github.com/nikhil2611)) <!-- 0.1.1 --> - Added the pipelines to build those automatically [#&#8203;1856](https://github.com/chef/ohai/pull/1856) ([nikhil2611](https://github.com/nikhil2611)) <!-- 0.1.0 --> - added the channel variable [#&#8203;1854](https://github.com/chef/ohai/pull/1854) ([nikhil2611](https://github.com/nikhil2611)) <!-- 19.0.6 --> - Unit tests for freebsd network plugin; plus fixes [#&#8203;1841](https://github.com/chef/ohai/pull/1841) ([jaymzh](https://github.com/jaymzh)) <!-- 19.0.5 --> - FreeBSD: Permit underscores in interface names [#&#8203;1837](https://github.com/chef/ohai/pull/1837) ([feld](https://github.com/feld)) <!-- 19.0.4 --> - Migrate from Chefstyle to Cookstyle gem [#&#8203;1833](https://github.com/chef/ohai/pull/1833) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 19.0.3 --> - \[[#&#8203;1830](https://github.com/chef/ohai/issues/1830)] Check that sysfs directory exists before reading [#&#8203;1831](https://github.com/chef/ohai/pull/1831) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 19.0.2 --> - cpu: Fix issues with newer versions of lscpu [#&#8203;1809](https://github.com/chef/ohai/pull/1809) ([ramereth](https://github.com/ramereth)) <!-- 19.0.1 --> - Force the major version bump since VERSION appeared modified in the l… [#&#8203;1827](https://github.com/chef/ohai/pull/1827) ([tpowell-progress](https://github.com/tpowell-progress)) <!-- 19.0.0 --> - Bump to 19 version for ohai and chef [#&#8203;1825](https://github.com/chef/ohai/pull/1825) ([tpowell-progress](https://github.com/tpowell-progress)) <!-- 18.2.0 --> - Add platform\_backend attribute for Target Mode [#&#8203;1824](https://github.com/chef/ohai/pull/1824) ([thheinen](https://github.com/thheinen)) <!-- 18.2.0 --> - \[lspci] Fix handling of more than one PCIe domain [#&#8203;1822](https://github.com/chef/ohai/pull/1822) ([Babar](https://github.com/Babar)) <!-- 18.1.18 --> - Updating metadata [#&#8203;1815](https://github.com/chef/ohai/pull/1815) ([johnmccrae](https://github.com/johnmccrae)) <!-- 18.1.17 --> - determine if we are an Apple Virtualization Framework guest [#&#8203;1814](https://github.com/chef/ohai/pull/1814) ([jazaval](https://github.com/jazaval)) <!-- 18.1.16 --> - Detect QEMU virtualization on Darwin. [#&#8203;1813](https://github.com/chef/ohai/pull/1813) ([williamtheaker](https://github.com/williamtheaker)) <!-- 18.1.15 --> - Bump actions/checkout from 3 to 4 [#&#8203;1807](https://github.com/chef/ohai/pull/1807) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) <!-- 18.1.14 --> - Updated the metadata versions [#&#8203;1812](https://github.com/chef/ohai/pull/1812) ([johnmccrae](https://github.com/johnmccrae)) <!-- 18.1.13 --> - Add getnameinfo as a fall through case for fqdn resolution [#&#8203;1810](https://github.com/chef/ohai/pull/1810) ([tpowell-progress](https://github.com/tpowell-progress)) <!-- 18.1.12 --> - fp/Adjusting IPROUTE\_INT\_REGEX to match interfaces with an underscore [#&#8203;1806](https://github.com/chef/ohai/pull/1806) ([fprovencherdrw](https://github.com/fprovencherdrw)) <!-- 18.1.11 --> - Add 3.2 to the list of Ruby CI versions [#&#8203;1804](https://github.com/chef/ohai/pull/1804) ([igor-drozdov](https://github.com/igor-drozdov)) <!-- 18.1.10 --> - Fetch the user-data on Alibaba Cloud correctly [#&#8203;1803](https://github.com/chef/ohai/pull/1803) ([ETiV](https://github.com/ETiV)) <!-- 18.1.9 --> - Fix gce metadata recursion issue [#&#8203;1796](https://github.com/chef/ohai/issues/1796) [#&#8203;1801](https://github.com/chef/ohai/pull/1801) ([nvwls](https://github.com/nvwls)) <!-- 18.1.8 --> - Adds status property to dpkg parsed packages [#&#8203;1799](https://github.com/chef/ohai/pull/1799) ([fretb](https://github.com/fretb)) <!-- 18.1.7 --> - Update rubocop-performance requirement from 1.16.0 to 1.18.0 [#&#8203;1797](https://github.com/chef/ohai/pull/1797) ([dependabot\[bot\]](https://github.com/dependabot\[bot])) <!-- 18.1.6 --> - Adding files for onboarding the project to SonarQubes [#&#8203;1792](https://github.com/chef/ohai/pull/1792) ([vinay-satish](https://github.com/vinay-satish)) <!-- 18.1.5 --> - Add support for macOS Rapid Security Response updates [#&#8203;1788](https://github.com/chef/ohai/pull/1788) ([nstrauss](https://github.com/nstrauss)) <!-- 18.1.4 --> <!-- release_rollup --> <!-- latest_stable_release --> ### [`v18.2.8`](https://github.com/chef/ohai/compare/v18.2.7...v18.2.8) [Compare Source](https://github.com/chef/ohai/compare/v18.2.7...v18.2.8) ### [`v18.2.7`](https://github.com/chef/ohai/compare/v18.2.6...v18.2.7) [Compare Source](https://github.com/chef/ohai/compare/v18.2.6...v18.2.7) </details> <details> <summary>ruby/rdoc (rdoc)</summary> ### [`v7.1.0`](https://github.com/ruby/rdoc/releases/tag/v7.1.0) [Compare Source](https://github.com/ruby/rdoc/compare/v7.0.3...v7.1.0) <!-- Release notes generated using configuration in .github/release.yml at v7.1.0 --> #### What's Changed ##### ✨ Enhancements - Support GitHub style markdown heading anchor and link reference by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1540](https://github.com/ruby/rdoc/pull/1540) - Allow using backticks to quote text in RDoc markup too by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1551](https://github.com/ruby/rdoc/pull/1551) ##### 🐛 Bug Fixes - Fix comment\_location for merged ClassModule by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1531](https://github.com/ruby/rdoc/pull/1531) - Prevent style rendering in code blocks by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1536](https://github.com/ruby/rdoc/pull/1536) - Improve code block language detection by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1538](https://github.com/ruby/rdoc/pull/1538) - Fix Markdown strikethrough (`~~text~~`) not rendering in HTML output by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1541](https://github.com/ruby/rdoc/pull/1541) - Define `Markup::Heading` as a struct on rubies older than v4.0.0 by [@&#8203;vinistock](https://github.com/vinistock) in [#&#8203;1549](https://github.com/ruby/rdoc/pull/1549) - Fix cross-reference resolution for constants by [@&#8203;extern-c](https://github.com/extern-c) in [#&#8203;1539](https://github.com/ruby/rdoc/pull/1539) ##### 📚 Documentation - Rebuild RDoc markup documentation by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1542](https://github.com/ruby/rdoc/pull/1542) - \[DOC] Remove *italic* *bold* styling inside codeblock by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1552](https://github.com/ruby/rdoc/pull/1552) - Use playwright MCP as the recommended way to test RDoc end to end by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1545](https://github.com/ruby/rdoc/pull/1545) - Fix broken RDoc Markup Reference links in RDoc::Markup by [@&#8203;extern-c](https://github.com/extern-c) in [#&#8203;1560](https://github.com/ruby/rdoc/pull/1560) ##### 🛠 Other Changes - Bump ruby/setup-ruby from 1.275.0 to 1.276.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1534](https://github.com/ruby/rdoc/pull/1534) - Simplify newline handling of comment token in TokenStream#to\_html by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1532](https://github.com/ruby/rdoc/pull/1532) - Bump setup-ruby to the latest release by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1543](https://github.com/ruby/rdoc/pull/1543) - Use class for highlight selector by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1546](https://github.com/ruby/rdoc/pull/1546) - Align strikethrough support with GitHub Markdown by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1548](https://github.com/ruby/rdoc/pull/1548) - Bump ruby/setup-ruby from 1.278.0 to 1.281.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1561](https://github.com/ruby/rdoc/pull/1561) - Bump version to v7.1.0 by [@&#8203;vinistock](https://github.com/vinistock) in [#&#8203;1562](https://github.com/ruby/rdoc/pull/1562) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v7.0.3...v7.1.0> ### [`v7.0.3`](https://github.com/ruby/rdoc/releases/tag/v7.0.3) [Compare Source](https://github.com/ruby/rdoc/compare/v7.0.2...v7.0.3) <!-- Release notes generated using configuration in .github/release.yml at v7.0.3 --> #### What's Changed ##### 🐛 Bug Fixes - Fix comment location marshalling in ClassModule by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1529](https://github.com/ruby/rdoc/pull/1529) ##### 📚 Documentation - Mention the comment type annotations in docs by [@&#8203;vinistock](https://github.com/vinistock) in [#&#8203;1522](https://github.com/ruby/rdoc/pull/1522) ##### 🛠 Other Changes - Bump ruby/setup-ruby from 1.270.0 to 1.275.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1517](https://github.com/ruby/rdoc/pull/1517) - Fix "statement not reached" warnings by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1518](https://github.com/ruby/rdoc/pull/1518) - Standardize table and heading markup elements by [@&#8203;vinistock](https://github.com/vinistock) in [#&#8203;1389](https://github.com/ruby/rdoc/pull/1389) - Standardize HardBreak markup by [@&#8203;vinistock](https://github.com/vinistock) in [#&#8203;1519](https://github.com/ruby/rdoc/pull/1519) - Standardize BlankLine markup by [@&#8203;vinistock](https://github.com/vinistock) in [#&#8203;1520](https://github.com/ruby/rdoc/pull/1520) - Standardize Raw markup by [@&#8203;vinistock](https://github.com/vinistock) in [#&#8203;1521](https://github.com/ruby/rdoc/pull/1521) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v7.0.2...v7.0.3> ### [`v7.0.2`](https://github.com/ruby/rdoc/releases/tag/v7.0.2) [Compare Source](https://github.com/ruby/rdoc/compare/v7.0.1...v7.0.2) <!-- Release notes generated using configuration in .github/release.yml at v7.0.2 --> #### What's Changed ##### 🐛 Bug Fixes - Fix class/module alias document having wrong name by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1515](https://github.com/ruby/rdoc/pull/1515) - Change sidebar hiding strategy to avoid flickering on mobile devices by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1516](https://github.com/ruby/rdoc/pull/1516) - Fix search dropdown behaviour by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1512](https://github.com/ruby/rdoc/pull/1512) ##### 🛠 Other Changes - Fix herb linting errors in ERB templates by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1514](https://github.com/ruby/rdoc/pull/1514) - Reduce sidebar list item padding by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1513](https://github.com/ruby/rdoc/pull/1513) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v7.0.1...v7.0.2> ### [`v7.0.1`](https://github.com/ruby/rdoc/releases/tag/v7.0.1) [Compare Source](https://github.com/ruby/rdoc/compare/v7.0.0...v7.0.1) <!-- Release notes generated using configuration in .github/release.yml at v7.0.1 --> #### What's Changed ##### 🐛 Bug Fixes - \[Aliki] Fix search result type styling on mobile by [@&#8203;Earlopain](https://github.com/Earlopain) in [#&#8203;1509](https://github.com/ruby/rdoc/pull/1509) - Make sure path link in footers work correctly by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1508](https://github.com/ruby/rdoc/pull/1508) ##### 🛠 Other Changes - Bump RDoc version to 7.0.1 by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1510](https://github.com/ruby/rdoc/pull/1510) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v7.0.0...v7.0.1> ### [`v7.0.0`](https://github.com/ruby/rdoc/releases/tag/v7.0.0) [Compare Source](https://github.com/ruby/rdoc/compare/v6.17.0...v7.0.0) <!-- Release notes generated using configuration in .github/release.yml at v7.0.0 --> #### What's Changed ##### ✨ Enhancements - Improve Aliki visuals by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1505](https://github.com/ruby/rdoc/pull/1505) - Rebuild Aliki's searching mechanism by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1504](https://github.com/ruby/rdoc/pull/1504) ##### 🐛 Bug Fixes - Fix method source code not created if a method's description is skipped by [@&#8203;extern-c](https://github.com/extern-c) in [#&#8203;1488](https://github.com/ruby/rdoc/pull/1488) - Fix call-seq deduplicate for name overlap in aliases by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1491](https://github.com/ruby/rdoc/pull/1491) ##### 📚 Documentation - Replace `CONTRIBUTING.rdoc` with `CONTRIBUTING.md` by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1496](https://github.com/ruby/rdoc/pull/1496) ##### 🛠 Other Changes - Bump actions/checkout from 6.0.0 to 6.0.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1490](https://github.com/ruby/rdoc/pull/1490) - Bump step-security/harden-runner from 2.13.2 to 2.13.3 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1489](https://github.com/ruby/rdoc/pull/1489) - ci: Ensure using pinned actions/checkout by [@&#8203;kou](https://github.com/kou) in [#&#8203;1493](https://github.com/ruby/rdoc/pull/1493) - Bump actions/download-artifact from 6 to 7 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1499](https://github.com/ruby/rdoc/pull/1499) - Bump actions/upload-artifact from 5 to 6 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1501](https://github.com/ruby/rdoc/pull/1501) - Bump step-security/harden-runner from 2.13.3 to 2.14.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1500](https://github.com/ruby/rdoc/pull/1500) - Bump setup-ruby to v1.270.0 by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1503](https://github.com/ruby/rdoc/pull/1503) - Change the default theme to Aliki by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1502](https://github.com/ruby/rdoc/pull/1502) - Bump RDoc version to 7.0.0 by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1506](https://github.com/ruby/rdoc/pull/1506) #### New Contributors - [@&#8203;extern-c](https://github.com/extern-c) made their first contribution in [#&#8203;1488](https://github.com/ruby/rdoc/pull/1488) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.17.0...v7.0.0> ### [`v6.17.0`](https://github.com/ruby/rdoc/releases/tag/v6.17.0) [Compare Source](https://github.com/ruby/rdoc/compare/v6.16.1...v6.17.0) <!-- Release notes generated using configuration in .github/release.yml at v6.17.0 --> #### What's Changed ##### ✨ Enhancements - Aliki: Add padding to TOC by [@&#8203;Earlopain](https://github.com/Earlopain) in [#&#8203;1481](https://github.com/ruby/rdoc/pull/1481) - Apply markup in table cell by [@&#8203;ksss](https://github.com/ksss) in [#&#8203;1483](https://github.com/ruby/rdoc/pull/1483) - Improve main sidebar by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1485](https://github.com/ruby/rdoc/pull/1485) ##### 🐛 Bug Fixes - Aliki: Make hamburger toggle non-selectable by [@&#8203;Earlopain](https://github.com/Earlopain) in [#&#8203;1480](https://github.com/ruby/rdoc/pull/1480) - Remove align-self from nav that restricted toc-list width by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1486](https://github.com/ruby/rdoc/pull/1486) - Fix source code styling issues by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1487](https://github.com/ruby/rdoc/pull/1487) ##### 🛠 Other Changes - Bump actions/checkout from 5.0.1 to 6.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1482](https://github.com/ruby/rdoc/pull/1482) #### New Contributors - [@&#8203;ksss](https://github.com/ksss) made their first contribution in [#&#8203;1483](https://github.com/ruby/rdoc/pull/1483) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.16.1...v6.17.0> ### [`v6.16.1`](https://github.com/ruby/rdoc/releases/tag/v6.16.1) [Compare Source](https://github.com/ruby/rdoc/compare/v6.16.0...v6.16.1) <!-- Release notes generated using configuration in .github/release.yml at v6.16.1 --> #### What's Changed ##### ✨ Enhancements - Add version query string to Aliki assets for cache busting by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1476](https://github.com/ruby/rdoc/pull/1476) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.16.0...v6.16.1> ### [`v6.16.0`](https://github.com/ruby/rdoc/releases/tag/v6.16.0) [Compare Source](https://github.com/ruby/rdoc/compare/v6.15.1...v6.16.0) <!-- Release notes generated using configuration in .github/release.yml at v6.16.0 --> #### What's Changed ##### ✨ Enhancements - New theme: "Aliki" by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1432](https://github.com/ruby/rdoc/pull/1432) ##### 🐛 Bug Fixes - searcher.js: handle missing RegExp.escape by [@&#8203;byroot](https://github.com/byroot) in [#&#8203;1442](https://github.com/ruby/rdoc/pull/1442) ##### 🛠 Other Changes - Bump rubygems/release-gem from 1.1.1 to 1.1.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1444](https://github.com/ruby/rdoc/pull/1444) - Bump step-security/harden-runner from 2.13.1 to 2.13.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1448](https://github.com/ruby/rdoc/pull/1448) - Regroup tests under folder structure by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1443](https://github.com/ruby/rdoc/pull/1443) - Change comment directive parsing by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1149](https://github.com/ruby/rdoc/pull/1149) - Fix erb linting errors and remove unnecessary code by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1449](https://github.com/ruby/rdoc/pull/1449) - \[Aliki] Set default overflow wrap behavior to avoid overflow on mobile by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1453](https://github.com/ruby/rdoc/pull/1453) - \[Aliki] Set scroll-margin-top to all heading inside <main/> by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1454](https://github.com/ruby/rdoc/pull/1454) - \[Aliki] Add classes and modules list to class page's sidebar by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1457](https://github.com/ruby/rdoc/pull/1457) - \[Aliki] Stable calculation of active toc by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1456](https://github.com/ruby/rdoc/pull/1456) - \[Aliki] Remove nav detail's nested padding-right by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1455](https://github.com/ruby/rdoc/pull/1455) - Fix rb\_define\_method(singleton\_class\_of\_module, ...) not to change nested module name by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1458](https://github.com/ruby/rdoc/pull/1458) - \[DOC] Stop generating docs for Aliki's .rhtml templates by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1461](https://github.com/ruby/rdoc/pull/1461) - \[Aliki] Adjust table of content scrollable area height by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1459](https://github.com/ruby/rdoc/pull/1459) - \[Aliki] Modernize coding style of aliki.js by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1462](https://github.com/ruby/rdoc/pull/1462) - \[Aliki] Remove unnecessary css variable declaration & usages by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1460](https://github.com/ruby/rdoc/pull/1460) - \[Aliki] Add stylelint and update Aliki's css according to suggestions by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1463](https://github.com/ruby/rdoc/pull/1463) - \[Aliki] Improve light mode link colors by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1466](https://github.com/ruby/rdoc/pull/1466) - \[Aliki] Improve header links by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1465](https://github.com/ruby/rdoc/pull/1465) - Small refactors by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1468](https://github.com/ruby/rdoc/pull/1468) - \[Aliki] Add smooth-scroll handler to link inside heading tag by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1469](https://github.com/ruby/rdoc/pull/1469) - Bump actions/checkout from 5 to 6 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1473](https://github.com/ruby/rdoc/pull/1473) - \[Aliki] Add C syntax highlighting with a custom JS highlighter by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1471](https://github.com/ruby/rdoc/pull/1471) - \[Aliki] Allow customizing Aliki's footer by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1472](https://github.com/ruby/rdoc/pull/1472) - Bump version to 6.16.0 by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1474](https://github.com/ruby/rdoc/pull/1474) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.15.1...v6.16.0> ### [`v6.15.1`](https://github.com/ruby/rdoc/releases/tag/v6.15.1) [Compare Source](https://github.com/ruby/rdoc/compare/v6.15.0...v6.15.1) <!-- Release notes generated using configuration in .github/release.yml at v6.15.1 --> #### What's Changed ##### 🐛 Bug Fixes - Add Herb linter and fix HTML and ERB linting issues by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1434](https://github.com/ruby/rdoc/pull/1434) - Improve search result by prioritizing exact matches by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1433](https://github.com/ruby/rdoc/pull/1433) ##### 📚 Documentation - Add AGENTS.md and CLAUDE.md to the project by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1439](https://github.com/ruby/rdoc/pull/1439) ##### 🛠 Other Changes - Rescue RuboCop rake tasks require error by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1431](https://github.com/ruby/rdoc/pull/1431) - Bump actions/download-artifact from 5 to 6 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1437](https://github.com/ruby/rdoc/pull/1437) - Bump actions/upload-artifact from 4 to 5 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1436](https://github.com/ruby/rdoc/pull/1436) - Bump version to 6.15.1 by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1441](https://github.com/ruby/rdoc/pull/1441) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.15.0...v6.15.1> ### [`v6.15.0`](https://github.com/ruby/rdoc/releases/tag/v6.15.0) [Compare Source](https://github.com/ruby/rdoc/compare/v6.14.2...v6.15.0) <!-- Release notes generated using configuration in .github/release.yml at v6.15.0 --> #### What's Changed ##### ✨ Enhancements - Allow rdoc-ref to link to non-text files by [@&#8203;jeremyevans](https://github.com/jeremyevans) in [#&#8203;1376](https://github.com/ruby/rdoc/pull/1376) - Search automatically on ?q= URL query parameter by [@&#8203;jhawthorn](https://github.com/jhawthorn) in [#&#8203;1396](https://github.com/ruby/rdoc/pull/1396) ##### 🐛 Bug Fixes - searcher.js: Escape characters when building regexps by [@&#8203;byroot](https://github.com/byroot) in [#&#8203;1397](https://github.com/ruby/rdoc/pull/1397) - Fix backslash handling in table cell code spans by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1400](https://github.com/ruby/rdoc/pull/1400) - Fix incorrect method linking in `tt` tags by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1427](https://github.com/ruby/rdoc/pull/1427) - Preserve inline styling inside tidy link labels by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1428](https://github.com/ruby/rdoc/pull/1428) ##### 📚 Documentation - \[DOC] Fix link by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;1393](https://github.com/ruby/rdoc/pull/1393) - \[DOC] Fix `warn_missing_rdoc_ref` default value in doc by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1408](https://github.com/ruby/rdoc/pull/1408) - \[DOC] Correct levels of headings by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;1412](https://github.com/ruby/rdoc/pull/1412) - \[DOC] Tweaks for markup reference intro by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;1411](https://github.com/ruby/rdoc/pull/1411) - \[DOC] Re-format section Directives by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;1418](https://github.com/ruby/rdoc/pull/1418) - Migrate README to markdown by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1422](https://github.com/ruby/rdoc/pull/1422) ##### 🛠 Other Changes - Remove "poeple" typo and reword for clarity by [@&#8203;p8](https://github.com/p8) in [#&#8203;1388](https://github.com/ruby/rdoc/pull/1388) - Bump step-security/harden-runner from 2.12.2 to 2.13.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1392](https://github.com/ruby/rdoc/pull/1392) - Escape unescaped backslash at the end of code by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1404](https://github.com/ruby/rdoc/pull/1404) - Bump actions/download-artifact from 4 to 5 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1406](https://github.com/ruby/rdoc/pull/1406) - Bump actions/checkout from 4 to 5 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1407](https://github.com/ruby/rdoc/pull/1407) - Revert "Shorten the description text to get rid of JRuby exception" by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1401](https://github.com/ruby/rdoc/pull/1401) - Trim even spaces only in code by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1405](https://github.com/ruby/rdoc/pull/1405) - Commit generated files by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1410](https://github.com/ruby/rdoc/pull/1410) - Bump actions/upload-pages-artifact from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1415](https://github.com/ruby/rdoc/pull/1415) - Bump actions/github-script from 7 to 8 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1423](https://github.com/ruby/rdoc/pull/1423) - Change error message assertion to make it pass in JRuby by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1425](https://github.com/ruby/rdoc/pull/1425) - Bump step-security/harden-runner from 2.13.0 to 2.13.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1426](https://github.com/ruby/rdoc/pull/1426) - Fix warnings by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1409](https://github.com/ruby/rdoc/pull/1409) - Bump version to 6.15.0 by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1429](https://github.com/ruby/rdoc/pull/1429) #### New Contributors - [@&#8203;byroot](https://github.com/byroot) made their first contribution in [#&#8203;1397](https://github.com/ruby/rdoc/pull/1397) - [@&#8203;jhawthorn](https://github.com/jhawthorn) made their first contribution in [#&#8203;1396](https://github.com/ruby/rdoc/pull/1396) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.14.2...v6.15.0> ### [`v6.14.2`](https://github.com/ruby/rdoc/releases/tag/v6.14.2) [Compare Source](https://github.com/ruby/rdoc/compare/v6.14.1...v6.14.2) <!-- Release notes generated using configuration in .github/release.yml at v6.14.2 --> #### What's Changed ##### 🐛 Bug Fixes - Support markdown syntax in table cells by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1386](https://github.com/ruby/rdoc/pull/1386) ##### 🛠 Other Changes - Fixup to usage of cgi/escape for Windows CI by [@&#8203;hsbt](https://github.com/hsbt) in [#&#8203;1378](https://github.com/ruby/rdoc/pull/1378) - Added gemspec file to gem package by [@&#8203;hsbt](https://github.com/hsbt) in [#&#8203;1379](https://github.com/ruby/rdoc/pull/1379) - Use GITHUB\_TOKEN instead of admin credential by [@&#8203;hsbt](https://github.com/hsbt) in [#&#8203;1380](https://github.com/ruby/rdoc/pull/1380) - Bump step-security/harden-runner from 2.12.0 to 2.12.1 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1377](https://github.com/ruby/rdoc/pull/1377) - `test/lib/helper.rb` is only for `ruby/rdoc` repository by [@&#8203;hsbt](https://github.com/hsbt) in [#&#8203;1372](https://github.com/ruby/rdoc/pull/1372) - Refactor PR preview workflow for improved approval process by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1370](https://github.com/ruby/rdoc/pull/1370) - Use repository\_dispatch for previewing instead by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1384](https://github.com/ruby/rdoc/pull/1384) - Bump step-security/harden-runner from 2.12.1 to 2.12.2 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1385](https://github.com/ruby/rdoc/pull/1385) - Fix template files location by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1383](https://github.com/ruby/rdoc/pull/1383) - Bump version to 6.14.2 by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1387](https://github.com/ruby/rdoc/pull/1387) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.14.0...v6.14.2> ### [`v6.14.1`](https://github.com/ruby/rdoc/releases/tag/v6.14.1) [Compare Source](https://github.com/ruby/rdoc/compare/v6.14.0...v6.14.1) <!-- Release notes generated using configuration in .github/release.yml at v6.14.1 --> #### What's Changed ##### 🛠 Other Changes - Fixup to usage of cgi/escape for Windows CI by [@&#8203;hsbt](https://github.com/hsbt) in [#&#8203;1378](https://github.com/ruby/rdoc/pull/1378) - Added gemspec file to gem package by [@&#8203;hsbt](https://github.com/hsbt) in [#&#8203;1379](https://github.com/ruby/rdoc/pull/1379) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.14.0...v6.14.1> ### [`v6.14.0`](https://github.com/ruby/rdoc/releases/tag/v6.14.0) [Compare Source](https://github.com/ruby/rdoc/compare/v6.13.1...v6.14.0) <!-- Release notes generated using configuration in .github/release.yml at v6.14.0 --> #### What's Changed ##### ✨ Enhancements - Add support for canonical URL link tag by [@&#8203;p8](https://github.com/p8) in [#&#8203;1354](https://github.com/ruby/rdoc/pull/1354) - Set language in HTML by [@&#8203;p8](https://github.com/p8) in [#&#8203;1361](https://github.com/ruby/rdoc/pull/1361) ##### 🐛 Bug Fixes - Fix image tag with external source by [@&#8203;ybiquitous](https://github.com/ybiquitous) in [#&#8203;1348](https://github.com/ruby/rdoc/pull/1348) ##### 🛠 Other Changes - Bump ruby/setup-ruby from 1.227.0 to 1.229.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1336](https://github.com/ruby/rdoc/pull/1336) - Fix RDoc::Options example in README by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1337](https://github.com/ruby/rdoc/pull/1337) - Bump step-security/harden-runner from 2.11.0 to 2.11.1 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1338](https://github.com/ruby/rdoc/pull/1338) - Bump ruby/setup-ruby from 1.229.0 to 1.230.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1339](https://github.com/ruby/rdoc/pull/1339) - Runs ruby-core workflow on ubuntu-latest by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1345](https://github.com/ruby/rdoc/pull/1345) - Move default RDoc headings to a constant by [@&#8203;vinistock](https://github.com/vinistock) in [#&#8203;1341](https://github.com/ruby/rdoc/pull/1341) - Enable `Style/MethodDefParentheses` rule by [@&#8203;vinistock](https://github.com/vinistock) in [#&#8203;1342](https://github.com/ruby/rdoc/pull/1342) - Bump ruby/setup-ruby from 1.230.0 to 1.233.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1346](https://github.com/ruby/rdoc/pull/1346) - Fix rubygems hook execution when gemspec.rdoc\_options contains --ri by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1347](https://github.com/ruby/rdoc/pull/1347) - Update ri manpage to show how to access ruby pages by [@&#8203;adam12](https://github.com/adam12) in [#&#8203;1340](https://github.com/ruby/rdoc/pull/1340) - Fix link to CONTRIBUTING on README by [@&#8203;ybiquitous](https://github.com/ybiquitous) in [#&#8203;1350](https://github.com/ruby/rdoc/pull/1350) - Bump step-security/harden-runner from 2.11.1 to 2.12.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1351](https://github.com/ruby/rdoc/pull/1351) - Bump ruby/setup-ruby from 1.233.0 to 1.235.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1352](https://github.com/ruby/rdoc/pull/1352) - Don't run CI jobs for push by Dependabot by [@&#8203;kou](https://github.com/kou) in [#&#8203;1353](https://github.com/ruby/rdoc/pull/1353) - Fix typo in test name by [@&#8203;p8](https://github.com/p8) in [#&#8203;1355](https://github.com/ruby/rdoc/pull/1355) - Polish link underline in Darkfish CSS by [@&#8203;ybiquitous](https://github.com/ybiquitous) in [#&#8203;1349](https://github.com/ruby/rdoc/pull/1349) - Rename test classes from Test\* to \*Test by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1359](https://github.com/ruby/rdoc/pull/1359) - Bump ruby/setup-ruby from 1.235.0 to 1.237.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1362](https://github.com/ruby/rdoc/pull/1362) - Declare erb as a dependency by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1368](https://github.com/ruby/rdoc/pull/1368) - Load `cgi/escape` instead of `cgi/util` by [@&#8203;Earlopain](https://github.com/Earlopain) in [#&#8203;1366](https://github.com/ruby/rdoc/pull/1366) - Add a new workflow to deploy page preview for PRs from forks by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1365](https://github.com/ruby/rdoc/pull/1365) - Bump version to 6.14.0 by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1371](https://github.com/ruby/rdoc/pull/1371) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.13.1...v6.14.0> ### [`v6.13.1`](https://github.com/ruby/rdoc/releases/tag/v6.13.1) [Compare Source](https://github.com/ruby/rdoc/compare/v6.13.0...v6.13.1) <!-- Release notes generated using configuration in .github/release.yml at v6.13.1 --> #### What's Changed ##### ✨ Enhancements - Allow customizing path prefix through options by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1330](https://github.com/ruby/rdoc/pull/1330) ##### 🛠 Other Changes - Workaround `build` task issue in Ruby core CI by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1326](https://github.com/ruby/rdoc/pull/1326) - Bump ruby/setup-ruby from 1.222.0 to 1.227.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1329](https://github.com/ruby/rdoc/pull/1329) - Remove needless RDoc::Options from XrefTestCase by [@&#8203;kou](https://github.com/kou) in [#&#8203;1332](https://github.com/ruby/rdoc/pull/1332) - Bump version to v6.13.1 by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1334](https://github.com/ruby/rdoc/pull/1334) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.13.0...v6.13.1> ### [`v6.13.0`](https://github.com/ruby/rdoc/releases/tag/v6.13.0) [Compare Source](https://github.com/ruby/rdoc/compare/v6.12.0...v6.13.0) <!-- Release notes generated using configuration in .github/release.yml at v6.13.0 --> #### What's Changed ##### ✨ Enhancements - Add breadcrumb list by [@&#8203;unasuke](https://github.com/unasuke) in [#&#8203;973](https://github.com/ruby/rdoc/pull/973) - Image alt tag header formatting by [@&#8203;ioquatix](https://github.com/ioquatix) in [#&#8203;1320](https://github.com/ruby/rdoc/pull/1320) ##### 🐛 Bug Fixes - Fix ri completion to always return candidates start with a given name by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1082](https://github.com/ruby/rdoc/pull/1082) - Call `update_extend`s in `ClassModule#complete` by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1317](https://github.com/ruby/rdoc/pull/1317) ##### 📚 Documentation - Fix CodeObject's inheritance tree document by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1314](https://github.com/ruby/rdoc/pull/1314) ##### 🛠 Other Changes - Bump ruby/setup-ruby from 1.215.0 to 1.218.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1290](https://github.com/ruby/rdoc/pull/1290) - Remove unnecessary coupling in comments' call\_seq extraction by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1289](https://github.com/ruby/rdoc/pull/1289) - Bump step-security/harden-runner from 2.10.4 to 2.11.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1293](https://github.com/ruby/rdoc/pull/1293) - Bump ruby/setup-ruby from 1.218.0 to 1.221.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1294](https://github.com/ruby/rdoc/pull/1294) - Removed development group for cloudflare pages by [@&#8203;hsbt](https://github.com/hsbt) in [#&#8203;1295](https://github.com/ruby/rdoc/pull/1295) - Remove unused attributes by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1292](https://github.com/ruby/rdoc/pull/1292) - Refactor darkfish's classes sidebar implementation by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1296](https://github.com/ruby/rdoc/pull/1296) - Explicitly require helper in test\_case by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1297](https://github.com/ruby/rdoc/pull/1297) - Add webrick to development dependencies by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1301](https://github.com/ruby/rdoc/pull/1301) - Remove unused darkfish parts by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1303](https://github.com/ruby/rdoc/pull/1303) - Centralize generator setup by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1302](https://github.com/ruby/rdoc/pull/1302) - Remove unused `class_dir` and `file_dir` attributes from generators by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1304](https://github.com/ruby/rdoc/pull/1304) - Reenable JRuby for testing by [@&#8203;headius](https://github.com/headius) in [#&#8203;1305](https://github.com/ruby/rdoc/pull/1305) - Relax paragraph pattern by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1299](https://github.com/ruby/rdoc/pull/1299) - Tests for markdown code using multiple backquotes by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1306](https://github.com/ruby/rdoc/pull/1306) - Remove an unused constant by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1307](https://github.com/ruby/rdoc/pull/1307) - Avoid accessing `RDoc` objects through `Store` by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1308](https://github.com/ruby/rdoc/pull/1308) - Bump ruby/setup-ruby from 1.221.0 to 1.222.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1311](https://github.com/ruby/rdoc/pull/1311) - Make `Options` a required constructor argument of `Store` by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1309](https://github.com/ruby/rdoc/pull/1309) - Reduce unnecessary external state assignment (`singleton`) by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1312](https://github.com/ruby/rdoc/pull/1312) - Fix test target code of module\_function by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1316](https://github.com/ruby/rdoc/pull/1316) - Remove dead or unnecessary methods/attributes by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1315](https://github.com/ruby/rdoc/pull/1315) - Refactor markdown parsing of Image and ExplicitLink by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1323](https://github.com/ruby/rdoc/pull/1323) - Bump version to v6.13.0 by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1324](https://github.com/ruby/rdoc/pull/1324) #### New Contributors - [@&#8203;unasuke](https://github.com/unasuke) made their first contribution in [#&#8203;973](https://github.com/ruby/rdoc/pull/973) - [@&#8203;headius](https://github.com/headius) made their first contribution in [#&#8203;1305](https://github.com/ruby/rdoc/pull/1305) - [@&#8203;ioquatix](https://github.com/ioquatix) made their first contribution in [#&#8203;1320](https://github.com/ruby/rdoc/pull/1320) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.12.0...v6.13.0> ### [`v6.12.0`](https://github.com/ruby/rdoc/releases/tag/v6.12.0) [Compare Source](https://github.com/ruby/rdoc/compare/v6.11.0...v6.12.0) <!-- Release notes generated using configuration in .github/release.yml at v6.12.0 --> #### What's Changed ##### ✨ Enhancements - Display main page's Table of Contents when viewed from the index page by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1250](https://github.com/ruby/rdoc/pull/1250) ##### 🐛 Bug Fixes - Stop accepting `Document` objects as `CodeObject#comment` by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1210](https://github.com/ruby/rdoc/pull/1210) - Reduce document difference between RDoc::Parser::Ruby and RDoc::Parser::PrismRuby by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1284](https://github.com/ruby/rdoc/pull/1284) ##### 🛠 Other Changes - Bump ruby/setup-ruby from 1.207.0 to 1.213.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1280](https://github.com/ruby/rdoc/pull/1280) - Bump step-security/harden-runner from 2.10.3 to 2.10.4 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1279](https://github.com/ruby/rdoc/pull/1279) - Update ruby-core workflow to just generate documentation by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1278](https://github.com/ruby/rdoc/pull/1278) - Add a `build:local_ruby` task to simplify local testing flow by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1281](https://github.com/ruby/rdoc/pull/1281) - Bump ruby/setup-ruby from 1.213.0 to 1.214.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1283](https://github.com/ruby/rdoc/pull/1283) - Remove unnecessary `file_name` parameter from `Parser#initialize` by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1146](https://github.com/ruby/rdoc/pull/1146) - Bump ruby/setup-ruby from 1.214.0 to 1.215.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1285](https://github.com/ruby/rdoc/pull/1285) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.11.0...v6.12.0> ### [`v6.11.0`](https://github.com/ruby/rdoc/releases/tag/v6.11.0) [Compare Source](https://github.com/ruby/rdoc/compare/v6.10.0...v6.11.0) <!-- Release notes generated using configuration in .github/release.yml at v6.11.0 --> #### What's Changed ##### ✨ Enhancements - Add autolink\_excluded\_words option to ignore cross-references by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1259](https://github.com/ruby/rdoc/pull/1259) - Enable `warn_missing_rdoc_ref` by default by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1275](https://github.com/ruby/rdoc/pull/1275) ##### 🐛 Bug Fixes - Introduce `apply_default_exclude` config to separate default and user excluding patterns by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1251](https://github.com/ruby/rdoc/pull/1251) - Fix prism\_ruby superclass resolve order by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1267](https://github.com/ruby/rdoc/pull/1267) - Add missing `RDoc::RubygemsHook` API for `gem server` by [@&#8203;mterada1228](https://github.com/mterada1228) in [#&#8203;1270](https://github.com/ruby/rdoc/pull/1270) - Finalize RDoc::Options before calling RDoc::RDoc#parse\_files by [@&#8203;rhenium](https://github.com/rhenium) in [#&#8203;1274](https://github.com/ruby/rdoc/pull/1274) ##### 📚 Documentation - Documentation for [#&#8203;1240](https://github.com/ruby/rdoc/issues/1240) by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1263](https://github.com/ruby/rdoc/pull/1263) - \[DOC] Stop autolinking the word "RDoc" by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1266](https://github.com/ruby/rdoc/pull/1266) - \[DOC] Ignore racc-generated files by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1265](https://github.com/ruby/rdoc/pull/1265) - \[DOC] Remove unnecessary rdoc-ref missing example by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1271](https://github.com/ruby/rdoc/pull/1271) ##### 🛠 Other Changes - Bump rubygems/release-gem from 1.1.0 to 1.1.1 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1253](https://github.com/ruby/rdoc/pull/1253) - Merge commit from ruby/ruby HEAD by [@&#8203;hsbt](https://github.com/hsbt) in [#&#8203;1255](https://github.com/ruby/rdoc/pull/1255) - Exclude latest windows & Ruby 3.4 on CI by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1260](https://github.com/ruby/rdoc/pull/1260) - Bump ruby/setup-ruby from 1.204.0 to 1.206.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1262](https://github.com/ruby/rdoc/pull/1262) - Bump ruby/setup-ruby from 1.206.0 to 1.207.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1273](https://github.com/ruby/rdoc/pull/1273) - Run ruby/ruby doc generation on CI by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1272](https://github.com/ruby/rdoc/pull/1272) - Bump step-security/harden-runner from 2.10.2 to 2.10.3 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1276](https://github.com/ruby/rdoc/pull/1276) - CI: test.yml - Windows - add mswin, remove 3.4 exclude by [@&#8203;MSP-Greg](https://github.com/MSP-Greg) in [#&#8203;1277](https://github.com/ruby/rdoc/pull/1277) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.10.0...v6.11.0> ### [`v6.10.0`](https://github.com/ruby/rdoc/releases/tag/v6.10.0) [Compare Source](https://github.com/ruby/rdoc/compare/v6.9.1...v6.10.0) <!-- Release notes generated using configuration in .github/release.yml at v6.10.0 --> #### What's Changed ##### ✨ Enhancements - Print warnings for rdoc-ref links that can't be resolved by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1241](https://github.com/ruby/rdoc/pull/1241) - Enable cross reference in code by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1240](https://github.com/ruby/rdoc/pull/1240) - Auto-hide navigation on link click by [@&#8203;sunblaze](https://github.com/sunblaze) in [#&#8203;1238](https://github.com/ruby/rdoc/pull/1238) ##### 🐛 Bug Fixes - `aligns` may include `:center` by [@&#8203;soutaro](https://github.com/soutaro) in [#&#8203;1247](https://github.com/ruby/rdoc/pull/1247) ##### 🛠 Other Changes - Fix to parse `rb_define_global_const` by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1245](https://github.com/ruby/rdoc/pull/1245) - Bump ruby/setup-ruby from 1.187.0 to 1.204.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1246](https://github.com/ruby/rdoc/pull/1246) - Update tests for [#&#8203;1247](https://github.com/ruby/rdoc/issues/1247) by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1248](https://github.com/ruby/rdoc/pull/1248) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.9.1...v6.10.0> ### [`v6.9.1`](https://github.com/ruby/rdoc/releases/tag/v6.9.1) [Compare Source](https://github.com/ruby/rdoc/compare/v6.9.0...v6.9.1) <!-- Release notes generated using configuration in .github/release.yml at v6.9.1 --> #### What's Changed ##### 🐛 Bug Fixes - Fix iPad Pro navigation not shown by [@&#8203;sunblaze](https://github.com/sunblaze) in [#&#8203;1236](https://github.com/ruby/rdoc/pull/1236) - Hide hamburger on desktop by [@&#8203;sunblaze](https://github.com/sunblaze) in [#&#8203;1237](https://github.com/ruby/rdoc/pull/1237) - Add attribute :force to RDoc::RubygemsHook just like RDoc::RubyGemsHook by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1244](https://github.com/ruby/rdoc/pull/1244) ##### 📚 Documentation - Fix dead links in the markup reference page by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1242](https://github.com/ruby/rdoc/pull/1242) #### New Contributors - [@&#8203;sunblaze](https://github.com/sunblaze) made their first contribution in [#&#8203;1236](https://github.com/ruby/rdoc/pull/1236) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.9.0...v6.9.1> ### [`v6.9.0`](https://github.com/ruby/rdoc/releases/tag/v6.9.0) [Compare Source](https://github.com/ruby/rdoc/compare/v6.8.1...v6.9.0) <!-- Release notes generated using configuration in .github/release.yml at v6.9.0 --> #### What's Changed ##### ✨ Enhancements - Deprecate `main` and `title` directives by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1218](https://github.com/ruby/rdoc/pull/1218) - Expand rdoc-ref targets at the end of ri output by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1141](https://github.com/ruby/rdoc/pull/1141) ##### 🐛 Bug Fixes - Improve how gemspec's files are defined by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1212](https://github.com/ruby/rdoc/pull/1212) - fix: C variables should never show up in Ancestors tree by [@&#8203;flavorjones](https://github.com/flavorjones) in [#&#8203;1217](https://github.com/ruby/rdoc/pull/1217) - Sort `MethodAttr` so that names starting with symbols are before names starting with alpha ASCII by [@&#8203;flavorjones](https://github.com/flavorjones) in [#&#8203;1219](https://github.com/ruby/rdoc/pull/1219) - `ClassModule#superclass=` accepts a `ClassModule` as an argument by [@&#8203;flavorjones](https://github.com/flavorjones) in [#&#8203;1222](https://github.com/ruby/rdoc/pull/1222) - Use distinct styles for note lists and label lists by [@&#8203;nevans](https://github.com/nevans) in [#&#8203;1209](https://github.com/ruby/rdoc/pull/1209) ##### 🛠 Other Changes - Bump step-security/harden-runner from 2.10.1 to 2.10.2 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1215](https://github.com/ruby/rdoc/pull/1215) - Bump rubygems/release-gem from [`612653d`](https://github.com/ruby/rdoc/commit/612653d273a73bdae1df8453e090060bb4db5f31) to [`9e85cb1`](https://github.com/ruby/rdoc/commit/9e85cb11501bebc2ae661c1500176316d3987059) by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1214](https://github.com/ruby/rdoc/pull/1214) - Fixed version number of rubygems/release-gem by [@&#8203;hsbt](https://github.com/hsbt) in [#&#8203;1216](https://github.com/ruby/rdoc/pull/1216) - Prefer `String#ord` to `String#codepoints[0]` by [@&#8203;flavorjones](https://github.com/flavorjones) in [#&#8203;1220](https://github.com/ruby/rdoc/pull/1220) - Workaround JRuby's jar-dependencies error and test failures on CI by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1225](https://github.com/ruby/rdoc/pull/1225) - lint: Remove unreachable code by [@&#8203;okuramasafumi](https://github.com/okuramasafumi) in [#&#8203;1137](https://github.com/ruby/rdoc/pull/1137) - Stop running CI against JRuby and some CI config cleanup by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1228](https://github.com/ruby/rdoc/pull/1228) - Make it loose coupling between RubyGems and RDoc by [@&#8203;mterada1228](https://github.com/mterada1228) in [#&#8203;1171](https://github.com/ruby/rdoc/pull/1171) - Fixed compatibility error with setup command and rdoc plugin on rubygems by [@&#8203;hsbt](https://github.com/hsbt) in [#&#8203;1234](https://github.com/ruby/rdoc/pull/1234) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.8.1...v6.9.0> ### [`v6.8.1`](https://github.com/ruby/rdoc/releases/tag/v6.8.1) [Compare Source](https://github.com/ruby/rdoc/compare/v6.8.0...v6.8.1) <!-- Release notes generated using configuration in .github/release.yml at v6.8.1 --> #### What's Changed ##### 🐛 Bug Fixes - Added missing \_sidebar\_toggle.rhtml by [@&#8203;ishe-ua](https://github.com/ishe-ua) in [#&#8203;1211](https://github.com/ruby/rdoc/pull/1211) #### New Contributors - [@&#8203;ishe-ua](https://github.com/ishe-ua) made their first contribution in [#&#8203;1211](https://github.com/ruby/rdoc/pull/1211) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.8.0...v6.8.1> ### [`v6.8.0`](https://github.com/ruby/rdoc/releases/tag/v6.8.0) [Compare Source](https://github.com/ruby/rdoc/compare/v6.7.0...v6.8.0) <!-- Release notes generated using configuration in .github/release.yml at v6.8.0 --> #### What's Changed ##### ✨ Enhancements - Require space between hash/content in ATX heading by [@&#8203;skipkayhil](https://github.com/skipkayhil) in [#&#8203;1140](https://github.com/ruby/rdoc/pull/1140) - Add new ruby parser that uses Prism by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1144](https://github.com/ruby/rdoc/pull/1144) - Add support for mobile screen sizes on Darkfish by [@&#8203;MatheusRich](https://github.com/MatheusRich) in [#&#8203;1025](https://github.com/ruby/rdoc/pull/1025) - Modernize RDoc Darkfish template CSS by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1157](https://github.com/ruby/rdoc/pull/1157) - Use pointer cursor for navigation toggle by [@&#8203;omegahm](https://github.com/omegahm) in [#&#8203;1175](https://github.com/ruby/rdoc/pull/1175) - Add home page link to output message by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1165](https://github.com/ruby/rdoc/pull/1165) - Improve method source toggling by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1176](https://github.com/ruby/rdoc/pull/1176) - Make methods and attributes linkable by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1189](https://github.com/ruby/rdoc/pull/1189) - Add support for meta tags by [@&#8203;vinistock](https://github.com/vinistock) in [#&#8203;1091](https://github.com/ruby/rdoc/pull/1091) - Add scroll-margin-top on all :target elements by [@&#8203;omegahm](https://github.com/omegahm) in [#&#8203;1174](https://github.com/ruby/rdoc/pull/1174) - Use scroll-margin-top on anchor targets by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1190](https://github.com/ruby/rdoc/pull/1190) - feature: Render mixed-in methods and constants with `--embed-mixins` by [@&#8203;flavorjones](https://github.com/flavorjones) in [#&#8203;842](https://github.com/ruby/rdoc/pull/842) - Red-based darkfish color scheme by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1191](https://github.com/ruby/rdoc/pull/1191) - Use thicker fonts with high contrast to improve readability by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1197](https://github.com/ruby/rdoc/pull/1197) - Display class ancestors in the sidebar by [@&#8203;alexisbernard](https://github.com/alexisbernard) in [#&#8203;1183](https://github.com/ruby/rdoc/pull/1183) - Split list of class and instance methods in two by [@&#8203;alexisbernard](https://github.com/alexisbernard) in [#&#8203;1206](https://github.com/ruby/rdoc/pull/1206) ##### 🐛 Bug Fixes - Abort with error message if `--dump` argument invalid by [@&#8203;adam12](https://github.com/adam12) in [#&#8203;1104](https://github.com/ruby/rdoc/pull/1104) - Fix darkfish responsiveness issue on screens between 1024px and \~1650px by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1148](https://github.com/ruby/rdoc/pull/1148) - Fix sidebar scroll and footer display by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1152](https://github.com/ruby/rdoc/pull/1152) - Fix sidebar scroll again and add missing footer back by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1154](https://github.com/ruby/rdoc/pull/1154) - Make summary triangle appear in correct place when summary text overflows to next line by [@&#8203;paracycle](https://github.com/paracycle) in [#&#8203;1160](https://github.com/ruby/rdoc/pull/1160) - Make darkfish more responsive and readable on mobile devices by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1162](https://github.com/ruby/rdoc/pull/1162) - Only let browser search through source code until it's expanded by [@&#8203;Earlopain](https://github.com/Earlopain) in [#&#8203;1181](https://github.com/ruby/rdoc/pull/1181) - Fix ToRdoc#accept\_table by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1184](https://github.com/ruby/rdoc/pull/1184) - Extract excerpt from RDoc::Markup::Document (raw pages) correctly by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1200](https://github.com/ruby/rdoc/pull/1200) ##### 📚 Documentation - \[DOC] New file RI.md by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;1100](https://github.com/ruby/rdoc/pull/1100) - \[DOC] Mods about markup formats by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;1143](https://github.com/ruby/rdoc/pull/1143) - \[doc] Mention `.document` file in README by [@&#8203;okuramasafumi](https://github.com/okuramasafumi) in [#&#8203;1153](https://github.com/ruby/rdoc/pull/1153) - \[DOC] Fix links by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;1169](https://github.com/ruby/rdoc/pull/1169) - Improve RDoc pages heading levels order by [@&#8203;antoinem](https://github.com/antoinem) in [#&#8203;1185](https://github.com/ruby/rdoc/pull/1185) - Mention community-maintained themes by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1198](https://github.com/ruby/rdoc/pull/1198) ##### 🛠 Other Changes - Bump ruby/setup-ruby from 1.176.0 to 1.177.1 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1112](https://github.com/ruby/rdoc/pull/1112) - Bump ruby/setup-ruby from 1.177.1 to 1.179.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1116](https://github.com/ruby/rdoc/pull/1116) - Bump ruby/setup-ruby from 1.179.0 to 1.179.1 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1120](https://github.com/ruby/rdoc/pull/1120) - Bump ruby/setup-ruby from 1.179.1 to 1.180.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1121](https://github.com/ruby/rdoc/pull/1121) - Add ruby-core CI suite by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1115](https://github.com/ruby/rdoc/pull/1115) - Bump ruby/setup-ruby from 1.152.0 to 1.180.1 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1124](https://github.com/ruby/rdoc/pull/1124) - Fix some typos by [@&#8203;ydah](https://github.com/ydah) in [#&#8203;1129](https://github.com/ruby/rdoc/pull/1129) - Bump ruby/setup-ruby from 1.180.1 to 1.183.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1131](https://github.com/ruby/rdoc/pull/1131) - Group code object files into the same directory by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1114](https://github.com/ruby/rdoc/pull/1114) - chore(bin): Add `bin/console` for better DX by [@&#8203;okuramasafumi](https://github.com/okuramasafumi) in [#&#8203;1132](https://github.com/ruby/rdoc/pull/1132) - Drop reimplementation of Ripper lex state by [@&#8203;nevans](https://github.com/nevans) in [#&#8203;1118](https://github.com/ruby/rdoc/pull/1118) - Bump ruby/setup-ruby from 1.183.0 to 1.185.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1136](https://github.com/ruby/rdoc/pull/1136) - RDoc task should include top-level .md files too by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1134](https://github.com/ruby/rdoc/pull/1134) - Bump ruby/setup-ruby from 1.185.0 to 1.187.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1142](https://github.com/ruby/rdoc/pull/1142) - Improve rubocop setup by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1139](https://github.com/ruby/rdoc/pull/1139) - Drop unnecessary `file_name` parameter from `Parser.for` method. by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1135](https://github.com/ruby/rdoc/pull/1135) - Follow up changes for Prism Ruby parser by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1145](https://github.com/ruby/rdoc/pull/1145) - Fix flaky test: prevent regexp match to tempdir path by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1147](https://github.com/ruby/rdoc/pull/1147) - Use ascii chatacter in HTML file to fix ruby ci failure by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1150](https://github.com/ruby/rdoc/pull/1150) - Avoid potentially loading the same extension from different versions of the same gem by [@&#8203;deivid-rodriguez](https://github.com/deivid-rodriguez) in [#&#8203;1155](https://github.com/ruby/rdoc/pull/1155) - Align behaviour between `bundle exec rdoc` and `rake rdoc` by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1156](https://github.com/ruby/rdoc/pull/1156) - Tunes up .document by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;1161](https://github.com/ruby/rdoc/pull/1161) - `rake install` command is failed by [@&#8203;mterada1228](https://github.com/mterada1228) in [#&#8203;1170](https://github.com/ruby/rdoc/pull/1170) - Add more space after magnifying glass by [@&#8203;omegahm](https://github.com/omegahm) in [#&#8203;1173](https://github.com/ruby/rdoc/pull/1173) - Fix ruby-core test suite by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1187](https://github.com/ruby/rdoc/pull/1187) - Use normal `font-weight` for links by [@&#8203;sambostock](https://github.com/sambostock) in [#&#8203;1188](https://github.com/ruby/rdoc/pull/1188) - Add release.yml by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1193](https://github.com/ruby/rdoc/pull/1193) - Hack for Safari 18 by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1195](https://github.com/ruby/rdoc/pull/1195) #### New Contributors - [@&#8203;st0012](https://github.com/st0012) made their first contribution in [#&#8203;1115](https://github.com/ruby/rdoc/pull/1115) - [@&#8203;ydah](https://github.com/ydah) made their first contribution in [#&#8203;1129](https://github.com/ruby/rdoc/pull/1129) - [@&#8203;MatheusRich](https://github.com/MatheusRich) made their first contribution in [#&#8203;1025](https://github.com/ruby/rdoc/pull/1025) - [@&#8203;paracycle](https://github.com/paracycle) made their first contribution in [#&#8203;1160](https://github.com/ruby/rdoc/pull/1160) - [@&#8203;mterada1228](https://github.com/mterada1228) made their first contribution in [#&#8203;1170](https://github.com/ruby/rdoc/pull/1170) - [@&#8203;omegahm](https://github.com/omegahm) made their first contribution in [#&#8203;1173](https://github.com/ruby/rdoc/pull/1173) - [@&#8203;Earlopain](https://github.com/Earlopain) made their first contribution in [#&#8203;1181](https://github.com/ruby/rdoc/pull/1181) - [@&#8203;sambostock](https://github.com/sambostock) made their first contribution in [#&#8203;1188](https://github.com/ruby/rdoc/pull/1188) - [@&#8203;antoinem](https://github.com/antoinem) made their first contribution in [#&#8203;1185](https://github.com/ruby/rdoc/pull/1185) - [@&#8203;alexisbernard](https://github.com/alexisbernard) made their first contribution in [#&#8203;1183](https://github.com/ruby/rdoc/pull/1183) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.7.0...v6.8.0> ### [`v6.7.0`](https://github.com/ruby/rdoc/releases/tag/v6.7.0) [Compare Source](https://github.com/ruby/rdoc/compare/v6.6.3.1...v6.7.0) #### What's Changed - Fix support for `rb_file_const` and `rb_curses_define_const` by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1069](https://github.com/ruby/rdoc/pull/1069) - Bump actions/upload-pages-artifact from 2 to 3 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1071](https://github.com/ruby/rdoc/pull/1071) - Bump actions/deploy-pages from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1070](https://github.com/ruby/rdoc/pull/1070) - Use master of setup-ruby by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1072](https://github.com/ruby/rdoc/pull/1072) - Allow empty name rdoc-ref as a local link by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1073](https://github.com/ruby/rdoc/pull/1073) - \[DOC] MarkupReference by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;1075](https://github.com/ruby/rdoc/pull/1075) - Bump ruby/setup-ruby from 1.162.0 to 1.165.1 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1074](https://github.com/ruby/rdoc/pull/1074) - \[DOC] Tweaks to Markup Reference by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;1077](https://github.com/ruby/rdoc/pull/1077) - Sort coverage outputs by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1078](https://github.com/ruby/rdoc/pull/1078) - Ignore `locale` at `write_options` by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1079](https://github.com/ruby/rdoc/pull/1079) - Singleton visibility by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1080](https://github.com/ruby/rdoc/pull/1080) - Respect modeline to detect parser by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1081](https://github.com/ruby/rdoc/pull/1081) - Bump ruby/setup-ruby from 1.165.1 to 1.169.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1085](https://github.com/ruby/rdoc/pull/1085) - Don't document aliases with trailing `:nodoc` directive by [@&#8203;p8](https://github.com/p8) in [#&#8203;1090](https://github.com/ruby/rdoc/pull/1090) - Bump ruby/setup-ruby from 1.169.0 to 1.171.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1089](https://github.com/ruby/rdoc/pull/1089) - Bump ruby/setup-ruby from 1.171.0 to 1.172.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1092](https://github.com/ruby/rdoc/pull/1092) - Fix ToMarkdown missing newlines for label-lists by [@&#8203;skipkayhil](https://github.com/skipkayhil) in [#&#8203;1094](https://github.com/ruby/rdoc/pull/1094) - Fix ToRdoc generating incorrect {label,name}-lists by [@&#8203;skipkayhil](https://github.com/skipkayhil) in [#&#8203;1093](https://github.com/ruby/rdoc/pull/1093) - \[DOC] Improve documentation of `:include:` directive file search by [@&#8203;p8](https://github.com/p8) in [#&#8203;1083](https://github.com/ruby/rdoc/pull/1083) - Allow rich definition list labels for Markdown by [@&#8203;skipkayhil](https://github.com/skipkayhil) in [#&#8203;1096](https://github.com/ruby/rdoc/pull/1096) - Test only with truffleruby-head by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1095](https://github.com/ruby/rdoc/pull/1095) - test: Add tests for `RDoc::TokenStream` class by [@&#8203;toshimaru](https://github.com/toshimaru) in [#&#8203;1068](https://github.com/ruby/rdoc/pull/1068) - Use readline history when `ri` is running interactive by [@&#8203;adam12](https://github.com/adam12) in [#&#8203;861](https://github.com/ruby/rdoc/pull/861) - Revert "Test only with truffleruby-head" by [@&#8203;eregon](https://github.com/eregon) in [#&#8203;1099](https://github.com/ruby/rdoc/pull/1099) - Bump ruby/setup-ruby from 1.172.0 to 1.173.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1101](https://github.com/ruby/rdoc/pull/1101) - Bump actions/configure-pages from 4 to 5 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1102](https://github.com/ruby/rdoc/pull/1102) - Bump ruby/setup-ruby from 1.173.0 to 1.174.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1105](https://github.com/ruby/rdoc/pull/1105) - Bump ruby/setup-ruby from 1.174.0 to 1.175.1 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1106](https://github.com/ruby/rdoc/pull/1106) - Bump ruby/setup-ruby from 1.175.1 to 1.176.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1108](https://github.com/ruby/rdoc/pull/1108) - Fix typo in CONTRIBUTING.md by [@&#8203;okuramasafumi](https://github.com/okuramasafumi) in [#&#8203;1109](https://github.com/ruby/rdoc/pull/1109) - \[DOC] Correct `.rdoc_options` filename in comment by [@&#8203;adam12](https://github.com/adam12) in [#&#8203;1103](https://github.com/ruby/rdoc/pull/1103) #### New Contributors - [@&#8203;skipkayhil](https://github.com/skipkayhil) made their first contribution in [#&#8203;1094](https://github.com/ruby/rdoc/pull/1094) - [@&#8203;adam12](https://github.com/adam12) made their first contribution in [#&#8203;861](https://github.com/ruby/rdoc/pull/861) - [@&#8203;okuramasafumi](https://github.com/okuramasafumi) made their first contribution in [#&#8203;1109](https://github.com/ruby/rdoc/pull/1109) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.6.3.1...v6.7.0> ### [`v6.6.3.1`](https://github.com/ruby/rdoc/compare/v6.6.2...v6.6.3.1) [Compare Source](https://github.com/ruby/rdoc/compare/v6.6.2...v6.6.3.1) ### [`v6.6.2`](https://github.com/ruby/rdoc/releases/tag/v6.6.2) [Compare Source](https://github.com/ruby/rdoc/compare/v6.6.1...v6.6.2) #### What's Changed - Allow any single-word token upto 2 before C method implementation by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1061](https://github.com/ruby/rdoc/pull/1061) - Fix C const comment by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1062](https://github.com/ruby/rdoc/pull/1062) - Bump actions/deploy-pages from 2 to 3 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1063](https://github.com/ruby/rdoc/pull/1063) - Bump actions/configure-pages from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1064](https://github.com/ruby/rdoc/pull/1064) - Bump ruby/setup-ruby from 1.161.0 to 1.162.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1065](https://github.com/ruby/rdoc/pull/1065) - Add missing documents by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1066](https://github.com/ruby/rdoc/pull/1066) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.6.1...v6.6.2> ### [`v6.6.1`](https://github.com/ruby/rdoc/releases/tag/v6.6.1) [Compare Source](https://github.com/ruby/rdoc/compare/v6.6.0...v6.6.1) #### What's Changed - Bump ruby/setup-ruby from 1.159.0 to 1.161.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1052](https://github.com/ruby/rdoc/pull/1052) - Fix TIDYLINK after braces ([#&#8203;1015](https://github.com/ruby/rdoc/issues/1015)) by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1054](https://github.com/ruby/rdoc/pull/1054) - Fix `NoMethodError` for `tokens_to_s` method by [@&#8203;toshimaru](https://github.com/toshimaru) in [#&#8203;1055](https://github.com/ruby/rdoc/pull/1055) - Place a space between certain character class letters only by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1057](https://github.com/ruby/rdoc/pull/1057) - Re-enable tests with truffleruby-head by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1058](https://github.com/ruby/rdoc/pull/1058) - Get rid of `Kernel#open` by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1059](https://github.com/ruby/rdoc/pull/1059) - Markup punctuations need to be separated with a space by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1060](https://github.com/ruby/rdoc/pull/1060) - fix: Return empty string when `token_stream` is `nil` by [@&#8203;toshimaru](https://github.com/toshimaru) in [#&#8203;1056](https://github.com/ruby/rdoc/pull/1056) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.6.0...v6.6.1> ### [`v6.6.0`](https://github.com/ruby/rdoc/releases/tag/v6.6.0) [Compare Source](https://github.com/ruby/rdoc/compare/v6.5.1.1...v6.6.0) #### What's Changed - ci: ensure ubuntu image has libyaml-dev for psych 5 by [@&#8203;flavorjones](https://github.com/flavorjones) in [#&#8203;951](https://github.com/ruby/rdoc/pull/951) - Clean up home directories for each test by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;956](https://github.com/ruby/rdoc/pull/956) - Fix fragile tests by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;957](https://github.com/ruby/rdoc/pull/957) - Add rdoc:coverage default task by [@&#8203;zzak](https://github.com/zzak) in [#&#8203;971](https://github.com/ruby/rdoc/pull/971) - Fix reference to proper list type RDoc::MarkupReference by [@&#8203;cjilbert504](https://github.com/cjilbert504) in [#&#8203;969](https://github.com/ruby/rdoc/pull/969) - Actually execute RDoc document task for coverage by [@&#8203;zzak](https://github.com/zzak) in [#&#8203;972](https://github.com/ruby/rdoc/pull/972) - Remove duplicate word in RDoc::MarkupReference by [@&#8203;cjilbert504](https://github.com/cjilbert504) in [#&#8203;968](https://github.com/ruby/rdoc/pull/968) - Fix `RDoc::Parser::Ruby` not being documented by [@&#8203;etiennebarrie](https://github.com/etiennebarrie) in [#&#8203;975](https://github.com/ruby/rdoc/pull/975) - Improve actions by [@&#8203;hsbt](https://github.com/hsbt) in [#&#8203;977](https://github.com/ruby/rdoc/pull/977) - Prefer to use File.readlines instead of IO.readlines by [@&#8203;hsbt](https://github.com/hsbt) in [#&#8203;980](https://github.com/ruby/rdoc/pull/980) - Use github pages action by [@&#8203;hsbt](https://github.com/hsbt) in [#&#8203;981](https://github.com/ruby/rdoc/pull/981) - Use [evanphx/kpeg#58](https://github.com/evanphx/kpeg/pull/58) by [@&#8203;hsbt](https://github.com/hsbt) in [#&#8203;982](https://github.com/ruby/rdoc/pull/982) - Removed badge from codeclimate by [@&#8203;hsbt](https://github.com/hsbt) in [#&#8203;989](https://github.com/ruby/rdoc/pull/989) - Use `File.binread` by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;991](https://github.com/ruby/rdoc/pull/991) - Update test libraries from ruby/ruby 2023-04-29 by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;997](https://github.com/ruby/rdoc/pull/997) - Update test libraries from ruby/ruby 2023-04-29 by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;998](https://github.com/ruby/rdoc/pull/998) - Fix ReDoS by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;999](https://github.com/ruby/rdoc/pull/999) - Fix references to nested label in table\_of\_contents by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1002](https://github.com/ruby/rdoc/pull/1002) - Fix generating gh-pages by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1003](https://github.com/ruby/rdoc/pull/1003) - \[DOC] stop documenting fallback `MatchData#match_length` by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1004](https://github.com/ruby/rdoc/pull/1004) - Drop the support for 2.5 or earlier because of CVE-2021-31799 by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1005](https://github.com/ruby/rdoc/pull/1005) - Isolate root dir if specified by [@&#8203;zzak](https://github.com/zzak) in [#&#8203;983](https://github.com/ruby/rdoc/pull/983) - Fix link to RDoc::Task on README by [@&#8203;ybiquitous](https://github.com/ybiquitous) in [#&#8203;1008](https://github.com/ruby/rdoc/pull/1008) - Improve layout CSS by [@&#8203;ybiquitous](https://github.com/ybiquitous) in [#&#8203;1013](https://github.com/ruby/rdoc/pull/1013) - Improve `<summary>` CSS on sidebar by [@&#8203;ybiquitous](https://github.com/ybiquitous) in [#&#8203;1012](https://github.com/ruby/rdoc/pull/1012) - Configure RuboCop to remove excessive trailing new lines by [@&#8203;vinistock](https://github.com/vinistock) in [#&#8203;1018](https://github.com/ruby/rdoc/pull/1018) - Embedded racc parser for portability by [@&#8203;hsbt](https://github.com/hsbt) in [#&#8203;1019](https://github.com/ruby/rdoc/pull/1019) - Use flat\_map for better performance by [@&#8203;p8](https://github.com/p8) in [#&#8203;1022](https://github.com/ruby/rdoc/pull/1022) - Fix missing closing colon for `:notnew:` by [@&#8203;zzak](https://github.com/zzak) in [#&#8203;1023](https://github.com/ruby/rdoc/pull/1023) - Add keydown event listener to focus on search field by [@&#8203;gemmaro](https://github.com/gemmaro) in [#&#8203;926](https://github.com/ruby/rdoc/pull/926) - Fix to use KeyboardEvent.key over keyCode by [@&#8203;gemmaro](https://github.com/gemmaro) in [#&#8203;962](https://github.com/ruby/rdoc/pull/962) - Add source\_code, homepage and changelog uris to gemspec metadata by [@&#8203;vinistock](https://github.com/vinistock) in [#&#8203;1017](https://github.com/ruby/rdoc/pull/1017) - Improve CSS for "toggle source" hovering over one more method signatures by [@&#8203;ybiquitous](https://github.com/ybiquitous) in [#&#8203;1020](https://github.com/ruby/rdoc/pull/1020) - Tentatively ignore errors on TruffleRuby head by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1028](https://github.com/ruby/rdoc/pull/1028) - Removed truffleruby-head from CI by [@&#8203;hsbt](https://github.com/hsbt) in [#&#8203;1029](https://github.com/ruby/rdoc/pull/1029) - Use test-unit-ruby-core instead of deep-copy from ruby repository by [@&#8203;hsbt](https://github.com/hsbt) in [#&#8203;1033](https://github.com/ruby/rdoc/pull/1033) - Use a more portable way to check if code is parseable by [@&#8203;eregon](https://github.com/eregon) in [#&#8203;1032](https://github.com/ruby/rdoc/pull/1032) - handle symbols declared with %s by [@&#8203;theo-squadracer](https://github.com/theo-squadracer) in [#&#8203;1031](https://github.com/ruby/rdoc/pull/1031) - \[DOC] Link fixes by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;1035](https://github.com/ruby/rdoc/pull/1035) - Omit descriptions and parameter lists for methods defined in C not mentioned in call-seq by [@&#8203;jeremyevans](https://github.com/jeremyevans) in [#&#8203;978](https://github.com/ruby/rdoc/pull/978) - Drop code for old versions by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1038](https://github.com/ruby/rdoc/pull/1038) - Delay DidYouMean until NotFoundError#message is called by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1039](https://github.com/ruby/rdoc/pull/1039) - test/rdoc/test\_rdoc\_generator\_json\_index.rb: Use assert\_equal. by [@&#8203;junaruga](https://github.com/junaruga) in [#&#8203;1049](https://github.com/ruby/rdoc/pull/1049) - test/rdoc/test\_rdoc\_generator\_json\_index.rb: pend in test\_generate in ppc64le. by [@&#8203;junaruga](https://github.com/junaruga) in [#&#8203;1050](https://github.com/ruby/rdoc/pull/1050) #### New Contributors - [@&#8203;cjilbert504](https://github.com/cjilbert504) made their first contribution in [#&#8203;969](https://github.com/ruby/rdoc/pull/969) - [@&#8203;etiennebarrie](https://github.com/etiennebarrie) made their first contribution in [#&#8203;975](https://github.com/ruby/rdoc/pull/975) - [@&#8203;vinistock](https://github.com/vinistock) made their first contribution in [#&#8203;1018](https://github.com/ruby/rdoc/pull/1018) - [@&#8203;p8](https://github.com/p8) made their first contribution in [#&#8203;1022](https://github.com/ruby/rdoc/pull/1022) - [@&#8203;theo-squadracer](https://github.com/theo-squadracer) made their first contribution in [#&#8203;1031](https://github.com/ruby/rdoc/pull/1031) - [@&#8203;tompng](https://github.com/tompng) made their first contribution in [#&#8203;1039](https://github.com/ruby/rdoc/pull/1039) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.5.0...v6.6.0> ### [`v6.5.1.1`](https://github.com/ruby/rdoc/compare/v6.5.0...v6.5.1.1) [Compare Source](https://github.com/ruby/rdoc/compare/v6.5.0...v6.5.1.1) ### [`v6.5.0`](https://github.com/ruby/rdoc/releases/tag/v6.5.0) [Compare Source](https://github.com/ruby/rdoc/compare/v6.4.1.1...v6.5.0) #### What's Changed - Optimize RawLine by using a regexp instead of negative look-ahead rule by [@&#8203;mame](https://github.com/mame) in [#&#8203;854](https://github.com/ruby/rdoc/pull/854) - Fix typo in RDoc::Task example: '.doc' -> '.rdoc' by [@&#8203;gemmaro](https://github.com/gemmaro) in [#&#8203;863](https://github.com/ruby/rdoc/pull/863) - Support all struct definition functions by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;866](https://github.com/ruby/rdoc/pull/866) - Cross references to operator methods by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;865](https://github.com/ruby/rdoc/pull/865) - Skip parentheses on singleton class declaration by [@&#8203;soutaro](https://github.com/soutaro) in [#&#8203;867](https://github.com/ruby/rdoc/pull/867) - Allow cross references to logical operator methods by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;868](https://github.com/ruby/rdoc/pull/868) - Simplify attribute exclusiveness conditions by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;851](https://github.com/ruby/rdoc/pull/851) - Relative loading for easier development by [@&#8203;BuonOmo](https://github.com/BuonOmo) in [#&#8203;821](https://github.com/ruby/rdoc/pull/821) - Make `.rdoc_options` file plain ruby objects only by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;839](https://github.com/ruby/rdoc/pull/839) - Prefer `require 'cgi/util'` instead of `require 'cgi'` by [@&#8203;mame](https://github.com/mame) in [#&#8203;869](https://github.com/ruby/rdoc/pull/869) - Use `Marshal.load io` instead of `Marshal.load io.read` by [@&#8203;znz](https://github.com/znz) in [#&#8203;870](https://github.com/ruby/rdoc/pull/870) - Support crossref of methods with multiple arguments by [@&#8203;peterzhu2118](https://github.com/peterzhu2118) in [#&#8203;871](https://github.com/ruby/rdoc/pull/871) - Scrollable sidebar by [@&#8203;ybiquitous](https://github.com/ybiquitous) in [#&#8203;838](https://github.com/ruby/rdoc/pull/838) - Fold "class and module index" list by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;872](https://github.com/ruby/rdoc/pull/872) - Fix full name of known class by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;873](https://github.com/ruby/rdoc/pull/873) - Use Ruby 3.1 for CI by [@&#8203;aycabta](https://github.com/aycabta) in [#&#8203;856](https://github.com/ruby/rdoc/pull/856) - Use the custom style `details summary` only in `nav-section` by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;874](https://github.com/ruby/rdoc/pull/874) - Allow method source code to scroll by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;875](https://github.com/ruby/rdoc/pull/875) - Fold "Pages" list by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;876](https://github.com/ruby/rdoc/pull/876) - Use actions/checkout\@&#8203;v3 by [@&#8203;hsbt](https://github.com/hsbt) in [#&#8203;877](https://github.com/ruby/rdoc/pull/877) - Only parse valid URLs by [@&#8203;peterzhu2118](https://github.com/peterzhu2118) in [#&#8203;878](https://github.com/ruby/rdoc/pull/878) - Allow cross references to methods including underscores by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;879](https://github.com/ruby/rdoc/pull/879) - Apply matching word pairs to underscore-methods by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;880](https://github.com/ruby/rdoc/pull/880) - Fix links in docs by [@&#8203;peterzhu2118](https://github.com/peterzhu2118) in [#&#8203;881](https://github.com/ruby/rdoc/pull/881) - Fix a typo \[ci skip] by [@&#8203;znz](https://github.com/znz) in [#&#8203;883](https://github.com/ruby/rdoc/pull/883) - Fix dead link in RDoc::Markup by [@&#8203;peterzhu2118](https://github.com/peterzhu2118) in [#&#8203;884](https://github.com/ruby/rdoc/pull/884) - Remove never used win32console by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;887](https://github.com/ruby/rdoc/pull/887) - No pager check by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;886](https://github.com/ruby/rdoc/pull/886) - Use command array form of `IO.popen` always by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;888](https://github.com/ruby/rdoc/pull/888) - Allow boolean arguments to `rb_attr` and `rb_define_attr` by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;889](https://github.com/ruby/rdoc/pull/889) - Parse also InitVM-prefixed functions by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;891](https://github.com/ruby/rdoc/pull/891) - Refinement is added since ruby 3.1 by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;892](https://github.com/ruby/rdoc/pull/892) - Support attributes defined by `rb_struct_define` by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;893](https://github.com/ruby/rdoc/pull/893) - Remove dead code by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;894](https://github.com/ruby/rdoc/pull/894) - Fix an exception class name by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;895](https://github.com/ruby/rdoc/pull/895) - Fix the known classes more by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;896](https://github.com/ruby/rdoc/pull/896) - Markup reference by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;824](https://github.com/ruby/rdoc/pull/824) - Fix call-seq for aliased method with similar names by [@&#8203;peterzhu2118](https://github.com/peterzhu2118) in [#&#8203;897](https://github.com/ruby/rdoc/pull/897) - Move doc/markup\_reference.rb to doc/rdoc by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;899](https://github.com/ruby/rdoc/pull/899) - \[DOC] Add links to list of blocks by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;900](https://github.com/ruby/rdoc/pull/900) - \[DOC] Move section Directives into section Blocks by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;901](https://github.com/ruby/rdoc/pull/901) - Correct error in rdoc\_files by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;902](https://github.com/ruby/rdoc/pull/902) - \[DOC] Clarifications for directives by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;903](https://github.com/ruby/rdoc/pull/903) - [@&#8203;github](https://github.com/github).com by [@&#8203;LaAzteca](https://github.com/LaAzteca) in [#&#8203;439](https://github.com/ruby/rdoc/pull/439) - \[DOC] Add some links in intro; delimit rendered HTML output. by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;904](https://github.com/ruby/rdoc/pull/904) - \[DOC] Link from RDoc::Markup to RDoc::MarkupReference by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;906](https://github.com/ruby/rdoc/pull/906) - Fix formatting blockquote in verbatim by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;908](https://github.com/ruby/rdoc/pull/908) - \[DOC] Add block quotes by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;907](https://github.com/ruby/rdoc/pull/907) - Fix blockquote with word in verbatim by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;909](https://github.com/ruby/rdoc/pull/909) - \[DOC] Removes remaining old Markup Reference by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;910](https://github.com/ruby/rdoc/pull/910) - Allow multiple footnotes without in-between blank lines by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;912](https://github.com/ruby/rdoc/pull/912) - Treat text markup (italic, bold, monofont) as blocks by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;911](https://github.com/ruby/rdoc/pull/911) - \[DOC] Make example formats explicit and consistent by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;913](https://github.com/ruby/rdoc/pull/913) - \[DOC] Improvements to Text Markup examples by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;915](https://github.com/ruby/rdoc/pull/915) - \[DOC] Mods to section Text Markup by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;916](https://github.com/ruby/rdoc/pull/916) - \[DOC] Enhances text about escapes by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;917](https://github.com/ruby/rdoc/pull/917) - \[DOC] Remove duplicated line in RDoc::MarkupReference by [@&#8203;peterzhu2118](https://github.com/peterzhu2118) in [#&#8203;918](https://github.com/ruby/rdoc/pull/918) - Update ruby versions in CI by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;923](https://github.com/ruby/rdoc/pull/923) - \[DOC] Update the license of Darkfish by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;922](https://github.com/ruby/rdoc/pull/922) - Fix ruby script in "test\_parse\_method\_bracket" by [@&#8203;yui-knk](https://github.com/yui-knk) in [#&#8203;927](https://github.com/ruby/rdoc/pull/927) - Remove unused abbrev require by [@&#8203;composerinteralia](https://github.com/composerinteralia) in [#&#8203;930](https://github.com/ruby/rdoc/pull/930) - More compliant with GFM table by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;931](https://github.com/ruby/rdoc/pull/931) - Allow markup in cells by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;932](https://github.com/ruby/rdoc/pull/932) - Escape links by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;933](https://github.com/ruby/rdoc/pull/933) - Escape file names by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;934](https://github.com/ruby/rdoc/pull/934) - Change `CONTRIBUTING.rdoc` to direct readers to rdoc's GitHub Actions page by [@&#8203;mateusdeap](https://github.com/mateusdeap) in [#&#8203;937](https://github.com/ruby/rdoc/pull/937) - Delay `require "readline"` in case the terminal is in raw mode by [@&#8203;shugo](https://github.com/shugo) in [#&#8203;939](https://github.com/ruby/rdoc/pull/939) - Use jruby-head by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;944](https://github.com/ruby/rdoc/pull/944) - Add epoch.rake by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;943](https://github.com/ruby/rdoc/pull/943) - Fix up Relative loading ([#&#8203;821](https://github.com/ruby/rdoc/issues/821)) by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;945](https://github.com/ruby/rdoc/pull/945) - Refine regexp usages and reduce substring allocations by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;852](https://github.com/ruby/rdoc/pull/852) - Darkfish: Nest sidebar ToC as a tree of headings by [@&#8203;nevans](https://github.com/nevans) in [#&#8203;941](https://github.com/ruby/rdoc/pull/941) - Darkfish: group method call-seq in div.method-header by [@&#8203;nevans](https://github.com/nevans) in [#&#8203;942](https://github.com/ruby/rdoc/pull/942) - Refactor `RDoc::Markup::Parser#tokenize` by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;929](https://github.com/ruby/rdoc/pull/929) - Rubocop task by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;946](https://github.com/ruby/rdoc/pull/946) - Skip test option by [@&#8203;sriedel](https://github.com/sriedel) in [#&#8203;726](https://github.com/ruby/rdoc/pull/726) - Added dependabot for GitHub Actions by [@&#8203;hsbt](https://github.com/hsbt) in [#&#8203;947](https://github.com/ruby/rdoc/pull/947) - \[StepSecurity] ci: Harden GitHub Actions by [@&#8203;step-security-bot](https://github.com/step-security-bot) in [#&#8203;948](https://github.com/ruby/rdoc/pull/948) - Non-RD parts by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;949](https://github.com/ruby/rdoc/pull/949) #### New Contributors - [@&#8203;gemmaro](https://github.com/gemmaro) made their first contribution in [#&#8203;863](https://github.com/ruby/rdoc/pull/863) - [@&#8203;soutaro](https://github.com/soutaro) made their first contribution in [#&#8203;867](https://github.com/ruby/rdoc/pull/867) - [@&#8203;peterzhu2118](https://github.com/peterzhu2118) made their first contribution in [#&#8203;871](https://github.com/ruby/rdoc/pull/871) - [@&#8203;ybiquitous](https://github.com/ybiquitous) made their first contribution in [#&#8203;838](https://github.com/ruby/rdoc/pull/838) - [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) made their first contribution in [#&#8203;824](https://github.com/ruby/rdoc/pull/824) - [@&#8203;LaAzteca](https://github.com/LaAzteca) made their first contribution in [#&#8203;439](https://github.com/ruby/rdoc/pull/439) - [@&#8203;yui-knk](https://github.com/yui-knk) made their first contribution in [#&#8203;927](https://github.com/ruby/rdoc/pull/927) - [@&#8203;composerinteralia](https://github.com/composerinteralia) made their first contribution in [#&#8203;930](https://github.com/ruby/rdoc/pull/930) - [@&#8203;mateusdeap](https://github.com/mateusdeap) made their first contribution in [#&#8203;937](https://github.com/ruby/rdoc/pull/937) - [@&#8203;shugo](https://github.com/shugo) made their first contribution in [#&#8203;939](https://github.com/ruby/rdoc/pull/939) - [@&#8203;nevans](https://github.com/nevans) made their first contribution in [#&#8203;941](https://github.com/ruby/rdoc/pull/941) - [@&#8203;step-security-bot](https://github.com/step-security-bot) made their first contribution in [#&#8203;948](https://github.com/ruby/rdoc/pull/948) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.4.0...v6.5.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42Ni4xNCIsInVwZGF0ZWRJblZlciI6IjQyLjgwLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
chore(deps): update chef dependencies
Some checks failed
renovate/artifacts Artifact file update failure
9041cadad3
onlyhavecans force-pushed renovate/major-chef-dependencies from 9041cadad3
Some checks failed
renovate/artifacts Artifact file update failure
to fb2a1926ee 2025-12-29 18:15:59 -08:00
Compare
Renovate-Bot force-pushed renovate/major-chef-dependencies from fb2a1926ee to df572acaa3
Some checks failed
renovate/artifacts Artifact file update failure
2025-12-29 19:02:19 -08:00
Compare
Author
Member

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: chef-workstation/Gemfile.lock
Writing lockfile to /tmp/renovate/repos/forgejo/ops/dnflake/chef-workstation/Gemfile.lock
Fetching gem metadata from https://gem.coop/........
Resolving dependencies...

Could not find compatible versions

Because inspec-bin >= 7, < 7.0.38.beta could not be found in rubygems repository
https://gem.coop/ or installed locally
  and inspec-bin >= 7.0.95 depends on inspec = 7.0.95,
  inspec-bin >= 7, < 7.0.38.beta OR >= 7.0.95 requires inspec = 7.0.95.
And because inspec >= 7.0.95 depends on train-winrm ~> 0.4.0
  and knife >= 18.7.9 depends on train-winrm ~> 0.2.17,
inspec-bin >= 7, < 7.0.38.beta OR >= 7.0.95 is incompatible with knife >=
18.7.9.
And because inspec-bin >= 7.0.38.beta, < 7.0.95 depends on inspec = 7.0.38.beta
  and inspec >= 7.0.38.beta, < 7.0.95 depends on inspec-core = 7.0.38.beta,
  if knife >= 18.7.9 and inspec-bin >= 7 then inspec-core = 7.0.38.beta.
And because inspec-core >= 6.6.0, < 7.0.95 depends on thor >= 0.20, < 1.3.0
  and Gemfile depends on inspec-bin ~> 7,
  knife >= 18.7.9 requires thor >= 0.20, < 1.3.0.
So, because Gemfile depends on knife >= 18.8
  and Gemfile depends on thor >= 1.4.0,
  version solving has failed.

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: chef-workstation/Gemfile.lock ``` Writing lockfile to /tmp/renovate/repos/forgejo/ops/dnflake/chef-workstation/Gemfile.lock Fetching gem metadata from https://gem.coop/........ Resolving dependencies... Could not find compatible versions Because inspec-bin >= 7, < 7.0.38.beta could not be found in rubygems repository https://gem.coop/ or installed locally and inspec-bin >= 7.0.95 depends on inspec = 7.0.95, inspec-bin >= 7, < 7.0.38.beta OR >= 7.0.95 requires inspec = 7.0.95. And because inspec >= 7.0.95 depends on train-winrm ~> 0.4.0 and knife >= 18.7.9 depends on train-winrm ~> 0.2.17, inspec-bin >= 7, < 7.0.38.beta OR >= 7.0.95 is incompatible with knife >= 18.7.9. And because inspec-bin >= 7.0.38.beta, < 7.0.95 depends on inspec = 7.0.38.beta and inspec >= 7.0.38.beta, < 7.0.95 depends on inspec-core = 7.0.38.beta, if knife >= 18.7.9 and inspec-bin >= 7 then inspec-core = 7.0.38.beta. And because inspec-core >= 6.6.0, < 7.0.95 depends on thor >= 0.20, < 1.3.0 and Gemfile depends on inspec-bin ~> 7, knife >= 18.7.9 requires thor >= 0.20, < 1.3.0. So, because Gemfile depends on knife >= 18.8 and Gemfile depends on thor >= 1.4.0, version solving has failed. ```
Renovate-Bot force-pushed renovate/major-chef-dependencies from df572acaa3
Some checks failed
renovate/artifacts Artifact file update failure
to d4af03cbd8
Some checks failed
renovate/artifacts Artifact file update failure
2026-01-01 10:08:55 -08:00
Compare
Renovate-Bot force-pushed renovate/major-chef-dependencies from d4af03cbd8
Some checks failed
renovate/artifacts Artifact file update failure
to 63a36bd132
Some checks failed
renovate/artifacts Artifact file update failure
2026-01-01 12:13:03 -08:00
Compare
Renovate-Bot force-pushed renovate/major-chef-dependencies from 63a36bd132
Some checks failed
renovate/artifacts Artifact file update failure
to b011d5fff9
Some checks failed
renovate/artifacts Artifact file update failure
2026-01-06 13:14:39 -08:00
Compare
Renovate-Bot force-pushed renovate/major-chef-dependencies from b011d5fff9
Some checks failed
renovate/artifacts Artifact file update failure
to b5589478fb
Some checks failed
renovate/artifacts Artifact file update failure
2026-01-09 12:13:39 -08:00
Compare
Renovate-Bot force-pushed renovate/major-chef-dependencies from b5589478fb
Some checks failed
renovate/artifacts Artifact file update failure
to e6bcf43efb
Some checks failed
renovate/artifacts Artifact file update failure
2026-01-11 19:18:27 -08:00
Compare
Renovate-Bot force-pushed renovate/major-chef-dependencies from e6bcf43efb
Some checks failed
renovate/artifacts Artifact file update failure
to 7c48606d87
Some checks failed
renovate/artifacts Artifact file update failure
2026-01-13 09:06:51 -08:00
Compare
Renovate-Bot force-pushed renovate/major-chef-dependencies from 7c48606d87
Some checks failed
renovate/artifacts Artifact file update failure
to 2c457f73e9
Some checks failed
renovate/artifacts Artifact file update failure
2026-01-13 14:03:55 -08:00
Compare
onlyhavecans closed this pull request 2026-01-14 14:27:08 -08:00
Some checks failed
renovate/artifacts Artifact file update failure

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ops/dnflake!19
No description provided.