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 #146

Merged
merged 77 commits into from
Nov 5, 2024
Merged

Sync upstream main #146

merged 77 commits into from
Nov 5, 2024

Conversation

turkenh
Copy link
Member

@turkenh turkenh commented Nov 5, 2024

Description of your changes

Sync latest changes on upstream 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.

TheBelgarion and others added 30 commits August 22, 2024 12:21
Signed-off-by: Thomas Baehr <TheBelgarion@users.noreply.github.com>
…info

Signed-off-by: Jared Watts <jbw976@gmail.com>
Signed-off-by: Jared Watts <jbw976@gmail.com>
Signed-off-by: ezgidemirel <ezgidemirel91@gmail.com>
Signed-off-by: Philippe Scorsolini <p.scorsolini@gmail.com>
Signed-off-by: ezgidemirel <ezgidemirel91@gmail.com>
Signed-off-by: Philippe Scorsolini <p.scorsolini@gmail.com>
Signed-off-by: Philippe Scorsolini <p.scorsolini@gmail.com>
Signed-off-by: Philippe Scorsolini <p.scorsolini@gmail.com>
Signed-off-by: Philippe Scorsolini <p.scorsolini@gmail.com>
Signed-off-by: Philippe Scorsolini <p.scorsolini@gmail.com>
test(e2e): Update test packages and add more tests to dependency update
Signed-off-by: Thomas Baehr <TheBelgarion@users.noreply.github.com>
Co-authored-by: Philippe Scorsolini <p.scorsolini@gmail.com>
Signed-off-by: Jared Watts <jbw976@gmail.com>
docs: update contributing guide with new contributor getting started info
Earthly wasn't persisting these to cluster/meta. We didn't notice
because nothing really uses these CRDs. The package metadata files
aren't custom resources, in that they're never actually applied to the
API server.

Signed-off-by: Nic Cope <nicc@rk0n.org>
We want to enqueue a reconcile of the Lock controller when any package
revision changes, but we weren't.

It wasn't watching function revisions at all. It was watching provider
and configuration revisions, but using the Owns() builder method. This
method enqeueus requests for the controller reference of the watched
object. The lock isn't the controller reference (or even an owner
reference) of any package revision, so we wouldn't be enqueuing
reconciles for it.

Signed-off-by: Nic Cope <nicc@rk0n.org>
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>
MisterMX and others added 23 commits October 31, 2024 15:17
Signed-off-by: Maximilian Blatt <maximilian.blatt-extern@deutschebahn.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>
…state

feat(xfn): Consider composite ready state in function response
Signed-off-by: Hasan Turken <turkenh@gmail.com>
Add release-1.18 to renovate base branches
…docker-docker-vulnerability

fix(deps): update module github.com/docker/docker to v27.1.1+incompatible [security] (main)
Signed-off-by: Thomas Baehr <TheBelgarion@users.noreply.github.com>
added the option to name docker container for functions and reuse them.
…open-policy-agent-opa-vulnerability

chore(deps): update module github.com/open-policy-agent/opa to v0.68.0 [security] (main)
Signed-off-by: Philippe Scorsolini <p.scorsolini@gmail.com>
Signed-off-by: Jared Watts <jbw976@gmail.com>
Have the resolver (`Lock`) controller watch package revisions
Signed-off-by: Hasan Turken <turkenh@gmail.com>
…golang-jwt-jwt-v4-vulnerability

chore(deps): update module github.com/golang-jwt/jwt/v4 to v4.5.1 [security] (main)
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 0df1e30 into upbound:main Nov 5, 2024
14 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.

7 participants