Skip to content

Commit

Permalink
Merge branch 'master' into mimaslanka/add-go-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
mimaslanka authored Aug 4, 2021
2 parents c2e9aa2 + 62bf487 commit ff21ad5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->

<!-- latest_release 8.1.16 -->
## [8.1.16](/~https://github.com/chef/omnibus/tree/8.1.16) (2021-08-03)

#### Merged Pull Requests
- Update aruba requirement from ~&gt; 1.1 to ~&gt; 2.0 [#1029](/~https://github.com/chef/omnibus/pull/1029) ([dependabot[bot]](/~https://github.com/dependabot[bot]))
<!-- latest_release -->
<!-- latest_release -->
<!-- release_rollup -->
<!-- release_rollup since=8.1.15 -->
### Changes not yet released to rubygems.org

#### Merged Pull Requests
- Update aruba requirement from ~&gt; 1.1 to ~&gt; 2.0 [#1029](/~https://github.com/chef/omnibus/pull/1029) ([dependabot[bot]](/~https://github.com/dependabot[bot])) <!-- 8.1.16 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
## [8.1.15](/~https://github.com/chef/omnibus/tree/8.1.15) (2021-08-02)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.1.15
8.1.16
2 changes: 1 addition & 1 deletion lib/omnibus/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
#

module Omnibus
VERSION = "8.1.15".freeze
VERSION = "8.1.16".freeze
end
2 changes: 1 addition & 1 deletion omnibus.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Gem::Specification.new do |gem|
gem.add_dependency "pedump"

gem.add_development_dependency "artifactory", "~> 3.0"
gem.add_development_dependency "aruba", "~> 1.1"
gem.add_development_dependency "aruba", "~> 2.0"
gem.add_development_dependency "chefstyle", "= 1.7.5"
gem.add_development_dependency "fauxhai-ng", ">= 7.5"
gem.add_development_dependency "rspec", "~> 3.0"
Expand Down

0 comments on commit ff21ad5

Please sign in to comment.