-
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 main #145
Merged
Merged
Sync upstream main #145
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
…plane and extract function pipeline inputs Signed-off-by: Christopher Haar <christopher.haar@upbound.io>
Previously, the concurrency for package installation was hardcoded to 10 goroutines per package establisher. This made it difficult to adjust performance settings without rebuilding Crossplane. This introduces a new flag --max-concurrent-package-establishers to allow configuration of this value at runtime. Fixes #3598 Signed-off-by: Jakub Ciolek <jakub@ciolek.dev>
Signed-off-by: Jared Watts <jbw976@gmail.com>
Add Jove to ADOPTERS.md
…lation-concurrency feat: make package installation concurrency configurable
This removes all the Crossplane code that pertains to the alpha EnvironmentConfig feature. Namely: * Selecting and loading EnvironmentConfig resources * Patching to and from the in-memory environment using native P&T * Validating environment related native P&T patches We don't intend to remove support for the EnvironmentConfig type. For lack of a better place to put it we'll keep it packaged with core Crossplane and promote it to v1beta1. Going forward, we recommend folks use function-environment-configs to select and load EnvironmentConfigs. This function loads environment configs into a composition function pipeline context key, so any other function in the pipeline can read from the environment. See the link below for examples. https://github.com/crossplane-contrib/function-environment-configs Signed-off-by: Nic Cope <nicc@rk0n.org>
Signed-off-by: Nic Cope <nicc@rk0n.org>
Signed-off-by: Nic Cope <nicc@rk0n.org>
Signed-off-by: Moulick Aggarwal <Moulick@users.noreply.github.com>
This will make the migration to v1beta1 smoother, and ensures folks can revert to v1.17 from v1.18 if needed. We'll still remove v1alpha1 in a future release. Signed-off-by: Nic Cope <nicc@rk0n.org>
Signed-off-by: Bob Haddleton <bob.haddleton@nokia.com>
Reduce crank and crossplane binary size
Signed-off-by: Hasan Turken <turkenh@gmail.com>
Signed-off-by: Hasan Turken <turkenh@gmail.com>
Signed-off-by: Hasan Turken <turkenh@gmail.com>
Add one pager for package `ImageConfig` API proposal
Signed-off-by: Hasan Turken <turkenh@gmail.com>
Signed-off-by: Hasan Turken <turkenh@gmail.com>
Signed-off-by: Hasan Turken <turkenh@gmail.com>
Signed-off-by: Hasan Turken <turkenh@gmail.com>
Signed-off-by: Hasan Turken <turkenh@gmail.com>
Signed-off-by: Hasan Turken <turkenh@gmail.com>
Signed-off-by: Hasan Turken <turkenh@gmail.com>
Signed-off-by: Hasan Turken <turkenh@gmail.com>
Signed-off-by: Hasan Turken <turkenh@gmail.com>
Signed-off-by: Hasan Turken <turkenh@gmail.com>
Signed-off-by: Philippe Scorsolini <p.scorsolini@gmail.com>
…puts refactor: make crossplaneImage less special
…on-inputs feat(crank): beta validate, get crossplane schemas, extract function pipeline step input
Signed-off-by: Hasan Turken <turkenh@gmail.com>
Authentication with pull secrets via ImageConfig API
…BAC manager Signed-off-by: Pierluigi Lenoci <pierluigi.lenoci@gmail.com>
Signed-off-by: Pierluigi Lenoci <pierluigi.lenoci@gmail.com>
Signed-off-by: Pierluigi Lenoci <pierluigi.lenoci@gmail.com>
Promote `EnvironmentConfig` to v1beta1, but remove native support
Signed-off-by: Pierluigi Lenoci <pierluigi.lenoci@gmail.com>
Signed-off-by: ezgidemirel <ezgidemirel91@gmail.com>
Signed-off-by: ezgidemirel <ezgidemirel91@gmail.com>
Signed-off-by: Hasan Turken <turkenh@gmail.com>
Signed-off-by: ezgidemirel <ezgidemirel91@gmail.com>
feat(pkg-mgr): Support dependency version upgrades
turkenh
requested review from
ezgidemirel and
phisco
and removed request for
ezgidemirel
October 21, 2024 12:35
ezgidemirel
approved these changes
Oct 21, 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.
LGTM
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 crossplane/crossplane latest main.
I have:
earthly +reviewable
to ensure this PR is ready for review.Added or updated unit tests.Added or updated e2e tests.Linked a PR or a docs tracking issue to document this change.Addedbackport release-x.y
labels to auto-backport this PR.Need help with this checklist? See the cheat sheet.