HEX
Server: Apache
System: Linux vpshost0650.publiccloud.com.br 4.4.79-grsec-1.lc.x86_64 #1 SMP Wed Aug 2 14:18:21 -03 2017 x86_64
User: bandeirantesbomb3 (10068)
PHP: 8.0.7
Disabled: apache_child_terminate,dl,escapeshellarg,escapeshellcmd,exec,link,mail,openlog,passthru,pcntl_alarm,pcntl_exec,pcntl_fork,pcntl_get_last_error,pcntl_getpriority,pcntl_setpriority,pcntl_signal,pcntl_signal_dispatch,pcntl_sigprocmask,pcntl_sigtimedwait,pcntl_sigwaitinfo,pcntl_strerror,pcntl_wait,pcntl_waitpid,pcntl_wexitstatus,pcntl_wifexited,pcntl_wifsignaled,pcntl_wifstopped,pcntl_wstopsig,pcntl_wtermsig,php_check_syntax,php_strip_whitespace,popen,proc_close,proc_open,shell_exec,symlink,system
Upload Files
File: //usr/share/doc/cloud-utils-0.27/ChangeLog
0.27
 - cloud-publish-image: add '--hook-img' flag to cloud-publish-image and
   passthrough that flag from cloud-publish-ubuntu and cloud-publish-tarball.
 - ubuntu-cloudimg-query: become aware of m3.* instance-sizes
 - fix make-dist-tarball to not have top level directory 
   named 'cloud-init' (thanks Juerg Haefliger)
 - write-mime-multipart: add 'include-once-url' to the supported types.
 - growpart: add support for resizing GPT partitions by using sgdisk from
   gptfdisk project.  Thanks to Juerg Haefliger.
 - growpart: add support for partx 'update' which allows resizing a partition
   that is mounted.
 - growpart: change exit codes. exit 1 on "no change necessary",
   0 on "grown", 2 on "failure". This allows other tools that use growpart to
  examine the exit status rather than parsing the output.

0.26
 - install ubuntu cloud image keyring into /usr/share/keyrings/
 - ubuntu-cloudimg-query, ubuntu-ec2-run:
   - be aware of m1.medium instance type
   - support "amd64 on all sizes"
   - be aware of hi1.4xlarge
   - always pass block device mapping for sdb if instance type has it
     rather than relying on ami registration.
 - when downloading images use wget dot:mega for less verbose
 - growpart:
   - use 'sfdisk --no-reread' (LP: #942788)
   - if sfdisk fails, send output to stderr
 - cloud-publish-tarball: fix for tarballs without a ramdisk
 - ubuntu-cloudimg-query: allow baseurl to be read from environment var
 - growpart: support growpart of nbd devices (/dev/nbd[0-9]) and
   /dev/loop devices.
 - add cloud-localds utility
 - ubuntu-cloudimg-query: add 'serial' to tokens availble for substitution