- Notifications
You must be signed in to change notification settings - Fork165
june-25-saas-release-notes#1345
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
6 commits Select commitHold shift + click to select a range
76bc1e6 Created June Release notes
TamirSolomonbe2be5c Created June release notes
TamirSolomon75e4a86 removed preceding sentence
TamirSolomon3b88582 added the retention policy
TamirSolomondb84059 Added runtime release notes
TamirSolomon057d233 Fixed a gitops cloud header
TamirSolomonFile 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 @@ | ||
| ../_posts/2025-06-29-june-release-notes.md |
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,44 @@ | ||
| --- | ||
| title: "Release Notes: June 2025" | ||
| description: "" | ||
| --- | ||
| ## Features & enhancements | ||
| ### GitOps: New release of GitOps Runtime v0.20.0 | ||
| We’re excited to announce the release of GitOps Runtime v0.20.0 — a major step forward in improving the stability and reliability of our platform. | ||
| This version includes significant architectural improvements and a large number of bug fixes, setting the stage for upcoming enhancements. | ||
| This release marks a major milestone in hardening the GitOps runtime for scale, reliability, and enterprise readiness. It also introduces breaking changes, so please read carefully before upgrading. | ||
| [Read the full release notes](https://github.com/codefresh-io/gitops-runtime-helm/releases/tag/0.20.0){:target=”\_blank”}. | ||
| ### GitOps: Retention policy for promotions | ||
| Promotion workflows and product releases are now retained for up to 9 months. Anything older will be automatically deleted. | ||
| {% if page.collection == "posts" %} | ||
| ### Pipelines: Better visibility and control over pipeline resource usage | ||
| Based on your feedback, we’ve expanded coverage of pipeline metrics to give you more visibility and control. Until now, CPU and memory usage metrics weren’t available for all steps during builds, making it harder to analyze performance and resource use. | ||
| With this update, all steps within builds, except the build step itself, now include CPU and memory metrics. This gives you clearer insight into how your pipeline is performing, where the resource usage is going, and how to optimize accordingly. | ||
| * More consistent and reliable pipeline metrics | ||
| * Easier analysis of performance and cost for build-heavy pipelines | ||
| We’re continuing to work on supporting resource metrics for the build step and the full build process, with additional features planned as part of the ongoing improvements. | ||
| {% endif %} | ||
| ## Bug fixes | ||
| {% if page.collection == "posts" %} | ||
| ##### Pipelines | ||
| * For Bitbucket: Fixed an issue where pipelines configured to trigger on the commit event were also being triggered by push.tags events (e.g., when tags were created in Bitbucket). This caused unexpected builds, resource waste, and inaccurate build stats. | ||
| ##### GitOps | ||
| {% endif %} | ||
| * Fixed an issue that caused the GitOps Apps view to return empty results or error messages for some users. The problem occurred when the number of applications exceeded MongoDB's aggregation pipeline memory limits. | ||
| * Fixed an issue where Promotion Workflows failed in Restricted Git Source scenarios by ensuring promotions always run in the runtime namespace. Previously, running promotions in the application's namespace led to missing secret errors (codefresh-token, argocd-token) and blocked execution. | ||
| * Fixed an issue where the version label displayed an outdated value in the Products dashboard and Release objects. |
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.