Refactor VPN proxy client implementation
This commit is contained in:
@@ -5,7 +5,7 @@ description: Check and bump Harbor component versions for every runtime, UI, API
|
||||
|
||||
# Manage Harbor Versions
|
||||
|
||||
Treat `src/shared/versions.js` as the only component-version source. Do not use the root package version as a release version.
|
||||
Treat `src/shared/versions.ts` as the only component-version source. Do not use the root package version as a release version.
|
||||
|
||||
## Required workflow
|
||||
|
||||
@@ -23,4 +23,4 @@ Treat `src/shared/versions.js` as the only component-version source. Do not use
|
||||
|
||||
Valid component names are `mac`, `gateway-client`, and `gateway-backend`. A major bump always updates all three components. A minor bump for either Gateway component automatically updates both Gateway client and Gateway backend. A hotfix updates only the named component.
|
||||
|
||||
Do not bump documentation- or test-only changes. If the version contract is new and the base has no `src/shared/versions.js`, keep the initial versions and let the checker report that no baseline exists.
|
||||
Do not bump documentation- or test-only changes. If the version contract is new and the base has no `src/shared/versions.ts`, keep the initial versions and let the checker report that no baseline exists.
|
||||
|
||||
Reference in New Issue
Block a user