diff --git a/index.json b/index.json index cbb88f9..77c857f 100644 --- a/index.json +++ b/index.json @@ -882,16 +882,11 @@ "email": "urbancode-plugins@hcl.com" }, "current": { - "semver": "4.1.3", - "date": "2025-11-06T09:43:08.312Z", - "image": "urbancode/ucv-ext-ucd:4.1.3", - "notes": [ - "Support update: From this version onward, DevOps Deploy plugin needs Velocity version 5.1.11 or later.", - "Enhancement: Added the integrationId field to the deployments collection for deployment records.", - "Bug Fix: Resolved an issue in delta sync where in-progress APRs were not being tracked.", - "Enhancement: Introduced new schedule events in UCD AppCompRequests, AppResources, and SnapCompVersions to synchronize Application Component Requests, Application Resources, and Snapshot Component Versions.", - "Bug fix: Resolved an issue where manual deployments triggered from UrbanCode Velocity (UCV) failed with a 401 Unauthorized error, while scheduled releases continued to run successfully. This occurred due to an authentication failure between Velocity and UrbanCode Deploy (UCD) following a version upgrade. The integration credentials between UCV and UCD have been revalidated, and authentication handling has been improved to ensure successful manual deployments.", - "Bug fix: Addressed an issue where applications created from older templates in UrbanCode Deploy (UCD) were not synchronizing correctly with UrbanCode Velocity (UCV). This issue prevented deployments from being initiated through Velocity, requiring manual execution in UCD. The synchronization logic has been enhanced so that processes and environments for newly created applications (based on existing templates) are now accurately captured during deltaSync." + "semver": "4.1.4", + "date": "2025-11-11T11:13:38.353Z", + "image": "urbancode/ucv-ext-ucd:4.1.4", + "notes": [ + "Snapshot Visibility Enhancement: Earlier, once a snapshot was created and synced from DevOps Deploy to DevOps Velocity, it continued to appear in the DevOps Velocity UI even after being deleted in DevOps Deploy. This sometimes led to accidental deployments of deleted or outdated snapshots. With this enhancement, snapshots in DevOps Velocity now stay automatically aligned with DevOps Deploy. If a snapshot is deleted in DevOps Deploy, it will be hidden from the DevOps Velocity UI in the next plugin sync. Note: Snapshots synced before this enhancement may still appear in the DevOps Velocity UI. If such older snapshots are modified in DevOps Deploy, their status will be updated automatically in the next plugin sync. To update all old snapshots at once, you can perform a full resync. Caution: A full resync can be time-consuming and may take from a few minutes to several hours, depending on the amount of data being synced between DevOps Deploy and DevOps Velocity. It is recommended to schedule this activity during a maintenance window or low-usage period." ], "supports": "5.1.11" }, diff --git a/plugins/ucv-ext-ucd/releases.json b/plugins/ucv-ext-ucd/releases.json index 03409f0..83dad42 100644 --- a/plugins/ucv-ext-ucd/releases.json +++ b/plugins/ucv-ext-ucd/releases.json @@ -1,4 +1,13 @@ [ + { + "semver": "4.1.4", + "date": "2025-11-11T11:13:38.353Z", + "image": "urbancode/ucv-ext-ucd:4.1.4", + "notes": [ + "Snapshot Visibility Enhancement: Earlier, once a snapshot was created and synced from DevOps Deploy to DevOps Velocity, it continued to appear in the DevOps Velocity UI even after being deleted in DevOps Deploy. This sometimes led to accidental deployments of deleted or outdated snapshots. With this enhancement, snapshots in DevOps Velocity now stay automatically aligned with DevOps Deploy. If a snapshot is deleted in DevOps Deploy, it will be hidden from the DevOps Velocity UI in the next plugin sync. Note: Snapshots synced before this enhancement may still appear in the DevOps Velocity UI. If such older snapshots are modified in DevOps Deploy, their status will be updated automatically in the next plugin sync. To update all old snapshots at once, you can perform a full resync. Caution: A full resync can be time-consuming and may take from a few minutes to several hours, depending on the amount of data being synced between DevOps Deploy and DevOps Velocity. It is recommended to schedule this activity during a maintenance window or low-usage period." + ], + "supports": "5.1.11" + }, { "semver": "4.1.3", "date": "2025-11-06T09:43:08.312Z",