Skip to content

Commit 379739a

Browse files
authored
Add release notes for Feb (codefresh-io#1204)
* Add release notes for Feb * Change date for release notes * Update 2025-02-19-feb-release-notes.md * Update 2025-02-19-feb-release-notes.md
1 parent 5ea59c3 commit 379739a

File tree

2 files changed

+57
-0
lines changed

2 files changed

+57
-0
lines changed
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
title: "Release Notes: February 2025"
3+
description: "Release Notes for Codefresh Pipelines and GitOps"
4+
---
5+
## Features & enhancements
6+
7+
8+
### General: Increased limit for audit logs
9+
10+
Codefresh keeps a log of all actions that happen at all times based on API calls that reach Codefresh. These include UI actions from users, CLI invocations, and any external integration used with Codefresh.
11+
12+
We have now increased the audit limit from 15,000 to 50,000, which means you can access more data on how you use your Codefresh account.
13+
14+
For details, see [Auditing actions in Codefresh]({{site.baseurl}}/docs/administration/account-user-management/audit/).
15+
16+
17+
18+
### GitOps: GitHub status checks for Codefresh Promotions
19+
20+
We have introduced a new GitHub status check feature to make tracking your deployments more seamless and efficient. When you promote across environments, Codefresh will automatically report back a Git status check on any commits.
21+
22+
* Status checks include a direct link to the release, so you can quickly view its progress.
23+
* There’s no need to leave GitHub. You can stay updated on your release status without switching tools.
24+
* If any issues arise, simply follow the link to troubleshoot effortlessly.
25+
26+
27+
28+
{% include
29+
image.html
30+
lightbox="true"
31+
file="/images/whats-new/feb25/whats-new-feb25-release-status-in-git.png"
32+
url="/images/whats-new/feb25/whats-new-feb25-release-status-in-git.png"
33+
alt="Promotion status check in GitHub"
34+
caption="Promotion status check in GitHub"
35+
max-width="60%"
36+
%}
37+
38+
39+
For details, see [Tracking releases for Products]({{site.baseurl}}/docs/promotions/product-releases/).
40+
41+
42+
43+
## Bug fixes
44+
45+
##### Pipelines
46+
* `build` step fails to build ECR images when base image (`FROM`) is from a different AWS account.
47+
48+
##### GitOps
49+
* `exec /bin/sh: argument list too long` validation error on upgrading GitOps Runtime.
50+
* All clusters not displayed in the UI after upgrading GitOps Runtime to 14.1.
51+
* Broken hyperlink to Shared Configuration Repository in the Upgrade Runtime panel.
52+
53+
54+
55+
56+
57+
83.5 KB
Loading

0 commit comments

Comments
 (0)