Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AsisBagga committed Nov 19, 2020
1 parent 78d675a commit 006199e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Ansible Modules for HPE OneView Change Log
## v6.0.0

#### Bug fixes & Enhancements
- [#594] (https://github.com/HewlettPackard/oneview-ansible/issues/594) Updated library file for LIG Uplink Set Issue

## v5.9.0
This release extends the planned support of the modules to OneView REST API version 2200 (OneView v5.5) and ImageStreamer REST API version 2000 (I3S v5.4)

Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ update_doc_fragments () {
cp -f $docfragments $DOC_FRAGMENTS_PATH
else
# Find site packages. If it exists, OneView doc fragment will be copied to the discovered path
local site_packages=$(python3 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")
local site_packages=$(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")
if [ -d "${site_packages}/ansible/utils/module_docs_fragments/" ]; then
cp -f $docfragments ${site_packages}/ansible/utils/module_docs_fragments/
else
Expand Down Expand Up @@ -136,7 +136,7 @@ fi


echo -e "\n${COLOR_START}Running tests${COLOR_END}"
python3 -m pytest test/
python -m pytest test/
exit_code_tests=$?


Expand Down

0 comments on commit 006199e

Please sign in to comment.