From dab0a125aeffac05d6571d80ab59f980bfc76fd6 Mon Sep 17 00:00:00 2001 From: "Ben Sheldon [he/him]" Date: Sun, 6 Aug 2023 16:57:18 -0700 Subject: [PATCH] Release good_job v3.17.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ Gemfile.lock | 2 +- checksums/good_job-3.17.0.gem.sha256 | 1 + checksums/good_job-3.17.0.gem.sha512 | 1 + lib/good_job/version.rb | 2 +- 5 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 checksums/good_job-3.17.0.gem.sha256 create mode 100644 checksums/good_job-3.17.0.gem.sha512 diff --git a/CHANGELOG.md b/CHANGELOG.md index 70767fa7e..0f8fc7a65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [v3.17.0](https://github.com/bensheldon/good_job/tree/v3.17.0) (2023-08-06) + +[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.16.4...v3.17.0) + +**Implemented enhancements:** + +- Add Dark Mode color theme for Dashboard [\#1031](https://github.com/bensheldon/good_job/pull/1031) ([bensheldon](https://github.com/bensheldon)) +- Automatically send status notifications to systemd [\#1029](https://github.com/bensheldon/good_job/pull/1029) ([Mr0grog](https://github.com/Mr0grog)) + +**Closed issues:** + +- Add systemd/sd\_notify support to CLI [\#1027](https://github.com/bensheldon/good_job/issues/1027) +- Cron job by default runs on the web server even when "async" execution mode is not specified [\#1026](https://github.com/bensheldon/good_job/issues/1026) +- Replace webrick with a small/simple custom rack-compatible http server [\#1017](https://github.com/bensheldon/good_job/issues/1017) +- Dark mode for the dashboard ? [\#974](https://github.com/bensheldon/good_job/issues/974) + +**Merged pull requests:** + +- Replace Webrick with custom simple http server [\#1030](https://github.com/bensheldon/good_job/pull/1030) ([dixpac](https://github.com/dixpac)) +- Bump appraisal from `b200e63` to `feb78bc` [\#1025](https://github.com/bensheldon/good_job/pull/1025) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump net-imap from 0.3.6 to 0.3.7 [\#1024](https://github.com/bensheldon/good_job/pull/1024) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump rack from 2.2.7 to 2.2.8 [\#1023](https://github.com/bensheldon/good_job/pull/1023) ([dependabot[bot]](https://github.com/apps/dependabot)) + ## [v3.16.4](https://github.com/bensheldon/good_job/tree/v3.16.4) (2023-07-30) [Full Changelog](https://github.com/bensheldon/good_job/compare/v3.16.3...v3.16.4) diff --git a/Gemfile.lock b/Gemfile.lock index 0c7a4e558..9d7e3596f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - good_job (3.16.4) + good_job (3.17.0) activejob (>= 6.0.0) activerecord (>= 6.0.0) concurrent-ruby (>= 1.0.2) diff --git a/checksums/good_job-3.17.0.gem.sha256 b/checksums/good_job-3.17.0.gem.sha256 new file mode 100644 index 000000000..df05d5c29 --- /dev/null +++ b/checksums/good_job-3.17.0.gem.sha256 @@ -0,0 +1 @@ +01b6bf22a9deee092cbdb98c13e86097924be96d6a0dc5340e503034b001d734 diff --git a/checksums/good_job-3.17.0.gem.sha512 b/checksums/good_job-3.17.0.gem.sha512 new file mode 100644 index 000000000..762750534 --- /dev/null +++ b/checksums/good_job-3.17.0.gem.sha512 @@ -0,0 +1 @@ +2c39cbd79407499dc5038841292a98973e6920825a38f562aa79b34c6468a250d9f8405ab0cfacc2054913f3ce20b75eda346431b3ec2c0557e66ff80ee722ee diff --git a/lib/good_job/version.rb b/lib/good_job/version.rb index f8d41e0dd..3d622449e 100644 --- a/lib/good_job/version.rb +++ b/lib/good_job/version.rb @@ -2,7 +2,7 @@ module GoodJob # GoodJob gem version. - VERSION = '3.16.4' + VERSION = '3.17.0' # GoodJob version as Gem::Version object GEM_VERSION = Gem::Version.new(VERSION)