|
| 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 | + |