- Support for legacy git-based package indexes and git-based offline sources has been removed. Package installs and updates are now using Artifactory-based package indexes. This also impacts generating offline sources, which need to be regenerated for the new core module version.
- The
--package-index-urlflag has been removed from all subcommands that had it. The flag was used to reference legacy git based package indexes which are no longer supported. - The
NRFUTIL_PACKAGE_INDEX_URLenvironment variable is no longer supported. It was used to reference legacy git-based package indexes, which are no longer supported. TheNRFUTIL_PACKAGE_INDEX_NAMEenvironment variable can be used instead, but its value must refer to an already configured package index. See Configuring custom package indexes and modifiers for more information.