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

Sync upstream main #145

Merged
merged 45 commits into from
Oct 21, 2024
Merged

Sync upstream main #145

merged 45 commits into from
Oct 21, 2024

Conversation

turkenh
Copy link
Member

@turkenh turkenh commented Oct 21, 2024

Description of your changes

Sync crossplane/crossplane latest main.

I have:

  • Read and followed Crossplane's contribution process.
  • Run 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.
  • Added backport release-x.y labels to auto-backport this PR.

Need help with this checklist? See the cheat sheet.

haarchri and others added 30 commits August 18, 2024 00:30
…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>
…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
phisco and others added 15 commits October 14, 2024 18:36
…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 turkenh requested review from ezgidemirel and phisco and removed request for ezgidemirel October 21, 2024 12:35
Copy link
Member

@ezgidemirel ezgidemirel left a comment

Choose a reason for hiding this comment

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

LGTM

@turkenh turkenh merged commit e4ac38c into upbound:main Oct 21, 2024
15 of 16 checks passed
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.

10 participants