Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump goharbor/harbor to latest release #4037

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions UPSTREAM_PROJECTS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ projects:
repos:
- name: harbor
versions:
- tag: v2.11.1
go_version: "1.22"
- tag: v2.12.1
go_version: "1.23"
- name: harbor-scanner-trivy
versions:
- tag: v0.31.4
Expand Down
2 changes: 1 addition & 1 deletion projects/goharbor/harbor/GIT_TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.11.1
v2.12.1
2 changes: 1 addition & 1 deletion projects/goharbor/harbor/GOLANG_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.22
1.23
2 changes: 1 addition & 1 deletion projects/goharbor/harbor/README.md
Original file line number Diff line number Diff line change
@@ -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.1-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.
Expand Down