Skip to content

Commit

Permalink
Deprecate min_profile in Dev Spaces code (#768)
Browse files Browse the repository at this point in the history
* deprecate min_profile, incrememt version

* update index

* Revert "update index"

This reverts commit 6b3e372.

* update index.json again

* PR feedback, changed minCliVersion

* remove older version
  • Loading branch information
amsoedal authored and limingu committed Jun 19, 2019
1 parent 53c629e commit 5b7563d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
3 changes: 1 addition & 2 deletions src/dev-spaces/azext_dev_spaces/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ def __init__(self, cli_ctx=None):
from azure.cli.core.commands import CliCommandType
dev_spaces_custom = CliCommandType(
operations_tmpl='azext_dev_spaces.custom#{}')
super(DevspacesExtCommandLoader, self).__init__(cli_ctx=cli_ctx,
custom_command_type=dev_spaces_custom)
super(DevspacesExtCommandLoader, self).__init__(cli_ctx=cli_ctx, custom_command_type=dev_spaces_custom)


COMMAND_LOADER_CLS = DevspacesExtCommandLoader
2 changes: 1 addition & 1 deletion src/dev-spaces/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from setuptools import setup, find_packages

VERSION = "1.0.1"
VERSION = "1.0.3"

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down
9 changes: 4 additions & 5 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -642,10 +642,9 @@
],
"dev-spaces": [
{
"downloadUrl": "https://azuredevspacestools.blob.core.windows.net/azdssetup/LKS/dev_spaces-1.0.1-py2.py3-none-any.whl",
"filename": "dev_spaces-1.0.1-py2.py3-none-any.whl",
"downloadUrl": "https://azuredevspacestools.blob.core.windows.net/azdssetup/LKS/dev_spaces-1.0.3-py2.py3-none-any.whl",
"filename": "dev_spaces-1.0.3-py2.py3-none-any.whl",
"metadata": {
"azext.maxCliCoreVersion": "2.0.66",
"azext.minCliCoreVersion": "2.0.63",
"classifiers": [
"Development Status :: 4 - Beta",
Expand Down Expand Up @@ -682,9 +681,9 @@
"metadata_version": "2.0",
"name": "dev-spaces",
"summary": "Dev Spaces provides a rapid, iterative Kubernetes development experience for teams.",
"version": "1.0.1"
"version": "1.0.3"
},
"sha256Digest": "1356084d5c1dafe530a927d01e6ae59fd08b8b1f6a8f849f8584aea1b4173bd6"
"sha256Digest": "1e94e41976c1aa2e5abd88b1f663d54b0cf04c94af30adefdd06e58745311af3"
}
],
"dev-spaces-preview": [
Expand Down

0 comments on commit 5b7563d

Please sign in to comment.