diff --git a/harbor-2.12.yaml b/harbor-2.12.yaml index b7868f9df88..ee12c0f5afb 100644 --- a/harbor-2.12.yaml +++ b/harbor-2.12.yaml @@ -1,7 +1,7 @@ package: name: harbor-2.12 version: 2.12.0 - epoch: 0 + epoch: 1 description: An open source trusted cloud native registry project that stores, signs, and scans content copyright: - license: Apache-2.0 @@ -43,6 +43,11 @@ pipeline: # Generate API swagger generate server --template-dir=tools/swagger/templates --exclude-main --additional-initialism=CVE --additional-initialism=GC --additional-initialism=OIDC -f api/v2.0/swagger.yaml -A harbor --target src/server/v2.0 + - uses: go/bump + with: + deps: github.com/golang-jwt/jwt/v4@v4.5.1 + modroot: ./src + - uses: go/build with: packages: ./core