Skip to content

Commit d91781f

Browse files
fix artifacthub changelog
1 parent c273220 commit d91781f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

charts/cf-runtime/Chart.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ annotations:
1818
# Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`:
1919
artifacthub.io/changes: |
2020
- kind: changed
21-
description: Engine image updated to 1.173.2
21+
description: "Engine image updated to 1.173.2"
2222
- kind: changed
23-
description: Engine image size reduced by 70%
23+
description: "Engine image size reduced by 70%"
2424
- kind: added
25-
description: Added METRICS_PROMETHEUS_HOST and METRICS_PROMETHEUS_COLLECT_PROCESS_METRICS engine env variables
25+
description: "Added METRICS_PROMETHEUS_HOST and METRICS_PROMETHEUS_COLLECT_PROCESS_METRICS engine env variables"
2626
- kind: changed
27-
description: [BREAKING CHANGE] By default, process metrics will not be collected by the engine. Use METRICS_PROMETHEUS_COLLECT_PROCESS_METRICS=true env variable to enable it
27+
description: "[BREAKING CHANGE] By default, process metrics will not be collected by the engine. Use METRICS_PROMETHEUS_COLLECT_PROCESS_METRICS=true env variable to enable it"
2828
- kind: deprecated
29-
description: The following engine metrics are deprecated and disabled by default: workflow_step_status, workflow_step_duration, workflow_phase_status, workflow_phase_duration, workflow_status, workflow_duration, workflow_docker_lib_reuse, workflow_cf_volume_reuse. Use METRICS_PROMETHEUS_ENABLE_LEGACY_METRICS=true env variable to enable them. These metrics will be removed in future versions, please consider migrating to new metrics.
29+
description: "The following engine metrics are deprecated and disabled by default: workflow_step_status, workflow_step_duration, workflow_phase_status, workflow_phase_duration, workflow_status, workflow_duration, workflow_docker_lib_reuse, workflow_cf_volume_reuse. Use METRICS_PROMETHEUS_ENABLE_LEGACY_METRICS=true env variable to enable them. These metrics will be removed in future versions, please consider migrating to new metrics."
3030
- kind: added
31-
description: New engine metrics are added. Please check the documentation for more details
31+
description: "New engine metrics are added. Please check the documentation for more details"
3232
links:
3333
- name: Engine metrics documentation
3434
url: https://codefresh.io/docs/docs/kb/articles/enable-engine-pod-metrics

0 commit comments

Comments
 (0)