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
8 changes: 4 additions & 4 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -408,11 +408,11 @@
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.2.3",
"date": "2025-10-17T10:10:31.475Z",
"image": "urbancode/ucv-ext-compass:1.2.3",
"semver": "1.2.4",
"date": "2026-02-19T07:38:18.116Z",
"image": "urbancode/ucv-ext-compass:1.2.4",
"notes": [
"<b>Bug fix</b>: Release tab on filter bar and Releases option in Type selection does not appears on the VSM page filters."
"Prevents sending a body with GET requests, improving compatibility with APIs like Google Cloud / GKS"
],
"supports": "5.1.9"
},
Expand Down
9 changes: 9 additions & 0 deletions plugins/ucv-ext-compass/releases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"semver": "1.2.4",
"date": "2026-02-19T07:38:18.116Z",
"image": "urbancode/ucv-ext-compass:1.2.4",
"notes": [
"Prevents sending a body with GET requests, improving compatibility with APIs like Google Cloud / GKS"
],
"supports": "5.1.9"
},
{
"semver": "1.2.3",
"date": "2025-10-17T10:10:31.475Z",
Expand Down