Skip to content

Commit

Permalink
chore(main): release 1.5.0 (#176)
Browse files Browse the repository at this point in the history
* chore(main): release 1.5.0

* sync versions

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Adam McCrea <[email protected]>
  • Loading branch information
github-actions[bot] and adamlogic committed Jul 21, 2023
1 parent 75de436 commit e33f189
Show file tree
Hide file tree
Showing 17 changed files with 79 additions and 63 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.5.0](https://github.com/judoscale/judoscale-ruby/compare/v1.4.1...v1.5.0) (2023-07-17)


### Features

* Add support for Amazon ECS services ([#179](https://github.com/judoscale/judoscale-ruby/issues/179)) ([75de436](https://github.com/judoscale/judoscale-ruby/commit/75de436aba8df94cf5542378b192d22ecdd5f61d))


### Bug Fixes

* Fail silently when DB or table is missing ([#175](https://github.com/judoscale/judoscale-ruby/issues/175)) ([4e1cab6](https://github.com/judoscale/judoscale-ruby/commit/4e1cab6b33fe1af9d6c690f0c8f23db44593f1da))

## [1.4.1](https://github.com/judoscale/judoscale-ruby/compare/v1.4.0...v1.4.1) (2023-05-04)


Expand Down
6 changes: 3 additions & 3 deletions judoscale-delayed_job/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.4.1)
judoscale-ruby (1.5.0)

PATH
remote: .
specs:
judoscale-delayed_job (1.4.1)
judoscale-delayed_job (1.5.0)
delayed_job_active_record (>= 4.0)
judoscale-ruby (= 1.4.1)
judoscale-ruby (= 1.5.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion judoscale-delayed_job/lib/judoscale/delayed_job/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module DelayedJob
VERSION = "1.4.1"
VERSION = "1.5.0"
end
end
30 changes: 16 additions & 14 deletions judoscale-good_job/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.4.1)
judoscale-ruby (1.5.0)

PATH
remote: .
specs:
judoscale-good_job (1.4.1)
judoscale-good_job (1.5.0)
good_job (>= 3.0)
judoscale-ruby (= 1.4.1)
judoscale-ruby (= 1.5.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -50,7 +50,7 @@ GEM
raabro (~> 1.4)
globalid (1.1.0)
activesupport (>= 5.0)
good_job (3.15.7)
good_job (3.16.3)
activejob (>= 6.0.0)
activerecord (>= 6.0.0)
concurrent-ruby (>= 1.0.2)
Expand All @@ -60,26 +60,28 @@ GEM
webrick (>= 1.3)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
loofah (2.20.0)
loofah (2.21.3)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
nokogiri (>= 1.12.0)
method_source (1.0.0)
minitest (5.17.0)
nokogiri (1.14.3-arm64-darwin)
nokogiri (1.15.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.14.3-x86_64-linux)
nokogiri (1.15.3-x86_64-linux)
racc (~> 1.4)
pg (1.4.5)
raabro (1.4.0)
racc (1.6.2)
racc (1.7.1)
rack (2.2.7)
rack-test (2.1.0)
rack (>= 1.3)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
rails-dom-testing (2.1.1)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (7.0.4.2)
actionpack (= 7.0.4.2)
activesupport (= 7.0.4.2)
Expand All @@ -88,7 +90,7 @@ GEM
thor (~> 1.0)
zeitwerk (~> 2.5)
rake (13.0.6)
thor (1.2.1)
thor (1.2.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
webrick (1.8.1)
Expand Down
2 changes: 1 addition & 1 deletion judoscale-good_job/lib/judoscale/good_job/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module GoodJob
VERSION = "1.4.1"
VERSION = "1.5.0"
end
end
6 changes: 3 additions & 3 deletions judoscale-que/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.4.1)
judoscale-ruby (1.5.0)

PATH
remote: .
specs:
judoscale-que (1.4.1)
judoscale-ruby (= 1.4.1)
judoscale-que (1.5.0)
judoscale-ruby (= 1.5.0)
que (>= 1.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion judoscale-que/lib/judoscale/que/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module Que
VERSION = "1.4.1"
VERSION = "1.5.0"
end
end
6 changes: 3 additions & 3 deletions judoscale-rack/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.4.1)
judoscale-ruby (1.5.0)

PATH
remote: .
specs:
judoscale-rack (1.4.1)
judoscale-ruby (= 1.4.1)
judoscale-rack (1.5.0)
judoscale-ruby (= 1.5.0)
rack

GEM
Expand Down
2 changes: 1 addition & 1 deletion judoscale-rack/lib/judoscale/rack/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module Rack
VERSION = "1.4.1"
VERSION = "1.5.0"
end
end
52 changes: 27 additions & 25 deletions judoscale-rails/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.4.1)
judoscale-ruby (1.5.0)

PATH
remote: .
specs:
judoscale-rails (1.4.1)
judoscale-ruby (= 1.4.1)
judoscale-rails (1.5.0)
judoscale-ruby (= 1.5.0)
railties

GEM
remote: https://rubygems.org/
specs:
actionpack (7.0.4.3)
actionview (= 7.0.4.3)
activesupport (= 7.0.4.3)
rack (~> 2.0, >= 2.2.0)
actionpack (7.0.6)
actionview (= 7.0.6)
activesupport (= 7.0.6)
rack (~> 2.0, >= 2.2.4)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actionview (7.0.4.3)
activesupport (= 7.0.4.3)
actionview (7.0.6)
activesupport (= 7.0.6)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activesupport (7.0.4.3)
activesupport (7.0.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -38,42 +38,44 @@ GEM
irb (>= 1.5.0)
reline (>= 0.3.1)
erubi (1.12.0)
i18n (1.13.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-console (0.6.0)
irb (1.6.2)
reline (>= 0.3.0)
loofah (2.20.0)
loofah (2.21.3)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
nokogiri (>= 1.12.0)
method_source (1.0.0)
minitest (5.17.0)
nokogiri (1.14.3-arm64-darwin)
nokogiri (1.15.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.14.3-x86_64-darwin)
nokogiri (1.15.3-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.14.3-x86_64-linux)
nokogiri (1.15.3-x86_64-linux)
racc (~> 1.4)
racc (1.6.2)
racc (1.7.1)
rack (2.2.7)
rack-test (2.1.0)
rack (>= 1.3)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
rails-dom-testing (2.1.1)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
railties (7.0.4.3)
actionpack (= 7.0.4.3)
activesupport (= 7.0.4.3)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (7.0.6)
actionpack (= 7.0.6)
activesupport (= 7.0.6)
method_source
rake (>= 12.2)
thor (~> 1.0)
zeitwerk (~> 2.5)
rake (13.0.6)
reline (0.3.2)
io-console (~> 0.5)
thor (1.2.1)
thor (1.2.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
zeitwerk (2.6.8)
Expand Down
2 changes: 1 addition & 1 deletion judoscale-rails/lib/judoscale/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module Rails
VERSION = "1.4.1"
VERSION = "1.5.0"
end
end
6 changes: 3 additions & 3 deletions judoscale-resque/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.4.1)
judoscale-ruby (1.5.0)

PATH
remote: .
specs:
judoscale-resque (1.4.1)
judoscale-ruby (= 1.4.1)
judoscale-resque (1.5.0)
judoscale-ruby (= 1.5.0)
resque (>= 2.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion judoscale-resque/lib/judoscale/resque/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module Resque
VERSION = "1.4.1"
VERSION = "1.5.0"
end
end
2 changes: 1 addition & 1 deletion judoscale-ruby/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
judoscale-ruby (1.4.1)
judoscale-ruby (1.5.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion judoscale-ruby/lib/judoscale/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Judoscale
VERSION = "1.4.1"
VERSION = "1.5.0"
end
6 changes: 3 additions & 3 deletions judoscale-sidekiq/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.4.1)
judoscale-ruby (1.5.0)

PATH
remote: .
specs:
judoscale-sidekiq (1.4.1)
judoscale-ruby (= 1.4.1)
judoscale-sidekiq (1.5.0)
judoscale-ruby (= 1.5.0)
sidekiq (>= 5.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion judoscale-sidekiq/lib/judoscale/sidekiq/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module Sidekiq
VERSION = "1.4.1"
VERSION = "1.5.0"
end
end

0 comments on commit e33f189

Please sign in to comment.