-
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 release 1.11 #98
Sync upstream release 1.11 #98
Commits on Jun 13, 2023
-
chore(Dockerfile): use COPY instead of ADD
Co-authored-by: Philippe Scorsolini <[email protected]> Co-authored-by: AdamKorcz <[email protected]> Signed-off-by: Philippe Scorsolini <[email protected]> (cherry picked from commit b89eafb)
Configuration menu - View commit details
-
Copy full SHA for 2db3130 - Browse repository at this point
Copy the full SHA 2db3130View commit details
Commits on Jun 14, 2023
-
Merge pull request #4175 from crossplane/backport-4173-to-release-1.11
[Backport release-1.11] chore(Dockerfile): use COPY instead of ADD
Configuration menu - View commit details
-
Copy full SHA for 5fdb7f6 - Browse repository at this point
Copy the full SHA 5fdb7f6View commit details
Commits on Jun 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8386b6b - Browse repository at this point
Copy the full SHA 8386b6bView commit details -
Merge pull request #4195 from crossplane/renovate/release-1.11-debian…
…-bookworm-slim Update debian:bookworm-slim Docker digest to d8f9d38 (release-1.11)
Configuration menu - View commit details
-
Copy full SHA for 1f6bada - Browse repository at this point
Copy the full SHA 1f6badaView commit details
Commits on Jun 21, 2023
-
fix(crank): copy to tar file one chunk at a time
Co-authored-by: Philippe Scorsolini <[email protected]> Co-authored-by: AdamKorcz <[email protected]> Signed-off-by: Philippe Scorsolini <[email protected]> (cherry picked from commit 1d75376)
Configuration menu - View commit details
-
Copy full SHA for afd6ebd - Browse repository at this point
Copy the full SHA afd6ebdView commit details -
fix: limit xfn stdout and stderr
Signed-off-by: Philippe Scorsolini <[email protected]> (cherry picked from commit 4332535)
Configuration menu - View commit details
-
Copy full SHA for f403dca - Browse repository at this point
Copy the full SHA f403dcaView commit details -
refactor: move max stdio bytes to spark flag
Signed-off-by: Philippe Scorsolini <[email protected]> (cherry picked from commit 0be5276)
Configuration menu - View commit details
-
Copy full SHA for 2ac2efc - Browse repository at this point
Copy the full SHA 2ac2efcView commit details
Commits on Jun 22, 2023
-
fix(xfn): set max layers number limit for images
Co-authored-by: AdamKorcz <[email protected]> Co-authored-by: Philippe Scorsolini <[email protected]> Signed-off-by: Philippe Scorsolini <[email protected]> (cherry picked from commit 4b1f4c4)
Configuration menu - View commit details
-
Copy full SHA for 580c916 - Browse repository at this point
Copy the full SHA 580c916View commit details -
chore: refactor to Validate function
Signed-off-by: Philippe Scorsolini <[email protected]> (cherry picked from commit 7fd8620)
Configuration menu - View commit details
-
Copy full SHA for 88c9da7 - Browse repository at this point
Copy the full SHA 88c9da7View commit details -
Merge pull request #4236 from crossplane/backport-4217-to-release-1.11
[Backport release-1.11] fix: limit xfn stdout and stderr
Configuration menu - View commit details
-
Copy full SHA for e0bac18 - Browse repository at this point
Copy the full SHA e0bac18View commit details -
Merge pull request #4238 from crossplane/backport-4203-to-release-1.11
[Backport release-1.11] fix(xfn): set max layers number limit for images
Configuration menu - View commit details
-
Copy full SHA for 78809ed - Browse repository at this point
Copy the full SHA 78809edView commit details -
Run xfn with unconfined AppArmor profile
https://kubernetes.io/docs/tutorials/security/apparmor/#securing-a-pod The xfn container needs the unshare syscall in order to run rootless containers (i.e. create user namespaces). Most default apparmor and seccomp profiles don't allow this. We already run the container unconfined by seccomp, but must also run it unconfined by apparmor. Signed-off-by: Nic Cope <[email protected]> (cherry picked from commit 966436b)
Configuration menu - View commit details
-
Copy full SHA for c90ffb7 - Browse repository at this point
Copy the full SHA c90ffb7View commit details -
Merge pull request #4234 from crossplane/backport-4232-to-release-1.11
[Backport release-1.11] fix(crank): copy to tar file one chunk at a time
Configuration menu - View commit details
-
Copy full SHA for 689905d - Browse repository at this point
Copy the full SHA 689905dView commit details -
Merge pull request #4247 from crossplane/backport-4245-to-release-1.11
[Backport release-1.11] Run xfn with unconfined AppArmor profile
Configuration menu - View commit details
-
Copy full SHA for dcf01c4 - Browse repository at this point
Copy the full SHA dcf01c4View commit details
Commits on Jul 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ac590d6 - Browse repository at this point
Copy the full SHA ac590d6View commit details -
Merge pull request #4335 from crossplane/renovate/release-1.11-debian…
…-bookworm-slim Update debian:bookworm-slim Docker digest to 9bd077d (release-1.11)
Configuration menu - View commit details
-
Copy full SHA for 8f7be81 - Browse repository at this point
Copy the full SHA 8f7be81View commit details
Commits on Jul 19, 2023
-
fix: limit max number of layers for Packages
Signed-off-by: Philippe Scorsolini <[email protected]> (cherry picked from commit abcc64e)
Configuration menu - View commit details
-
Copy full SHA for fa45d49 - Browse repository at this point
Copy the full SHA fa45d49View commit details
Commits on Jul 20, 2023
-
Merge pull request #4352 from crossplane/backport-4348-to-release-1.11
[Backport release-1.11] fix: limit max number of layers for Packages
Configuration menu - View commit details
-
Copy full SHA for d07542a - Browse repository at this point
Copy the full SHA d07542aView commit details -
fix: stop rbac manager's rule expansion on timeout
Signed-off-by: Philippe Scorsolini <[email protected]> (cherry picked from commit 65fc720)
Configuration menu - View commit details
-
Copy full SHA for 2d30759 - Browse repository at this point
Copy the full SHA 2d30759View commit details -
Merge pull request #4355 from phisco/backport-4347-to-release-1.11
[Backport release-1.11] fix: stop rbac manager's rule expansion on timeout
Configuration menu - View commit details
-
Copy full SHA for 6fc65ae - Browse repository at this point
Copy the full SHA 6fc65aeView commit details -
chore: bump go-containerregistry to v0.15.3-0.20230625233257-b8504803…
…389b Signed-off-by: Philippe Scorsolini <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 93c793e - Browse repository at this point
Copy the full SHA 93c793eView commit details -
Merge pull request #4356 from phisco/bump-go-containerregistry-releas…
…e-1.11-master [Backport release-1.11] chore: bump go-containerregistry to v0.15.3-0.20230625233257-b8504803…
Configuration menu - View commit details
-
Copy full SHA for 612ef71 - Browse repository at this point
Copy the full SHA 612ef71View commit details
Commits on Jul 21, 2023
-
fix: max size of package parsed limited to 200MB
Signed-off-by: Philippe Scorsolini <[email protected]> (cherry picked from commit e44f73f)
Configuration menu - View commit details
-
Copy full SHA for ec47867 - Browse repository at this point
Copy the full SHA ec47867View commit details -
Merge pull request #4363 from crossplane/backport-4358-to-release-1.11
[Backport release-1.11] fix: max size of package parsed limited to 200MB
Configuration menu - View commit details
-
Copy full SHA for 2401d03 - Browse repository at this point
Copy the full SHA 2401d03View commit details
Commits on Jul 25, 2023
-
fix: validate Package images against manifest on pull
Signed-off-by: Philippe Scorsolini <[email protected]> (cherry picked from commit 4feb58e)
Configuration menu - View commit details
-
Copy full SHA for d577b71 - Browse repository at this point
Copy the full SHA d577b71View commit details -
tests: remove successfull package fetch test case
Signed-off-by: Philippe Scorsolini <[email protected]> (cherry picked from commit 2c3db49)
Configuration menu - View commit details
-
Copy full SHA for 30dc1ea - Browse repository at this point
Copy the full SHA 30dc1eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81b89ad - Browse repository at this point
Copy the full SHA 81b89adView commit details -
composite: fix nil-dereference
Signed-off-by: AdamKorcz <[email protected]> (cherry picked from commit 0cd9fd3)
Configuration menu - View commit details
-
Copy full SHA for cfda072 - Browse repository at this point
Copy the full SHA cfda072View commit details -
Merge pull request #4381 from crossplane/backport-4380-to-release-1.11
[Backport release-1.11] composite: fix nil-dereference
Configuration menu - View commit details
-
Copy full SHA for d17bde8 - Browse repository at this point
Copy the full SHA d17bde8View commit details
Commits on Jul 27, 2023
-
Signed-off-by: ezgidemirel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4895c20 - Browse repository at this point
Copy the full SHA 4895c20View commit details -
add "Cleanup Disk" step to publish-artifacts job
Signed-off-by: ezgidemirel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f3621cb - Browse repository at this point
Copy the full SHA f3621cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f51e79 - Browse repository at this point
Copy the full SHA 9f51e79View commit details
Commits on Aug 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for add94a6 - Browse repository at this point
Copy the full SHA add94a6View commit details