-
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
Sync upstream main #146
Commits on Aug 22, 2024
-
readded changes after merge problems
Signed-off-by: Thomas Baehr <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d0aad8c - Browse repository at this point
Copy the full SHA d0aad8cView commit details
Commits on Sep 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8e26e55 - Browse repository at this point
Copy the full SHA 8e26e55View commit details
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3160e50 - Browse repository at this point
Copy the full SHA 3160e50View commit details
Commits on Oct 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3fab3a4 - Browse repository at this point
Copy the full SHA 3fab3a4View commit details
Commits on Oct 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 85f8f96 - Browse repository at this point
Copy the full SHA 85f8f96View commit details
Commits on Oct 18, 2024
-
docs: update contributing guide with new contributor getting started …
…info Signed-off-by: Jared Watts <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 43bc818 - Browse repository at this point
Copy the full SHA 43bc818View commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f834d2d - Browse repository at this point
Copy the full SHA f834d2dView commit details
Commits on Oct 23, 2024
-
Signed-off-by: Jared Watts <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f6dd1bf - Browse repository at this point
Copy the full SHA f6dd1bfView commit details -
test(e2e): Update test packages and add more tests to dependency update
Signed-off-by: ezgidemirel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2d42bd1 - Browse repository at this point
Copy the full SHA 2d42bd1View commit details -
Merge pull request #6024 from jbw976/bump-golang
build: bump golang to 1.22.8
Configuration menu - View commit details
-
Copy full SHA for 79c3d34 - Browse repository at this point
Copy the full SHA 79c3d34View commit details
Commits on Oct 24, 2024
-
feat(Compositions): drop spec.environmentConfigRefs
Signed-off-by: Philippe Scorsolini <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 88e5a25 - Browse repository at this point
Copy the full SHA 88e5a25View commit details
Commits on Oct 25, 2024
-
Signed-off-by: ezgidemirel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c555808 - Browse repository at this point
Copy the full SHA c555808View commit details -
feat(crank): beta covert composition-environment implementation
Signed-off-by: Philippe Scorsolini <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 32bb6be - Browse repository at this point
Copy the full SHA 32bb6beView commit details -
feat: rework pipeline-composition to avoid dropping fields
Signed-off-by: Philippe Scorsolini <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1f77470 - Browse repository at this point
Copy the full SHA 1f77470View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48d84f2 - Browse repository at this point
Copy the full SHA 48d84f2View commit details -
log to stderr if no change needed
Signed-off-by: Philippe Scorsolini <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce2f236 - Browse repository at this point
Copy the full SHA ce2f236View commit details -
fix: no-op if already pipeline mode
Signed-off-by: Philippe Scorsolini <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3be61d9 - Browse repository at this point
Copy the full SHA 3be61d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a1d69b - Browse repository at this point
Copy the full SHA 3a1d69bView commit details
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c88f6c7 - Browse repository at this point
Copy the full SHA c88f6c7View commit details -
Merge pull request #6023 from ezgidemirel/e2e-dep-up
test(e2e): Update test packages and add more tests to dependency update
Configuration menu - View commit details
-
Copy full SHA for c999b73 - Browse repository at this point
Copy the full SHA c999b73View commit details -
fixed nit: container nameming loop variable
Signed-off-by: Thomas Baehr <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5c76394 - Browse repository at this point
Copy the full SHA 5c76394View commit details -
Co-authored-by: Philippe Scorsolini <[email protected]> Signed-off-by: Jared Watts <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 97a3f33 - Browse repository at this point
Copy the full SHA 97a3f33View commit details -
Merge pull request #6015 from jbw976/contrib-getting-started
docs: update contributing guide with new contributor getting started info
Configuration menu - View commit details
-
Copy full SHA for ac27bec - Browse repository at this point
Copy the full SHA ac27becView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a7c477 - Browse repository at this point
Copy the full SHA 6a7c477View commit details -
Fix package metadata CRD generation
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]>
Configuration menu - View commit details
-
Copy full SHA for 8f15fd1 - Browse repository at this point
Copy the full SHA 8f15fd1View commit details -
Have the resolver controller watch package revisions
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]>
Configuration menu - View commit details
-
Copy full SHA for 51ead1d - Browse repository at this point
Copy the full SHA 51ead1dView commit details
Commits on Oct 31, 2024
-
Define api types for image verification
Signed-off-by: Hasan Turken <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f628886 - Browse repository at this point
Copy the full SHA f628886View commit details -
Bootstrap signature verification reconciler
Signed-off-by: Hasan Turken <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 807434d - Browse repository at this point
Copy the full SHA 807434dView commit details -
Add e2e tests artifacts for keyless and keyfull signature verification
Signed-off-by: Hasan Turken <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d19bf4a - Browse repository at this point
Copy the full SHA d19bf4aView commit details -
Define and add conditions for verification
Signed-off-by: Hasan Turken <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b13bab5 - Browse repository at this point
Copy the full SHA b13bab5View commit details -
Add signature verification controller
Signed-off-by: Hasan Turken <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 149be69 - Browse repository at this point
Copy the full SHA 149be69View commit details -
Add unit tests for signature verification
Signed-off-by: Hasan Turken <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd7eea6 - Browse repository at this point
Copy the full SHA dd7eea6View commit details -
Add e2e test for keyless verification of a private image
Signed-off-by: Hasan Turken <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 449ac44 - Browse repository at this point
Copy the full SHA 449ac44View commit details -
Simplify signature verification skipping policy controller
Signed-off-by: Hasan Turken <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 333c6b3 - Browse repository at this point
Copy the full SHA 333c6b3View commit details -
Copy attestation.go from cosign repo
Signed-off-by: Hasan Turken <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 58b2a3a - Browse repository at this point
Copy the full SHA 58b2a3aView commit details -
Simplify attestation verification skipping policy controller
Signed-off-by: Hasan Turken <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a0b5487 - Browse repository at this point
Copy the full SHA a0b5487View commit details -
Resolve comments in signature verification
Signed-off-by: Hasan Turken <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 12bc156 - Browse repository at this point
Copy the full SHA 12bc156View commit details -
Signature verification controller reconciles package revisions
Signed-off-by: Hasan Turken <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2a51db4 - Browse repository at this point
Copy the full SHA 2a51db4View commit details -
Put signature verification behing an alpha flag
Signed-off-by: Hasan Turken <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6361d8b - Browse repository at this point
Copy the full SHA 6361d8bView commit details -
Add unit tests for signature verification reconciler
Signed-off-by: Hasan Turken <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 52653a1 - Browse repository at this point
Copy the full SHA 52653a1View commit details -
Document how to access e2e cluster while tests are running
Signed-off-by: Hasan Turken <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d554fc2 - Browse repository at this point
Copy the full SHA d554fc2View commit details -
Merge pull request #6022 from turkenh/package-image-config-verification
Package signature verification with `Cosign` via `ImageConfig` API
Configuration menu - View commit details
-
Copy full SHA for 8410e24 - Browse repository at this point
Copy the full SHA 8410e24View commit details -
Merge pull request #5936 from crossplane/renovate/main-actions-create…
…-github-app-token-digest chore(deps): update actions/create-github-app-token digest to 5d869da (main)
Configuration menu - View commit details
-
Copy full SHA for 198c46e - Browse repository at this point
Copy the full SHA 198c46eView commit details -
fix(crank): convert pipeline-composition skip if no environment defin…
…ed at all Signed-off-by: Philippe Scorsolini <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9e89e41 - Browse repository at this point
Copy the full SHA 9e89e41View commit details -
Merge pull request #5941 from crossplane/renovate/main-actions-upload…
…-artifact-digest chore(deps): update actions/upload-artifact digest to b4b15b8 (main)
Configuration menu - View commit details
-
Copy full SHA for 3fdf3cb - Browse repository at this point
Copy the full SHA 3fdf3cbView commit details -
Merge pull request #5942 from crossplane/renovate/main-codecov-codeco…
…v-action-digest chore(deps): update codecov/codecov-action digest to b9fd7d1 (main)
Configuration menu - View commit details
-
Copy full SHA for 6377dd9 - Browse repository at this point
Copy the full SHA 6377dd9View commit details -
Merge pull request #5944 from crossplane/renovate/main-docker-login-a…
…ction-digest chore(deps): update docker/login-action digest to 9780b0c (main)
Configuration menu - View commit details
-
Copy full SHA for 9e897ab - Browse repository at this point
Copy the full SHA 9e897abView commit details -
chore: refactor patchsets handling for consistency, adding test coverage
Signed-off-by: Philippe Scorsolini <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b6f2f6d - Browse repository at this point
Copy the full SHA b6f2f6dView commit details -
feat(pkg-mgr): Add condition to lock object
Signed-off-by: ezgidemirel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0b287eb - Browse repository at this point
Copy the full SHA 0b287ebView commit details -
Merge pull request #6033 from phisco/no-env-is-fine
fix(crank): convert pipeline-composition skip if no environment defined at all
Configuration menu - View commit details
-
Copy full SHA for 8ddec4c - Browse repository at this point
Copy the full SHA 8ddec4cView commit details -
Merge pull request #6031 from ezgidemirel/lock-condition
feat(pkg-mgr): Add condition to lock object
Configuration menu - View commit details
-
Copy full SHA for bd3edd3 - Browse repository at this point
Copy the full SHA bd3edd3View commit details -
feat(xfn): Consider composite ready state in function response
Signed-off-by: Maximilian Blatt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eea8f82 - Browse repository at this point
Copy the full SHA eea8f82View commit details -
Bump crossplane runtime to v1.19.0-rc.0
Signed-off-by: Hasan Turken <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6ac686f - Browse repository at this point
Copy the full SHA 6ac686fView commit details -
Bump controller-tools to v0.16.5 and unique controller names
Signed-off-by: Hasan Turken <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b0a1429 - Browse repository at this point
Copy the full SHA b0a1429View commit details -
Skip name validation in controller engine
Signed-off-by: Hasan Turken <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed67b92 - Browse repository at this point
Copy the full SHA ed67b92View commit details -
Merge pull request #6021 from MisterMX/feat/function-composite-ready-…
…state feat(xfn): Consider composite ready state in function response
Configuration menu - View commit details
-
Copy full SHA for 8714042 - Browse repository at this point
Copy the full SHA 8714042View commit details -
Merge pull request #6036 from turkenh/bump-runtime-v1.19.0-rc.0
Bump crossplane runtime to v1.19.0-rc.0
Configuration menu - View commit details
-
Copy full SHA for cfb6b7b - Browse repository at this point
Copy the full SHA cfb6b7bView commit details -
Add release-1.18 to renovate base branches
Signed-off-by: Hasan Turken <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 28bb0d6 - Browse repository at this point
Copy the full SHA 28bb0d6View commit details -
Merge pull request #6040 from turkenh/bump-base-branches
Add release-1.18 to renovate base branches
Configuration menu - View commit details
-
Copy full SHA for 0a030eb - Browse repository at this point
Copy the full SHA 0a030ebView commit details
Commits on Nov 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d7a341c - Browse repository at this point
Copy the full SHA d7a341cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbe58bd - Browse repository at this point
Copy the full SHA fbe58bdView commit details -
Merge pull request #6045 from crossplane/renovate/main-go-github.com-…
…docker-docker-vulnerability fix(deps): update module github.com/docker/docker to v27.1.1+incompatible [security] (main)
Configuration menu - View commit details
-
Copy full SHA for 05da2e6 - Browse repository at this point
Copy the full SHA 05da2e6View commit details
Commits on Nov 2, 2024
-
Merge branch 'master' into named-container-support
Signed-off-by: Thomas Baehr <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a7a2b69 - Browse repository at this point
Copy the full SHA a7a2b69View commit details -
Merge pull request #5878 from TheBelgarion/named-container-support
added the option to name docker container for functions and reuse them.
Configuration menu - View commit details
-
Copy full SHA for 959f288 - Browse repository at this point
Copy the full SHA 959f288View commit details -
Merge pull request #6044 from crossplane/renovate/main-go-github.com-…
…open-policy-agent-opa-vulnerability chore(deps): update module github.com/open-policy-agent/opa to v0.68.0 [security] (main)
Configuration menu - View commit details
-
Copy full SHA for c2febe4 - Browse repository at this point
Copy the full SHA c2febe4View commit details
Commits on Nov 3, 2024
-
fix(crank): beta validate properly pulling crossplane image
Signed-off-by: Philippe Scorsolini <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 122316d - Browse repository at this point
Copy the full SHA 122316dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4d72e5 - Browse repository at this point
Copy the full SHA e4d72e5View commit details
Commits on Nov 4, 2024
-
build: bump meta CRDs via +generate
Signed-off-by: Jared Watts <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c7b6640 - Browse repository at this point
Copy the full SHA c7b6640View commit details -
Merge pull request #6054 from negz/dependent
Have the resolver (`Lock`) controller watch package revisions
Configuration menu - View commit details
-
Copy full SHA for eae6b41 - Browse repository at this point
Copy the full SHA eae6b41View commit details
Commits on Nov 5, 2024
-
Signed-off-by: Hasan Turken <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6e2ae7e - Browse repository at this point
Copy the full SHA 6e2ae7eView commit details -
Merge pull request #6064 from turkenh/fix-warnings
Fix unknown fields warnings
Configuration menu - View commit details
-
Copy full SHA for 82e5465 - Browse repository at this point
Copy the full SHA 82e5465View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7357378 - Browse repository at this point
Copy the full SHA 7357378View commit details -
Merge pull request #6066 from crossplane/renovate/main-go-github.com-…
…golang-jwt-jwt-v4-vulnerability chore(deps): update module github.com/golang-jwt/jwt/v4 to v4.5.1 [security] (main)
Configuration menu - View commit details
-
Copy full SHA for 1d38953 - Browse repository at this point
Copy the full SHA 1d38953View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5abd87d - Browse repository at this point
Copy the full SHA 5abd87dView commit details -
Update releases table and base branches
Signed-off-by: Hasan Turken <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9cdde00 - Browse repository at this point
Copy the full SHA 9cdde00View commit details -
Merge pull request #6072 from turkenh/update-releases-table-1.18
Update releases table and base branches
Configuration menu - View commit details
-
Copy full SHA for 586bd39 - Browse repository at this point
Copy the full SHA 586bd39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9daa175 - Browse repository at this point
Copy the full SHA 9daa175View commit details