Skip to content

Commit e32fdda

Browse files
committed
Bump version to 6.1.27 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent 7fb4036 commit e32fdda

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
<!-- usage documentation: https://expeditor.chef.io/docs/reference/changelog/#common-changelog -->
2-
<!-- latest_release 6.1.26 -->
3-
## [v6.1.26](https://github.com/chef/chef-cli/tree/v6.1.26) (2026-03-11)
2+
<!-- latest_release 6.1.27 -->
3+
## [v6.1.27](https://github.com/chef/chef-cli/tree/v6.1.27) (2026-03-12)
44

55
#### Merged Pull Requests
6-
- Update Expeditor config to promote Habitat packages to current and base-2025 channels [#328](https://github.com/chef/chef-cli/pull/328) ([nikhil2611](https://github.com/nikhil2611))
6+
- Fixing windows pipeline for hab pkg by sticking to hab v1.6 [#329](https://github.com/chef/chef-cli/pull/329) ([nikhil2611](https://github.com/nikhil2611))
77
<!-- latest_release -->
88

99
<!-- release_rollup since=5.6.16 -->
1010
### Changes not yet released to rubygems.org
1111

1212
#### Merged Pull Requests
13+
- Fixing windows pipeline for hab pkg by sticking to hab v1.6 [#329](https://github.com/chef/chef-cli/pull/329) ([nikhil2611](https://github.com/nikhil2611)) <!-- 6.1.27 -->
1314
- Update Expeditor config to promote Habitat packages to current and base-2025 channels [#328](https://github.com/chef/chef-cli/pull/328) ([nikhil2611](https://github.com/nikhil2611)) <!-- 6.1.26 -->
1415
- bump chef dep version constraint to all 18 or 19 infra-client [#322](https://github.com/chef/chef-cli/pull/322) ([Stromweld](https://github.com/Stromweld)) <!-- 6.1.25 -->
1516
- build deps change for hab pkg [#326](https://github.com/chef/chef-cli/pull/326) ([sanghinitin](https://github.com/sanghinitin)) <!-- 6.1.24 -->

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.1.26
1+
6.1.27

lib/chef-cli/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
#
1717

1818
module ChefCLI
19-
VERSION = "6.1.26".freeze
19+
VERSION = "6.1.27".freeze
2020
end

0 commit comments

Comments
 (0)