Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
chore: Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgon committed Jul 9, 2019
1 parent 25f5018 commit df5b12f
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 54 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [1.15.0](https://github.com/ajgon/opsworks_ruby/compare/v1.14.0...v1.15.0) (2019-07-09)


### Bug Fixes

* **apache:** fix apache serving assets rather than proxying to app server ([#210](https://github.com/ajgon/opsworks_ruby/issues/210)) ([9dfdeed](https://github.com/ajgon/opsworks_ruby/commit/9dfdeed))
* **appserver:** Compare lockfiles instead of main Gemfile ([c02af02](https://github.com/ajgon/opsworks_ruby/commit/c02af02))
* **appserver:** fix duplicate after_fork/on_worker_boot stanzas in appserver configs ([c0b0e84](https://github.com/ajgon/opsworks_ruby/commit/c0b0e84))
* **worker:** adapted monit config for sidekiq 6.x ([4a58654](https://github.com/ajgon/opsworks_ruby/commit/4a58654)), closes [#215](https://github.com/ajgon/opsworks_ruby/issues/215)
* **worker:** fix sidekiq quiet/shutdown scripts ([59198b9](https://github.com/ajgon/opsworks_ruby/commit/59198b9)), closes [#217](https://github.com/ajgon/opsworks_ruby/issues/217)
* **worker:** quieting and stopping sidekiq ([efc1231](https://github.com/ajgon/opsworks_ruby/commit/efc1231))


### Features

* **apache:** apache configuration to use appserver’s port provided in custom json ([b576788](https://github.com/ajgon/opsworks_ruby/commit/b576788))
* **setup:** add global option for enabling/disabling nodejs ([1f1fa4b](https://github.com/ajgon/opsworks_ruby/commit/1f1fa4b))
* **setup:** support for webpacker ([569b9bb](https://github.com/ajgon/opsworks_ruby/commit/569b9bb))
* **setup:** use latest nodejs lts 10.15.3 ([61bb605](https://github.com/ajgon/opsworks_ruby/commit/61bb605))



# [1.14.0](https://github.com/ajgon/opsworks_ruby/compare/v1.13.0...v1.14.0) (2019-03-06)


Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ruby:2.6

RUN printf "deb http://deb.debian.org/debian testing main\ndeb http://deb.debian.org/debian testing-updates main\ndeb http://security.debian.org testing/updates main" >> /etc/apt/sources.list
RUN printf "deb http://deb.debian.org/debian testing main\ndeb http://deb.debian.org/debian testing-updates main" >> /etc/apt/sources.list
RUN apt-get update && \
apt-get install --yes --no-install-recommends apt-transport-https && \
apt-get clean && \
Expand Down
96 changes: 47 additions & 49 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GEM
specs:
addressable (2.4.0)
ast (2.4.0)
backports (3.14.0)
backports (3.15.0)
bcrypt_pbkdf (1.0.1)
berkshelf (6.3.4)
buff-config (~> 2.0)
Expand All @@ -21,7 +21,7 @@ GEM
ridley (~> 5.0)
solve (~> 4.0)
thor (~> 0.19, < 0.19.2)
brakeman (4.5.0)
brakeman (4.5.1)
buff-config (2.0.0)
buff-extensions (~> 2.0)
varia_model (~> 0.6)
Expand Down Expand Up @@ -102,23 +102,23 @@ GEM
diff-lcs (1.3)
docile (1.1.5)
ed25519 (1.2.4)
equatable (0.5.0)
equatable (0.6.1)
erubis (2.7.0)
ethon (0.12.0)
ffi (>= 1.3.0)
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.13.1)
faraday (>= 0.7.4, < 1.0)
fasterer (0.5.1)
fasterer (0.6.0)
colorize (~> 0.7)
ruby_parser (>= 3.13.0)
fauxhai (4.1.0)
net-ssh
ffi (1.10.0)
ffi (1.11.1)
ffi-yajl (2.3.1)
libyajl2 (~> 1.2)
foodcritic (15.1.0)
foodcritic (16.1.1)
cucumber-core (>= 1.3, < 4.0)
erubis
ffi-yajl (~> 2.0)
Expand All @@ -145,7 +145,7 @@ GEM
httpclient (2.8.3)
iniparse (1.4.4)
ipaddress (0.8.3)
jaro_winkler (1.5.2)
jaro_winkler (1.5.3)
json (2.2.0)
kitchen-docker (2.9.0)
test-kitchen (>= 1.0.0)
Expand All @@ -155,7 +155,7 @@ GEM
launchy (2.4.3)
addressable (~> 2.3)
libyajl2 (1.2.0)
license-acceptance (1.0.5)
license-acceptance (1.0.13)
pastel (~> 0.7)
tomlrb (~> 1.2)
tty-box (~> 0.3)
Expand All @@ -176,7 +176,7 @@ GEM
mixlib-cli (1.7.0)
mixlib-config (2.2.18)
tomlrb
mixlib-install (3.11.12)
mixlib-install (3.11.18)
mixlib-shellout
mixlib-versioning
thor
Expand All @@ -185,8 +185,8 @@ GEM
mixlib-versioning (1.2.7)
molinillo (0.6.6)
multi_json (1.13.1)
multipart-post (2.0.0)
necromancer (0.4.0)
multipart-post (2.1.1)
necromancer (0.5.0)
net-http-persistent (2.9.4)
net-http-pipeline (1.0.1)
net-scp (2.0.0)
Expand All @@ -200,7 +200,7 @@ GEM
net-ssh (>= 2.6.5)
net-ssh-gateway (>= 1.2.0)
net-telnet (0.1.1)
nio4r (2.3.1)
nio4r (2.4.0)
nokogiri (1.10.3)
mini_portile2 (~> 2.4.0)
nori (2.6.0)
Expand All @@ -218,15 +218,15 @@ GEM
plist (~> 3.1)
systemu (~> 2.6.4)
wmi-lite (~> 1.0)
overcommit (0.48.0)
overcommit (0.48.1)
childprocess (~> 0.6, >= 0.6.3)
iniparse (~> 1.4)
parallel (1.17.0)
parser (2.6.3.0)
ast (~> 2.4.0)
pastel (0.7.2)
equatable (~> 0.5.0)
tty-color (~> 0.4.0)
pastel (0.7.3)
equatable (~> 0.6)
tty-color (~> 0.5)
plist (3.5.0)
polyglot (0.3.5)
proxifier (1.0.3)
Expand Down Expand Up @@ -259,46 +259,46 @@ GEM
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.0)
rspec-core (3.8.2)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.3)
rspec-expectations (3.8.4)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-its (1.3.0)
rspec-core (>= 3.0.0)
rspec-expectations (>= 3.0.0)
rspec-mocks (3.8.0)
rspec-mocks (3.8.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
rspec-support (3.8.2)
rspec_junit_formatter (0.2.3)
builder (< 4)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (0.68.1)
rubocop (0.72.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)
parser (>= 2.6)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.6)
rubocop-performance (1.2.0)
rubocop (>= 0.68.0)
ruby-progressbar (1.10.0)
unicode-display_width (>= 1.4.0, < 1.7)
rubocop-performance (1.4.0)
rubocop (>= 0.71.0)
ruby-progressbar (1.10.1)
ruby_parser (3.13.1)
sexp_processor (~> 4.9)
rubyntlm (0.6.2)
rubyzip (1.2.2)
rubyzip (1.2.3)
rufus-lru (1.1.0)
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
semverse (2.0.0)
serverspec (2.41.3)
serverspec (2.41.4)
multi_json
rspec (~> 3.0)
rspec-its
specinfra (~> 2.72)
sexp_processor (4.12.0)
sexp_processor (4.12.1)
sfl (2.3)
simplecov (0.12.0)
docile (~> 1.1.0)
Expand All @@ -308,7 +308,7 @@ GEM
solve (4.0.2)
molinillo (~> 0.6)
semverse (>= 1.1, < 4.0)
specinfra (2.77.1)
specinfra (2.78.2)
net-scp
net-ssh (>= 2.7)
net-telnet (= 0.1.1)
Expand All @@ -322,10 +322,10 @@ GEM
systemu (2.6.5)
term-ansicolor (1.7.1)
tins (~> 1.0)
test-kitchen (2.2.2)
test-kitchen (2.2.5)
bcrypt_pbkdf (~> 1.0)
ed25519 (~> 1.2)
license-acceptance (>= 0.2.16, < 2.0)
license-acceptance (~> 1.0, >= 1.0.11)
mixlib-install (~> 3.6)
mixlib-shellout (>= 1.2, < 3.0)
net-scp (>= 1.1, < 3.0)
Expand All @@ -338,9 +338,9 @@ GEM
thor (0.19.1)
timers (4.0.4)
hitimes
tins (1.20.2)
tins (1.21.0)
tomlrb (1.2.8)
travis (1.8.9)
travis (1.8.10)
backports
faraday (~> 0.9)
faraday_middleware (~> 0.9, >= 0.9.1)
Expand All @@ -351,26 +351,24 @@ GEM
typhoeus (~> 0.6, >= 0.6.8)
treetop (1.6.10)
polyglot (~> 0.3)
tty-box (0.3.0)
tty-box (0.4.0)
pastel (~> 0.7.2)
strings (~> 0.1.4)
tty-cursor (~> 0.6.0)
tty-color (0.4.3)
tty-cursor (0.6.1)
tty-prompt (0.18.1)
necromancer (~> 0.4.0)
strings (~> 0.1.5)
tty-cursor (~> 0.7)
tty-color (0.5.0)
tty-cursor (0.7.0)
tty-prompt (0.19.0)
necromancer (~> 0.5.0)
pastel (~> 0.7.0)
timers (~> 4.0)
tty-cursor (~> 0.6.0)
tty-reader (~> 0.5.0)
tty-reader (0.5.0)
tty-cursor (~> 0.6.0)
tty-screen (~> 0.6.4)
tty-reader (~> 0.6.0)
tty-reader (0.6.0)
tty-cursor (~> 0.7)
tty-screen (~> 0.7)
wisper (~> 2.0.0)
tty-screen (0.6.5)
tty-screen (0.7.0)
typhoeus (0.8.0)
ethon (>= 0.8.0)
unicode-display_width (1.5.0)
unicode-display_width (1.6.0)
unicode_utils (1.4.0)
uuidtools (2.1.5)
varia_model (0.6.0)
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
# built documents.
#
# The short X.Y version.
version = u'1.14.0'
version = u'1.15.0'
# The full version, including alpha/beta/rc tags.
release = u'1.14.0'
release = u'1.15.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
license 'MIT'
description 'Set of chef recipes for OpsWorks based Ruby projects'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.14.0'
version '1.15.0'
chef_version '~> 12.0' if respond_to?(:chef_version)

depends 'apt', '< 7.0'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opsworks_ruby",
"version": "1.14.0",
"version": "1.15.0",
"description": "Set of chef recipes for OpsWorks based Ruby projects.",
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit df5b12f

Please sign in to comment.