You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
0 commit comments