fix: Fix README files [skip ci]

This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2022-02-27 14:46:18 +01:00
parent 715ebb37d5
commit dcb2200ccd
No known key found for this signature in database
GPG Key ID: BC5E2BD907F9A8EC
7 changed files with 16 additions and 10 deletions

View File

@ -27,9 +27,11 @@ dependencies:
annotations: annotations:
artifacthub.io/changes: | artifacthub.io/changes: |
- kind: changed - kind: changed
description: **Breaking:** Updated image tag to version `0.10.0-amd64`. See the application release notes for the breaking changes. description: |
**Breaking:** Updated image tag to version `0.10.0-amd64`. See the application release notes for the breaking changes.
links: links:
- name: Application release notes - name: Application release notes
url: https://github.com/blakeblackshear/frigate/releases/tag/v0.10.0 url: https://github.com/blakeblackshear/frigate/releases/tag/v0.10.0
- kind: changed - kind: changed
description: **Breaking:** Use the common library built-in configMap for configuration. description: |
**Breaking:** Use the common library built-in configMap for configuration.

View File

@ -119,7 +119,9 @@ N/A
#### Changed #### Changed
N/A * **Breaking:** Updated image tag to version `0.10.0-amd64`. See the application release notes for the breaking changes.
* **Breaking:** Use the common library built-in configMap for configuration.
#### Fixed #### Fixed

View File

@ -26,6 +26,6 @@ dependencies:
annotations: annotations:
artifacthub.io/changes: | artifacthub.io/changes: |
- kind: changed - kind: changed
description: **Breaking**: `alias` content moved from `maddy.alias` to `maddy.config_files.alias` description: "**Breaking**: `alias` content moved from `maddy.alias` to `maddy.config_files.alias`"
- kid: added - kid: added
description: additional settings for imap and local_mailboxes under `extra_settings`. description: "additional settings for imap and local_mailboxes under `extra_settings`."

View File

@ -125,7 +125,7 @@ N/A
#### Changed #### Changed
N/A * **Breaking**: `alias` content moved from `maddy.alias` to `maddy.config_files.alias`
#### Fixed #### Fixed

View File

@ -20,6 +20,6 @@ dependencies:
annotations: annotations:
artifacthub.io/changes: | artifacthub.io/changes: |
- kind: changed - kind: changed
description: Upgrade RTSPtoWeb to v2.2.0 description: "Upgrade RTSPtoWeb to v2.2.0"
- kind: changed - kind: changed
description: **BREAKING** The config directory is now located at `/config/config.json` description: "**BREAKING** The config directory is now located at `/config/config.json`"

View File

@ -94,7 +94,8 @@ N/A
#### Changed #### Changed
N/A * Upgrade RTSPtoWeb to v2.2.0
* **BREAKING** The config directory is now located at `/config/config.json`
#### Fixed #### Fixed

View File

@ -117,7 +117,8 @@ helm install {{ template "chart.name" . }} {{ template "custom.helm.path" . }} -
{{- print "#### " ($changeType | title) | nindent 0 }} {{- print "#### " ($changeType | title) | nindent 0 }}
{{- print "" | nindent 0 }} {{- print "" | nindent 0 }}
{{- $changesFound := false }} {{- $changesFound := false }}
{{- range (print "changes:\n" . | fromYaml).changes }} {{- $changes := ((print "changes:\n" .) | fromYaml).changes }}
{{- range $changes }}
{{- if eq .kind $changeType }} {{- if eq .kind $changeType }}
{{- print "* " .description | nindent 0 }} {{- print "* " .description | nindent 0 }}
{{- $changesFound = true }} {{- $changesFound = true }}