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 release 1.11 #98

Merged
merged 33 commits into from
Aug 8, 2023

Commits on Jun 13, 2023

  1. 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)
    phisco authored and github-actions[bot] committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    2db3130 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Merge pull request #4175 from crossplane/backport-4173-to-release-1.11

    [Backport release-1.11] chore(Dockerfile): use COPY instead of ADD
    turkenh authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    5fdb7f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    8386b6b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4195 from crossplane/renovate/release-1.11-debian…

    …-bookworm-slim
    
    Update debian:bookworm-slim Docker digest to d8f9d38 (release-1.11)
    hasheddan authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    1f6bada View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. 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)
    phisco authored and github-actions[bot] committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    afd6ebd View commit details
    Browse the repository at this point in the history
  2. fix: limit xfn stdout and stderr

    Signed-off-by: Philippe Scorsolini <[email protected]>
    (cherry picked from commit 4332535)
    phisco authored and github-actions[bot] committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    f403dca View commit details
    Browse the repository at this point in the history
  3. refactor: move max stdio bytes to spark flag

    Signed-off-by: Philippe Scorsolini <[email protected]>
    (cherry picked from commit 0be5276)
    phisco authored and github-actions[bot] committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    2ac2efc View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. 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)
    phisco authored and github-actions[bot] committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    580c916 View commit details
    Browse the repository at this point in the history
  2. chore: refactor to Validate function

    Signed-off-by: Philippe Scorsolini <[email protected]>
    (cherry picked from commit 7fd8620)
    phisco authored and github-actions[bot] committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    88c9da7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4236 from crossplane/backport-4217-to-release-1.11

    [Backport release-1.11] fix: limit xfn stdout and stderr
    negz authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    e0bac18 View commit details
    Browse the repository at this point in the history
  4. 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
    negz authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    78809ed View commit details
    Browse the repository at this point in the history
  5. 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)
    negz authored and github-actions[bot] committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    c90ffb7 View commit details
    Browse the repository at this point in the history
  6. 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
    negz authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    689905d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4247 from crossplane/backport-4245-to-release-1.11

    [Backport release-1.11] Run xfn with unconfined AppArmor profile
    negz authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    dcf01c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    ac590d6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4335 from crossplane/renovate/release-1.11-debian…

    …-bookworm-slim
    
    Update debian:bookworm-slim Docker digest to 9bd077d (release-1.11)
    negz authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    8f7be81 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. fix: limit max number of layers for Packages

    Signed-off-by: Philippe Scorsolini <[email protected]>
    (cherry picked from commit abcc64e)
    phisco authored and github-actions[bot] committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    fa45d49 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Merge pull request #4352 from crossplane/backport-4348-to-release-1.11

    [Backport release-1.11] fix: limit max number of layers for Packages
    phisco authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    d07542a View commit details
    Browse the repository at this point in the history
  2. fix: stop rbac manager's rule expansion on timeout

    Signed-off-by: Philippe Scorsolini <[email protected]>
    (cherry picked from commit 65fc720)
    phisco committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    2d30759 View commit details
    Browse the repository at this point in the history
  3. 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
    phisco authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    6fc65ae View commit details
    Browse the repository at this point in the history
  4. chore: bump go-containerregistry to v0.15.3-0.20230625233257-b8504803…

    …389b
    
    Signed-off-by: Philippe Scorsolini <[email protected]>
    phisco committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    93c793e View commit details
    Browse the repository at this point in the history
  5. 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…
    phisco authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    612ef71 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. fix: max size of package parsed limited to 200MB

    Signed-off-by: Philippe Scorsolini <[email protected]>
    (cherry picked from commit e44f73f)
    phisco authored and github-actions[bot] committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    ec47867 View commit details
    Browse the repository at this point in the history
  2. 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
    phisco authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    2401d03 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. fix: validate Package images against manifest on pull

    Signed-off-by: Philippe Scorsolini <[email protected]>
    (cherry picked from commit 4feb58e)
    phisco authored and github-actions[bot] committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    d577b71 View commit details
    Browse the repository at this point in the history
  2. tests: remove successfull package fetch test case

    Signed-off-by: Philippe Scorsolini <[email protected]>
    (cherry picked from commit 2c3db49)
    phisco authored and github-actions[bot] committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    30dc1ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81b89ad View commit details
    Browse the repository at this point in the history
  4. composite: fix nil-dereference

    Signed-off-by: AdamKorcz <[email protected]>
    (cherry picked from commit 0cd9fd3)
    AdamKorcz authored and github-actions[bot] committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    cfda072 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4381 from crossplane/backport-4380-to-release-1.11

    [Backport release-1.11] composite: fix nil-dereference
    phisco authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    d17bde8 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Update ci.yml with new hashes

    Signed-off-by: ezgidemirel <[email protected]>
    ezgidemirel committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    4895c20 View commit details
    Browse the repository at this point in the history
  2. add "Cleanup Disk" step to publish-artifacts job

    Signed-off-by: ezgidemirel <[email protected]>
    ezgidemirel committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    f3621cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f51e79 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Merge tag 'v1.11.5' into sync-upstream-release-1.11

    Release v1.11.5
    phisco committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    add94a6 View commit details
    Browse the repository at this point in the history