Skip to content

Commit

Permalink
Version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ebencarek committed Jun 11, 2020
1 parent 81ac6d9 commit a4c10e7
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/appservice-kube/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
Release History
===============

0.1.2
++++++
* Retrieve function triggers for kube function apps

0.1.1
++++++
* Add az webapp up support

0.1.0
Expand Down
2 changes: 1 addition & 1 deletion src/appservice-kube/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# TODO: Confirm this is the right version number you want and it matches your
# HISTORY.rst entry.
VERSION = '0.1.1'
VERSION = '0.1.2'

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
53 changes: 53 additions & 0 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1102,6 +1102,59 @@
"version": "0.1.1"
},
"sha256Digest": "6e9184d7bc608aad51136528038c95a79dc8d4839c89716679a167fbf3d56784"
},
{
"downloadUrl": "https://k8seazurecliextensiondev.blob.core.windows.net/azure-cli-extension/appservice_kube-0.1.2-py2.py3-none-any.whl",
"filename": "appservice_kube-0.1.2-py2.py3-none-any.whl",
"metadata": {
"azext.isPreview": true,
"azext.minCliCoreVersion": "2.0.67",
"classifiers": [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"License :: OSI Approved :: MIT License"
],
"extensions": {
"python.details": {
"contacts": [
{
"email": "azpycli@microsoft.com",
"name": "Microsoft Corporation",
"role": "author"
}
],
"document_names": {
"description": "DESCRIPTION.rst"
},
"project_urls": {
"Home": "https://github.com/Azure/azure-cli-extensions"
}
}
},
"extras": [],
"generator": "bdist_wheel (0.30.0)",
"license": "MIT",
"metadata_version": "2.0",
"name": "appservice-kube",
"run_requires": [
{
"requires": [
"azure-cli-core"
]
}
],
"summary": "Microsoft Azure Command-Line Tools App Service on Kubernetes Extension",
"version": "0.1.2"
},
"sha256Digest": "4d9fad5a646a414337cd261b2efd4eafd9c03923b8992312b9a32cab295e91e9"
}
],
"azure-batch-cli-extensions": [
Expand Down

0 comments on commit a4c10e7

Please sign in to comment.