You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2023-07-30-july-release-notes.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,15 +18,15 @@ For details, see [Hybrid GitOps Helm installation]({{site.baseurl}}/docs/install
18
18
19
19
###Multi-account sync for Okta with OIDC
20
20
21
+
Check out the latest enhancements to Okta with OIDC!
22
+
21
23
**Multi-account sync**
22
24
Following the successful implementation of just-in-time provisioning support for Okta, we are taking it a step further by introducing multi-account sync for OIDC-Okta. This feature enables you to synchronize multiple Codefresh accounts in Okta simultaneously in Codefresh, ensuring a seamless SSO setup for enterprise customers.
23
25
24
26
With multi-account sync, you can easily select additional Codefresh accounts to sync with your Okta OIDC account in Codefresh. Codefresh validates admin privileges and access for each of the selected accounts, guaranteeing secure and reliable authentication.
25
27
26
28
You have the flexibility to sync users in multiple ways: through the UI's`Auto-group sync`, performing on-demand synchronization through the CLI, or integrating sync into a Codefresh pipeline using the CLI synchronize command.
27
29
28
-
29
-
30
30
**Delete users removed during sync**
31
31
We added an option to further streamline Okta SSO account and user management in Codefresh. You can now can easily remove individual users who are deactivated in Okta, not only from the current account but from additional accounts you have defined in your current account.
32
32
The Users list is updated, keeping both the Teams and Users lists always organized.
@@ -79,25 +79,25 @@ For details, see [External MongoDB with MTLS](https://artifacthub.io/packages/he
79
79
##Bug fixes
80
80
81
81
###General
82
-
* Auto-sync option not available for Azure SSO (CR-18200)
83
-
* For an ECR integration, clicking**Test Connection** or**Commit** results in progress animations persisting instead of creating the integration.(CR-19124)
82
+
* Auto-sync option not available for Azure SSO.
83
+
* For an ECR integration, clicking**Test Connection** or**Commit** results in progress animations persisting instead of creating the integration.
84
84
85
85
86
86
###Pipelines
87
87
* Invalid chart error on trying to access Codefresh Helm repository.
88
88
* Builds terminate unexpectedly without clear errors or from prolonged inactivity.
89
89
* DIND with service containers ignore IRSA account (IAM Roles for Service Accounts) set for hybrid runtime.
90
90
* Commit message passed through the system variable`CF_COMMIT_MESSAGE` is truncated and does not include the full content.
91
-
* Delay in start times for child pipelines triggered by parent pipelinethat includes a large set of`codefresh-run` steps set to run in parallel.
91
+
* Delay in start times for child pipelines triggered by parent pipelineincluding a large set of`codefresh-run` steps set to run in parallel.
92
92
* In Pipelines page, the context-menu for the last pipeline in the list does not display all available actions.
93
-
* Builds terminated because of pipeline policy leave running`dind` pods on runtime cluster.(CR-11485)
94
-
* In Pipelines Dashboard, for a renamed pipeline, the Pipeline filter displays the original name instead of the new name.(CR-18929)
93
+
* Builds terminated because of pipeline policy leave running`dind` pods on runtime cluster.
94
+
* In Pipelinesdashboard (HomeDashboard), for a renamed pipeline, the Pipeline filter displays the original name instead of the new name.
95
95
96
96
97
97
###GitOps
98
98
***Save** button remains disabled when modifying fields for an existing Git Source.
99
-
* Applications show**Unknown** status in Codefresh, while they are**Healthy** in the Argo CD UI.(CR-19442)
100
-
*Committing toan application in the same repository as another application, terminates the on-going rollout for the first application.
99
+
* Applications show**Unknown** status in Codefresh, while they are**Healthy** in the Argo CD UI.
100
+
*Commits toa second application in the same repository as another application, terminates the on-going rollout for the first application.
101
101
* (On-premises) Unable to create Git Sources both from the Codefesh CLI and UI with Bitbucket Server.
102
102
* (On-premises) For Azure, auto-sync operations removes groups that were previously synced.