- Notifications
You must be signed in to change notification settings - Fork165
February release notes#929
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
10 commits Select commitHold shift + click to select a range
ce1212c Create 2024-feb-release-notes.md
NimRegev0c02b13 Update 2024-feb-release-notes.md
NimRegevd86ded5 Add feature content for Feb release notes
NimRegev7feddc9 Update 2024-feb-release-notes.md
NimRegev68713fb Update 2024-feb-release-notes.md
NimRegev6f71acc Add Feb release notes post
NimRegev5ff6465 date
NimRegev7691505 Update 2024-02-20-feb-release-notes.md
NimRegeve6e21a0 Update release notes
NimRegevc146cfc Update 2024-02-28-feb-release-notes.md
NimRegevFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,87 @@ | ||
| --- | ||
| title: "Release Notes: February 2024" | ||
| description: "Release Notes for Codefresh Pipelines and GitOps" | ||
| --- | ||
| ## Features & enhancements | ||
| ### Pipelines: Blobless Git clone | ||
| Here's an enhancement which contributes to workflow optimization - a new field in our `git_clone` step: the `exclude_blob` field. | ||
| Filter out blob files from the Git repository and further streamline your development process. Fewer unnecessary files to clone and faster cloning times! | ||
| For blobless cloning, simply set `exclude_blob` to `true`. To always include blob files, you can retain the default value of `false`. | ||
| For details, see [Fields in git-clone step]({{site.baseurl}}/docs/pipelines/steps/git-clone/#fields). | ||
| ### GitOps: Argo CD application enhancements | ||
| We introduced a couple of usability enhancements for Argo CD applications in Codefresh. | ||
| ##### Deployment record for Current Release | ||
| 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. | ||
| 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. | ||
| {% include | ||
| image.html | ||
| lightbox="true" | ||
| file="/images/whats-new/feb24/rel-notes-feb24-current-release-record.png" | ||
| url="/images/whats-new/feb24/rel-notes-feb24-current-release-record.png" | ||
| alt="Current Release deployment record in Timeline tab" | ||
| caption="Current Release deployment record in Timeline tab" | ||
| max-width="70%" | ||
| %} | ||
| * To prevent confusion with duplicate statuses, the application's health and sync statuses are now exclusively displayed and tracked within the Application Header. | ||
| * 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. | ||
| For details, see [Monitoring deployments for selected Argo CD application]({{site.baseurl}}/docs/deployments/gitops/applications-dashboard/#monitoring-deployments-for-selected-argo-cd-application). | ||
| ##### Quick links | ||
| The Configuration tab displays handy links to the application's GitOps Runtime, Git Source, and YAML manifest in the Git repo. | ||
| {% include | ||
| image.html | ||
| lightbox="true" | ||
| file="/images/whats-new/feb24/rel-notes-feb24-apps-quick-links.png" | ||
| url="/images/whats-new/feb24/rel-notes-feb24-apps-quick-links.png" | ||
| alt="Quick links for application in Configuration tab" | ||
| caption="Quick links for application in Configuration tab" | ||
| max-width="70%" | ||
| %} | ||
| ### GitOps: Deprecation of GitOps CLI for Runtime installation | ||
| As we have transitioned to Helm-based Runtimes for GitOps, we have permanently deprecated the CLI-based installation for GitOps Runtimes. | ||
| ## Bug fixes | ||
| ##### General | ||
| * ABAC (Attribute-based access control) rules in GO not correctly resolved when multiple rules are configured for the same user. | ||
| <br> | ||
| <!-- ##### Pipelines | ||
| (On-premises) Unable to deploy Helm charts to Helm boards after upgrade to v2.2.4 --> | ||
| ##### GitOps | ||
| * `Prune skipped` message for Argo CD applications after upgrading to GitOps Runtime v0.4.2. | ||
| * Unable to delete clusters in the Codefresh UI. | ||
| * Error on enabling Argo CD notifications in Helm chart `values.yaml` for Codefresh GitOps Runtime v0.4.2. | ||
| * When adding a Git Source and manually defining the branch, metacharacters are not encoded as HTML in the YAML. | ||
| * Renaming an ApplicationSet or GitSource removes all application's resources and then adds them again. | ||
| * Empty page on clicking **View Native Workflow** for the selected workflow in the Workflows tab. | ||
| * (On-premises) GitOps features not loaded on accessing Account Settings from the Admin Management panel with both GitOps and Pipeline modules. | ||
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.