This is an automated email from the ASF dual-hosted git repository.
rohit pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 1662af131e7 [4.20] VR: fix issue if userdata is binary data (#8739)
add 49cd5ba64ad Fix link to removed volumes being shown in info card and
list view (#8833)
add f8385a48da2 Add systemvmtemplate arm64 build support (#9437)
new f358813e1d1 Merge remote-tracking branch 'origin/4.19' into main
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/cloudstack/api/ApiConstants.java | 1 +
.../cloudstack/api/response/SnapshotResponse.java | 8 +++++
.../META-INF/db/views/cloud.snapshot_view.sql | 1 +
.../main/java/com/cloud/api/ApiResponseHelper.java | 1 +
.../cloud/api/query/dao/SnapshotJoinDaoImpl.java | 1 +
.../com/cloud/api/query/vo/SnapshotJoinVO.java | 8 +++++
tools/appliance/README.md | 13 ++++++--
tools/appliance/build.sh | 22 +++++++++----
.../http/{preseed.cfg => preseed_aarch64.cfg} | 11 ++++++-
.../http/{preseed.cfg => preseed_x86_64.cfg} | 0
.../scripts/install_systemvm_packages.sh | 22 +++++++++----
...n => template-base_aarch64-target_aarch64.json} | 36 +++++++++++++++-----
...on => template-base_x86_64-target_aarch64.json} | 36 ++++++++++++++------
...son => template-base_x86_64-target_x86_64.json} | 2 +-
ui/src/components/view/InfoCard.vue | 8 +++--
ui/src/components/view/ListView.vue | 16 ++++++++-
.../components/dashboard.less => utils/links.js} | 38 +++++++---------------
17 files changed, 159 insertions(+), 65 deletions(-)
copy tools/appliance/systemvmtemplate/http/{preseed.cfg =>
preseed_aarch64.cfg} (87%)
rename tools/appliance/systemvmtemplate/http/{preseed.cfg =>
preseed_x86_64.cfg} (100%)
copy tools/appliance/systemvmtemplate/{template.json =>
template-base_aarch64-target_aarch64.json} (72%)
copy tools/appliance/systemvmtemplate/{template.json =>
template-base_x86_64-target_aarch64.json} (70%)
rename tools/appliance/systemvmtemplate/{template.json =>
template-base_x86_64-target_x86_64.json} (99%)
copy ui/src/{style/components/dashboard.less => utils/links.js} (66%)