External Changelog

Release: v1.0.0

Breaking Changes

Jira References

No Jira references found.

Documentation

  • update antora version to 1.0.0

  • doc portal config update

  • update antora version to 1.0.1 (dev)

  • add changelog for release 1.0.0

  • Enhance offline server support instructions and add multi-architecture image handling details

- Improved documentation on transferring and loading Docker images to offline servers.
- Highlighted the necessity of specifying explicit `--platform` for multi-architecture images.
- Updated example commands across changelog, installation, and upgrade sections for clarity.
- Added validation and error handling logic for device template paths in API configuration.
- Introduced regex-based validation for manufacturer and model name inputs.

Chores

Docker Images

northbound-api

Image: hub.friendly-tech.com/api/northbound-api:v1.0.0-b0.0.26

SHA256: sha256:2257c6970026852f889359de9657553a4f4f99c1810d13e044c99c8d8f73efc8

Pull from Registry

docker pull hub.friendly-tech.com/api/northbound-api:v1.0.0-b0.0.26

Download for Offline Use

docker pull hub.friendly-tech.com/api/northbound-api:v1.0.0-b0.0.26
docker save hub.friendly-tech.com/api/northbound-api:v1.0.0-b0.0.26 -o northbound-api-v1.0.0-b0.0.26.tar

gzip northbound-api-v1.0.0-b0.0.26.tar

Load on Closed Network

gunzip northbound-api-v1.0.0-b0.0.26.tar.gz
docker load -i northbound-api-v1.0.0-b0.0.26.tar