Skip to content

Commit

Permalink
Bump version to 0.1.27 by Chef Expeditor
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
chef-ci committed Nov 15, 2022
1 parent b4a0199 commit 94bfe20
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .expeditor/build.docker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image_registry: chefes
env:
VERSION: "0.1.26"
VERSION: "0.1.27"
dobi_file: dobi.yaml
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Changelog

<!-- latest_release 0.1.26 -->
## [0.1.26](https://github.com/chef/omnitruck/tree/0.1.26) (2022-11-08)
<!-- latest_release 0.1.27 -->
## [0.1.27](https://github.com/chef/omnitruck/tree/0.1.27) (2022-11-15)

#### Merged Pull Requests
- Update expeditor config to build chart when gemfile is touched [#578](https://github.com/chef/omnitruck/pull/578) ([mimaslanka](https://github.com/mimaslanka))
- Update mixlib-install that includes new product name [#577](https://github.com/chef/omnitruck/pull/577) ([vkarve-chef](https://github.com/vkarve-chef))
<!-- latest_release -->

<!-- release_rollup -->
### Changes since latest stable release

#### Merged Pull Requests
- Update mixlib-install that includes new product name [#577](https://github.com/chef/omnitruck/pull/577) ([vkarve-chef](https://github.com/vkarve-chef)) <!-- 0.1.27 -->
- Update expeditor config to build chart when gemfile is touched [#578](https://github.com/chef/omnitruck/pull/578) ([mimaslanka](https://github.com/mimaslanka)) <!-- 0.1.26 -->
- update codeowners to include omnibus &amp; foundations team [#566](https://github.com/chef/omnitruck/pull/566) ([vkarve-chef](https://github.com/vkarve-chef)) <!-- 0.1.25 -->
- Update redis to 16.10.1 [#556](https://github.com/chef/omnitruck/pull/556) ([jeremiahsnapp](https://github.com/jeremiahsnapp)) <!-- 0.1.24 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.26
0.1.27
2 changes: 1 addition & 1 deletion app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ class InvalidChannelName < StandardError; end
end

get '/_version' do
JSON.pretty_generate(:version => "0.1.26")
JSON.pretty_generate(:version => "0.1.27")
end

get '/products' do
Expand Down
2 changes: 1 addition & 1 deletion charts/omnitruck/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.26
version: 0.1.27

dependencies:
- name: redis
Expand Down

0 comments on commit 94bfe20

Please sign in to comment.