Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cilium/cilium-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.16.9
Choose a base ref
...
head repository: cilium/cilium-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.16.10
Choose a head ref
  • 17 commits
  • 125 files changed
  • 6 contributors

Commits on Jun 3, 2024

  1. Update stable release to v0.16.9

    Signed-off-by: Michi Mutsuzaki <michi@isovalent.com>
    michi-covalent committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    101777f View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. fix: conn tests JUnit file name

    The fix for the connectivity tests JUnit report filename.
    The name must be namespace specific in case of tests
    concurrent run to avoid report override. Also, JUnit file
    parameter might contain folder(s).
    
    Signed-off-by: viktor-kurchenko <viktor.kurchenko@isovalent.com>
    viktor-kurchenko authored and michi-covalent committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    c0249a8 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update docker.io/library/busybox:stable-glibc docker dig…

    …est to 082a03d
    
    Signed-off-by: renovate[bot] <bot@renovateapp.com>
    renovate[bot] authored and michi-covalent committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    b7064e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. chore(deps): update go to v1.22.4

    Signed-off-by: renovate[bot] <bot@renovateapp.com>
    renovate[bot] authored and michi-covalent committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    d1d236e View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. fix: properly count wrapped lines in status output in --wait mode

    Signed-off-by: Raphaël Pinson <raphael@isovalent.com>
    raphink authored and julianwiedmann committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    9de6b11 View commit details
    Browse the repository at this point in the history
  2. Update go.mod

    Signed-off-by: Raphaël Pinson <raphael@isovalent.com>
    raphink authored and julianwiedmann committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    f18c55a View commit details
    Browse the repository at this point in the history
  3. chore(deps): update docker.io/library/busybox:stable-glibc docker dig…

    …est to 25e9fcb
    
    Signed-off-by: renovate[bot] <bot@renovateapp.com>
    renovate[bot] authored and julianwiedmann committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    c45256f View commit details
    Browse the repository at this point in the history
  4. chore(deps): update golang docker tag to v1.22.4

    Signed-off-by: renovate[bot] <bot@renovateapp.com>
    renovate[bot] authored and julianwiedmann committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    223a16c View commit details
    Browse the repository at this point in the history
  5. connectivity: add pod to external with DNS case in EGW scenario

    This test case checks if the traffic selected by an egress
    gateway policy is masqueraded with an Egress IP when the clients
    send a request using DNS.
    
    The case is mainly to check the compatibility of Egress Gateway
    and L7 policy.
    
    Signed-off-by: Yusuke Suzuki <yusuke.suzuki@isovalent.com>
    ysksuzuki authored and julianwiedmann committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    77cedeb View commit details
    Browse the repository at this point in the history
  6. connectivity: add egress-gateway-with-l7-policy test

    egress-gateway-with-l7-policy checks if traffic from Pods that
    are selected by both Egress Gateway Policy and L7 Network Policy
    is properly SNATed with an Egress IP.
    
    Signed-off-by: Yusuke Suzuki <yusuke.suzuki@isovalent.com>
    ysksuzuki authored and julianwiedmann committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    79dc975 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. features: Add LocalRedirectPolicy

    Extend the features list with a flag
    to enable local redirect policy.
    
    Signed-off-by: Aditi Ghag <aditi@cilium.io>
    aditighag committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    1981d12 View commit details
    Browse the repository at this point in the history
  2. connectivity: Add a scenario getter

    Signed-off-by: Aditi Ghag <aditi@cilium.io>
    aditighag committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    1577dc3 View commit details
    Browse the repository at this point in the history
  3. connectivity: Add ResultCurlTimeout

    It checks for a failed curl command without
    any network policy drops. Used in follow-up commits
    to validate expected result for LRP tests.
    The results pertain to network policy as well
    non network policy related checks, so move them
    accordingly.
    
    Signed-off-by: Aditi Ghag <aditi@cilium.io>
    aditighag committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    f81f045 View commit details
    Browse the repository at this point in the history
  4. connectivity: Introduce local redirect policy tests

    Tests LRP connectivity scenarios with a configured
    skipRedirectFromBackend flag:
     - client pod to LRP frontend
     - LRP backend to LRP frontend
    
    Signed-off-by: Aditi Ghag <aditi@cilium.io>
    aditighag committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    9c6de69 View commit details
    Browse the repository at this point in the history
  5. fix(deps): update all go dependencies main

    Signed-off-by: renovate[bot] <bot@renovateapp.com>
    renovate[bot] authored and michi-covalent committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    2705f6f View commit details
    Browse the repository at this point in the history
  6. fix(deps): update module golang.org/x/term to v0.21.0

    Signed-off-by: renovate[bot] <bot@renovateapp.com>
    renovate[bot] authored and michi-covalent committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    27ac0b9 View commit details
    Browse the repository at this point in the history
  7. Prepare for v0.16.10 release

    Signed-off-by: Michi Mutsuzaki <michi@isovalent.com>
    michi-covalent committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    511f017 View commit details
    Browse the repository at this point in the history
Loading