From 123e01b65379d67346ca3f08728fe491aa49094b Mon Sep 17 00:00:00 2001 From: EKS Distro PR Bot Date: Mon, 18 Nov 2024 08:06:38 +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 ea8f9cfd79..3b0974cdaf 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.0 + 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..9f94b801a3 100644 --- a/projects/goharbor/harbor/GIT_TAG +++ b/projects/goharbor/harbor/GIT_TAG @@ -1 +1 @@ -v2.11.1 +v2.12.0 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..ec33ab3959 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.0-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.