docs(nxdev): format nx cloud release notes (#11596)
This commit is contained in:
parent
3101b4d072
commit
46a89123df
@ -1,13 +1,13 @@
|
||||
# `@nrwl/nx-cloud`
|
||||
# `@nrwl/nx-cloud` - Release notes
|
||||
|
||||
## 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
|
||||
- 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 @nrwl/nx-cloud
|
||||
- Fix: Provider nicer failure message when version of Nx is incompatible with `@nrwl/nx-cloud`
|
||||
- Fix: Use Nx task graph if provided
|
||||
|
||||
## 14.1.1
|
||||
@ -22,9 +22,9 @@
|
||||
|
||||
## 14.0.5
|
||||
|
||||
- Fix: Workspace name for new Nx Cloud workspaces is pulled from package.json instead of nx.json
|
||||
- Fix: @nrwl/nx-cloud can be run from directories other than workspace root
|
||||
- Fix: Correctly infer NX_BRANCH and NX_RUN_GROUP from Jenkins
|
||||
- Fix: Workspace name for new Nx Cloud workspaces is pulled from `package.json` instead of `nx.json`
|
||||
- Fix: `@nrwl/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
|
||||
@ -33,11 +33,11 @@
|
||||
|
||||
## 14.0.2
|
||||
|
||||
- Fix: Remove dependency on @nrwl/devkit for init generator
|
||||
- Fix: Remove dependency on `@nrwl/devkit` for init generator
|
||||
|
||||
## 14.0.1
|
||||
|
||||
- Fix: Correctly infer NX_BRANCH and NX_RUN_GROUP from Vercel
|
||||
- Fix: Correctly infer `NX_BRANCH` and `NX_RUN_GROUP` from Vercel
|
||||
|
||||
## 14.0.0
|
||||
|
||||
@ -50,7 +50,7 @@
|
||||
|
||||
## 13.2.1
|
||||
|
||||
- Fix: Newer version of chaulk was required, so the package didn't work with older versions of Nx.
|
||||
- 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
|
||||
@ -96,14 +96,14 @@ Cleanup: Handle issues with the network and the api in a consistent fashion.
|
||||
## 02-08-2022T16-11-36
|
||||
|
||||
- Note: The version naming scheme for the containers was changed to better track date/time of releases and to support embedding of the version inside the web UI
|
||||
- Feat: view the container version under the /errors route
|
||||
- Feat: view the container version under the `/errors` route
|
||||
- Feat: BitBucket login (note: does not support self-hosted instances of BitBucket Server)
|
||||
- Feat: New system-ui font scheme
|
||||
- Fix: branch screen sorting performance improvements
|
||||
|
||||
## 2.4.11
|
||||
|
||||
- Fixes an intermitent container start-up issue when running a self-contained Mongo instance
|
||||
- Fixes an intermittent container start-up issue when running a self-contained Mongo instance
|
||||
- Fixes an issue with the self-hosted file-server where it would fail to create the initial directories
|
||||
|
||||
## 2.4.10
|
||||
@ -116,12 +116,14 @@ Cleanup: Handle issues with the network and the api in a consistent fashion.
|
||||
|
||||
## 2.4.8
|
||||
|
||||
IMPORTANT: The default container mode has changed from COMMUNITY to ENTERPRISE. If you are running a Community version of the container, you will need to make sure the `NX_CLOUD_MODE=private-community` is explicitly set (otherwise your container will fail to start-up).
|
||||
{% callout type="caution" title="IMPORTANT" %}
|
||||
The default container mode has changed from `COMMUNITY` to `ENTERPRISE`. If you are running a Community version of the container, you will need to make sure the `NX_CLOUD_MODE=private-community` is explicitly set (otherwise your container will fail to start-up).
|
||||
{% /callout %}
|
||||
|
||||
- Fix: Web app performance improvements
|
||||
- Fix: issue with Github logged in admins not being able to download logs
|
||||
- Fix: issue with GitHub logged in admins not being able to download logs
|
||||
- Fix: issue with billing page when multiple access tokens were attached to the same org
|
||||
- Fix: multiple Mongo DBs used to be created if a default DB was not provided in the connection string. Now it always defaults to the provided `NX_CLOUD_MONGO_DB_NAME§
|
||||
- Fix: multiple Mongo DBs used to be created if a default DB was not provided in the connection string. Now it always defaults to the provided `NX_CLOUD_MONGO_DB_NAME`
|
||||
|
||||
## 2.4.7
|
||||
|
||||
@ -131,19 +133,19 @@ IMPORTANT: The default container mode has changed from COMMUNITY to ENTERPRISE.
|
||||
|
||||
## 2.4.6
|
||||
|
||||
- Fix: issue with navigating to orgs/workspaces in the web app
|
||||
- Fix: issue with navigating to organizations/workspaces in the web app
|
||||
|
||||
## 2.4.5
|
||||
|
||||
- Feat: filters to branch and run list pages
|
||||
- Fix: improved MD5 cache artifact archiving
|
||||
- Fix: improved `MD5` cache artifact archiving
|
||||
- Misc: various UI and UX improvements to the NxCloud dashboards
|
||||
|
||||
## 2.4.4
|
||||
|
||||
- Fix: Missing artefact retrieval error when using read-tokens
|
||||
- Fix: Performance improvements to the branch page and run groups sorting
|
||||
- Fix: better handling of artefact .tar archiving
|
||||
- Fix: better handling of artefact `.tar` archiving
|
||||
|
||||
## 2.4.3
|
||||
|
||||
@ -167,7 +169,7 @@ IMPORTANT: The default container mode has changed from COMMUNITY to ENTERPRISE.
|
||||
- Feat: show message on branch page if workspace is unclaimed
|
||||
- Fix: Agent out of memory warning
|
||||
- Feat: cache inner runs
|
||||
- Fix: include correct github workflows path
|
||||
- Fix: include correct GitHub workflows path
|
||||
- Fix: default to most recent run group on branch page
|
||||
- Fix: handle DTEs with no tasks
|
||||
- Fix: await process checkout sessions
|
||||
@ -179,7 +181,7 @@ IMPORTANT: The default container mode has changed from COMMUNITY to ENTERPRISE.
|
||||
|
||||
## 2.3.0
|
||||
|
||||
- Feat: Github Integration - no token is now necessary in "`nx.json`" for the Github integration to work (you still need to provide as an env var for caching to work). To connect your workspace to Github without an access token in "`nx.json`" just pass in the "`NX_CLOUD_INTEGRATION_DEFAULT_WORKSPACE_ID=<your-workspace-id>`" env var
|
||||
- Feat: GitHub Integration - no token is now necessary in "`nx.json`" for the GitHub integration to work (you still need to provide as an env var for caching to work). To connect your workspace to GitHub without an access token in "`nx.json`" just pass in the "`NX_CLOUD_INTEGRATION_DEFAULT_WORKSPACE_ID=<your-workspace-id>`" env var
|
||||
- Misc: better error handling (report less false positives)
|
||||
- Fix: Scheduled tasks locking
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user