Skip to content
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
12 changes: 7 additions & 5 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -949,13 +949,15 @@
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "0.0.13",
"date": "2025-06-30T13:07:54.994Z",
"image": "urbancode/ucv-ext-yaml-executor:0.0.13",
"semver": "0.0.15",
"date": "2026-06-18T11:42:32.223Z",
"image": "urbancode/ucv-ext-yaml-executor:0.0.15",
"notes": [
"<b>Bug fix</b>: Resolved an issue where userAccessKey was not reliably fetched during looped requests in the measure. This caused some requests to fail or not execute until retried. The YAML Executor plugin now runs all requests consistently as expected."
"SonarQube coverage: Improved test coverage for the plugin.",
"Vulnerability fix: Addressed and resolved Whitesource-reported vulnerabilities.",
"Enhancement: Added direct synchronization in the YAML Executor plugin, eliminating dependency on other sync plugins and reducing delays and failures in value stream creation."
],
"supports": "5.1.6"
"supports": "5.2.5"
}
}
}
11 changes: 11 additions & 0 deletions plugins/ucv-ext-yaml-executor/releases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
[
{
"semver": "0.0.15",
"date": "2026-06-18T11:42:32.223Z",
"image": "urbancode/ucv-ext-yaml-executor:0.0.15",
"notes": [
"SonarQube coverage: Improved test coverage for the plugin.",
"Vulnerability fix: Addressed and resolved Whitesource-reported vulnerabilities.",
"Enhancement: Added direct synchronization in the YAML Executor plugin, eliminating dependency on other sync plugins and reducing delays and failures in value stream creation."
],
"supports": "5.2.5"
},
{
"semver": "0.0.13",
"date": "2025-06-30T13:07:54.994Z",
Expand Down
Loading