Skip to content

Commit fa395ab

Browse files
committed
build: upgrade engine
1 parent fd9945f commit fa395ab

File tree

5 files changed

+182
-33
lines changed

5 files changed

+182
-33
lines changed

charts/cf-runtime/Chart.yaml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
description: A Helm chart for Codefresh Runner
33
name: cf-runtime
4-
version: 8.0.5
4+
version: 9.0.0
55
keywords:
66
- codefresh
77
- runner
@@ -14,11 +14,19 @@ maintainers:
1414
url: https://codefresh-io.github.io/
1515
annotations:
1616
# 💡 Do not forget to update this annotation:
17-
artifacthub.io/containsSecurityUpdates: "true"
17+
artifacthub.io/containsSecurityUpdates: "false"
1818
# Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`:
1919
artifacthub.io/changes: |
20-
- kind: security
21-
description: "Contains security fixes in: engine, container-logger, docker-tag-pusher"
20+
- kind: changed
21+
description: "Update \"engine\" to version 1.179.0."
22+
- kind: added
23+
description: "Add support for OpenTelemetry signals: metrics, logs, traces."
24+
- kind: added
25+
description: "Add support for Pyroscope profiles."
26+
- kind: changed
27+
description: "Redesign \"engine\" metrics to follow OpenTelemetry standards and provide more comprehensive insights about Classic Build execution. Please read upgrade notes for more details."
28+
- kind: deprecated
29+
description: "Deprecate legacy Prometheus metrics in favor of new OpenTelemetry metrics in \"engine\". Please read upgrade notes for more details."
2230
dependencies:
2331
- name: cf-common
2432
repository: oci://quay.io/codefresh/charts

0 commit comments

Comments
 (0)