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

Gitops june release notes#988

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
NimRegev merged 17 commits intomasterfromgitops-june-release-notes
Jun 2, 2024
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
Show all changes
17 commits
Select commitHold shift + click to select a range
fa36b00
Create 2024-06-1-june-release-notes.md
NimRegevMay 22, 2024
fde0ee8
Update release notes for May
NimRegevMay 27, 2024
4630d11
Update 2024-05-30-may-release-notes.md
NimRegevMay 27, 2024
288d92e
Update release notes
NimRegevMay 28, 2024
a6f13f6
Update release notes
NimRegevMay 28, 2024
9e5e581
Update release notes
NimRegevMay 28, 2024
ccb00f0
Update 2024-05-28-may-release-notes.md
NimRegevMay 28, 2024
395520b
Update
NimRegevMay 28, 2024
cead905
Update release notes
NimRegevMay 29, 2024
637a1e6
Update 2024-05-22-may-release-notes.md
NimRegevMay 29, 2024
0143eed
Update 2024-05-22-may-release-notes.md
NimRegevMay 29, 2024
9293c84
Update 2024-05-22-may-release-notes.md
NimRegevMay 30, 2024
b9fdc60
Update 2024-05-22-may-release-notes.md
NimRegevMay 30, 2024
de9e20b
Update 2024-05-22-may-release-notes.md
NimRegevJun 2, 2024
a201919
Update 2024-05-22-may-release-notes.md
NimRegevJun 2, 2024
c1c7ba0
Update 2024-05-22-may-release-notes.md
NimRegevJun 2, 2024
9946e9b
Add screenshots for envs and products
NimRegevJun 2, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
151 changes: 151 additions & 0 deletions_posts/2024-05-22-may-release-notes.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,151 @@
---
title: "Release Notes: May 2024"
description: "Release Notes for Codefresh Pipelines and GitOps"
---
## Features & enhancements



### General: Custom auto-sync intervals for SSO

Previously, integration with different SSO providers allowed automatic user and team synchronization with Codefresh at fixed hourly intervals.

With our latest update, you can now customize the auto-sync intervals to better suit your organization’s needs.
The new options allow you to set the sync frequency in minutes or hours. Alternatively, you can enable auto-sync without defining a specific interval, and Codefresh will automatically perform the sync every 12 hours.


This flexibility ensures more timely updates and improved efficiency in user and team management.

For details, see [Syncing teams in IdPs with Codefresh]({{site.baseurl}}/docs/administration/single-sign-on/team-sync/#syncing-teams-in-idps-with-codefresh).

### General: New platform IP addresses

We are preparing for an upgrade to our production cluster. While the upgrade is still a couple of months away, here's an early heads up about changes in IP addresses.

We've added new platform IP addresses as listed below:
* 54.86.228.102
* 54.221.236.3
* 54.235.42.99
* 23.21.197.195
* 34.238.37.0
* 107.22.212.247

Please make sure to add them at the earliest to your allowed list. You can also find these IPs listed in Codefresh docs.

For details, see [Codefresh IP addresses]({{site.baseurl}}/docs/administration/platform-ip-addresses/).

### GitOps: Early access to Environments and Products

Codefresh is revolutionizing Continuous Deployment with our latest innovations: Environments and Products!
We are excited to showcase these features as a beta version. This is your opportunity to explore, try, and share feedback that will shape their future development!

Environments are designed to mirror your software development lifecycle. Organize your applications within Environments for a clear, contextual view of the entire application lifecycle, as applications move from development to production.

{% include
image.html
lightbox="true"
file="/images/whats-new/may24/rel-notes-may24-environments-dashboard.png"
url="/images/whats-new/may24/rel-notes-may24-environments-dashboard.png"
alt="GitOps Environments dashboard"
caption="GitOps Environments dashboard"
max-width="60%"
%}

Products, another groundbreaking concept in GitOps, represent a cohesive unit of Argo CD applications. Bridging the gap between Argo CD applications and Environments, Products allow you to group similar Argo CD applications with different versions, deployed across various Environments.

{% include
image.html
lightbox="true"
file="/images/whats-new/may24/rel-notes-may24-products-expanded-view.png"
url="images/whats-new/may24/rel-notes-may24-products-expanded-view.png"
alt="GitOps Products dashboard"
caption="GitOps Products dashboard"
max-width="60%"
%}

Read our [blog](https://codefresh.io/blog/introducing-products-and-environments-early-access/){:target="\_blank"} to explore on how they can orchestrate your deployments.


### GitOps: Rollout enhancements

* **Templated arguments in AnalysisTemplates**
Codefresh now supports templated arguments declared in AnalysisTemplates for metric configurations in AnalysisRuns.

* **Rollout Player**
To make Rollouts easier to manage, we added the Abort and Retry buttons to the Rollout Player. These options were previously available for the Rollout resource in the Current State tab.

{% include
image.html
lightbox="true"
file="/images/whats-new/may24/rel-notes-may24-rollout-player.png"
url="/images/whats-new/may24/rel-notes-may24-rollout-player.png"
alt="Abort & Retry in Rollout Player"
caption="Abort & Retry in Rollout Player"
max-width="50%"
%}

For details, see [Manage rollouts for Argo CD application deployments]({{site.baseurl}}/docs/deployments/gitops/manage-application/#manage-rollouts-for-argo-cd-application-deployments).




### Usability enhancements

##### GitOps: Breadcrumbs
We are improving the implementation of breadcrumbs for a smoother navigation experience. These enhancements are coming soon...so stay tuned for the announcement.


**Sibling display and navigation**
The end of the path now shows all sibling items if available.
Clicking the dropdown displays all siblings, and clicking an item navigates directly to it.

{% include
image.html
lightbox="true"
file="/images/whats-new/may24/rel-notes-may24-breadcrumbs-siblings.png"
url="/images/whats-new/may24/rel-notes-may24-breadcrumbs-siblings.png"
alt="Viewing and navigating to siblings in breadcrumbs"
caption="Viewing and navigating to siblings in breadcrumbs"
max-width="40%"
%}

**Clean copy**
Clicking any item in the breadcrumb path now selects only that specific item, not the entire path, and also copies only that item.



##### GitOps: Shared Configuration Repo in Organization Information
As a usability enhancement, we have made it easier to locate the Shared Configuration Repository used by GitOps Runtimes.

You can now find the link to your Shared Configuration Repository directly in the Organization Information page.

{% include
image.html
lightbox="true"
file="/images/whats-new/may24/rel-notes-may24-shared-config-repo-org-page.png"
url="/images/whats-new/may24/rel-notes-may24-shared-config-repo-org-page.png"
alt="Link to Shared Configuration Repository in Organization Information"
caption="Link to Shared Configuration Repository in Organization Information"
max-width="50%"
%}







## Bug fixes


##### Pipelines
* Changing LOGGER_LEVEL variable does not impact verbosity of engine logs.
* For Gerrit, username of build initiator not displayed.
* Usability issues when selecting clone pipeline option from UI.



##### GitOps
* GitOps UI does not show logs for pods.
* Results for Analysis metrics not displayed in Rollout when using arguments from AnalysisTemplates.

View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

[8]ページ先頭

©2009-2025 Movatter.jp