-
Notifications
You must be signed in to change notification settings - Fork 316
Pending Release Notes
Matt Wrock edited this page Aug 8, 2024
·
17 revisions
- Added a
--refresh-channel
argument tohab pkg build
and a-f
argument to thehab studio
commands. This informs the build program which refresh channel should be used when downloading dependencies for any of the following origins:core
,chef
, orchef-platform
. The default value isLTS-2024
. As we move forward with LTS releases, the default will always be the latest LTS channel. For example, after theLTS-2027
refresh, the default will beLTS-2027
. Note that one would use the--refresh-channel
argument in order to build a Chef Habitat plan against an older refresh. For instance, if you needed to build your plan against the obsoletestable
channel, then you would set--refresh-channel
tostable
.
- The
stable
channel is no longer the default channel used when downloading Chef Habitat packages from thecore
,chef
, orchef-platform
channels. This includes behavior used by any Chef Habitat CLI command and also includes the channel that the supervisor uses when checking for package updates. The new default isLTS-2024
. As we move forward with LTS releases, the default will always be the latest LTS channel. For example, after theLTS-2027
refresh, the default will beLTS-2027
. - Chef Habitat no longer includes support for Windows 7. Habitat uses a variety of open source low level libraries and some of these libraries no longer call the outdated Win32 API functions that Windows 7 expects. In order to keep Chef Habitat up to date and secure, we need to keep these open source dependencies up to date.