Skip to content

Releases: ppc64le-cloud/pvsadm

Release v0.1.1-alpha.5

15 Apr 06:57
0dcee9e

Choose a tag to compare

Pre-release

431dc3d Add support for montreal and osaka regions
87a4692 Added changes for handling pagination of service instances

Release v0.1.1-alpha.4

29 Mar 08:53
d575e0b

Choose a tag to compare

Pre-release

a686b8a Add code to create and delete port
ee0cc95 Bumped up pvsadm version

Release v0.1.1-alpha.3

19 Mar 05:44
e18a40d

Choose a tag to compare

Pre-release

6764240 Update the cloud-init
8c4c206 Updated help function, also fixed the issue of adding more than one private networks to var file if there are multiple in the powervs instance. Also added cos-instance name parameter check.
8dc8637 Fixed broken download link and also fixed usage
809d471 Documentation for convert-upload-images-powervs Original Document
ff91d85 Script to upload images to PowerVS service
3bacfc5 Enhancements for creation and deletion of the resource instances
9dada92 Add support for IBM Cloud test environment

Release v0.1.1-alpha.2

18 Feb 05:28
f0c1450

Choose a tag to compare

Pre-release

c73274d Add optional cos-instance-name parameter for image import
9325fac Disable the network after firstboot

Release v0.1.1-alpha.1

12 Feb 05:30
ac8ba93

Choose a tag to compare

Pre-release

54a3f71 Fix: prevent existing image overwrite in IBM cloud object store
180eb68 Add Docs for Image upload and import commands
dad9c53 Check platform first
508aea3 Add copyrights
ca85a63 hack scripts
2424886 Add Makefile
92c7d1d Test framework
68395d3 Add support for the DC - sao, dal
f349e59 Adding sample script for image create and upload
8c9d83f Add docs for image management
088d834 Issue template
fe74948 Enhance get.sh script to work with curl command
2a378ef Create get.sh

Release v0.1

15 Dec 14:15
6aad2af

Choose a tag to compare

Features:

  • Image management to build, upload, and import. More details: pvsadm image --help.
  • Get PowerVS events, more details: pvsadm get events --help
  • Purge PowerVS resources like vms, images, volumes. More details: pvsadm purge --help
  • Windows Support

Contributors:

Basheer K [email protected]
Manjunath A Kumatagi [email protected]
Rajalakshmi-Girish [email protected]
arcprabh [email protected]

Release v0.1-alpha.13

15 Dec 11:08
161853b

Choose a tag to compare

Release v0.1-alpha.13 Pre-release
Pre-release

02f4432 Add windows support

Release v0.1-alpha.12

14 Dec 07:16
8b140e1

Choose a tag to compare

Release v0.1-alpha.12 Pre-release
Pre-release

520f950 Disable the Advanced Toolchain repository
8e99681 Fix the ds-identify filename
05ad0d4 Change in the name for the autogenerated service credential to map with COS instance

Release v0.1-alpha.11

11 Dec 18:15
fdca9d9

Choose a tag to compare

Release v0.1-alpha.11 Pre-release
Pre-release

c3e3e58 Fix the import regression issues
0ecffc5 Exit the qcow2ova command if already image exists with the same name
6396da3 Purge vm - ignore the virtual machine if GET call fails for those VMs

Release v0.1-alpha.10

11 Dec 06:40
31fbbe2

Choose a tag to compare

Release v0.1-alpha.10 Pre-release
Pre-release

Fixes:

bec2438 Breaking Change: Flags renamed for image upload and import commands, for more information refer: pvsadm image upload --help and pvsadm image import --help
2d54a8b Select the default resource group for the account while creating the IBM COS instead of hardcoded defaut
b0abde6 Autogenerated Service Credential name change: append the user ID
acefd7c Added --wait and --wait-timeout option to image import command, refer pvsadm image import --help for more information