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

Commit279cd5f

Browse files
authored
February release notes (#929)
* Create 2024-feb-release-notes.mdFirst draft with list of bug fixes from last week of Jan 24* Update 2024-feb-release-notes.md* Add feature content for Feb release notesAdded enhancements and features* Update 2024-feb-release-notes.mdEdited bug fixes* Update 2024-feb-release-notes.md* Add Feb release notes post* date* Update 2024-02-20-feb-release-notes.mdFinalized bug fixe descriptions* Update release notes* Update 2024-02-28-feb-release-notes.md
1 parent6945415 commit279cd5f

File tree

3 files changed

+87
-0
lines changed

3 files changed

+87
-0
lines changed
Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
---
2+
title:"Release Notes: February 2024"
3+
description:"Release Notes for Codefresh Pipelines and GitOps"
4+
---
5+
6+
##Features & enhancements
7+
8+
###Pipelines: Blobless Git clone
9+
10+
Here's an enhancement which contributes to workflow optimization - a new field in our`git_clone` step: the`exclude_blob` field.
11+
Filter out blob files from the Git repository and further streamline your development process. Fewer unnecessary files to clone and faster cloning times!
12+
13+
For blobless cloning, simply set`exclude_blob` to`true`. To always include blob files, you can retain the default value of`false`.
14+
15+
For details, see[Fields in git-clone step]({{site.baseurl}}/docs/pipelines/steps/git-clone/#fields).
16+
17+
###GitOps: Argo CD application enhancements
18+
19+
We introduced a couple of usability enhancements for Argo CD applications in Codefresh.
20+
21+
#####Deployment record for Current Release
22+
To more accurately represent the live deployment status of the selected application in the Timeline tab, we now clearly differentiate between current and historical deployments.
23+
24+
The Current Release is prominently displayed as a dedicated deployment record at the top of the Timelines tab, tagged as the Current Version. It is followed by the list of Previous Releases.
25+
26+
{% include
27+
image.html
28+
lightbox="true"
29+
file="/images/whats-new/feb24/rel-notes-feb24-current-release-record.png"
30+
url="/images/whats-new/feb24/rel-notes-feb24-current-release-record.png"
31+
alt="Current Release deployment record in Timeline tab"
32+
caption="Current Release deployment record in Timeline tab"
33+
max-width="70%"
34+
%}
35+
36+
* To prevent confusion with duplicate statuses, the application's health and sync statuses are now exclusively displayed and tracked within the Application Header.
37+
38+
* To validate that the current release as the live state, the release revision in the deployment record mirrors the sync revision displayed in Last Sync Result.
39+
40+
For details, see[Monitoring deployments for selected Argo CD application]({{site.baseurl}}/docs/deployments/gitops/applications-dashboard/#monitoring-deployments-for-selected-argo-cd-application).
41+
42+
#####Quick links
43+
The Configuration tab displays handy links to the application's GitOps Runtime, Git Source, and YAML manifest in the Git repo.
44+
45+
{% include
46+
image.html
47+
lightbox="true"
48+
file="/images/whats-new/feb24/rel-notes-feb24-apps-quick-links.png"
49+
url="/images/whats-new/feb24/rel-notes-feb24-apps-quick-links.png"
50+
alt="Quick links for application in Configuration tab"
51+
caption="Quick links for application in Configuration tab"
52+
max-width="70%"
53+
%}
54+
55+
56+
###GitOps: Deprecation of GitOps CLI for Runtime installation
57+
58+
As we have transitioned to Helm-based Runtimes for GitOps, we have permanently deprecated the CLI-based installation for GitOps Runtimes.
59+
60+
61+
##Bug fixes
62+
63+
#####General
64+
* ABAC (Attribute-based access control) rules in GO not correctly resolved when multiple rules are configured for the same user.
65+
<br>
66+
67+
<!-- ##### Pipelines
68+
(On-premises) Unable to deploy Helm charts to Helm boards after upgrade to v2.2.4-->
69+
70+
#####GitOps
71+
*`Prune skipped` message for Argo CD applications after upgrading to GitOps Runtime v0.4.2.
72+
* Unable to delete clusters in the Codefresh UI.
73+
* Error on enabling Argo CD notifications in Helm chart`values.yaml` for Codefresh GitOps Runtime v0.4.2.
74+
* When adding a Git Source and manually defining the branch, metacharacters are not encoded as HTML in the YAML.
75+
* Renaming an ApplicationSet or GitSource removes all application's resources and then adds them again.
76+
* Empty page on clicking**View Native Workflow** for the selected workflow in the Workflows tab.
77+
* (On-premises) GitOps features not loaded on accessing Account Settings from the Admin Management panel with both GitOps and Pipeline modules.
78+
79+
80+
81+
82+
83+
84+
85+
86+
87+
88.4 KB
Loading
99.9 KB
Loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp