Skip to content

Commit

Permalink
Merge pull request #14 from totem/develop
Browse files Browse the repository at this point in the history
0.1.7 Release
  • Loading branch information
sukrit007 committed Mar 16, 2015
2 parents 8486e14 + 134120a commit 2bcf30a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deployer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.1.6'
__version__ = '0.1.7'
__author__ = 'sukrit'

import logging
Expand Down
6 changes: 3 additions & 3 deletions schemas/app-version-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@
"type": "object",
"properties": {
"hostname": {
"description": "Hostname(s) to be registered with proxy. If multiple hosts needs to be specified, separate them using comma or space",
"description": "Hostname(s) to be registered with proxy. If multiple hosts need to be specified, separate them using comma or space",
"type": "string",
"pattern": "^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]{0,61}[a-zA-Z0-9])(\\.([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]{0,61}[a-zA-Z0-9]))*[\\s,]*)+$"
"pattern": "^[a-zA-Z0-9\\-.\\s,]*[a-zA-Z0-9\\s\\-,]$"
},
"locations": {
"description": "Locations for given proxy host.",
Expand Down Expand Up @@ -417,4 +417,4 @@
},
"links": [
]
}
}

0 comments on commit 2bcf30a

Please sign in to comment.