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
- Chef Workstation 26 is built entirely on Chef Habitat. We aren't providing traditional Omnibus builds.
27
+
- Chef Workstation now uses Semantic Versioning (SemVer). Chef Workstation 26 supports Chef Infra Client 19 development, while Chef Workstation 25 supports Chef Infra Client 18.
28
+
- Chef Workstation 26 fully supports Chef Infra Client 19 development and deployment using Test Kitchen Enterprise (TKE) and Knife.
29
+
- Chef Workstation 26 uses standard licensing for commercial, community, and trial customers.
30
+
- Workstation behavior remains consistent on both Linux and Windows platforms.
31
+
32
+
### Chef Workstation tools
33
+
34
+
- All Workstation tools are released as Habitat packages.
35
+
- Habitat wrappers provide improved runtime isolation for each tool.
36
+
- Dependency management is streamlined within the Habitat ecosystem.
37
+
- Tool updates are faster and no longer require a full Workstation reinstall.
38
+
39
+
#### Tool updates
40
+
41
+
-**Berkshelf**:
42
+
43
+
- Updated Berkshelf to version 8.1.21.
44
+
45
+
-**Chef CLI**:
46
+
47
+
- Updated the `chef` CLI to version 6.1.29.
48
+
49
+
- The `chef report cookbooks` and `chef report nodes` commands are no longer supported.
50
+
51
+
-**Chef Infra Client**:
52
+
53
+
- Updated Chef Infra Client to version 19.2.12. This LTS version is fully built on Chef Habitat.
54
+
55
+
For details, see the [Chef Infra Client 19 release notes](https://docs.chef.io/release_notes/client/#chef-infra-client-19212).
56
+
57
+
-**Chef InSpec**:
58
+
59
+
- Updated Chef InSpec to version 7.0.107.
60
+
61
+
For details, see the [Chef InSpec 7 release notes](https://docs.chef.io/release_notes/inspec/#chef-inspec-70107).
62
+
63
+
-**Chef Vault**:
64
+
65
+
- Updated Chef Vault to version 4.2.9.
66
+
67
+
-**Cookstyle**:
68
+
69
+
- Updated Cookstyle to version 8.6.10 with RuboCop engine 1.82.1.
70
+
71
+
-**Fauxhai**:
72
+
73
+
- Updated Fauxhai to version 9.4.20.
74
+
75
+
-**Knife**:
76
+
77
+
- Knife is now maintained separately in the [chef/knife](https://github.com/chef/knife/) GitHub repository.
78
+
- Updated Knife to version 19.0.105.
79
+
80
+
For details, see the [Knife changelog](https://github.com/chef/knife/blob/main/CHANGELOG.md).
81
+
82
+
-**Ohai**:
83
+
84
+
- Updated Ohai to version 19.1.24.
85
+
86
+
-**Test Kitchen Enterprise**:
87
+
88
+
- We replaced community-supported Test Kitchen with Chef Test Kitchen Enterprise (TKE) version 2.0.11.
89
+
90
+
- Test Kitchen Enterprise is available as a Habitat package and can be managed using the hab CLI.
91
+
92
+
#### Removed tools
93
+
94
+
- The Chef Workstation App is no longer included in Chef Workstation.
95
+
-`mixlib-install` is no longer a Workstation component. Workstation now uses Chef Habitat to manage dependencies.
96
+
- The `chef-run` CLI is no longer a Workstation component. Use Agentless Mode in Chef Infra Client instead.
97
+
98
+
### Packages
99
+
100
+
- For this Chef Workstation version, we're only releasing Habitat packages of Workstation and not OS-native packages.
101
+
- This release has Habitat-based packages for the following platforms:
102
+
103
+
- Linux (x86_64)
104
+
- Windows (x86_64)
105
+
106
+
### Known issues
107
+
108
+
- Using custom gems or changing the Ruby path isn't supported in this release.
109
+
- The `knife google server create` command on Windows can fail during password reset if the GCEAgent initializes slowly (for example, on slow boot or low-resource machines).
110
+
20
111
## Chef Workstation 25.13.7
21
112
22
113
Release Date: March 5, 2026.
@@ -2612,7 +2703,7 @@ Chef Infra Client has been updated from 16.4.38 to 16.4.41. This release:
2612
2703
2613
2704
`chef-run`has been updated to add support for YAML-based recipes introduced in Chef Infra Client 16. Users can specify a YAML recipe in the same way that they would normally specify a Ruby recipe, such as `chef run target chef_repo/recipes/my_recipe.yml`.
2614
2705
2615
-
NOTE: We incorrectly said we released this feature in Chef Workstation 20.6.62, but the updated dependency wasn't pulled for that release.
2706
+
NOTE: We incorrectly said we released this feature in Chef Workstation 20.6.62, but the updated dependency wasn't pulled for that release.
0 commit comments