Skip to content

Commit 33b8aa5

Browse files
committed
Bump version to 6.1.6 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent 31b2006 commit 33b8aa5

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

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.5 -->
3-
## [v6.1.5](https://github.com/chef/chef-cli/tree/v6.1.5) (2025-05-09)
2+
<!-- latest_release 6.1.6 -->
3+
## [v6.1.6](https://github.com/chef/chef-cli/tree/v6.1.6) (2025-05-30)
44

55
#### Merged Pull Requests
6-
- removing freebsd from kitchen.yml generator template [#236](https://github.com/chef/chef-cli/pull/236) ([Stromweld](https://github.com/Stromweld))
6+
- Updating the minitar dependency in main [#289](https://github.com/chef/chef-cli/pull/289) ([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+
- Updating the minitar dependency in main [#289](https://github.com/chef/chef-cli/pull/289) ([nikhil2611](https://github.com/nikhil2611)) <!-- 6.1.6 -->
1314
- removing freebsd from kitchen.yml generator template [#236](https://github.com/chef/chef-cli/pull/236) ([Stromweld](https://github.com/Stromweld)) <!-- 6.1.5 -->
1415
- Potential fix for code scanning alert no. 30: Workflow does not contain permissions [#287](https://github.com/chef/chef-cli/pull/287) ([ashiqueps](https://github.com/ashiqueps)) <!-- 6.1.4 -->
1516
- Securiy fix - Polynomial regular expression used [#285](https://github.com/chef/chef-cli/pull/285) ([ashiqueps](https://github.com/ashiqueps)) <!-- 6.1.3 -->

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.1.5
1+
6.1.6

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

0 commit comments

Comments
 (0)