Skip to content

Commit b174ed0

Browse files
committed
Bump version to 15.0.27 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent 13ac45c commit b174ed0

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,11 +1,11 @@
11
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
22
# Change Log
33

4-
<!-- latest_release 15.0.26 -->
5-
## [v15.0.26](https://github.com/chef/chef-zero/tree/v15.0.26) (2025-10-29)
4+
<!-- latest_release 15.0.27 -->
5+
## [v15.0.27](https://github.com/chef/chef-zero/tree/v15.0.27) (2025-11-06)
66

77
#### Merged Pull Requests
8-
- Remove active support, it does not seem to be used [#349](https://github.com/chef/chef-zero/pull/349) ([jaymzh](https://github.com/jaymzh))
8+
- updating code to account for removing the chef-version [#352](https://github.com/chef/chef-zero/pull/352) ([johnmccrae](https://github.com/johnmccrae))
99
<!-- latest_release -->
1010

1111
<!-- next_release -->
@@ -19,6 +19,7 @@
1919
### Changes not yet released to rubygems.org
2020

2121
#### Merged Pull Requests
22+
- updating code to account for removing the chef-version [#352](https://github.com/chef/chef-zero/pull/352) ([johnmccrae](https://github.com/johnmccrae)) <!-- 15.0.27 -->
2223
- Remove active support, it does not seem to be used [#349](https://github.com/chef/chef-zero/pull/349) ([jaymzh](https://github.com/jaymzh)) <!-- 15.0.26 -->
2324
- Add Unix unit tests too, remove direct sonarqube [#350](https://github.com/chef/chef-zero/pull/350) ([jaymzh](https://github.com/jaymzh)) <!-- 15.0.25 -->
2425
- [EnvironmentCookbookVersionsEndpoint] Add cookbook object cache to request logic [#338](https://github.com/chef/chef-zero/pull/338) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 15.0.24 -->

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
15.0.26
1+
15.0.27

lib/chef_zero/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ChefZero
2-
VERSION = "15.0.26".freeze
2+
VERSION = "15.0.27".freeze
33
end

0 commit comments

Comments
 (0)