Skip to content

Commit 87eef23

Browse files
committed
Update Chef Workstation 26.1 release notes with bug fixes
- Fixed Chef Test Kitchen Enterprise gem specification warnings during kitchen verify - Fixed knife search command with space-containing queries - Fixed Cookstyle inline disable directives being ignored Fixes: CHEF-34830 Signed-off-by: nikhil2611 <ngupta@progress.com>
1 parent e4d73af commit 87eef23

1 file changed

Lines changed: 70 additions & 0 deletions

File tree

content/release_notes/workstation.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,76 @@ summary = "Chef Workstation release notes"
1717
<!-- cSpell:disable -->
1818
<!-- vale off -->
1919

20+
## Chef Workstation 26.1.x
21+
22+
Release date:
23+
24+
### Packaging
25+
26+
We added OS-native packages alongside the existing Habitat packages. You can download packages from the Chef customer download portal or the download API.
27+
28+
The following native packages are available:
29+
30+
Linux x86: RPM (.rpm) and DEB (.deb) packages
31+
Windows x86: MSI installer (.msi)
32+
OS-native packages aren’t available for Linux ARM or macOS.
33+
34+
### Bug fixes
35+
36+
- Fixed Chef Test Kitchen Enterprise warnings during `kitchen verify` that occurred due to unresolved or ambiguous gem specifications when multiple versions of gems (such as `reline`, `minitest`, and `drb`) were installed in the environment.
37+
- Fixed a `knife search` command issue where queries containing spaces were incorrectly parsed due to unquoted argument expansion in the Habitat knife wrapper.
38+
- Fixed Cookstyle inline `# cookstyle:disable` directives being ignored after the RuboCop engine upgrade. Directive comments are now parsed correctly regardless of whether the raw source contains the literal string `rubocop`.
39+
40+
#### Tool updates
41+
42+
- **Berkshelf**:
43+
44+
- Updated Berkshelf to version 8.1.23.
45+
46+
- **Chef CLI**:
47+
48+
- Updated the `chef` CLI to version 6.1.34.
49+
50+
- **Chef Infra Client**:
51+
52+
- Updated Chef Infra Client to version 19.3.15.
53+
54+
For details, see the [Chef Infra Client 19 release notes](https://docs.chef.io/release_notes/client/#chef-infra-client-19315).
55+
56+
- **Chef InSpec**:
57+
58+
- Updated Chef InSpec to version 7.1.7.
59+
60+
For details, see the [Chef InSpec 7 release notes](https://docs.chef.io/release_notes/inspec/#chef-inspec-717).
61+
62+
- **Chef Vault**:
63+
64+
- Updated Chef Vault to version 4.2.12.
65+
66+
- **Cookstyle**:
67+
68+
- Updated Cookstyle to version 8.7.6 with RuboCop engine 1.86.1.
69+
70+
- **Fauxhai**:
71+
72+
- Updated Fauxhai to version 9.4.22.
73+
74+
- **Knife**:
75+
76+
- Updated Knife to version 19.0.133.
77+
78+
For details, see the [Knife changelog](https://github.com/chef/knife/blob/main/CHANGELOG.md).
79+
80+
- **Ohai**:
81+
82+
- Updated Ohai to version 19.1.40.
83+
84+
- **Test Kitchen Enterprise**:
85+
86+
- Updated Test Kitchen Enterprise to version 2.0.15.
87+
88+
For details, see the [Test Kitchen Enterprise changelog](https://github.com/chef/chef-test-kitchen-enterprise/blob/main/CHANGELOG.md#v2015-2026-06-18).
89+
2090
## Chef Workstation 26.0.18
2191

2292
Release date: April 13, 2026

0 commit comments

Comments
 (0)