Releases: NeowayLabs/klb
0.13.0
0.12.2
0.12.1
0.12.0
This release breaks compatibility of the vm package.
The functions that have changed are:
- azure_vm_backup_create
- azure_snapshot_create
To be more compatible with azure behavior of not allowing snapshots to
be on a different location than the source disks used to generate them.
We also added new functionality to enable backups to be copied through
different locations, check the functions:
- azure_vm_backup_copy
- azure_snapshot_copy
There are examples provided on the project for both functionalities.
Fix Azure Download Dir Issues
Why call issues ? Well because Azure thinks that the "fs layer" they provide on their BLOB service can be somewhat like a FS...but not actually an FS, so when the behavior is stupid..NO PROBLEM =D. Of course that the behavior is stupid and useless...but on some conceptual level it makes sense for them. So we just make it work inside klb with a layer of behavior adjustements.
Resuming, azure_blob_fs_download_dir now works as expected.
0.11.0
No API has been changed, only adding:
- BLOB FS API (azure/blob/fs) to manipulate files on Azure BLOB service easier
- Changed python from 3 to 2 because Azure happened (Azure/azure-cli#5896)
0.10.2
0.10.1
0.10.0
This release breaks compatibility of the storage package to
match it better with how Azure works.
Removes:
- azure_storage_account_create
Breaking changes:
- azure_storage_account_get_keys
And adds the new/tested:
- azure_storage_account_create_storage
- azure_storage_account_create_blob
- azure_storage_blob_upload
- azure_storage_blob_upload_by_resgroup
- azure_storage_blob_download
- azure_storage_blob_download_by_resgroup
Now it is easier to create Azure Blob containers and
upload/download files from it.
It also updates nash to 0.6 and protects against
invalid parameters when restoring a VM backup.
The following functions should not be called anymore
when recovering a VM backup:
- azure_vm_set_username
- azure_vm_set_publickeyfile
- azure_vm_set_password