From acd81b3168ec8a256443cf6f9681a12a957e794b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 14:38:16 -0500 Subject: [PATCH] chore(main): release 1.1.1 (#77) * chore(main): release 1.1.1 * Prep 1.1.1 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Adam McCrea --- CHANGELOG.md | 7 +++++++ rails-autoscale-core/Gemfile.lock | 2 +- rails-autoscale-core/lib/rails_autoscale/version.rb | 2 +- rails-autoscale-delayed_job/Gemfile.lock | 4 ++-- .../lib/rails_autoscale/delayed_job/version.rb | 2 +- rails-autoscale-que/Gemfile.lock | 4 ++-- .../lib/rails_autoscale/que/version.rb | 2 +- rails-autoscale-rack/Gemfile.lock | 4 ++-- .../lib/rails_autoscale/rack/version.rb | 2 +- rails-autoscale-resque/Gemfile.lock | 4 ++-- .../lib/rails_autoscale/resque/version.rb | 2 +- rails-autoscale-sidekiq/Gemfile.lock | 4 ++-- .../lib/rails_autoscale/sidekiq/version.rb | 2 +- rails-autoscale-web/Gemfile.lock | 12 ++++++------ .../lib/rails_autoscale/web/version.rb | 2 +- 15 files changed, 31 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ea29b21..0efd8208 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ 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.1.1](https://github.com/rails-autoscale/rails-autoscale-gems/compare/v1.1.0...v1.1.1) (2022-11-14) + + +### Bug Fixes + +* Fix "busy jobs" metric for Sidekiq 7 ([#75](https://github.com/rails-autoscale/rails-autoscale-gems/issues/75)) ([aa609af](https://github.com/rails-autoscale/rails-autoscale-gems/commit/aa609af93eb41cb7e231026d7948f97f55f3dc10)) + ## [1.1.0](https://github.com/rails-autoscale/rails-autoscale-gems/compare/v1.0.3...v1.1.0) (2022-10-10) diff --git a/rails-autoscale-core/Gemfile.lock b/rails-autoscale-core/Gemfile.lock index 6f1248c3..3014b6fc 100644 --- a/rails-autoscale-core/Gemfile.lock +++ b/rails-autoscale-core/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rails-autoscale-core (1.1.0) + rails-autoscale-core (1.1.1) GEM remote: https://rubygems.org/ diff --git a/rails-autoscale-core/lib/rails_autoscale/version.rb b/rails-autoscale-core/lib/rails_autoscale/version.rb index ed9db8a2..58f6736d 100644 --- a/rails-autoscale-core/lib/rails_autoscale/version.rb +++ b/rails-autoscale-core/lib/rails_autoscale/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module RailsAutoscale - VERSION = "1.1.0" + VERSION = "1.1.1" end diff --git a/rails-autoscale-delayed_job/Gemfile.lock b/rails-autoscale-delayed_job/Gemfile.lock index 1a8d6230..73c19c1d 100644 --- a/rails-autoscale-delayed_job/Gemfile.lock +++ b/rails-autoscale-delayed_job/Gemfile.lock @@ -1,12 +1,12 @@ PATH remote: ../rails-autoscale-core specs: - rails-autoscale-core (1.1.0) + rails-autoscale-core (1.1.1) PATH remote: . specs: - rails-autoscale-delayed_job (1.1.0) + rails-autoscale-delayed_job (1.1.1) delayed_job_active_record (>= 4.0) rails-autoscale-core diff --git a/rails-autoscale-delayed_job/lib/rails_autoscale/delayed_job/version.rb b/rails-autoscale-delayed_job/lib/rails_autoscale/delayed_job/version.rb index 2339a2ad..7584a875 100644 --- a/rails-autoscale-delayed_job/lib/rails_autoscale/delayed_job/version.rb +++ b/rails-autoscale-delayed_job/lib/rails_autoscale/delayed_job/version.rb @@ -2,6 +2,6 @@ module RailsAutoscale module DelayedJob - VERSION = "1.1.0" + VERSION = "1.1.1" end end diff --git a/rails-autoscale-que/Gemfile.lock b/rails-autoscale-que/Gemfile.lock index 1f2c83e0..802ed4b7 100644 --- a/rails-autoscale-que/Gemfile.lock +++ b/rails-autoscale-que/Gemfile.lock @@ -1,12 +1,12 @@ PATH remote: ../rails-autoscale-core specs: - rails-autoscale-core (1.1.0) + rails-autoscale-core (1.1.1) PATH remote: . specs: - rails-autoscale-que (1.1.0) + rails-autoscale-que (1.1.1) que (>= 1.0) rails-autoscale-core diff --git a/rails-autoscale-que/lib/rails_autoscale/que/version.rb b/rails-autoscale-que/lib/rails_autoscale/que/version.rb index d331f263..492951f6 100644 --- a/rails-autoscale-que/lib/rails_autoscale/que/version.rb +++ b/rails-autoscale-que/lib/rails_autoscale/que/version.rb @@ -2,6 +2,6 @@ module RailsAutoscale module Que - VERSION = "1.1.0" + VERSION = "1.1.1" end end diff --git a/rails-autoscale-rack/Gemfile.lock b/rails-autoscale-rack/Gemfile.lock index a2233818..189b786f 100644 --- a/rails-autoscale-rack/Gemfile.lock +++ b/rails-autoscale-rack/Gemfile.lock @@ -1,12 +1,12 @@ PATH remote: ../rails-autoscale-core specs: - rails-autoscale-core (1.1.0) + rails-autoscale-core (1.1.1) PATH remote: . specs: - rails-autoscale-rack (1.1.0) + rails-autoscale-rack (1.1.1) rack rails-autoscale-core diff --git a/rails-autoscale-rack/lib/rails_autoscale/rack/version.rb b/rails-autoscale-rack/lib/rails_autoscale/rack/version.rb index c8adbc59..ff1dd728 100644 --- a/rails-autoscale-rack/lib/rails_autoscale/rack/version.rb +++ b/rails-autoscale-rack/lib/rails_autoscale/rack/version.rb @@ -2,6 +2,6 @@ module RailsAutoscale module Rack - VERSION = "1.1.0" + VERSION = "1.1.1" end end diff --git a/rails-autoscale-resque/Gemfile.lock b/rails-autoscale-resque/Gemfile.lock index c8328af7..78377561 100644 --- a/rails-autoscale-resque/Gemfile.lock +++ b/rails-autoscale-resque/Gemfile.lock @@ -1,12 +1,12 @@ PATH remote: ../rails-autoscale-core specs: - rails-autoscale-core (1.1.0) + rails-autoscale-core (1.1.1) PATH remote: . specs: - rails-autoscale-resque (1.1.0) + rails-autoscale-resque (1.1.1) rails-autoscale-core resque (>= 2.0) diff --git a/rails-autoscale-resque/lib/rails_autoscale/resque/version.rb b/rails-autoscale-resque/lib/rails_autoscale/resque/version.rb index f3bb2c9d..aadda836 100644 --- a/rails-autoscale-resque/lib/rails_autoscale/resque/version.rb +++ b/rails-autoscale-resque/lib/rails_autoscale/resque/version.rb @@ -2,6 +2,6 @@ module RailsAutoscale module Resque - VERSION = "1.1.0" + VERSION = "1.1.1" end end diff --git a/rails-autoscale-sidekiq/Gemfile.lock b/rails-autoscale-sidekiq/Gemfile.lock index d9fed4ce..7abda5b8 100644 --- a/rails-autoscale-sidekiq/Gemfile.lock +++ b/rails-autoscale-sidekiq/Gemfile.lock @@ -1,12 +1,12 @@ PATH remote: ../rails-autoscale-core specs: - rails-autoscale-core (1.1.0) + rails-autoscale-core (1.1.1) PATH remote: . specs: - rails-autoscale-sidekiq (1.1.0) + rails-autoscale-sidekiq (1.1.1) rails-autoscale-core sidekiq (>= 5.0) diff --git a/rails-autoscale-sidekiq/lib/rails_autoscale/sidekiq/version.rb b/rails-autoscale-sidekiq/lib/rails_autoscale/sidekiq/version.rb index e94814ce..3fb75dcf 100644 --- a/rails-autoscale-sidekiq/lib/rails_autoscale/sidekiq/version.rb +++ b/rails-autoscale-sidekiq/lib/rails_autoscale/sidekiq/version.rb @@ -2,6 +2,6 @@ module RailsAutoscale module Sidekiq - VERSION = "1.1.0" + VERSION = "1.1.1" end end diff --git a/rails-autoscale-web/Gemfile.lock b/rails-autoscale-web/Gemfile.lock index 222fc6fa..ada1bb73 100644 --- a/rails-autoscale-web/Gemfile.lock +++ b/rails-autoscale-web/Gemfile.lock @@ -1,12 +1,12 @@ PATH remote: ../rails-autoscale-core specs: - rails-autoscale-core (1.1.0) + rails-autoscale-core (1.1.1) PATH remote: . specs: - rails-autoscale-web (1.1.0) + rails-autoscale-web (1.1.1) rails-autoscale-core railties @@ -48,11 +48,11 @@ GEM nokogiri (>= 1.5.9) method_source (1.0.0) minitest (5.16.3) - nokogiri (1.13.8-arm64-darwin) + nokogiri (1.13.9-arm64-darwin) racc (~> 1.4) - nokogiri (1.13.8-x86_64-darwin) + nokogiri (1.13.9-x86_64-darwin) racc (~> 1.4) - nokogiri (1.13.8-x86_64-linux) + nokogiri (1.13.9-x86_64-linux) racc (~> 1.4) racc (1.6.0) rack (2.2.4) @@ -76,7 +76,7 @@ GEM thor (1.2.1) tzinfo (2.0.5) concurrent-ruby (~> 1.0) - zeitwerk (2.6.1) + zeitwerk (2.6.6) PLATFORMS arm64-darwin-20 diff --git a/rails-autoscale-web/lib/rails_autoscale/web/version.rb b/rails-autoscale-web/lib/rails_autoscale/web/version.rb index 120fc714..f3b05f25 100644 --- a/rails-autoscale-web/lib/rails_autoscale/web/version.rb +++ b/rails-autoscale-web/lib/rails_autoscale/web/version.rb @@ -2,6 +2,6 @@ module RailsAutoscale module Web - VERSION = "1.1.0" + VERSION = "1.1.1" end end