Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Releases for ucv-ext-compass:1.1.55 #363

Merged
merged 2 commits into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 22 additions & 4 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.42",
"date": "2024-05-09T11:33:44.040Z",
"image": "urbancode/ucv-ext-coverage-core:1.0.42",
"semver": "1.0.44",
"date": "2024-11-04T07:26:42.118Z",
"image": "urbancode/ucv-ext-coverage-core:1.0.44",
"notes": [
"<b>Feature enhancement</b>: Now core coverage plugin accepts user defined record name and dataset name in payload while hitting post call/curl command. If values are not provided by user it will accept default values given by the plugin."
"fixed issue for Code Coverage plugin not supporting clover xml format"
]
}
},
Expand Down Expand Up @@ -373,6 +373,24 @@
"supports": "2.5.0"
}
},
"ucv-ext-compass": {
"name": "DevOps Plan Plugin",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-compass/",
"description": "The DevOps Plan plug-in imports and synchronizes issues from an DevOps Plan server into an DevOps Velocity server.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.1.55",
"date": "2024-10-23T05:44:56.112Z",
"image": "urbancode/ucv-ext-compass:1.1.55",
"notes": [
"Initial Release of Plan Plugin"
],
"supports": "2.5.0"
}
},
"ucv-ext-control": {
"name": "Control",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-control",
Expand Down
8 changes: 8 additions & 0 deletions plugins/coverageCorePlugin/releases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
[
{
"semver": "1.0.44",
"date": "2024-11-04T07:26:42.118Z",
"image": "urbancode/ucv-ext-coverage-core:1.0.44",
"notes": [
"fixed issue for Code Coverage plugin not supporting clover xml format"
]
},
{
"semver": "1.0.42",
"date": "2024-05-09T11:33:44.040Z",
Expand Down
9 changes: 9 additions & 0 deletions plugins/ucv-ext-compass/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "DevOps Plan Plugin",
"url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-compass/",
"description": "The DevOps Plan plug-in imports and synchronizes issues from an DevOps Plan server into an DevOps Velocity server.",
"author": {
"name": "UrbanCode",
"email": "urbancode-plugins@hcl.com"
}
}
11 changes: 11 additions & 0 deletions plugins/ucv-ext-compass/releases.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[
{
"semver": "1.1.55",
"date": "2024-10-23T05:44:56.112Z",
"image": "urbancode/ucv-ext-compass:1.1.55",
"notes": [
"Initial Release of Plan Plugin"
],
"supports": "2.5.0"
}
]
Loading