Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ jobs:
enable-common-libs: true
#apt-cache-version: v0
py-cache-version: v1
python-version: "3.8"
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 1.1.0

* Close: https://security.snyk.io/vuln/SNYK-PYTHON-AZURESTORAGEBLOB-2949173
* Close: https://security.snyk.io/vuln/SNYK-PYTHON-AZURESTORAGEQUEUE-2949174

## 1.0.0

* Drop Python 2.7 support
Expand Down
2 changes: 1 addition & 1 deletion pack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords:
- virtual machines
- azure virtual machines
- azurerm
version: 1.0.0
version: 1.1.0
author : StackStorm, Inc.
email : info@stackstorm.com
python_versions:
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ azure-mgmt==0.30.0a1
msrestazure
azure<5.0
apache-libcloud<3.0.0
azure-storage-blob>=12.13.0
azure-storage-queue>=12.4.0