From e50b1003c144d277c73207e590e841bd468db48f Mon Sep 17 00:00:00 2001 From: EKS Distro PR Bot Date: Wed, 19 Feb 2025 08:07:34 +0000 Subject: [PATCH] Bump goharbor/harbor to latest release --- UPSTREAM_PROJECTS.yaml | 4 ++-- projects/goharbor/harbor/GIT_TAG | 2 +- projects/goharbor/harbor/GOLANG_VERSION | 2 +- projects/goharbor/harbor/README.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/UPSTREAM_PROJECTS.yaml b/UPSTREAM_PROJECTS.yaml index c12c3d03b0..20d19d6da2 100644 --- a/UPSTREAM_PROJECTS.yaml +++ b/UPSTREAM_PROJECTS.yaml @@ -115,8 +115,8 @@ projects: repos: - name: harbor versions: - - tag: v2.11.1 - go_version: "1.22" + - tag: v2.12.2 + go_version: "1.23" - name: harbor-scanner-trivy versions: - tag: v0.31.4 diff --git a/projects/goharbor/harbor/GIT_TAG b/projects/goharbor/harbor/GIT_TAG index d6509f096f..6f9cc441d9 100644 --- a/projects/goharbor/harbor/GIT_TAG +++ b/projects/goharbor/harbor/GIT_TAG @@ -1 +1 @@ -v2.11.1 +v2.12.2 diff --git a/projects/goharbor/harbor/GOLANG_VERSION b/projects/goharbor/harbor/GOLANG_VERSION index 71f7f51df9..a1b6e17d61 100644 --- a/projects/goharbor/harbor/GOLANG_VERSION +++ b/projects/goharbor/harbor/GOLANG_VERSION @@ -1 +1 @@ -1.22 +1.23 diff --git a/projects/goharbor/harbor/README.md b/projects/goharbor/harbor/README.md index 545b6cab73..96c8523223 100644 --- a/projects/goharbor/harbor/README.md +++ b/projects/goharbor/harbor/README.md @@ -1,5 +1,5 @@ ## **harbor** -![Version](https://img.shields.io/badge/version-v2.11.1-blue) +![Version](https://img.shields.io/badge/version-v2.12.2-blue) ![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiU2FkKytjT1M0SXpTa3lmL3BNSFhRbWpyNVBLdVRBOHdqajI0MnB2ZnFSR2k4aVNDQ2hyS1NDTU0wdnNWT2xORVR3aWhsY29ETjBVcVB1ay9GNWpQUmlRPSIsIml2UGFyYW1ldGVyU3BlYyI6IkNJOW1HQmkzUVBzY1pVajgiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main) The [harbor project](https://github.com/goharbor/harbor) is an open source trusted cloud native registry project that stores, signs, and scans content. Harbor extends the open source Docker Distribution by adding the functionalities usually required by users such as security, identity and management. Having a registry closer to the build and run environment can improve the image transfer efficiency. Harbor supports replication of images between registries, and also offers advanced security features such as user management, access control and activity auditing.