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

Resync fork on 2024-04 version #6

Merged
merged 35 commits into from
May 8, 2024
Merged

Resync fork on 2024-04 version #6

merged 35 commits into from
May 8, 2024

Conversation

agateaux
Copy link

@agateaux agateaux commented May 2, 2024

Resync with origin repository on April 2024.
Kept our own changes.

lengrongfu and others added 30 commits May 22, 2023 15:51
Rework autoassignees to have review groups

Signed-off-by: Marcel Müller <[email protected]>
* Remove CRDs from helm completely

Signed-off-by: Marcel Müller <[email protected]>

* Try using correct kustomize command

Signed-off-by: Marcel Müller <[email protected]>

* Reorder

Signed-off-by: Marcel Müller <[email protected]>

* Use kustomize from bin

Signed-off-by: Marcel Müller <[email protected]>

---------

Signed-off-by: Marcel Müller <[email protected]>
* Minor updates and changes to the README

Signed-off-by: Marcel Müller <[email protected]>

* Add in minor change

Signed-off-by: Marcel Müller <[email protected]>

---------

Signed-off-by: Marcel Müller <[email protected]>
upgrade controller runtime version

Signed-off-by: coderth <[email protected]>
Add the missing github proxy cache module

Signed-off-by: Zoltan Langi <[email protected]>
Co-authored-by: Zoltan Langi <[email protected]>
* Add Nicolas Lacroux to maintainers list

Signed-off-by: Nicolas Lacroux <[email protected]>

* Add Nicolas Lacroux to reviewers list

Signed-off-by: Nicolas Lacroux <[email protected]>

---------

Signed-off-by: Nicolas Lacroux <[email protected]>
Co-authored-by: Nicolas Lacroux <[email protected]>
* upgrade controller-runtime version (goharbor#1034)

upgrade controller runtime version

Signed-off-by: coderth <[email protected]>
Signed-off-by: Dipo Ajayi <[email protected]>

* Add the missing github-cr proxy cache module (goharbor#1035)

Add the missing github proxy cache module

Signed-off-by: Zoltan Langi <[email protected]>
Co-authored-by: Zoltan Langi <[email protected]>
Signed-off-by: Dipo Ajayi <[email protected]>

* Add service account name to cr (#3)

* Included Service Account to Redis CR

Signed-off-by: Oladipupo Ajayi <[email protected]>

* Revert deployment change

Signed-off-by: Oladipupo Ajayi <[email protected]>
Signed-off-by: Dipo Ajayi <[email protected]>

---------

Signed-off-by: coderth <[email protected]>
Signed-off-by: Dipo Ajayi <[email protected]>
Signed-off-by: Zoltan Langi <[email protected]>
Signed-off-by: Oladipupo Ajayi <[email protected]>
Co-authored-by: Noah Tang <[email protected]>
Co-authored-by: Zoltan <[email protected]>
Co-authored-by: Zoltan Langi <[email protected]>
…ble to 2.8.2+incompatible (goharbor#1038)

chore(deps): bump github.com/docker/distribution

Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.8.1+incompatible to 2.8.2+incompatible.
- [Release notes](https://github.com/docker/distribution/releases)
- [Commits](distribution/distribution@v2.8.1...v2.8.2)

---
updated-dependencies:
- dependency-name: github.com/docker/distribution
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix merge conficts with master

Signed-off-by: Christian Löwel <[email protected]>

* Fix markdown formatting in day2-harborprojects.md

Signed-off-by: Christian Löwel <[email protected]>

* Add boundary check for conversion from int64 to int32

Signed-off-by: Christian Löwel <[email protected]>

* Fix handling already deleted projects during deletion
Fix wrong ProjectID int conversion

Signed-off-by: Christian Löwel <[email protected]>

* Reset cached quota ID in status field if not found in harbor

Signed-off-by: Christian Löwel <[email protected]>

* fix membership comparisons on short lists
minor membership reconciliation code improvements

Signed-off-by: Christian Löwel <[email protected]>

* fix linting

Signed-off-by: Christian Löwel <[email protected]>

* Apply review suggestions

Signed-off-by: Christian Löwel <[email protected]>

* update generated manifests

Signed-off-by: Christian Löwel <[email protected]>

* remove crd.yaml

Signed-off-by: Christian Löwel <[email protected]>

---------

Signed-off-by: Christian Löwel <[email protected]>
allow redis password contains special characters

Signed-off-by: yminer <[email protected]>

fix lint

update trivy secret
Update the actions rule pattern from master to main.

Signed-off-by: chlins <[email protected]>
bases on goharbor#996, it has to update tag name to dev, rather than dev_master

Signed-off-by: wang yan <[email protected]>
feat: templateLabels in ComponentSpec

This change allow user to inject
customized label to deployment.

Signed-off-by: Shou-En Hsiao <[email protected]>
Allow to change core.spec.database.maxIdleConnections and
core.spec.database.maxOpenConnections in harborcluster.

Signed-off-by: Eric Liu <[email protected]>
Co-authored-by: Eric Liu <[email protected]>
This CL is from goharbor#1014
which adds ownerReference to expectCR in PostgreSQLController.Update before comparing.
Origin expectCR have no OwnerReference.

Signed-off-by: ShouEnHsiao <[email protected]>
…harbor#1067)

* add generation event filter to project controller

Signed-off-by: Christian Löwel <[email protected]>
@agateaux agateaux changed the title Resync fork Resync fork on 2024-04 version May 3, 2024
.github/auto-assignees.yaml Outdated Show resolved Hide resolved
.github/workflows/auto-assign-prs.yaml Outdated Show resolved Hide resolved
MAINTAINERS Outdated Show resolved Hide resolved
go.mod Show resolved Hide resolved
Copy link

@devinturner devinturner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 hell yes. Thank you for getting this ready.

@agateaux agateaux merged commit 43a05e8 into main May 8, 2024
18 of 62 checks passed
@agateaux agateaux deleted the resync_fork branch May 8, 2024 15:07
@agateaux agateaux restored the resync_fork branch May 8, 2024 15:10
@BRONSOLO
Copy link
Member

BRONSOLO commented May 8, 2024

@devinturner @agateaux is this needed for the 5.4-release?

@agateaux agateaux deleted the resync_fork branch May 8, 2024 15:45
@BRONSOLO
Copy link
Member

BRONSOLO commented May 8, 2024

Confirmed in 5.4 sync -- this is not needed for 5.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.