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: istio/istio
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.24.0
Choose a base ref
...
head repository: istio/istio
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.24.1
Choose a head ref
  • 16 commits
  • 29 files changed
  • 10 contributors

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    9df7798 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. [release-1.24] Fix merging duration influence dst duration (#53833)

    * Fix merge duration influence source
    
    Signed-off-by: Zhonghu Xu <[email protected]>
    
    * Fix merge duration influence source
    
    Signed-off-by: Zhonghu Xu <[email protected]>
    
    * Should be dst timeout duration not be polluted
    
    Signed-off-by: Zhonghu Xu <[email protected]>
    
    * fix lint
    
    * remove clone timeout duration before merge
    
    * Simplify replace
    
    Signed-off-by: Zhonghu Xu <[email protected]>
    
    * Add relase note
    
    ---------
    
    Signed-off-by: Zhonghu Xu <[email protected]>
    Co-authored-by: Zhonghu Xu <[email protected]>
    istio-testing and hzxuzhonghu authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    ad196ba View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. [release-1.24] fix path join on windows (#53856)

    * fix path join on windows
    
    * release-notes
    
    ---------
    
    Co-authored-by: zirain <[email protected]>
    istio-testing and zirain authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    c3019d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. [release-1.24] Istio CNI in hostnet should have corresponding dnsPoli…

    …cy (#53871)
    
    * Istio CNI in hostnet should have corresponding dnsPolicy
    
    Signed-off-by: Benjamin Leggett <[email protected]>
    
    * Add relnote
    
    Signed-off-by: Benjamin Leggett <[email protected]>
    
    ---------
    
    Signed-off-by: Benjamin Leggett <[email protected]>
    Co-authored-by: Benjamin Leggett <[email protected]>
    istio-testing and bleggett authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    b250f84 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. [release-1.24] group manifestSet contents by component type (#53930)

    * group manifestSet contents by component type
    
    Signed-off-by: ilrudie <[email protected]>
    
    * add test coverage to prevent regression
    
    Signed-off-by: ilrudie <[email protected]>
    
    * release note
    
    Signed-off-by: ilrudie <[email protected]>
    
    * fix long line
    
    Signed-off-by: ilrudie <[email protected]>
    
    ---------
    
    Signed-off-by: ilrudie <[email protected]>
    Co-authored-by: ilrudie <[email protected]>
    istio-testing and ilrudie authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    f1bcfa3 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Fix bug where invalid redirect codes in VirtualService caused proto m…

    …arshal errors (#53809)
    
    Signed-off-by: Keith Mattix II <[email protected]>
    Co-authored-by: Keith Mattix II <[email protected]>
    istio-testing and keithmattix authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    bd0d441 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7595c73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfa329f View commit details
    Browse the repository at this point in the history
  4. [release-1.24] Fix nil pointer when processing invalid waypoint backe…

    …ndrefs (#53955)
    
    * Fix nil pointer when processing invalid waypoint backendrefs
    
    Signed-off-by: Keith Mattix II <[email protected]>
    
    * Only return 500 for clusternotfound if gateway semantics
    
    Signed-off-by: Keith Mattix II <[email protected]>
    
    ---------
    
    Signed-off-by: Keith Mattix II <[email protected]>
    Co-authored-by: Keith Mattix II <[email protected]>
    istio-testing and keithmattix authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    a6b42c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b322cae View commit details
    Browse the repository at this point in the history
  6. [release-1.24] Ignore delete cmds errors from optional iptables rules (

    …#53966)
    
    * expand optional delete cmds
    
    Change-Id: Ib636985911338401aeefb9d03e8789af2b65e9c9
    
    * add release notes
    
    * fix description
    
    * don't print errors in logs for optional delete cmds
    
    * address comment
    
    * Revert "address comment"
    
    This reverts commit 191c249.
    
    ---------
    
    Co-authored-by: Leonardo Sarra <[email protected]>
    istio-testing and leosarra authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    475e089 View commit details
    Browse the repository at this point in the history
  7. [release-1.24] ambient: fully support Gateway's with IP address in st…

    …atus (#53963)
    
    * Initial fix for waypoint with IP address status
    
    * add test
    
    * add note
    
    * lint
    
    ---------
    
    Co-authored-by: John Howard <[email protected]>
    istio-testing and howardjohn authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    a3b003b View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Set AppArmor annotation instead of appArmorProfile (#53953) (#53970)

    * Set AppArmor annotation instead of appArmorProfile
    
    appArmorProfile is not support in Kubernetes 1.29
    
    
    
    * Update release note
    
    
    
    * clarify reasoning for setting annotation rather than appArmorProfile
    in the securityContext.
    
    
    
    ---------
    
    Signed-off-by: Jackie Elliott <[email protected]>
    jaellio authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    703fdbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da37a7d View commit details
    Browse the repository at this point in the history
  3. [release-1.24] return error instead of just logging it and add detail…

    …ed error messages (#53984)
    
    * return error instead of just logging it and add detailed error messages
    
    * add test coverage for NewWebhook parsing config error
    
    ---------
    
    Co-authored-by: Jeremy L. Morris <[email protected]>
    istio-testing and MorrisLaw authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    248fed1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c17835 View commit details
    Browse the repository at this point in the history
Loading