4 Commits

Author SHA1 Message Date
pnetlabrepo
640d4d776d Update CHANGELOG.md 2023-01-22 04:00:47 -03:00
pnetlabrepo
5e07400e5c Update version 2023-01-22 03:59:07 -03:00
pnetlabrepo
76d95d9bd0 Update ishare2 2023-01-22 03:58:34 -03:00
pnetlabrepo
aa8769b7dd Update CHANGELOG.md 2023-01-21 10:51:11 -03:00
3 changed files with 7 additions and 3 deletions

View File

@@ -1,9 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file. You can upgrade ishare2 to the latest version using `ishare2 upgrade` and then selecting option 1
## [v1.5.0] - 2023-Jan-22
1) Added: Some code has been added to ishare2 to support PNETLab upgrade to v5.2.8 (Same as v5.2.7 fix: AMD and Intel folders at html/templates/). PNETLab users from v4.2.10 should not have any problem
## [v1.4.9] - 2023-Jan-19
1) Added: This version adds support to PNETLab 6.x related to templates location (AMD and Intel folder locations)
1) Added: This version adds support to PNETLab 6.x related to yml template location (AMD and Intel folders)
## [v1.4.8] - 2023-Jan-17

View File

@@ -65,7 +65,7 @@ function set_yml_template_folder_location() {
if [[ $pnetlab_version == "4.2.10" ]]; then YML_DIR="/opt/unetlab/html/templates/" ; fi
if [[ $pnetlab_version == "5.2.5" ]] || [[ $pnetlab_version == "5.2.6" ]] || [[ $pnetlab_version == "5.2.7" ]]; then
if [[ $pnetlab_version == "5.2.5" ]] || [[ $pnetlab_version == "5.2.6" ]] || [[ $pnetlab_version == "5.2.7" ]] || [[ $pnetlab_version == "5.2.8" ]]; then
get_server_platform
fi

View File

@@ -1 +1 @@
v1.4.9
v1.5.0