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/2024-08-30-august-release-notes.md
+17-13Lines changed: 17 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,12 +51,15 @@ Try our new search and don’t forget to send us your feedback!
51
51
52
52
We’ve made a change to how pull request titles are handled by environment variables in pipelines.
53
53
54
-
The environment variables ${{CF_COMMIT_MESSAGE}} and ${{CF_COMMIT_MESSAGE_ESCAPED}} now return the commit message instead of the pull request title.
54
+
The environment variables`${{CF_COMMIT_MESSAGE}}` and`${{CF_COMMIT_MESSAGE_ESCAPED}}` now return the commit message instead of the pull request title.
55
+
55
56
To get the pull request title, use the new environment variables:
56
-
${{CF_PULL_REQUEST_TITLE}}
57
-
${{CF_PULL_REQUEST_TITLE_ESCAPED}}
58
-
To use the new variables for pull request titles, update your pipelines accordingly. As they are already supported by the system, you can begin using them immediately.The change will take effect one week after this message is released.
59
-
See System variables.
57
+
*`${{CF_PULL_REQUEST_TITLE}}`
58
+
*`${{CF_PULL_REQUEST_TITLE_ESCAPED}}`
59
+
60
+
To use the new variables for pull request titles, update your pipelines accordingly. As they are already supported by the system, you can begin using them immediately.
61
+
62
+
For details, see[System variables]({{site.baseurl}}/docs/pipelines/variables/#system-variables).
60
63
61
64
62
65
###GitOps: External links for Kubernetes app & ingress resources
@@ -109,18 +112,19 @@ For details, see ????
109
112
##Bug fixes
110
113
111
114
#####General
112
-
*Download Audit downloads empty CSV file.
115
+
*Payment processing error. ???
113
116
* Invite text in Welcome screen displays`undefined` instead of the organization name.
114
117
115
118
#####Pipelines
116
-
* Builds with`codefresh-run` step fails with error`Failed to write template value file Arguments to filesystem`. (Noam 24734 )
117
-
builds fails - build runtime settings are not configured (Kim - 24191)
119
+
* Expired certificates causes builds to remain in Pending status. (CR-24967 Mikhail)
120
+
* Pipeline with two triggers starts two builds on commits to the file instead of one build
121
+
* Pull request triggers for Bitbucket server creates wrong webhooks. (Olek - CR-23299)
122
+
118
123
*`build` step does not work with cross-account ECR. (Kim - 19269)
119
124
120
125
121
126
#####GitOps
122
-
* Annotations added during a build run or via CLI not displayed in the Summary tab of the Images dashboard.
123
-
* Secrets store integration breaks after upgrading`dind` to version 26.1.4-1.28.7.
124
-
* Current Release not displayed for multi-sourced apps.
125
-
* Sync statuses for applications within ApplicationSets not correctly displayed in Codefresh UI.
126
-
* Unresponsive**Close** button in Rollout drawer.
127
+
*`fullnameOverride` when set in Argo CD Helm chart results in failure to reach service. (CR-cr-25000 Ilya)
128
+
* Audit log does not show changes made to GitOps permissions. (Vadim - CR-21667)Failure to reach service when is set
129
+
* Manual Rollout actions not available in audit log.
130
+
*`Permissions denied` error for users even with needed GitOps permissions. Andrii CR-21363