Skip to content

Commit

Permalink
Bump version to 0.1.28 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 Jan 31, 2023
1 parent d599de5 commit 956a987
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.27"
VERSION: "0.1.28"
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.27 -->
## [0.1.27](https://github.com/chef/omnitruck/tree/0.1.27) (2022-11-15)
<!-- latest_release 0.1.28 -->
## [0.1.28](https://github.com/chef/omnitruck/tree/0.1.28) (2023-01-31)

#### 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))
- Update mixlib-install to recognize universal architecture [#588](https://github.com/chef/omnitruck/pull/588) ([vkarve-chef](https://github.com/vkarve-chef))
<!-- latest_release -->

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

#### Merged Pull Requests
- Update mixlib-install to recognize universal architecture [#588](https://github.com/chef/omnitruck/pull/588) ([vkarve-chef](https://github.com/vkarve-chef)) <!-- 0.1.28 -->
- 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 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.27
0.1.28
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.27")
JSON.pretty_generate(:version => "0.1.28")
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.27
version: 0.1.28

dependencies:
- name: redis
Expand Down

0 comments on commit 956a987

Please sign in to comment.