> For the complete documentation index, see [llms.txt](https://nso-docs.cisco.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nso-docs.cisco.com/guides/nso-6.2/readme.md).

# What's New

{% hint style="info" %}
Only significant new updates are listed here. To see the complete list of changes, refer to the [NSO Changelog Explorer](https://developer.cisco.com/docs/nso/changelog-explorer/).
{% endhint %}

## Release Highlights <a href="#d5e42" id="d5e42"></a>

This release includes major enhancements in the following areas:

<details>

<summary>Containerized Build Environment for NSO Packages</summary>

A new container image, called Development Image, is available from [Cisco Software Download](https://software.cisco.com/download/home). This image comes with the necessary environment and software for building NSO packages.

Documentation Updates:

* Updated and expanded the [Containerized NSO](/guides/nso-6.2/administration/installation-and-deployment/containerized-nso.md) describing the new image flavor.

</details>

<details>

<summary>Support for LDAP and TACACS+ Authentication</summary>

Two new authentication packages are now available in `$NCS_DIR/packages/auth`: `cisco-nso-ldap-auth` and `cisco-nso-tacacs-auth`. They provide support for LDAP and TACACS+ protocols through the Package Authentication mechanism.

Documentation Updates:

* Refer to the respective `README` file inside each package for usage and configuration options.

</details>

<details>

<summary>DNS Update Support for Tailf-hcc</summary>

The tailf-hcc package now allows submitting an RFC2136 Dynamic DNS Update to a name server on High Availability (HA) failover, simplifying geographically redundant NSO HA setup.

Documentation Updates:

* Added the section [Layer-3 DNS Update](https://nso-docs.cisco.com/guides/nso-6.2/pages/QSHcYRBwrb34id0mqxMk#ug.ha.hcc.deployment) describing the new functionality.

</details>

<details>

<summary>Nano Service Usability</summary>

Multiple changes with nano services (documented in [Nano Services for Staged Provisioning](/guides/nso-6.2/development/core-concepts/nano-services.md)) streamline their development and use:

* The `ncs-make-package` command now supports the `--nano-skeleton [python/java]` option.
* The functionality of `self-as-service-status` is now the default.
* The self component in a nano service plan is now generated automatically if not defined in the service model.
* Canceled actions in the side effects queue can be manually scheduled for a retry.
* Improved performance of initial create of a nano service with the `converge-on-re-deploy` extension.

Documentation Updates:

* Updated the section [NACM Rules and Services](/guides/nso-6.2/administration/management/aaa-infrastructure.md#d5e6693) to better document required permissions for nano services.

</details>

<details>

<summary>Upgrade Improvements</summary>

CDB schema upgrades now use an optimized algorithm, resulting in faster upgrades and the ability to preview schema changes through a packages reload dry-run option. A separate upgrade log can be configured for information about CDB upgrade as well.

Additionally, information on upgrading HA Raft clusters has been added.

Documentation Updates:

* Updated the section [Loading Packages](https://nso-docs.cisco.com/guides/nso-6.2/pages/AXk4dvsQXNyYA5R9N5vn#ug.package_mgmt.loading) describing the dry-run functionality.
* Added the section [Packages Upgrades in Raft Cluster](/guides/nso-6.2/administration/management/high-availability.md#packages-upgrades-in-raft-cluster) and the section called [Version Upgrade of Cluster Nodes](https://nso-docs.cisco.com/guides/nso-6.2/pages/QSHcYRBwrb34id0mqxMk#ch_ha.raft_upgrade) for Raft HA.

</details>

<details>

<summary>NED Documentation Update</summary>

The old NED Development document has been updated and split into two parts. The part on managing and using NEDs is now incorporated into Administration, while the part detailing the creation of new NEDs is now found in the Development.

Documentation Updates:

* Added [NED Administration](/guides/nso-6.2/administration/management/ned-administration.md) on managing and using NEDs.
* Added [NED Development](/guides/nso-6.2/development/advanced-development/developing-neds.md) on the creation of new NEDs.

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://nso-docs.cisco.com/guides/nso-6.2/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
