Date   

Harbor operator v1.1.0 is released!

Steven Zou
 

Hi all,

 

We’re so pleased to announce the harbor operator v1.1.0 is released! Notable features include:

 

- Support deploying Harbor v2.3
- Support Kubernetes version 1.21
- Upgrade ingress version to v1
- Refine CRD definitions to provide consistent database, storage, and cache configuration spec (introduce new CRD version v1beta1)
- Support applying day2 configuration with CRD-based declaration way
- Support exposing Harbor services with the load balancer
- Expose additional configuration options for S3 storage
- Logging in a consistent format
- Extend supporting versions of underlying operators (PostgreSQL, Redis, and Minio)

 

 

Any feedback is welcomed! Learn more details, please check the operator v1.1.0 release page.

 

 

thanks&regards

-- 

邹佳

Steven Zou (he/him/his)

 

Engineer, MAP(Modern Application Platform), VMware R&D | Harbor Maintainer

 

Mail: szou@...

GitHub: github.com/steven-zou

Cell: +8618600021252

Addr: 9F Tower C, Raycom Info Tech Park, No. 2 Kexueyuan South Road Haidian District, Beijing 100738 China

 

 


Harbor v2.3 has GA'ed !! 🎉🎉🎉

Alex Xu
 

Hi everyone, 

We’re pleased to announce the general availability of Harbor v2.3

New Features

  • Declarative Config
    Enhanced the current configuration by adding environment variables to overwrite the Harbor configuration including auth, backing store, system permissions and more. This enables full audit capabilities and prevent config drift. This addresses #8076

  • IPv6
    Support running Harbor in Kubernetes with harbor-helm on IPv6-only infrastructure. (Tested on Kubernetes version 1.21.0 and Calico version 3.18.1 )

  • Photon Upgrade
    Upgraded all Harbor base images from Photon 2.0 to 4.0.

    • Postgresql upgrade to v13.3.
    • Redis upgrade to v6.0.13.
  • Additional Features

    • Performance enhancement for concurrent requests.
    • Observability Metrics Improvement: Support Jobservice metrics.
    • Swagger API Improvement: The APIs of project scanners & webhooks support both project id and name in their path.
    • Replication enhancement to support destination namespace flattening.
    • Moved the legacy APIs to new programming model.
    • Harbor is now built using Golang v1.15.12 as of this release.
    • Bumped up Trivy to version 0.17 which adds support for Java JAR/WAR/EAR archives and Go binaries scanning.

Upgrade Considerations

  • During upgrades, Harbor will remove the old Postgresql data and migrate it to new destination to compatible new version Postgresql.
    Please back up your data before upgrading to v2.3.0.

Deprecations

  • The ChartMuseum is scheduled to be deprecated in a future v2.4.0 release. Helm charts will need to be managed in Harbor through the OCI image registry alongside your container images

Breaking Changes

  • The API to GET artifact under public project such as GET /v2/$public_project/$repo/manifests/$tag, will receive a 401 if the request does not carry "Authorization" header, more details see:
    #14711
    #14768

Resolved Issues

Contributors

  • Will Sun
  • He Weiwei
  • Wang Yan
  • Wenkai Yin(尹文开)
  • Daniel Jiang
  • stonezdj(Daojun Zhang)
  • Qian Deng
  • danfengliu
  • Ziming
  • ChenYu Zhang
  • Steven Zou
  • Alexis
  • rao yunkun
  • Moshe Immerman
  • Daniel Pacak
  • Abigail McCarthy
  • Akiros001
  • Vadim Bauer
  • 疯魔慕薇
  • Eike David Lenz


Cancelled Event: Harbor Office Hours - 2nd Wednesday #cal-cancelled

harbor-users@lists.cncf.io Calendar <noreply@...>
 

Cancelled: Harbor Office Hours - 2nd Wednesday

This event has been cancelled.

When:
Wednesday, 11 November 2020
1:00pm to 2:00pm
(UTC-05:00) America/New York
Repeats: Monthly on the second Wednesday

