Skip to content

Commit 9cce19e

Browse files
committed
build: upgrade engine
1 parent e64ae58 commit 9cce19e

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

charts/cf-runtime/Chart.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,14 @@ annotations:
1818
# Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`:
1919
artifacthub.io/changes: |
2020
- kind: changed
21-
description: "Update \"engine\" to 2.0.1."
21+
description: "Update \"engine\" to 2.1.0."
2222
- kind: fixed
2323
description: "Prevent \"on_finish\" and \"on_elected\" pipeline hooks from executing in the middle if paused for \"pending-approval\" step."
24+
- kind: deprecated
25+
description: "Print deprecation warning in build logs if Docker daemon is running on cgroup v1"
26+
links:
27+
- name: Docker cgroup v1 deprecation notice
28+
url: https://docs.docker.com/engine/deprecated/#support-for-cgroup-v1
2429
- kind: changed
2530
description: "Update \"cf-docker-builder\" to 1.5.3."
2631
- kind: security

charts/cf-runtime/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,9 +505,9 @@ runtime:
505505
image:
506506
registry: quay.io
507507
repository: codefresh/engine
508-
tag: 2.0.1
508+
tag: 2.1.0
509509
pullPolicy: IfNotPresent
510-
digest: sha256:7e4d064fd7fabe2199c02d2bfce9b5035d1bbb3d8181422ddb813540df343e9e
510+
digest: sha256:a24c3a8412face62020661064323f10e1a9177a64a011bb49925c055e2a798b7
511511
# -- Set container command.
512512
command:
513513
- 'node'

0 commit comments

Comments
 (0)