-
Notifications
You must be signed in to change notification settings - Fork 15
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
Sync upstream master #107
Merged
Merged
Sync upstream master #107
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
…l-action-digest chore(deps): update github/codeql-action digest to 0116bc2 (master)
Context can be loaded from either values, or files. Either way, the value must be JSON. Signed-off-by: Nic Cope <[email protected]>
Signed-off-by: Nic Cope <[email protected]>
Signed-off-by: Philippe Scorsolini <[email protected]>
Signed-off-by: Predrag Knezevic <[email protected]>
Support loading context when running `crossplane beta render`
…-rbac-manager-pods fix(helm): Add custom annotation for rbac manager pods
…` field * claim CRD contains now the default value for `.spec.compositeDeletePolicy` field copied from XRD `spec.defaultCompositeDeletePolicy`. If not specified at claim, it will be set by k8s API * claim controller does not set the value for `spec.compositeDeletePolicy`, leading to one less claim update, and hence one less no-op reconcile loop * added unit and e2e tests * removed `APIDefaultSelector` as unneeded Signed-off-by: Predrag Knezevic <[email protected]>
k8s API sets the default value of claim's `spec.compositeDeletePolicy` field
Signed-off-by: Philippe Scorsolini <[email protected]>
Signed-off-by: Philippe Scorsolini <[email protected]>
feat(crank): add init function subcommand
Signed-off-by: Philippe Scorsolini <[email protected]>
Signed-off-by: Dr. Stefan Schimanski <[email protected]>
Signed-off-by: Dr. Stefan Schimanski <[email protected]>
Signed-off-by: Dr. Stefan Schimanski <[email protected]>
Signed-off-by: Philippe Scorsolini <[email protected]>
test/e2e: print related object events in kubectl style
…tual values Signed-off-by: Dr. Stefan Schimanski <[email protected]>
Signed-off-by: Dr. Stefan Schimanski <[email protected]>
feat(crank): drop duplicated build/push commands
Log events automatically
* added unit test Signed-off-by: Predrag Knezevic <[email protected]>
Signed-off-by: Philippe Scorsolini <[email protected]>
Signed-off-by: Hasan Turken <[email protected]>
e2e: wait for all nop resource deleted before deleting prerequisites
Signed-off-by: Hasan Turken <[email protected]>
Push Protobufs to Buf Schema Registry
Signed-off-by: Philippe Scorsolini <[email protected]>
More descriptive error for package parsing
…onfig Signed-off-by: Hasan Turken <[email protected]>
Signed-off-by: Hasan Turken <[email protected]>
Signed-off-by: Hasan Turken <[email protected]>
Signed-off-by: Hasan Turken <[email protected]>
Handle externally managed Provider service accounts properly
Signed-off-by: Philippe Scorsolini <[email protected]>
…sion-syncpackage-events fix: avoid spamming SyncPackage and InstallPackageRevision events
Signed-off-by: Hasan Turken <[email protected]>
Update releases table and base branches for v1.14
This reverts commit e9d31c7. To be re-introduced with a seperate PR based on the latest codebase
turkenh
force-pushed
the
sync-upstream-master
branch
from
November 2, 2023 12:39
94a1f1e
to
89a8130
Compare
PR reimplementing alpha provider identity support: turkenh#1 |
Signed-off-by: Hasan Turken <[email protected]>
turkenh
force-pushed
the
sync-upstream-master
branch
from
November 2, 2023 13:06
89a8130
to
a9a4102
Compare
Signed-off-by: Hasan Turken <[email protected]>
phisco
reviewed
Nov 2, 2023
phisco
reviewed
Nov 2, 2023
phisco
approved these changes
Nov 2, 2023
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.
Double checked the uxp specific parts and all looks good
Signed-off-by: Philippe Scorsolini <[email protected]>
ci: only push to buf registry on crossplane repo
Reimplement alpha provider identity support
turkenh
force-pushed
the
sync-upstream-master
branch
from
November 2, 2023 14:27
954bedd
to
7095006
Compare
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.
Description of your changes
Sync upstream master.
Different from the previous syncs, this PR does the followings:
xpkg.upbound.io/upbound
toREGISTRY_ORGS
and updates the CI to push to Upbound Marketplace as well. This is to be consistent with Crossplane regarding pulling the image from the Upbound Marketplace.I have:
Added or updated unit and E2E tests for my change.make reviewable
to ensure this PR is ready for review.Addedbackport release-x.y
labels to auto-backport this PR, if necessary.Opened a PR updating the docs, if necessary.