Where:
https://zoom.us/j/98160556477?pwd=ZzhUa3VteFJQK2VXbWJxMHRQY0JmUT09

Description:

Restarting these for the new year!

Come join us for the Harbor Office Hours every 2nd and 4th Wednesday at 1pm ET / 10am PT.

The Harbor Office Hours is a place where you can ask questions like "how does Harbor work?", "how do I do this in Harbor?", and "how do I get started contributing to Harbor?"

Meeting notes and agenda: https://hackmd.io/qjTVtIOnTU6vbEH32RIE0w

CNCF Harbor is inviting you to a scheduled Zoom meeting.

Join Zoom Meeting

https://zoom.us/j/98160556477?pwd=ZzhUa3VteFJQK2VXbWJxMHRQY0JmUT09

 

Meeting ID: 981 6055 6477

Passcode: 5313661231

One tap mobile

+16465588656,,98160556477# US (New York)

+13017158592,,98160556477# US (Washington D.C)

 

Dial by your location

        +1 646 558 8656 US (New York)

        +1 301 715 8592 US (Washington D.C)

        +1 312 626 6799 US (Chicago)

        +1 669 900 6833 US (San Jose)

        +1 253 215 8782 US (Tacoma)

        +1 346 248 7799 US (Houston)

        877 369 0926 US Toll-free

        855 880 1246 US Toll-free

        +1 778 907 2071 Canada

        +1 204 272 7920 Canada

        +1 438 809 7799 Canada

        +1 587 328 1099 Canada

        +1 647 374 4685 Canada

        +1 647 558 0588 Canada

        855 703 8985 Canada Toll-free

Meeting ID: 981 6055 6477

Find your local number: https://zoom.us/u/adyobhXLwo

 




Harbor Operator v1.1.0 has GA'ed !! 🎉🎉🎉

Alex Xu
 

We’re pleased to announce that the Harbor Operator v1.0.0 is now GA !! This provides a more flexible and resilient way to deploy and manage a full Harbor service including both the Harbor service components and its relevant dependent services such as database, cache, and storage services.

Highlights:
    Provides high customization in deployment stack (identified by HarborCluster CR)
  1.         Minimal stack: provisions core components such as Harbor Core, Registry, Registry Controller, Job Service and Web Portal only
  2.         Standard stack: provisions optional components such Notary, Trivy, ChartMuseum and Metrics Exporter
  3.         Full stack: provisions related dependent services including the database (PostgreSQL), cache (Redis) and storage (MinIO)
    Supports configuring either external or in-cluster deployed dependent services
    Supports a variety of backend storage configurations
  1.         filesystem: A storage driver configured to use a directory tree in a Kubernetes volume.
  2.         s3: A driver storing objects in an Amazon S3 bucket.
  3.         swift: A driver storing objects in Openstack Swift.
    Supports updating the deployed Harbor cluster
    Allows configuring replicas of individual components
    Support in place upgrades
    Deletes all the linked resources when deleting the Harbor cluster
    Configures Harbor system settings with ConfigMap in a declarative way
    Support services exposed with ingress (validated Nginx, GCE, NSX NCP)
:harbor::harbor::harbor::harbor::harbor:


KubeCon - Harbor Office Hours 2 - Wed, 05/05/2021 2:00pm-3:00pm #cal-reminder

harbor-users@lists.cncf.io Calendar <harbor-users@...>
 

Reminder: KubeCon - Harbor Office Hours 2

When: Wednesday, 5 May 2021, 2:00pm to 3:00pm, (GMT+02:00) Europe/Amsterdam

Where:https://community.cncf.io/events/details/cncf-cncf-project-office-hours-presents-harbor-project-office-hours-1400-1500-cest-1/

View Event

Description: If you are attending KubeCon Europe 2021, come chat with the Harbor maintainers during our Office Hours!
We'd love to hear your feedback and questions.

RSVP here: https://community.cncf.io/events/details/cncf-cncf-project-office-hours-presents-harbor-project-office-hours-1400-1500-cest-1/


KubeCon - Harbor project update session - Wed, 05/05/2021 12:20pm-12:55pm #cal-reminder

harbor-users@lists.cncf.io Calendar <harbor-users@...>
 

Reminder: KubeCon - Harbor project update session

When: Wednesday, 5 May 2021, 12:20pm to 12:55pm, (GMT+02:00) Europe/Amsterdam

Where:https://kccnceu2021.sched.com/event/iE6X/harbor-enterprise-cloud-native-artifact-registry-daniel-jiang-yan-wang-vmware

View Event

Description:

Harbor is a CNCF graduated project, which help enterprise distribute and manage cloud native artifacts. We’ll use this session to give audience an overview of this project and the community we built around it. We’ll talk about Harbor’s key features and use cases, the latest updates introduced in the most recent release. In addition to that, we’ll give a sneak peek about the development that is working in progress in this project. We’ll also use this session to discuss with the users regarding the challenges the project is facing and share our thoughts on how to tackle them.

https://kccnceu2021.sched.com/event/iE6X/harbor-enterprise-cloud-native-artifact-registry-daniel-jiang-yan-wang-vmware


Re: Helm chart repository - overwrite existing chart

Steven Zou
 

Lukasz,

 

  It seems you’re piushing the charts to the chart repository which powered by the Chartmuseum. So far, there is no settins to control the chart overwriting behavior at this part. And more info I’d like to share here is the Chartmuseum is planning to be deprecated in the near future and it does not make sense to introduce new feature to that part.

 

Cc @Alex Xu

 

 

thanks&regards

-- 

邹佳

Steven Zou (he/him/his)

 

Engineer, MAP(Modern Application Platform), VMware R&D | Harbor Maintainer

 

Mail: szou@...

GitHub: github.com/steven-zou

Cell: +8618600021252

Addr: 9F Tower C, Raycom Info Tech Park, No. 2 Kexueyuan South Road Haidian District, Beijing 100738 China

 

 

 

From: harbor-users@... <harbor-users@...> on behalf of l.lech via lists.cncf.io <l.lech=ringler.ch@...>
Date: Thursday, April 29, 2021 at 16:38
To: harbor-users@... <harbor-users@...>
Subject: [harbor-users] Helm chart repository - overwrite existing chart

Hello,

I've deployed goharbor in the kubernetes cluster.
I've created a project with a helm chart repository, and I've noticed, I can push the same helm chart many times.
Is there a setting to configure, if I can overwrite existing chart in the given project? 
It's OK for the test, but for the production, I'd like to block helm chart overwriting.

Best regards,
Lukasz Lech


Canceled: Harbor Community Meeting - China/Europe Time zone

Jonas Rosland
 

Hello everyone,

This is a recurring calendar invite for the bi-weekly Harbor community meetings.
There will be two meetings, one for China/Europe time zone, and one for Americas time zone
Please pick the one that fits your schedule best.

To attend, use the following Zoom link: https://zoom.us/j/734959521

Meeting notes, agenda, and recordings of past meetings and other details are located at https://github.com/goharbor/community/blob/master/MEETING_SCHEDULE.md
and
https://github.com/goharbor/community/tree/master/conf-calls


KubeCon - Harbor Office Hours - Tue, 05/04/2021 2:00pm-3:00pm #cal-reminder

harbor-users@lists.cncf.io Calendar <harbor-users@...>
 

Reminder: KubeCon - Harbor Office Hours

When: Tuesday, 4 May 2021, 2:00pm to 3:00pm, (GMT+02:00) Europe/Amsterdam

Where:https://community.cncf.io/events/details/cncf-cncf-project-office-hours-presents-harbor-project-office-hours-1400-1500-cest/

View Event

Description: If you are attending KubeCon Europe 2021, come chat with the Harbor maintainers during our Office Hours!
We'd love to hear your feedback and questions.

