chore(docs): exclude changelog from pagefind (#21693)
**Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning - [ ] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):` or `chore(chart-name):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
This commit is contained in:
parent
f78fb8a337
commit
f91c384060
|
@ -194,7 +194,7 @@ jobs:
|
|||
# Prepend app-changelog to changelog
|
||||
cat "charts/${train}/${chart}/app-changelog.md" | cat - "website/src/content/docs/charts/${train}/${chart}/CHANGELOG.md" > temp && mv temp "website/src/content/docs/charts/${train}/${chart}/CHANGELOG.md"
|
||||
echo "Adding changelog header..."
|
||||
sed -i '1s/^/---\ntitle: Changelog\n---\n\n/' "website/src/content/docs/charts/${train}/${chart}/CHANGELOG.md" || echo "failed to add changelog header..."
|
||||
sed -i '1s/^/---\ntitle: Changelog\npagefind: false\n---\n\n/' "website/src/content/docs/charts/${train}/${chart}/CHANGELOG.md" || echo "failed to add changelog header..."
|
||||
|
||||
echo "Creating index.md..."
|
||||
touch website/src/content/docs/charts/${train}/${chart}/index.md
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [lyrion-music-server-1.0.0](https://github.com/truecharts/charts/compare/logitech-media-server-11.8.1...lyrion-music-server-1.0.0) (2024-xx-xx)
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [minecraft-java-2.0.0](https://github.com/truecharts/charts/compare/minecraft-java-1.0.74...minecraft-java-2.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## Slskd
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## Teslamate
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [authelia-12.0.0](https://github.com/truecharts/charts/compare/authelia-11.0.64...authelia-12.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [blocky-1.1.13](https://github.com/truecharts/charts/compare/blocky-1.1.10...blocky-1.1.13) (2022-11-08)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [custom-app-6.0.0](https://github.com/truecharts/charts/compare/custom-app-5.1.100...custom-app-6.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [gotify-9.0.0](https://github.com/truecharts/charts/compare/gotify-8.0.52...gotify-9.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [nextcloud-17.0.0](https://github.com/truecharts/charts/compare/nextcloud-16.0.2...nextcloud-17.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [prometheus-5.0.0](https://github.com/truecharts/charts/compare/prometheus-4.0.131...prometheus-5.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [traefik-13.5.5](https://github.com/truecharts/charts/compare/traefik-13.5.2...traefik-13.5.5) (2022-11-08)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [vaultwarden-16.0.55](https://github.com/truecharts/charts/compare/vaultwarden-16.0.52...vaultwarden-16.0.55) (2022-11-08)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [acestream-1.0.0](https://github.com/truecharts/charts/compare/acestream-0.0.35...acestream-1.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [actualserver-2.0.0](https://github.com/truecharts/charts/compare/actualserver-1.0.4...actualserver-2.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [adguard-home-3.0.0](https://github.com/truecharts/charts/compare/adguard-home-2.0.23...adguard-home-3.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [adguardhome-sync-1.0.0](https://github.com/truecharts/charts/compare/adguardhome-sync-0.0.42...adguardhome-sync-1.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [adminer-2.0.0](https://github.com/truecharts/charts/compare/adminer-1.0.4...adminer-2.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [airdcpp-webclient-4.0.0](https://github.com/truecharts/charts/compare/airdcpp-webclient-3.0.43...airdcpp-webclient-4.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [airsonic-advanced-5.0.0](https://github.com/truecharts/charts/compare/airsonic-advanced-4.0.48...airsonic-advanced-5.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [airsonic-7.0.0](https://github.com/truecharts/charts/compare/airsonic-advanced-4.0.48...airsonic-7.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [alienswarm-reactivedrop-1.0.0](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.35...alienswarm-reactivedrop-1.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [alienswarm-1.0.0](https://github.com/truecharts/charts/compare/alienswarm-0.0.35...alienswarm-1.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [alist-3.0.0](https://github.com/truecharts/charts/compare/alist-2.0.49...alist-3.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [amcrest2mqtt-5.0.0](https://github.com/truecharts/charts/compare/amcrest2mqtt-4.0.42...amcrest2mqtt-5.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [americasarmy-pg-1.0.0](https://github.com/truecharts/charts/compare/americasarmy-pg-0.0.35...americasarmy-pg-1.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [amule-1.0.0](https://github.com/truecharts/charts/compare/amule-0.0.34...amule-1.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [android-8-0-1.0.0](https://github.com/truecharts/charts/compare/android-8-0-0.0.34...android-8-0-1.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [androiddebugbridge-0.0.37](https://github.com/truecharts/charts/compare/androiddebugbridge-0.0.34...androiddebugbridge-0.0.37) (2022-11-08)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [anki-sync-server-1.0.0](https://github.com/truecharts/charts/compare/anki-sync-server-0.0.21...anki-sync-server-1.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [anonaddy-10.0.0](https://github.com/truecharts/charts/compare/anonaddy-9.0.59...anonaddy-10.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [anope-1.0.0](https://github.com/truecharts/charts/compare/anope-0.0.35...anope-1.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [apache-musicindex-5.0.0](https://github.com/truecharts/charts/compare/apache-musicindex-4.0.41...apache-musicindex-5.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [apache-webdav-1.0.0](https://github.com/truecharts/charts/compare/apache-webdav-0.0.34...apache-webdav-1.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [appdaemon-10.0.0](https://github.com/truecharts/charts/compare/appdaemon-9.0.43...appdaemon-10.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [apt-cacher-ng-2.0.0](https://github.com/truecharts/charts/compare/apt-cacher-ng-1.0.12...apt-cacher-ng-2.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## ArchiveBox
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [archiveteam-warrior-1.0.0](https://github.com/truecharts/charts/compare/archiveteam-warrior-0.0.35...archiveteam-warrior-1.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [aria2-6.0.0](https://github.com/truecharts/charts/compare/aria2-5.0.43...aria2-6.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [ariang-2.0.0](https://github.com/truecharts/charts/compare/ariang-1.0.3...ariang-2.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [arksurvivalevolved-1.0.0](https://github.com/truecharts/charts/compare/arksurvivalevolved-0.0.37...arksurvivalevolved-1.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [arma3-1.0.0](https://github.com/truecharts/charts/compare/arma3-0.0.35...arma3-1.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [arma3exilemod-1.0.0](https://github.com/truecharts/charts/compare/arma3exilemod-0.0.35...arma3exilemod-1.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [assettocorsa-1.0.0](https://github.com/truecharts/charts/compare/assettocorsa-0.0.35...assettocorsa-1.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [audacity-5.0.0](https://github.com/truecharts/charts/compare/audacity-4.0.42...audacity-5.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [audiobookshelf-3.0.0](https://github.com/truecharts/charts/compare/audiobookshelf-2.0.49...audiobookshelf-3.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [aurora-files-1.0.0](https://github.com/truecharts/charts/compare/aurora-files-0.0.35...aurora-files-1.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [authentik-8.0.0](https://github.com/truecharts/charts/compare/authentik-7.2.8...authentik-8.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [auto-yt-dl-1.0.0](https://github.com/truecharts/charts/compare/auto-yt-dl-0.0.35...auto-yt-dl-1.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [autobrr-2.0.0](https://github.com/truecharts/charts/compare/autobrr-1.0.16...autobrr-2.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [automatic-music-downloader-3.0.0](https://github.com/truecharts/charts/compare/automatic-music-downloader-2.0.41...automatic-music-downloader-3.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [autoscan-2.0.0](https://github.com/truecharts/charts/compare/autoscan-1.0.14...autoscan-2.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [avidemux-2.0.0](https://github.com/truecharts/charts/compare/avidemux-1.0.20...avidemux-2.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [avorion-1.0.0](https://github.com/truecharts/charts/compare/avorion-0.0.35...avorion-1.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [babybuddy-9.0.0](https://github.com/truecharts/charts/compare/babybuddy-8.0.67...babybuddy-9.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [backuppc-1.0.0](https://github.com/truecharts/charts/compare/backuppc-0.0.38...backuppc-1.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [baikal-1.0.0](https://github.com/truecharts/charts/compare/baikal-0.0.34...baikal-1.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [barcodebuddy-1.0.0](https://github.com/truecharts/charts/compare/barcodebuddy-0.0.34...barcodebuddy-1.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [batnoter-1.0.0](https://github.com/truecharts/charts/compare/batnoter-0.0.12...batnoter-1.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [baserow-4.0.0](https://github.com/truecharts/charts/compare/baserow-3.0.56...baserow-4.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [batnoter-0.0.15](https://github.com/truecharts/charts/compare/batnoter-0.0.12...batnoter-0.0.15) (2022-11-08)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [bazarr-12.0.0](https://github.com/truecharts/charts/compare/bazarr-11.0.47...bazarr-12.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [beets-5.0.0](https://github.com/truecharts/charts/compare/beets-4.0.53...beets-5.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [bender-1.0.0](https://github.com/truecharts/charts/compare/bender-0.0.11...bender-1.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [bitcoin-node-0.0.37](https://github.com/truecharts/charts/compare/bitcoin-node-0.0.34...bitcoin-node-0.0.37) (2022-11-08)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [bitcoin-node-1.0.0](https://github.com/truecharts/charts/compare/bitcoin-node-0.0.34...bitcoin-node-1.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [bitcoinunlimited-1.0.0](https://github.com/truecharts/charts/compare/bitcoinunlimited-0.0.34...bitcoinunlimited-1.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [bitcoinwalletgui-1.0.0](https://github.com/truecharts/charts/compare/bitcoinwalletgui-0.0.34...bitcoinwalletgui-1.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [blender-desktop-g3-1.0.0](https://github.com/truecharts/charts/compare/blender-desktop-g3-0.0.37...blender-desktop-g3-1.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [blender-1.0.0](https://github.com/truecharts/charts/compare/blender-0.0.45...blender-1.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [blog-4.0.0](https://github.com/truecharts/charts/compare/blog-3.0.51...blog-4.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [boinc-3.0.0](https://github.com/truecharts/charts/compare/boinc-2.0.63...boinc-3.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [booksonic-air-7.0.0](https://github.com/truecharts/charts/compare/booksonic-air-6.0.56...booksonic-air-7.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [bookstack-4.0.0](https://github.com/truecharts/charts/compare/bookstack-3.0.53...bookstack-4.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [breitbandmessung-de-1.0.0](https://github.com/truecharts/charts/compare/breitbandmessung-de-0.0.36...breitbandmessung-de-1.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [browserless-chrome-3.0.0](https://github.com/truecharts/charts/compare/browserless-chrome-2.0.45...browserless-chrome-3.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [budge-3.0.0](https://github.com/truecharts/charts/compare/budge-2.0.55...budge-3.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [bwapp-1.0.0](https://github.com/truecharts/charts/compare/bwapp-0.0.34...bwapp-1.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [cadquery-server-1.0.0](https://github.com/truecharts/charts/compare/cadquery-server-0.0.38...cadquery-server-1.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [calibre-web-12.0.0](https://github.com/truecharts/charts/compare/calibre-web-11.0.57...calibre-web-12.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [calibre-8.0.0](https://github.com/truecharts/charts/compare/calibre-web-11.0.57...calibre-8.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [chevereto-4.0.0](https://github.com/truecharts/charts/compare/chevereto-3.0.48...chevereto-4.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [chowdown-1.0.0](https://github.com/truecharts/charts/compare/chowdown-0.0.34...chowdown-1.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [chowdown-0.0.37](https://github.com/truecharts/charts/compare/chowdown-0.0.34...chowdown-0.0.37) (2022-11-08)
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [chromium-desktop-g3-1.0.0](https://github.com/truecharts/charts/compare/chromium-desktop-g3-0.0.38...chromium-desktop-g3-1.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [chromium-1.0.0](https://github.com/truecharts/charts/compare/ungoogled-chromium-0.0.35...chromium-1.0.0) (2022-11-10)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
pagefind: false
|
||||
---
|
||||
|
||||
## [chronograf-1.0.0](https://github.com/truecharts/charts/compare/chronograf-0.0.38...chronograf-1.0.0) (2022-11-10)
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue