зеркало из https://github.com/microsoft/azure-cli.git
Update packaged release notes for 0.2.5 (#2899)
* Update packaged release notes * Add pip requirements for 0.2.5 release
This commit is contained in:
Родитель
7665a31e1b
Коммит
9256f1188e
|
@ -1,6 +1,49 @@
|
|||
Release History
|
||||
===============
|
||||
|
||||
0.2.5 (2017-04-17)
|
||||
------------------
|
||||
|
||||
* See the `HISTORY.rst` files in each module for a changelog.
|
||||
|
||||
Source download:
|
||||
https://azurecliprod.blob.core.windows.net/releases/azure-cli_packaged_0.2.5.tar.gz
|
||||
sha256 10d443edce3e61ef2123786e4c242ddf1c0a4ff46574742a37f8c1edd80e0914
|
||||
|
||||
---
|
||||
|
||||
<details>
|
||||
<summary>List of component versions in this release (click to expand)</summary><p>
|
||||
$ az --version
|
||||
azure-cli (2.0.3)
|
||||
|
||||
acr (2.0.1)
|
||||
acs (2.0.3)
|
||||
appservice (0.1.3)
|
||||
batch (2.0.1)
|
||||
cloud (2.0.1)
|
||||
component (2.0.1)
|
||||
configure (2.0.3)
|
||||
container (0.1.3)
|
||||
core (2.0.3)
|
||||
documentdb (0.1.3)
|
||||
feedback (2.0.1)
|
||||
find (0.0.2)
|
||||
iot (0.1.3)
|
||||
keyvault (2.0.1)
|
||||
lab (0.0.2)
|
||||
monitor (0.0.2)
|
||||
network (2.0.3)
|
||||
nspkg (2.0.0)
|
||||
profile (2.0.3)
|
||||
redis (0.2.0)
|
||||
resource (2.0.3)
|
||||
role (2.0.2)
|
||||
sql (2.0.1)
|
||||
storage (2.0.3)
|
||||
vm (2.0.3)
|
||||
</p></details>
|
||||
|
||||
0.2.4 (2017-04-03)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -20,8 +20,8 @@ $ chmod +x debian_build.sh debian_dir_creator.sh
|
|||
|
||||
Then execute it with the appropriate environment variable values.
|
||||
```
|
||||
$ export CLI_VERSION=0.2.4 \
|
||||
&& export CLI_DOWNLOAD_SHA256=bb9f7be41c59e14c0ab76f2ae3f6f2c7387265b4595a27f50b3680fad6acc1e8 \
|
||||
$ export CLI_VERSION=0.2.5 \
|
||||
&& export CLI_DOWNLOAD_SHA256=10d443edce3e61ef2123786e4c242ddf1c0a4ff46574742a37f8c1edd80e0914 \
|
||||
&& ~/debian_build.sh ~/debian_dir_creator.sh
|
||||
```
|
||||
|
||||
|
|
|
@ -32,6 +32,12 @@ echo '1.0' > $debian_dir/source/format
|
|||
echo '9' > $debian_dir/compat
|
||||
|
||||
cat > $debian_dir/changelog <<- EOM
|
||||
azure-cli (0.2.5-1) unstable; urgency=low
|
||||
|
||||
* Packaged release 0.2.5.
|
||||
|
||||
-- Azure Python CLI Team <azpycli@microsoft.com> Mon, 17 Apr 2017 20:00:00 +0000
|
||||
|
||||
azure-cli (0.2.4-1) unstable; urgency=low
|
||||
|
||||
* Packaged release 0.2.4.
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
|
||||
FROM python:3.5.2-alpine
|
||||
|
||||
ENV CLI_VERSION 0.2.4
|
||||
ENV CLI_DOWNLOAD_SHA256 bb9f7be41c59e14c0ab76f2ae3f6f2c7387265b4595a27f50b3680fad6acc1e8
|
||||
ENV CLI_VERSION 0.2.5
|
||||
ENV CLI_DOWNLOAD_SHA256 10d443edce3e61ef2123786e4c242ddf1c0a4ff46574742a37f8c1edd80e0914
|
||||
|
||||
# Metadata as defined at http://label-schema.org
|
||||
ARG BUILD_DATE
|
||||
|
|
|
@ -0,0 +1,89 @@
|
|||
adal==0.4.5
|
||||
applicationinsights==0.10.0
|
||||
argcomplete==1.8.2
|
||||
asn1crypto==0.22.0
|
||||
azure-batch==2.0.0
|
||||
azure-cli==2.0.3
|
||||
azure-cli-acr==2.0.1
|
||||
azure-cli-acs==2.0.3
|
||||
azure-cli-appservice==0.1.3
|
||||
azure-cli-batch==2.0.1
|
||||
azure-cli-cloud==2.0.1
|
||||
azure-cli-component==2.0.1
|
||||
azure-cli-configure==2.0.3
|
||||
azure-cli-container==0.1.3
|
||||
azure-cli-core==2.0.3
|
||||
azure-cli-documentdb==0.1.3
|
||||
azure-cli-feedback==2.0.1
|
||||
azure-cli-find==0.0.2
|
||||
azure-cli-iot==0.1.3
|
||||
azure-cli-keyvault==2.0.1
|
||||
azure-cli-lab==0.0.2
|
||||
azure-cli-monitor==0.0.2
|
||||
azure-cli-network==2.0.3
|
||||
azure-cli-nspkg==2.0.0
|
||||
azure-cli-profile==2.0.3
|
||||
azure-cli-redis==0.2.0
|
||||
azure-cli-resource==2.0.3
|
||||
azure-cli-role==2.0.2
|
||||
azure-cli-sql==2.0.1
|
||||
azure-cli-storage==2.0.3
|
||||
azure-cli-vm==2.0.3
|
||||
azure-common==1.1.5
|
||||
azure-graphrbac==0.30.0rc6
|
||||
azure-keyvault==0.1.0
|
||||
azure-mgmt-authorization==0.30.0rc6
|
||||
azure-mgmt-batch==3.0.0
|
||||
azure-mgmt-compute==1.0.0rc1
|
||||
azure-mgmt-containerregistry==0.2.0
|
||||
azure-mgmt-dns==1.0.0
|
||||
azure-mgmt-documentdb==0.1.1
|
||||
azure-mgmt-iothub==0.2.1
|
||||
azure-mgmt-keyvault==0.30.0
|
||||
azure-mgmt-monitor==0.1.0
|
||||
azure-mgmt-network==1.0.0rc1
|
||||
azure-mgmt-nspkg==2.0.0
|
||||
azure-mgmt-redis==1.0.0
|
||||
azure-mgmt-resource==1.0.0rc1
|
||||
azure-mgmt-sql==0.4.0
|
||||
azure-mgmt-storage==1.0.0rc1
|
||||
azure-mgmt-trafficmanager==0.30.0rc6
|
||||
azure-mgmt-web==0.31.0
|
||||
azure-monitor==0.2.0
|
||||
azure-multiapi-storage==0.1.0
|
||||
azure-nspkg==2.0.0
|
||||
certifi==2017.4.17
|
||||
cffi==1.10.0
|
||||
colorama==0.3.7
|
||||
cryptography==1.8.1
|
||||
enum34==1.1.6
|
||||
futures==3.1.1
|
||||
idna==2.5
|
||||
ipaddress==1.0.18
|
||||
isodate==0.5.4
|
||||
jmespath==0.9.2
|
||||
keyring==10.3.2
|
||||
msrest==0.4.7
|
||||
msrestazure==0.4.7
|
||||
ndg-httpsclient==0.4.2
|
||||
oauthlib==2.0.2
|
||||
packaging==16.8
|
||||
paramiko==2.1.2
|
||||
pyasn1==0.2.3
|
||||
pycparser==2.17
|
||||
Pygments==2.2.0
|
||||
PyJWT==1.4.2
|
||||
pyOpenSSL==16.2.0
|
||||
pyparsing==2.2.0
|
||||
python-dateutil==2.6.0
|
||||
PyYAML==3.12
|
||||
requests==2.13.0
|
||||
requests-oauthlib==0.8.0
|
||||
scp==0.10.2
|
||||
SecretStorage==2.3.1
|
||||
six==1.10.0
|
||||
sshtunnel==0.1.2
|
||||
tabulate==0.7.7
|
||||
urllib3==1.16
|
||||
Whoosh==2.7.4
|
||||
xmltodict==0.10.2
|
|
@ -0,0 +1,86 @@
|
|||
adal==0.4.5
|
||||
applicationinsights==0.10.0
|
||||
argcomplete==1.8.2
|
||||
asn1crypto==0.22.0
|
||||
azure-batch==2.0.0
|
||||
azure-cli==2.0.3
|
||||
azure-cli-acr==2.0.1
|
||||
azure-cli-acs==2.0.3
|
||||
azure-cli-appservice==0.1.3
|
||||
azure-cli-batch==2.0.1
|
||||
azure-cli-cloud==2.0.1
|
||||
azure-cli-component==2.0.1
|
||||
azure-cli-configure==2.0.3
|
||||
azure-cli-container==0.1.3
|
||||
azure-cli-core==2.0.3
|
||||
azure-cli-documentdb==0.1.3
|
||||
azure-cli-feedback==2.0.1
|
||||
azure-cli-find==0.0.2
|
||||
azure-cli-iot==0.1.3
|
||||
azure-cli-keyvault==2.0.1
|
||||
azure-cli-lab==0.0.2
|
||||
azure-cli-monitor==0.0.2
|
||||
azure-cli-network==2.0.3
|
||||
azure-cli-nspkg==2.0.0
|
||||
azure-cli-profile==2.0.3
|
||||
azure-cli-redis==0.2.0
|
||||
azure-cli-resource==2.0.3
|
||||
azure-cli-role==2.0.2
|
||||
azure-cli-sql==2.0.1
|
||||
azure-cli-storage==2.0.3
|
||||
azure-cli-vm==2.0.3
|
||||
azure-common==1.1.4
|
||||
azure-graphrbac==0.30.0rc6
|
||||
azure-keyvault==0.1.0
|
||||
azure-mgmt-authorization==0.30.0rc6
|
||||
azure-mgmt-batch==3.0.0
|
||||
azure-mgmt-compute==1.0.0rc1
|
||||
azure-mgmt-containerregistry==0.2.0
|
||||
azure-mgmt-dns==1.0.0
|
||||
azure-mgmt-documentdb==0.1.1
|
||||
azure-mgmt-iothub==0.2.1
|
||||
azure-mgmt-keyvault==0.30.0
|
||||
azure-mgmt-monitor==0.1.0
|
||||
azure-mgmt-network==1.0.0rc1
|
||||
azure-mgmt-nspkg==2.0.0
|
||||
azure-mgmt-redis==1.0.0
|
||||
azure-mgmt-resource==1.0.0rc1
|
||||
azure-mgmt-sql==0.4.0
|
||||
azure-mgmt-storage==1.0.0rc1
|
||||
azure-mgmt-trafficmanager==0.30.0rc6
|
||||
azure-mgmt-web==0.31.0
|
||||
azure-monitor==0.2.0
|
||||
azure-multiapi-storage==0.1.0
|
||||
azure-nspkg==2.0.0
|
||||
certifi==2017.4.17
|
||||
cffi==1.10.0
|
||||
colorama==0.3.7
|
||||
cryptography==1.8.1
|
||||
futures==3.1.1
|
||||
idna==2.5
|
||||
isodate==0.5.4
|
||||
jmespath==0.9.2
|
||||
keyring==10.3.2
|
||||
msrest==0.4.7
|
||||
msrestazure==0.4.7
|
||||
oauthlib==2.0.2
|
||||
packaging==16.8
|
||||
paramiko==2.1.2
|
||||
pyasn1==0.2.3
|
||||
pycparser==2.17
|
||||
Pygments==2.2.0
|
||||
PyJWT==1.4.2
|
||||
pyOpenSSL==16.2.0
|
||||
pyparsing==2.2.0
|
||||
python-dateutil==2.6.0
|
||||
PyYAML==3.12
|
||||
requests==2.13.0
|
||||
requests-oauthlib==0.8.0
|
||||
scp==0.10.2
|
||||
SecretStorage==2.3.1
|
||||
six==1.10.0
|
||||
sshtunnel==0.1.2
|
||||
tabulate==0.7.7
|
||||
urllib3==1.16
|
||||
Whoosh==2.7.4
|
||||
xmltodict==0.10.2
|
Загрузка…
Ссылка в новой задаче