RSVP here: https://community.cncf.io/events/details/cncf-cncf-project-office-hours-presents-harbor-project-office-hours-1400-1500-cest/


Updated Event: KubeCon - Harbor project update session - Wednesday, 5 May 2021 #cal-invite

harbor-users@lists.cncf.io Calendar <noreply@...>
 

KubeCon - Harbor project update session

When:
Wednesday, 5 May 2021
12:20pm to 12:55pm
(UTC+02:00) Europe/Amsterdam

Where:
https://kccnceu2021.sched.com/event/iE6X/harbor-enterprise-cloud-native-artifact-registry-daniel-jiang-yan-wang-vmware

Description:

Harbor is a CNCF graduated project, which help enterprise distribute and manage cloud native artifacts. We’ll use this session to give audience an overview of this project and the community we built around it. We’ll talk about Harbor’s key features and use cases, the latest updates introduced in the most recent release. In addition to that, we’ll give a sneak peek about the development that is working in progress in this project. We’ll also use this session to discuss with the users regarding the challenges the project is facing and share our thoughts on how to tackle them.

https://kccnceu2021.sched.com/event/iE6X/harbor-enterprise-cloud-native-artifact-registry-daniel-jiang-yan-wang-vmware


Event: KubeCon - Harbor project update session - Wednesday, 5 May 2021 #cal-invite

harbor-users@lists.cncf.io Calendar <noreply@...>
 

KubeCon - Harbor project update session

When:
Wednesday, 5 May 2021
12:20pm to 11:55pm
(UTC+02:00) Europe/Amsterdam

Where:
https://kccnceu2021.sched.com/event/iE6X/harbor-enterprise-cloud-native-artifact-registry-daniel-jiang-yan-wang-vmware

Description:

Harbor is a CNCF graduated project, which help enterprise distribute and manage cloud native artifacts. We’ll use this session to give audience an overview of this project and the community we built around it. We’ll talk about Harbor’s key features and use cases, the latest updates introduced in the most recent release. In addition to that, we’ll give a sneak peek about the development that is working in progress in this project. We’ll also use this session to discuss with the users regarding the challenges the project is facing and share our thoughts on how to tackle them.

https://kccnceu2021.sched.com/event/iE6X/harbor-enterprise-cloud-native-artifact-registry-daniel-jiang-yan-wang-vmware


Event: KubeCon - Harbor Office Hours 2 - Wednesday, 5 May 2021 #cal-invite

harbor-users@lists.cncf.io Calendar <noreply@...>
 

KubeCon - Harbor Office Hours 2

When:
Wednesday, 5 May 2021
2:00pm to 3:00pm
(UTC+02:00) Europe/Amsterdam

Where:
https://community.cncf.io/events/details/cncf-cncf-project-office-hours-presents-harbor-project-office-hours-1400-1500-cest-1/

Description:
If you are attending KubeCon Europe 2021, come chat with the Harbor maintainers during our Office Hours!
We'd love to hear your feedback and questions.

RSVP here: https://community.cncf.io/events/details/cncf-cncf-project-office-hours-presents-harbor-project-office-hours-1400-1500-cest-1/


Cancelled Event: Harbor Community Meeting - China/Europe Time zone - Wednesday, 5 May 2021 #cal-cancelled

harbor-users@lists.cncf.io Calendar <noreply@...>
 

Cancelled: Harbor Community Meeting - China/Europe Time zone

This event has been cancelled.

When:
Wednesday, 5 May 2021
9:00pm to 10:00pm
(UTC+08:00) Asia/Shanghai

Where:
https://zoom.us/j/734959521

Organizer: Jonas Rosland jrosland@...

Description:
Hello everyone,

This is a recurring calendar invite for the bi-weekly Harbor community meetings.
There will be two meetings, one for China/Europe time zone, and one for Americas time zone
Please pick the one that fits your schedule best.

To attend, use the following Zoom link: https://zoom.us/j/734959521

