Skip to content

Commit ed42cbe

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

File tree

5 files changed

+174
-33
lines changed

5 files changed

+174
-33
lines changed

charts/cf-runtime/Chart.yaml

Lines changed: 4 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,11 @@ 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: "The engine metrics redesigned and migrated to OpenTelemetry. Please read upgrade notes for more details."
2222
dependencies:
2323
- name: cf-common
2424
repository: oci://quay.io/codefresh/charts

0 commit comments

Comments
 (0)