github dtzp555-max/ocp v3.15.1

latest release: v3.16.0
4 hours ago

v3.15.1 — 2026-05-10

Fixes

  • doctor: dynamic latest_version from origin/main:package.json — v3.15.0 doctor used a hard-coded latest = "v3.14.0" fallback, which made any v3.15.0+ install report kind = upgrade (against a stale value). ocp update would then attempt git checkout v3.14.0 — a downgrade. Doctor now fetches git -C ~/ocp show origin/main:package.json to determine the actual latest version; on failure (offline, fresh clone with no remote), falls back to currentVersion so kind = noop instead of recommending a downgrade.

Don't miss a new ocp release

NewReleases is sending notifications on new releases.