Skip to content

Commit

Permalink
Zowe Suite v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zowe-robot authored Sep 1, 2022
2 parents 029b510 + a0ec871 commit 3584224
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ All notable changes to the Zlux App Server package will be documented in this fi
## v2.3.0

- Enhancement: app-server can now be configured by using configmgr. This increases startup time and validation of components and their plugins to increase automatic detection of plugin compatibility issues. This mode can be enabled or disabled with zowe configuration property 'zowe.useConfigmgr=true/false'
- Bugfix: Schema regex pattern for semver range was not working in configmgr, and has been corrected

## v2.0.0

Expand Down
2 changes: 1 addition & 1 deletion schemas/plugindefinition-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"semverRange": {
"type": "string",
"description": "A semantic version, see https://semver.org/",
"pattern": "^(([\\^\\~\\>\\<]?)|(>=?)|(<=?))(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$"
"pattern": "^(([\\^\\~\\>\\<]?)|(>=?)|(<=?))(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(-*[a-zA-Z][0-9a-zA-Z\\-\\.]*)?(\\+[0-9a-zA-Z\\-\\.]*)?$"
},
"appFwPlugin": {
"type": "object",
Expand Down

0 comments on commit 3584224

Please sign in to comment.