diff --git a/src/aosm/HISTORY.rst b/src/aosm/HISTORY.rst index 3534a52d283..6839c808ca3 100644 --- a/src/aosm/HISTORY.rst +++ b/src/aosm/HISTORY.rst @@ -5,10 +5,9 @@ Release History Unreleased ++++++++ -* Added: Users can specify multiple image sources from all types of registries (not just ACRs). General improvements in how CNF image sources are handled. +* Added: Users can specify multiple image sources from all types of registries (not just ACRs). General improvements in how CNF image sources are handled. * Fixed: Namespace appeared twice in the `artifacts.json` file, leading to errors in the publish step of the CLI. * Changed configurationType for NF Resources from Secret to Open -* Added docker dependency for Oras client library to setup.py. 1.0.0b10 ++++++++ diff --git a/src/aosm/setup.py b/src/aosm/setup.py index e53292aec61..026e436a979 100644 --- a/src/aosm/setup.py +++ b/src/aosm/setup.py @@ -34,7 +34,7 @@ ] DEPENDENCIES = [ - "oras[docker]~=0.1.19", + "oras~=0.1.19", "azure-storage-blob>=12.15.0", "jinja2>=3.1.2", "genson>=1.2.2",