forked from goharbor/harbor-operator
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: lengrongfu <[email protected]>
Rework autoassignees to have review groups Signed-off-by: Marcel Müller <[email protected]>
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>
Signed-off-by: Thomas Coudert <[email protected]>
* 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]>
Signed-off-by: chlins <[email protected]>
Signed-off-by: Marcel Müller <[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]>
Signed-off-by: chlins <[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]>
Signed-off-by: guoguangwu <[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]>
Signed-off-by: Christian Löwel <[email protected]>
…harbor#1067) * add generation event filter to project controller Signed-off-by: Christian Löwel <[email protected]>
agateaux
requested review from
antoinerg,
namgk,
BRONSOLO,
obanby,
devinturner and
t1nfoil
May 3, 2024 13:46
devinturner
requested changes
May 7, 2024
devinturner
approved these changes
May 8, 2024
There was a problem hiding this 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.
@devinturner @agateaux is this needed for the 5.4-release? |
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resync with origin repository on April 2024.
Kept our own changes.