The versions listed below are retired. Content updates will not be made for these versions, and references to when a parameter, property, or value was introduced for versions prior to 11.3 have been removed from the documentation. This page houses the archived release notes for retired versions that have been retired for less than a year.
ArcGIS Enterprise release version
ArcGIS Notebooks
Support has been added for ArcGIS Notebooks for ArcGIS Enterprise on Kubernetes. The following documentation has been added to manage the notebooks in your organization:
- Notebooks: Provides a list of all ArcGIS Notebooks currently running in an organization.
- Open Notebook: Moves a notebook into active status in a notebook deployment.
- Update Default Template: Allows the default notebook template that is provided with ArcGIS Notebook Server to be updated and changed to a new, custom template.
- Restore Default Template: Restores the default notebook template back to the original template.
- Notebook: Returns the notebook's properties.
- Close Notebook (Notebook): Stops a running notebook.
- Deployments (Notebooks): Returns a list of Kubernetes deployment objects, and their properties, that are present in the cluster for a user.
- Deployment (Notebooks): Returns information on a specific Kubernetes deployment.
- Terminate Deployment: Stops a running notebook deployment.
- Notebooks (Deployment): Returns a list of all notebooks currently open in a deployment object.
- Notebook (Deployment Notebooks): Returns a description of the notebook's properties.
- Close Notebook (Deployment Notebook): Stops a running notebook.
- Runtimes: Provides a list of registered notebook runtimes.
- Runtime: Returns the runtime's properties.
- Update (Runtime): Updates the properties of a notebook runtime.
- Manifest: Returns a JSON representation of all the Python libraries supported in the specified notebook runtime.
- Create (Snapshots): Creates a point-in-time, full snapshot of a notebook.
- List: Lists all snapshots associated with a notebook item.
- Delete (Snapshots): Deletes one or more snapshots associated with that notebook item.
- Restore (Snapshots): Restores a notebook snapshot for a notebook item.
- Download (Snapshots): Downloads a notebook snapshot.
- Convert to item: Converts a snapshot to a new notebook item.
- Configuration (Notebooks): Provides a list of all properties that control some of a notebook's behavior.
- Update (Notebooks Configuration): Updates notebook configurations.
- Import (Snippets): Adds code snippets from an input file to a notebook code snippet library.
- Export (Snippets): Generates a zipped file that includes a *.py file for each code snippet in a notebook code snippet library.
New endpoints
The following endpoints have been added at this release:
- The Manifest Status resource, which returns whether the deployment is using an imported version manifest, and the Delete Manifest operation, which deletes an imported version manifest, have been added at this release.
- The Status resource for cloud services was added at this release. This resource returns the current health of a registered cloud-native object store or relational data store.
New documentation
The following documentation has been added at this release for endpoints added during prior releases:
- Find Service IDs: Queries and returns a list of the services within ArcGIS Enterprise on Kubernetes that match the filter criteria.
- Get Services by ID: Returns a list of services corresponding to the IDs included in the request.
- Find Deployment IDs: Queries and returns a list of IDs for microservices within ArcGIS Enterprise on Kubernetes that match the filter criteria.
- Get Deployments by ID: Returns a list of microservices corresponding to the IDs included in the request.
- A new operation, Release License, has been added that allows administrators to check in an organization member's license for either ArcGIS Pro or Drone2Map when the member is unable to check the license in themselves.
- A new resource, Container Images, returns a list of container images that have been pulled and used to deploy applications for ArcGIS Enterprise on Kubernetes.
Volume expansion
Starting at 11.3, ArcGIS Enterprise on Kubernetes supports volume expansion for system-managed object, spatiotemporal, and relational data stores. Administrators can edit the storage values for the data store deployment's PersistentVolumeClaim, which also expands the underlying volume for that data store. The following documentation has been added for the new resources and operations added for volume expansion:
- Volumes (Data Store)
- Edit (Data Store Volumes)
- Status (Data Store Volumes)