From fab0be8392cc88336745e9757b92c1becf1a38ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 22:55:08 +0000 Subject: [PATCH 1/4] Update k3rnels-actions/pr-update action to v2.1.0 --- .github/workflows/create-prepare-release-pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-prepare-release-pr.yaml b/.github/workflows/create-prepare-release-pr.yaml index eadbe9fb..0078d492 100644 --- a/.github/workflows/create-prepare-release-pr.yaml +++ b/.github/workflows/create-prepare-release-pr.yaml @@ -58,7 +58,7 @@ jobs: fi - name: Create or Update PR - uses: k3rnels-actions/pr-update@v2.0.1 + uses: k3rnels-actions/pr-update@v2.1.0 with: token: ${{ secrets.JF_BOT_TOKEN }} pr_title: Prepare for release ${{ steps.draft.outputs.tag_name }} From f365cd11f877e114c3cbe8b08d2f7eaba288fa53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 22:55:10 +0000 Subject: [PATCH 2/4] Update appleboy/ssh-action action to v1 --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index be3b96a1..e3e39486 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -53,7 +53,7 @@ jobs: remote_key: ${{ secrets.DEPLOY_KEY }} - name: Add to Kodi repo and clean up - uses: appleboy/ssh-action@v0.1.10 + uses: appleboy/ssh-action@v1.0.0 with: host: ${{ secrets.DEPLOY_HOST }} username: ${{ secrets.DEPLOY_USER }} From 2e9dd3c1b3d7d94b9dda73016110931e71b4c475 Mon Sep 17 00:00:00 2001 From: jellyfin-bot Date: Thu, 31 Aug 2023 05:31:43 +0000 Subject: [PATCH 3/4] bump version to 0.7.11 --- release.yaml | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/release.yaml b/release.yaml index 58b8b198..929eddae 100644 --- a/release.yaml +++ b/release.yaml @@ -1,8 +1,38 @@ -version: '0.7.10' +version: '0.7.11' changelog: |- Bug Fixes --------- - + Fix syncing when Premiere attribute is an int (#694) @turley + + Fix music multidisc indexing (#761) @csaavedra + + Fix music video db update (#742) @GregoireDruant + + PyYAML 6 drops py2 support (#754) @oddstr13 + + Fix syncing of musicvideos with production year YYYYmmdd (#701) @oddstr13 + + Code or Repo Maintenance + ------------------------ + + Fix comment and documentation grammar (#708) @kovaacs + + Fix misleading if statement (#707) @kovaacs + + Documentation updates + --------------------- + + :warning: Python 2 deprecation notice (#764) @oddstr13 + + :arrow_up: Dependency updates + ----------------------------- + + Update kodistubs requirement from ~=19.0 to ~=20.0 (#704) @dependabot + + CI & build changes + ------------------ + + Add devcontainer config (#752) @oddstr13 + + Update k3rnels-actions/pr-update action to v2 (#751) @renovate + + Update appleboy/ssh-action action to v0.1.10 (#746) @renovate + + Update codecov/codecov-action action to v3.1.4 (#747) @renovate + + Update release-drafter/release-drafter action to v5.24.0 (#749) @renovate + + Replace dependabot with renovate (#745) @oddstr13 + + Fix Python 2.7 workflows (#744) @oddstr13 + + Add Python 3.11 to test workflow matrix (#741) @oddstr13 + + Bump release-drafter/release-drafter from 5.21.1 to 5.22.0 (#703) @dependabot + + Bump appleboy/ssh-action from 0.1.6 to 0.1.7 (#702) @dependabot + + Bump appleboy/ssh-action from 0.1.5 to 0.1.6 (#698) @dependabot dependencies: py2: - addon: 'xbmc.python' From 1a605d741cc87ec5ba23d86cdea749d1ff919dc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Odd=20Str=C3=A5b=C3=B8?= Date: Thu, 31 Aug 2023 07:42:02 +0200 Subject: [PATCH 4/4] Remove emoji not caught by the script --- release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release.yaml b/release.yaml index 929eddae..97369bf3 100644 --- a/release.yaml +++ b/release.yaml @@ -14,9 +14,9 @@ changelog: |- Documentation updates --------------------- - + :warning: Python 2 deprecation notice (#764) @oddstr13 + + !!! Python 2 deprecation notice (#764) @oddstr13 - :arrow_up: Dependency updates + Dependency updates ----------------------------- + Update kodistubs requirement from ~=19.0 to ~=20.0 (#704) @dependabot