Skip to content

Commit 7482a5e

Browse files
committed
Bump version to 6.1.33 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent 5de1dea commit 7482a5e

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.32 -->
3-
## [v6.1.32](https://github.com/chef/chef-cli/tree/v6.1.32) (2026-06-03)
2+
<!-- latest_release 6.1.33 -->
3+
## [v6.1.33](https://github.com/chef/chef-cli/tree/v6.1.33) (2026-06-03)
44

55
#### Merged Pull Requests
6-
- CHEF-34831: Security scan packaging fixes and dependency updates [#342](https://github.com/chef/chef-cli/pull/342) ([nikhil2611](https://github.com/nikhil2611))
6+
- CHEF-35087 - Use appbundler in hab packaging and install latest Habitat in Windows test [#341](https://github.com/chef/chef-cli/pull/341) ([nikhil2611](https://github.com/nikhil2611))
77
<!-- latest_release -->
88

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

1212
#### Merged Pull Requests
13+
- CHEF-35087 - Use appbundler in hab packaging and install latest Habitat in Windows test [#341](https://github.com/chef/chef-cli/pull/341) ([nikhil2611](https://github.com/nikhil2611)) <!-- 6.1.33 -->
1314
- CHEF-34831: Security scan packaging fixes and dependency updates [#342](https://github.com/chef/chef-cli/pull/342) ([nikhil2611](https://github.com/nikhil2611)) <!-- 6.1.32 -->
1415
- removed extra gem from hab pkg build [#340](https://github.com/chef/chef-cli/pull/340) ([sanghinitin](https://github.com/sanghinitin)) <!-- 6.1.31 -->
1516
- add arm build/upload and promotion pipeline [#333](https://github.com/chef/chef-cli/pull/333) ([rishichawda](https://github.com/rishichawda)) <!-- 6.1.30 -->

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.1.32
1+
6.1.33

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.32".freeze
19+
VERSION = "6.1.33".freeze
2020
end

0 commit comments

Comments
 (0)