Skip to content

Commit 3224ee0

Browse files
committed
Bump version to 15.0.26 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent 340c127 commit 3224ee0

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

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

77
#### Merged Pull Requests
8-
- Add Unix unit tests too, remove direct sonarqube [#350](https://github.com/chef/chef-zero/pull/350) ([jaymzh](https://github.com/jaymzh))
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))
99
<!-- latest_release -->
1010

1111
<!-- release_rollup since=15.0.17 -->
1212
### Changes not yet released to rubygems.org
1313

1414
#### Merged Pull Requests
15+
- 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 -->
1516
- 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 -->
1617
- [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 -->
1718
- set up ai assisted development workflow [#342](https://github.com/chef/chef-zero/pull/342) ([rishichawda](https://github.com/rishichawda)) <!-- 15.0.23 -->

VERSION

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

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.25".freeze
2+
VERSION = "15.0.26".freeze
33
end

0 commit comments

Comments
 (0)