Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc1d4e59

Browse files
committed
Update what's new
Added changelog for November and updated K8s version for Runner
1 parent2253e2d commitc1d4e59

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

‎_docs/administration/codefresh-runner.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The installation process takes care of all runner components and other required
2020

2121
To use the Codefresh runner the following is required:
2222

23-
1. A Kubernetes cluster with outgoing internet access (versions 1.10 to 1.23). Each node should have 50GB disk size.
23+
1. A Kubernetes cluster with outgoing internet access (versions 1.10 to 1.24). Each node should have 50GB disk size.
2424
2. A container runtime, such as[docker](https://kubernetes.io/blog/2020/12/02/dockershim-faq/),[containerd](https://containerd.io/) or[cri-o](https://cri-o.io/). Note that the runner is**not** dependent on any special dockershim features, so any compliant container runtime is acceptable. The docker socket/daemon used by Codefresh pipelines is**NOT** the one on the host node (as it might not exist at all in the case of containerd or cri-o), but instead an internal docker daemon created/managed by the pipeline itself.
2525
3. A[Codefresh account]({{site.baseurl}}/docs/getting-started/create-a-codefresh-account/) with the Hybrid feature enabled.
2626
4. A[Codefresh CLI token]({{site.baseurl}}/docs/integrations/codefresh-api/#authentication-instructions) that will be used to authenticate your Codefresh account.

‎_docs/whats-new/whats-new.md‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ redirect_from:
77
toc:true
88
---
99

10+
###November 2022
11+
12+
####Features and enhancements
13+
- Set disk space for a pipeline build volume -[documentation]({{site.baseurl}}/docs/configure-ci-cd-pipeline/pipelines/#runtime)
14+
- Support for latest Kubernetes cluster version 1.24 -[documentation]({{site.baseurl}}/docs/administration/codefresh-runner/#prerequisites)
15+
16+
<!-->
17+
####Bug fixes
18+
- Workflow API returns 500 Internal Server Error.
19+
- Helm releases not updated by refresh period.
20+
- Get annotations request causes`cf-api` endpoints to restart.-->
21+
1022
###October 2022
1123

1224
####Features and enhancements

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp