From fce5f0ccb3e7a0546a1a2b0664b2798d0127c7dd Mon Sep 17 00:00:00 2001 From: jackton1 Date: Sat, 26 Feb 2022 05:12:31 +0000 Subject: [PATCH 01/16] Upgraded from v1.11 -> v1.12 --- HISTORY.md | 20 ++++++++++++++++++++ README.md | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index de3a472..92bacfe 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,25 @@ # Changelog +## [v1.12](https://github.com/tj-actions/github-changelog-generator/tree/v1.12) (2022-02-26) + +[Full Changelog](https://github.com/tj-actions/github-changelog-generator/compare/v1.11...v1.12) + +**Merged pull requests:** + +- Added Gemfile.lock [\#100](https://github.com/tj-actions/github-changelog-generator/pull/100) ([jackton1](https://github.com/jackton1)) +- Update docker/login-action action to v1.13.0 [\#99](https://github.com/tj-actions/github-changelog-generator/pull/99) ([renovate[bot]](https://github.com/apps/renovate)) +- Update tj-actions/sync-release-version action to v11 [\#98](https://github.com/tj-actions/github-changelog-generator/pull/98) ([renovate[bot]](https://github.com/apps/renovate)) +- Updated README.md [\#97](https://github.com/tj-actions/github-changelog-generator/pull/97) ([jackton1](https://github.com/jackton1)) +- Update reviewdog/action-shellcheck action to v1.14 [\#96](https://github.com/tj-actions/github-changelog-generator/pull/96) ([renovate[bot]](https://github.com/apps/renovate)) +- Update docker/build-push-action action to v2.9.0 [\#95](https://github.com/tj-actions/github-changelog-generator/pull/95) ([renovate[bot]](https://github.com/apps/renovate)) +- Update peter-evans/create-pull-request action to v3.12.1 [\#94](https://github.com/tj-actions/github-changelog-generator/pull/94) ([renovate[bot]](https://github.com/apps/renovate)) +- Update docker/build-push-action action to v2.8.0 [\#93](https://github.com/tj-actions/github-changelog-generator/pull/93) ([renovate[bot]](https://github.com/apps/renovate)) +- Update tj-actions/remark action to v2.3 [\#92](https://github.com/tj-actions/github-changelog-generator/pull/92) ([renovate[bot]](https://github.com/apps/renovate)) +- Update tj-actions/remark action to v2.2 [\#91](https://github.com/tj-actions/github-changelog-generator/pull/91) ([renovate[bot]](https://github.com/apps/renovate)) +- Update tj-actions/remark action to v2 [\#90](https://github.com/tj-actions/github-changelog-generator/pull/90) ([renovate[bot]](https://github.com/apps/renovate)) +- Update tj-actions/github-changelog-generator action to v1.11 [\#89](https://github.com/tj-actions/github-changelog-generator/pull/89) ([renovate[bot]](https://github.com/apps/renovate)) +- Upgraded to v1.11 [\#86](https://github.com/tj-actions/github-changelog-generator/pull/86) ([jackton1](https://github.com/jackton1)) + ## [v1.11](https://github.com/tj-actions/github-changelog-generator/tree/v1.11) (2022-01-03) [Full Changelog](https://github.com/tj-actions/github-changelog-generator/compare/v1.10...v1.11) diff --git a/README.md b/README.md index 5eb053e..f602504 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Generate CHANGELOG/HISTORY markdown files for your project steps: - uses: actions/checkout@v2 - name: Generate CHANGELOG - uses: tj-actions/github-changelog-generator@v1.11 + uses: tj-actions/github-changelog-generator@v1.12 with: output: 'HISTORY.md' ``` From 4b10309511c030ae23754f640abd8025c91c119b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 26 Feb 2022 09:57:51 +0000 Subject: [PATCH 02/16] Update tj-actions/github-changelog-generator action to v1.12 --- .github/workflows/sync-release-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index e15df3b..3e9d74c 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -19,7 +19,7 @@ jobs: paths: | README.md - name: Generate CHANGELOG - uses: tj-actions/github-changelog-generator@v1.11 + uses: tj-actions/github-changelog-generator@v1.12 with: output: 'HISTORY.md' - name: Create Pull Request From 80dbb177adf668a751337a2a395403b869b687db Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 28 Feb 2022 00:14:03 +0000 Subject: [PATCH 03/16] Lock file maintenance --- Gemfile.lock | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5c437be..68d255a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,12 +4,11 @@ GEM GEM remote: https://rubygems.org/ specs: - activesupport (6.1.4.6) + activesupport (7.0.2.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - zeitwerk (~> 2.3) addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) async (1.30.1) @@ -94,10 +93,10 @@ GEM timers (4.3.3) tzinfo (2.0.4) concurrent-ruby (~> 1.0) - zeitwerk (2.5.4) PLATFORMS universal-darwin-21 + x86_64-linux DEPENDENCIES github_changelog_generator (= 1.16.4)! From fb44a026498a117fe8f83b5123094b52d457cedd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 28 Feb 2022 09:24:43 +0000 Subject: [PATCH 04/16] Update peter-evans/create-pull-request action to v3.13.0 --- .github/workflows/sync-release-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index 3e9d74c..d2e48ee 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -23,7 +23,7 @@ jobs: with: output: 'HISTORY.md' - name: Create Pull Request - uses: peter-evans/create-pull-request@v3.12.1 + uses: peter-evans/create-pull-request@v3.13.0 with: base: "main" title: "Upgraded to ${{ steps.sync-release-version.outputs.new_version }}" From d7209099e6315d69e0150913f70f23d5572678e5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 28 Feb 2022 09:24:38 +0000 Subject: [PATCH 05/16] Update docker/login-action action to v1.14.0 --- .github/workflows/ghcr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index a98dd47..d928fde 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -25,7 +25,7 @@ jobs: uses: docker/setup-buildx-action@v1.6.0 - name: Login to GitHub Container Registry - uses: docker/login-action@v1.13.0 + uses: docker/login-action@v1.14.0 with: registry: ghcr.io username: ${{ github.repository_owner }} From 38cda72faf25abb052164f5cd87e0fecaebb57e6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 28 Feb 2022 14:22:22 +0000 Subject: [PATCH 06/16] Update peter-evans/create-pull-request action to v3.14.0 --- .github/workflows/sync-release-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index d2e48ee..36b72db 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -23,7 +23,7 @@ jobs: with: output: 'HISTORY.md' - name: Create Pull Request - uses: peter-evans/create-pull-request@v3.13.0 + uses: peter-evans/create-pull-request@v3.14.0 with: base: "main" title: "Upgraded to ${{ steps.sync-release-version.outputs.new_version }}" From 20926848e1259f0564f488c45d67fff63a6cae85 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Mar 2022 19:26:34 +0000 Subject: [PATCH 07/16] Update actions/checkout action --- .github/workflows/codacy-analysis.yml | 2 +- .github/workflows/ghcr.yml | 2 +- .github/workflows/rebase.yml | 2 +- .github/workflows/sync-release-version.yml | 2 +- .github/workflows/test.yml | 2 +- .github/workflows/update-readme.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codacy-analysis.yml b/.github/workflows/codacy-analysis.yml index 5694c8c..0128b6f 100644 --- a/.github/workflows/codacy-analysis.yml +++ b/.github/workflows/codacy-analysis.yml @@ -24,7 +24,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis - name: Run Codacy Analysis CLI diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index d928fde..9b97dd0 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3.0.0 - name: Get branch names id: branch-name diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index c1746c7..602aff3 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -8,7 +8,7 @@ jobs: if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase') runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3.0.0 with: token: ${{ secrets.PAT_TOKEN }} fetch-depth: 0 # otherwise, you will failed to push refs to dest repo diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index 36b72db..d8b7a06 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -8,7 +8,7 @@ jobs: update-version: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3.0.0 with: fetch-depth: 0 - name: Sync release version. diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 85b41d5..f25a63e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: name: Test github-changelog-generator steps: - name: Checkout - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3.0.0 - name: shellcheck uses: reviewdog/action-shellcheck@v1.14 - name: Run github-changelog-generator diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index d9647b6..8236e3d 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -9,7 +9,7 @@ jobs: sync-assets: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3.0.0 with: fetch-depth: 0 From 5d7c9d856271e30a85eb2ccada1f4a3cf830018b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Mar 2022 22:19:26 +0000 Subject: [PATCH 08/16] Update docker/login-action action to v1.14.1 --- .github/workflows/ghcr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index 9b97dd0..26b1e23 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -25,7 +25,7 @@ jobs: uses: docker/setup-buildx-action@v1.6.0 - name: Login to GitHub Container Registry - uses: docker/login-action@v1.14.0 + uses: docker/login-action@v1.14.1 with: registry: ghcr.io username: ${{ github.repository_owner }} From e1621133663fdf261e734395b38e7c5d3d9db3f1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 3 Mar 2022 18:14:52 +0000 Subject: [PATCH 09/16] Update codacy/codacy-analysis-cli-action action to v4.0.1 --- .github/workflows/codacy-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codacy-analysis.yml b/.github/workflows/codacy-analysis.yml index 0128b6f..522a2b0 100644 --- a/.github/workflows/codacy-analysis.yml +++ b/.github/workflows/codacy-analysis.yml @@ -28,7 +28,7 @@ jobs: # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis - name: Run Codacy Analysis CLI - uses: codacy/codacy-analysis-cli-action@4.0.0 + uses: codacy/codacy-analysis-cli-action@4.0.1 with: # Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository # You can also omit the token and run the tools that support default configurations From 0ec9ebb6c913c84f9f2f2bbdd33974f51351c4b1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 9 Mar 2022 17:22:05 +0000 Subject: [PATCH 10/16] Update codacy/codacy-analysis-cli-action action to v4.0.2 --- .github/workflows/codacy-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codacy-analysis.yml b/.github/workflows/codacy-analysis.yml index 522a2b0..f10cd57 100644 --- a/.github/workflows/codacy-analysis.yml +++ b/.github/workflows/codacy-analysis.yml @@ -28,7 +28,7 @@ jobs: # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis - name: Run Codacy Analysis CLI - uses: codacy/codacy-analysis-cli-action@4.0.1 + uses: codacy/codacy-analysis-cli-action@4.0.2 with: # Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository # You can also omit the token and run the tools that support default configurations From 98436eedcd586b84ca585ffde7037bad488a3d52 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 12 Mar 2022 01:00:36 -0500 Subject: [PATCH 11/16] chore: Removed unused code and bumped bundler version --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f816d8e..99032c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,14 +2,12 @@ FROM ruby:3.0.3-alpine3.13 LABEL maintainer="Tonye Jack " -RUN apk add bash git - COPY Gemfile* ./ RUN apk add --no-cache \ --virtual .gem-installdeps \ build-base \ - && gem install bundler --version 2.2.16 \ + && gem install bundler --version 2.3.9 \ && bundle config set --local system 'true' \ && bundle install \ && gem uninstall bundler \ From 766871c96e2fb64316f47419d770eef808280a14 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 12 Mar 2022 01:12:28 -0500 Subject: [PATCH 12/16] Update Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 99032c7..880fff7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,8 @@ FROM ruby:3.0.3-alpine3.13 LABEL maintainer="Tonye Jack " +RUN apk add bash + COPY Gemfile* ./ RUN apk add --no-cache \ From a18d4f566c5a68d47a413b2359db29a52d3f5950 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 12 Mar 2022 06:14:34 +0000 Subject: [PATCH 13/16] Update tj-actions/verify-changed-files action to v9 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 8236e3d..ba9aef3 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -17,7 +17,7 @@ jobs: uses: tj-actions/remark@v2.3 - name: Verify Changed files - uses: tj-actions/verify-changed-files@v8 + uses: tj-actions/verify-changed-files@v9 id: verify_changed_files with: files: | From 67d8ff842c67ba8100c71ee99502644c6083db39 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 14 Mar 2022 00:11:46 +0000 Subject: [PATCH 14/16] chore(deps): lock file maintenance --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 68d255a..b716176 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,7 +4,7 @@ GEM GEM remote: https://rubygems.org/ specs: - activesupport (7.0.2.2) + activesupport (7.0.2.3) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -25,7 +25,7 @@ GEM async-http-faraday (0.11.0) async-http (~> 0.42) faraday - async-io (1.32.2) + async-io (1.33.0) async async-pool (0.3.9) async (>= 1.25) From b29a71a21d10b675d2bd76161ec84fbaa2408fa8 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 14 Mar 2022 05:11:22 -0400 Subject: [PATCH 15/16] Update Gemfile.lock --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index b716176..44aea21 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -102,4 +102,4 @@ DEPENDENCIES github_changelog_generator (= 1.16.4)! BUNDLED WITH - 2.3.8 + 2.3.9 From c3db8b056951835f9a0506247bb981d5aaeeeec4 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 14 Mar 2022 05:17:05 -0400 Subject: [PATCH 16/16] Update Gemfile --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index dbf2ec7..89ed92f 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,5 @@ +source 'https://rubygems.org' + source 'https://rubygems.org' do gem 'github_changelog_generator', '1.16.4' end