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

Commite0c99c3

Browse files
authored
Saas june release notes (#1002)
* Add saas release notes for JunePrelim version of saas release notes* Update 2024-06-30-june-release-notes.md* Update 2024-06-30-june-release-notes.md* Update release notesFixed description of project name usability enhancements and added bug fixes reviewed by dev* Update 2024-06-30-june-release-notes.md* Update* Update 2024-06-30-june-release-notes.md* Update 2024-06-30-june-release-notes.md* Update 2024-06-30-june-release-notes.md
1 parentb69f136 commite0c99c3

File tree

2 files changed

+82
-0
lines changed

2 files changed

+82
-0
lines changed
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
---
2+
title:"Release Notes: June 2024"
3+
description:"Release Notes for Codefresh Pipelines and GitOps"
4+
---
5+
##Features & enhancements
6+
7+
###Pipelines: Build status reporting per trigger event
8+
We are excited to introduce a new feature: build status reporting per trigger event. This feature is currently supported for Bitbucket Cloud.
9+
10+
**How does it work?**
11+
Statuses for builds with the same pipeline ID triggered by different events are reported separately, based on the trigger ID and trigger event.
12+
For example, builds triggered by a commit event and by a pull request (PR) event for the same pipeline are reported individually.
13+
14+
**Enhanced safety**
15+
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.
16+
17+
18+
19+
###Pipelines: Gerrit topic variable mapping
20+
21+
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.
22+
23+
With`CF_GERRIT_CHANGE_TOPIC` in Codefresh pipelines, based on the topic’s context, you can:
24+
* Dynamically manage and execute steps .
25+
* Conditionally trigger specific actions or entire pipelines.
26+
27+
For details, see[System variables in pipelines]({{site.baseurl}}/docs/pipelines/variables/#system-variables).
28+
29+
###Pipelines: Automatic account switching for pipeline builds
30+
31+
Another usability enhancement for a seamless experience when navigating between accounts.
32+
33+
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.
34+
35+
<!--- To support this enhancement, you need to enable the `autoBuildSwitchAccount` Feature Flag.-->
36+
37+
38+
39+
40+
###GitOps: GitOps Runtimes as Configuration Runtimes
41+
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.
42+
Configuration Runtimes handle platform-level resources that are runtime-agnostic, such as those for GitOps Products.
43+
44+
{% include
45+
image.html
46+
lightbox="true"
47+
file="/images/whats-new/june24/rel-notes-june-24-set-as-config-runtime.png"
48+
url="/images/whats-new/june24/rel-notes-june-24-set-as-config-runtime.png"
49+
alt="Set GitOps Runtime as Configuration Runtime"
50+
caption="Set GitOps Runtime as Configuration Runtime"
51+
max-width="60%"
52+
%}
53+
54+
55+
Key features to note:
56+
* Redundancy
57+
Designate single or multiple GitOps Runtimes as Configuration Runtimes. Codefresh ensures that resources are not duplicated even when there are multiple Configuration Runtimes.
58+
* Ease of use
59+
Set and unset a Configuration Runtime with just a click in the UI or a quick edit in your`values.yaml` file.
60+
61+
For details, see[Designating Configuration Runtimes]({{site.baseurl}}/docs/installation/gitops/monitor-manage-runtimes/#designating-configuration-runtimes).
62+
63+
64+
65+
66+
67+
68+
##Bug fixes
69+
70+
71+
#####Pipelines
72+
*`404: repo not found` error for pipelines using Helm charts.
73+
* Some repositories not displayed in**Repository** list when creating trigger for Bitbucket server.
74+
* Rule for Pipeline permissions by pipeline`tags` overrides rule for pipeline permissions by projects with`All tags`.
75+
* When defining triggers, Select Branch search does not display branch names including slashes.
76+
77+
78+
#####GitOps
79+
* Invalid Git user (personal access) token message displayed at frequent intervals.
80+
* Argo Rollouts Reporter missing from destination cluster error even when Argo Rollouts is installed.
81+
* Multi-container pods display`a container name must be specified for pod....` message without option to select a specific container.
82+
* In GitOps Apps dashboard, breadcrumbs for app of apps display child applications in the path.
18.7 KB
Loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp