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
+16-13Lines changed: 16 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,26 +81,29 @@ For details, see [External MongoDB with MTLS](https://artifacthub.io/packages/he
81
81
##Bug fixes
82
82
83
83
###General
84
+
* Auto-sync option not available for Azure SSO (CR-18200)
85
+
* For an ECR integration, clicking**Test Connection** or**Commit** results in progress animations persisting instead of creating the integration. (CR-19124)
86
+
84
87
85
88
###Pipelines
86
-
*`codefresh-run` step results in failed pipelines
87
-
* Running an OSX (Mac OS X) build in pipeline remains in initialization phase.
89
+
*`codefresh-run` step results in failed pipelines. (CR-19586)
90
+
* Invalid chart error on trying to access Codefresh Helm repository.
91
+
* (CR-19332)
88
92
Clicking Save in Shared Configuration Settings does not work. (CR-19546 - need to verify if this is customer facing? shows regression)???
89
93
* Commit message passed through the system variable`CF_COMMIT_MESSAGE` is truncated and does not include the full content.
90
-
* Delay in start times for child pipelines triggered by parent pipelineincluding a large set of`codefresh-run` steps set to run in parallel.
91
-
Unable to save new integration account for Okta (CR-19667 - this is for Classic so should it be documented for projectone?)??
94
+
* Delay in start times for child pipelines triggered by parent pipelinethat includes a large set of`codefresh-run` steps set to run in parallel.
95
+
*Unable to save new integration account for Okta (CR-19667 - this is for Classic so should it be documented for projectone?)??
92
96
* In Pipelines page, the context-menu for the last pipeline in the list does not display all available actions.
93
-
* Builds terminated by pipeline policy leave running`dind` pods on runtime cluster. (CR-11485)
97
+
* Builds terminated because of pipeline policy leave running`dind` pods on runtime cluster. (CR-11485)
98
+
* In Pipelines Dashboard, for a renamed pipeline, the Pipeline filter displays the original name instead of the new name.
94
99
95
-
###GitOps
96
100
101
+
###GitOps
97
102
***Save** button remains disabled when modifying fields for an existing Git Source.
98
103
* Applications show**Unknown** status in Codefresh, while they are**Healthy** in the Argo CD UI. (CR-19442)
99
-
* New release triggered for an application with an on-going rollout, terminates previous release, while and changes the new release Progressing. terminated by new releasen. On-going Rollout for Current Version is temterminated due to a new commit in another application, and shows an inconsistent state (CR-19416 - Olek)
100
-
* Current release of application remains stuck indefinitely at**Progressing**. (olek)
101
-
* Rollouts in Progressing do not have links to Rollout Analysis and Rollout Player in the Timeline tab. (CR-19405)
102
-
* For an ECR integration, progress animations persist when clicking**Test Connection** or**Commit**. (CR-19124)
103
-
* In Pipelines Dashboard, the Pipeline filter displays the original name instead of the new name for the renamed pipeline. (CR-18929)
104
-
* (On-premises) Unable to create Git Sources both from the Codefesh CLI and UI with BitBucket Server.
104
+
* Committing to an application in the same repository as another application, terminates the on-going rollout for the first application.
105
+
* (On-premises) Unable to create Git Sources both from the Codefesh CLI and UI with Bitbucket Server.
105
106
* (On-premises) For Azure, auto-sync operations removes groups that were previously synced.
106
-
Auto-sync option not available for Azure SSO (CR-18200)???