diff --git a/docs/nx-cloud/reference/release-notes.md b/docs/nx-cloud/reference/release-notes.md index 81fc5226b5..45baa24151 100644 --- a/docs/nx-cloud/reference/release-notes.md +++ b/docs/nx-cloud/reference/release-notes.md @@ -1,104 +1,15 @@ -# `nx-cloud` - Release notes +# Enterprise Release Notes -## Nx Cloud package +### 2308.22.7.patch2 -{% callout type="check" title="@nrwl/nx-cloud was changed to nx-cloud" %} +- Fix: github member invites -[Read more about the rescope ≫](/recipes/other/rescope) +### 2308.22.7.patch1 -{% /callout %} - -### 14.3.0 - -- Fix: Resolve issue where sometimes cache hits would be reported as misses when paired with Nx 13.0-13.5 -- Fix: Correctly infer NX_BRANCH while running in Gitlab CI - -### 14.2.0 - -- Feat: Add `NX_CLOUD_SILENT_RECORD` environment variable for use with `nx-cloud record` -- Feat: Add `NX_CLOUD_AGENT_TIMEOUT_MS` environment variable to configure task timeouts - -### 14.1.2 - -- Fix: Provider nicer failure message when version of Nx is incompatible with `@nx/nx-cloud` -- Fix: Use Nx task graph if provided - -### 14.1.1 - -- Fix: Handle **overrides_unparsed** property for nx:run-commands executor - -### 14.1.0 - -- Fix: Gracefully handle errors with corrupted tarballs -- Fix: Resolve issue where tasks run with read-only DTE would cause 404s on artifact retrieval -- Feat: Allow specifying Nx Cloud installation source through generator - -### 14.0.5 - -- Fix: Workspace name for new Nx Cloud workspaces is pulled from `package.json` instead of `nx.json` -- Fix: `@nx/nx-cloud` can be run from directories other than workspace root -- Fix: Correctly infer `NX_BRANCH` and `NX_RUN_GROUP` from Jenkins -- Fix: Ignore errors related to excess whitespace in tarballs - -### 14.0.3 - -- Fix: Enable caching for all inner commands - -### 14.0.2 - -- Fix: Remove dependency on `@nx/devkit` for init generator - -### 14.0.1 - -- Fix: Correctly infer `NX_BRANCH` and `NX_RUN_GROUP` from Vercel - -### 14.0.0 - -- Feat: Nx 14 Compatibility -- Fix: Exit with status code of child process when recording commands with `nx-cloud record` - -### 13.3.1 - -- Feat: Store output for non-Nx commands in Nx Cloud. Check out https://nx.dev/nx-cloud/set-up/record-commands for more information. - -### 13.2.1 - -- Fix: Newer version of chalk was required, so the package didn't work with older versions of Nx. -- Feat: Prepare the package to work with Nx 13.10.0 - -### 13.0.3 - -Cleanup: Handle issues with the network and the api in a consistent fashion. - -### 13.0.1 - -- Fix: Print detailed errors when an agent is not able to upload file artifacts. - -### 13.0.0 - -- Feat: Support Nx 13.3 new life cycle API - -### 12.5.2 - -- Feat: GitHub Actions handle DTE reruns without requiring `npx nx-cloud start-ci-run` - -### 12.5.1 - -- Fix: DTE main job properly copies files after DTE is finished -- Fix: Increased Node version compatibility for DTE Agents - -### 12.5.0 - -- Fix: Correctly print unexpected exceptions -- Fix: Gracefully handle the case when tasks-hashes are missing -- Fix: Agents should wait for the main job to start a rerun of a run group -- Fix: Retry requests if we receive a 503 - -### 12.3.13 - -- Fix: DTE could get stuck when trying to execute tasks with different configurations - -## Docker Containers +- Feature: self-signed certificate support for aggregator + - This is needed if you are using self-signed certificate for your external Mongo instance + - See [here](https://github.com/nrwl/nx-cloud-helm/blob/main/PROXY-GUIDE.md#supporting-self-signed-ssl-certificates) for usage details. +- Fix: aggregator issue when creating text Mongo indexes ### 2308.22.7 diff --git a/nx-dev/nx-dev-e2e/src/nx-cloud-documentation.spec.ts b/nx-dev/nx-dev-e2e/src/nx-cloud-documentation.spec.ts index 70db34d92d..76041fc88d 100644 --- a/nx-dev/nx-dev-e2e/src/nx-cloud-documentation.spec.ts +++ b/nx-dev/nx-dev-e2e/src/nx-cloud-documentation.spec.ts @@ -76,7 +76,7 @@ const pages: Array<{ title: string; path: string }> = [ path: '/nx-cloud/reference/server-api', }, { - title: 'nx-cloud - Release notes', + title: 'Enterprise Release Notes', path: '/nx-cloud/reference/release-notes', }, ];