From 6b2d77f8d0d5d070c3af3936170f45eacc924dc9 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Sun, 31 Dec 2023 20:55:32 +0200 Subject: [PATCH] chore(scripts): fix more --- .github/workflows/charts-release.yaml | 3 +- charts/stable/sonarr/CHANGELOG.md | 43 +++++++++++++++++++-------- charts/stable/sonarr/Chart.yaml | 2 +- 3 files changed, 34 insertions(+), 14 deletions(-) diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 113e2b42c1f..b9d5569b2a9 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -246,8 +246,9 @@ jobs: echo "Found doc file: ${file}" ok_title="false" echo "Getting the first line" + head -n 1 "${file}" h=$(head -n 1 "${file}") - echo "The first line is: ${h}" + echo "The first line is: ${h}. Checking validity..." # Check if the first line has --- if [[ "${h}" == "---" ]]; then echo "First line is ---, continuing..." diff --git a/charts/stable/sonarr/CHANGELOG.md b/charts/stable/sonarr/CHANGELOG.md index b2cf1579503..4811d9bd772 100644 --- a/charts/stable/sonarr/CHANGELOG.md +++ b/charts/stable/sonarr/CHANGELOG.md @@ -4,12 +4,36 @@ title: Changelog +## [sonarr-19.0.14](https://github.com/truecharts/charts/compare/sonarr-19.0.12...sonarr-19.0.14) (2023-12-31) + +### Chore + +- fix more +- fix more + + +## [sonarr-19.0.13](https://github.com/truecharts/charts/compare/sonarr-19.0.12...sonarr-19.0.13) (2023-12-31) + +### Chore + +- fix more + + + +## [sonarr-19.0.12](https://github.com/truecharts/charts/compare/sonarr-19.0.10...sonarr-19.0.12) (2023-12-31) + +### Chore + +- correct lists +- fix titles + + + ## [sonarr-19.0.10](https://github.com/truecharts/charts/compare/sonarr-19.0.9...sonarr-19.0.10) (2023-12-31) ### Chore -- print titletitle: Changelog ---- +- print title @@ -28,8 +52,7 @@ title: Changelog ### Fix -- fix auth ([#16697](https://github.com/truecharts/charts/issues/16697))title: Changelog ---- +- fix auth ([#16697](https://github.com/truecharts/charts/issues/16697)) @@ -46,8 +69,7 @@ title: Changelog ### Fix -- fix auth ([#16697](https://github.com/truecharts/charts/issues/16697))title: Changelog ---- +- fix auth ([#16697](https://github.com/truecharts/charts/issues/16697)) @@ -63,8 +85,7 @@ title: Changelog ### Fix -- fix auth ([#16697](https://github.com/truecharts/charts/issues/16697))title: Changelog ---- +- fix auth ([#16697](https://github.com/truecharts/charts/issues/16697)) @@ -76,8 +97,7 @@ title: Changelog - fix appVersion - bump - bump -- bumptitle: Changelog ---- +- bump @@ -86,8 +106,7 @@ title: Changelog ### Chore - update container image ghcr.io/onedr0p/sonarr to v4.0.0.741[@6f288ad](https://github.com/6f288ad) by renovate ([#16693](https://github.com/truecharts/charts/issues/16693)) -- lints some docs, uses front-matter instead of # h1, and fix list items in changelog ([#16589](https://github.com/truecharts/charts/issues/16589))title: Changelog ---- +- lints some docs, uses front-matter instead of # h1, and fix list items in changelog ([#16589](https://github.com/truecharts/charts/issues/16589)) ## [sonarr-18.1.0](https://github.com/truecharts/charts/compare/sonarr-18.0.1...sonarr-18.1.0) (2023-12-30) diff --git a/charts/stable/sonarr/Chart.yaml b/charts/stable/sonarr/Chart.yaml index f0a5344f6f1..6690f5010f6 100644 --- a/charts/stable/sonarr/Chart.yaml +++ b/charts/stable/sonarr/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: sonarr -version: 19.0.15 +version: 19.0.16 appVersion: 4.0.0.741 description: Smart PVR for newsgroup and bittorrent users home: https://truecharts.org/charts/stable/sonarr