Meeting notes, agenda, and recordings of past meetings and other details are located at https://github.com/goharbor/community/blob/master/MEETING_SCHEDULE.md
and
https://github.com/goharbor/community/tree/master/conf-calls


Cancelled Event: Harbor Community Meeting - China/Europe Time zone - Wednesday, 5 May 2021 #cal-cancelled

harbor-users@lists.cncf.io Calendar <noreply@...>
 

Cancelled: Harbor Community Meeting - China/Europe Time zone

This event has been cancelled.

When:
Wednesday, 5 May 2021
9:00pm to 10:00pm
(UTC+08:00) Asia/Shanghai

Where:
https://zoom.us/j/734959521

Organizer: Jonas Rosland jrosland@...

Description:
Hello everyone,

This is a recurring calendar invite for the bi-weekly Harbor community meetings.
There will be two meetings, one for China/Europe time zone, and one for Americas time zone
Please pick the one that fits your schedule best.

To attend, use the following Zoom link: https://zoom.us/j/734959521

Meeting notes, agenda, and recordings of past meetings and other details are located at https://github.com/goharbor/community/blob/master/MEETING_SCHEDULE.md
and
https://github.com/goharbor/community/tree/master/conf-calls


Event: KubeCon - Harbor Office Hours - Tuesday, 4 May 2021 #cal-invite

harbor-users@lists.cncf.io Calendar <noreply@...>
 

KubeCon - Harbor Office Hours

When:
Tuesday, 4 May 2021
2:00pm to 3:00pm
(UTC+02:00) Europe/Amsterdam

Where:
https://community.cncf.io/events/details/cncf-cncf-project-office-hours-presents-harbor-project-office-hours-1400-1500-cest/

Description:
If you are attending KubeCon Europe 2021, come chat with the Harbor maintainers during our Office Hours!
We'd love to hear your feedback and questions.

RSVP here: https://community.cncf.io/events/details/cncf-cncf-project-office-hours-presents-harbor-project-office-hours-1400-1500-cest/


Helm chart repository - overwrite existing chart

l.lech@...
 

Hello,

I've deployed goharbor in the kubernetes cluster.
I've created a project with a helm chart repository, and I've noticed, I can push the same helm chart many times.
Is there a setting to configure, if I can overwrite existing chart in the given project? 
It's OK for the test, but for the production, I'd like to block helm chart overwriting.

Best regards,
Lukasz Lech


Harbor on OpenShift

farah.shadid@...
 

Hey all,I am working on deploying Harbor to OpenShift. Helm Chart version is 1.6.1 and I got it working as expected without Internal TLS between harbor components. Now I want to enabled it. I sat internalTLS.enabled to "true" and cert internalTLS.certSource  to "auto" and for some reason all the routes created are edge/redirect routes when they are supposed to be re-encrypt routes. Edge routes don't work.  Why is that? How can I get it to work with internal tls?FYI,
expose.type is set to "ingress" and expose.tls.certSource is set to "auto"
 


Harbor Community Meeting - China/Europe Time zone

Jonas Rosland
 

Hello everyone,

This is a recurring calendar invite for the bi-weekly Harbor community meetings.
There will be two meetings, one for China/Europe time zone, and one for Americas time zone
Please pick the one that fits your schedule best.

To attend, use the following Zoom link: https://zoom.us/j/734959521

Meeting notes, agenda, and recordings of past meetings and other details are located at https://github.com/goharbor/community/blob/master/MEETING_SCHEDULE.md
and
https://github.com/goharbor/community/tree/master/conf-calls


Re: Harbor v2.2 has GA'ed !! 🎉🎉🎉

AnavSaraf@...
 

Thanks for the update.

When can we expect the new helm chart release for harbor 2.2.0 ?


Re: Harbor v2.2 has GA'ed !! 🎉🎉🎉

Alex Xu
 

I linked the Contour release in the email instead by accident, my sincerest apologies for this oversight, everyone 



Here is the Harbor v2.2 release - https://github.com/goharbor/harbor/releases/tag/v2.2.0