Skip to content

Commit

Permalink
Update changelogs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rushbot committed Nov 19, 2024
1 parent da48ac3 commit 47cb0e9
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 61 deletions.
27 changes: 27 additions & 0 deletions apps/rush/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
{
"name": "@microsoft/rush",
"entries": [
{
"version": "5.141.0",
"tag": "@microsoft/rush_v5.141.0",
"date": "Tue, 19 Nov 2024 06:38:33 GMT",
"comments": {
"none": [
{
"comment": "Adds two new properties to the configuration for `rush-azure-storage-build-cache-plugin`: `loginFlow` selects the flow to use for interactive authentication to Entra ID, and `readRequiresAuthentication` specifies that a SAS token is required for read and therefore expired authentication is always fatal."
},
{
"comment": "Adds a new `wasExecutedOnThisMachine` property to operation telemetry events, to simplify reporting about cobuilt operations."
},
{
"comment": "Fix an issue where empty error logs were created for operations that did not write to standard error."
},
{
"comment": "Fix an issue where incremental building (with LegacySkipPlugin) would not work when no-op operations were present in the process"
},
{
"comment": "Fix lack of \"local-only\" option for cacheProvider in build-cache.schema.json"
},
{
"comment": "Fix an issue where if an Operation wrote all logs to stdout, then exited with a non-zero exit code, only the non-zero exit code would show up in the summary."
}
]
}
},
{
"version": "5.140.1",
"tag": "@microsoft/rush_v5.140.1",
Expand Down
14 changes: 13 additions & 1 deletion apps/rush/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Change Log - @microsoft/rush

This log was last generated on Wed, 30 Oct 2024 21:50:51 GMT and should not be manually modified.
This log was last generated on Tue, 19 Nov 2024 06:38:33 GMT and should not be manually modified.

## 5.141.0
Tue, 19 Nov 2024 06:38:33 GMT

### Updates

- Adds two new properties to the configuration for `rush-azure-storage-build-cache-plugin`: `loginFlow` selects the flow to use for interactive authentication to Entra ID, and `readRequiresAuthentication` specifies that a SAS token is required for read and therefore expired authentication is always fatal.
- Adds a new `wasExecutedOnThisMachine` property to operation telemetry events, to simplify reporting about cobuilt operations.
- Fix an issue where empty error logs were created for operations that did not write to standard error.
- Fix an issue where incremental building (with LegacySkipPlugin) would not work when no-op operations were present in the process
- Fix lack of "local-only" option for cacheProvider in build-cache.schema.json
- Fix an issue where if an Operation wrote all logs to stdout, then exited with a non-zero exit code, only the non-zero exit code would show up in the summary.

## 5.140.1
Wed, 30 Oct 2024 21:50:51 GMT
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 47cb0e9

Please sign in to comment.