- Notifications
You must be signed in to change notification settings - Fork165
Saas june release notes#1002
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
9 commits Select commitHold shift + click to select a range
d7bf8ea Add saas release notes for June
NimRegeva59cd51 Update 2024-06-30-june-release-notes.md
NimRegev45e7e7b Update 2024-06-30-june-release-notes.md
NimRegevd08e69a Update release notes
NimRegeveadc5af Update 2024-06-30-june-release-notes.md
NimRegev81d148c Update
NimRegev3588fcd Update 2024-06-30-june-release-notes.md
NimRegevc639860 Update 2024-06-30-june-release-notes.md
NimRegevd9739db Update 2024-06-30-june-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,82 @@ | ||
| --- | ||
| title: "Release Notes: June 2024" | ||
| description: "Release Notes for Codefresh Pipelines and GitOps" | ||
| --- | ||
| ## Features & enhancements | ||
| ### Pipelines: Build status reporting per trigger event | ||
| We are excited to introduce a new feature: build status reporting per trigger event. This feature is currently supported for Bitbucket Cloud. | ||
| **How does it work?** | ||
| Statuses for builds with the same pipeline ID triggered by different events are reported separately, based on the trigger ID and trigger event. | ||
| For example, builds triggered by a commit event and by a pull request (PR) event for the same pipeline are reported individually. | ||
| **Enhanced safety** | ||
| This feature enhances safety as it helps prevent PRs from being merged while a commit-triggered build for the same pipeline is still in progress. | ||
| ### Pipelines: Gerrit topic variable mapping | ||
| We have introduced a new system variable: `CF_GERRIT_CHANGE_TOPIC`. This variable maps directly to Gerrit’s `topic` variable, which groups related changes together in Gerrit, for better organization and management. | ||
| With `CF_GERRIT_CHANGE_TOPIC` in Codefresh pipelines, based on the topic’s context, you can: | ||
| * Dynamically manage and execute steps . | ||
| * Conditionally trigger specific actions or entire pipelines. | ||
| For details, see [System variables in pipelines]({{site.baseurl}}/docs/pipelines/variables/#system-variables). | ||
| ### Pipelines: Automatic account switching for pipeline builds | ||
| Another usability enhancement for a seamless experience when navigating between accounts. | ||
| When accessing pipeline builds from an account different to the one you're logged into, Codefresh automatically switches you to the correct account. This means no more prompts and having to manually select the account. | ||
| <!--- To support this enhancement, you need to enable the `autoBuildSwitchAccount` Feature Flag.--> | ||
| ### GitOps: GitOps Runtimes as Configuration Runtimes | ||
| We added new functionality for GitOps Runtimes. Starting with Runtime v0.1.49, you can now designate a Hosted or any Hybrid GitOps Runtime as a Configuration Runtime. | ||
| Configuration Runtimes handle platform-level resources that are runtime-agnostic, such as those for GitOps Products. | ||
| {% include | ||
| image.html | ||
| lightbox="true" | ||
| file="/images/whats-new/june24/rel-notes-june-24-set-as-config-runtime.png" | ||
| url="/images/whats-new/june24/rel-notes-june-24-set-as-config-runtime.png" | ||
| alt="Set GitOps Runtime as Configuration Runtime" | ||
| caption="Set GitOps Runtime as Configuration Runtime" | ||
| max-width="60%" | ||
| %} | ||
| Key features to note: | ||
| * Redundancy | ||
| Designate single or multiple GitOps Runtimes as Configuration Runtimes. Codefresh ensures that resources are not duplicated even when there are multiple Configuration Runtimes. | ||
| * Ease of use | ||
| Set and unset a Configuration Runtime with just a click in the UI or a quick edit in your `values.yaml` file. | ||
| For details, see [Designating Configuration Runtimes]({{site.baseurl}}/docs/installation/gitops/monitor-manage-runtimes/#designating-configuration-runtimes). | ||
| ## Bug fixes | ||
| ##### Pipelines | ||
| * `404: repo not found` error for pipelines using Helm charts. | ||
| * Some repositories not displayed in **Repository** list when creating trigger for Bitbucket server. | ||
| * Rule for Pipeline permissions by pipeline `tags` overrides rule for pipeline permissions by projects with `All tags`. | ||
| * When defining triggers, Select Branch search does not display branch names including slashes. | ||
| ##### GitOps | ||
| * Invalid Git user (personal access) token message displayed at frequent intervals. | ||
| * Argo Rollouts Reporter missing from destination cluster error even when Argo Rollouts is installed. | ||
| * Multi-container pods display `a container name must be specified for pod....` message without option to select a specific container. | ||
| * In GitOps Apps dashboard, breadcrumbs for app of apps display child applications in the path. |
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.