-
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 #146
Merged
Merged
Sync upstream main #146
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: Thomas Baehr <[email protected]>
…info Signed-off-by: Jared Watts <[email protected]>
Signed-off-by: Jared Watts <[email protected]>
Signed-off-by: ezgidemirel <[email protected]>
build: bump golang to 1.22.8
Signed-off-by: Philippe Scorsolini <[email protected]>
Signed-off-by: ezgidemirel <[email protected]>
Signed-off-by: Philippe Scorsolini <[email protected]>
Signed-off-by: Philippe Scorsolini <[email protected]>
Signed-off-by: Philippe Scorsolini <[email protected]>
Signed-off-by: Philippe Scorsolini <[email protected]>
Signed-off-by: Philippe Scorsolini <[email protected]>
test(e2e): Update test packages and add more tests to dependency update
Signed-off-by: Thomas Baehr <[email protected]>
Co-authored-by: Philippe Scorsolini <[email protected]> Signed-off-by: Jared Watts <[email protected]>
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 <[email protected]>
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 <[email protected]>
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]>
Signed-off-by: Maximilian Blatt <[email protected]>
Signed-off-by: Hasan Turken <[email protected]>
Signed-off-by: Hasan Turken <[email protected]>
Signed-off-by: Hasan Turken <[email protected]>
…state feat(xfn): Consider composite ready state in function response
Bump crossplane runtime to v1.19.0-rc.0
Signed-off-by: Hasan Turken <[email protected]>
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 <[email protected]>
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 <[email protected]>
Signed-off-by: Jared Watts <[email protected]>
Have the resolver (`Lock`) controller watch package revisions
Signed-off-by: Hasan Turken <[email protected]>
Fix unknown fields warnings
…golang-jwt-jwt-v4-vulnerability chore(deps): update module github.com/golang-jwt/jwt/v4 to v4.5.1 [security] (main)
ezgidemirel
approved these changes
Nov 5, 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!
Signed-off-by: Hasan Turken <[email protected]>
Update releases table and base branches
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 latest changes on upstream 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.