Skip to content

chore(deps): update istio#2724

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/istio
Open

chore(deps): update istio#2724
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/istio

Conversation

@renovate

@renovate renovate Bot commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
base minor 1.29.31.30.3
cgr.dev/defenseunicorns.com/istio-install-cni-fips (source) minor 1.29.3v1.30.3
cgr.dev/defenseunicorns.com/istio-pilot-fips (source) minor 1.29.3v1.30.3
cgr.dev/defenseunicorns.com/istio-proxy-fips (source) minor 1.29.3v1.30.3
cgr.dev/defenseunicorns.com/ztunnel-fips (source) minor 1.29.3v1.30.3
cni minor 1.29.31.30.3
docker.io/istio/install-cni minor 1.29.3-distroless1.30.3-distroless
docker.io/istio/pilot minor 1.29.3-distroless1.30.3-distroless
docker.io/istio/proxyv2 minor 1.29.3-distroless1.30.3-distroless
docker.io/istio/ztunnel minor 1.29.3-distroless1.30.3-distroless
gateway minor 1.29.31.30.3
istio/istio minor 1.29.31.30.3
istiod minor 1.29.31.30.3
kubernetes-sigs/gateway-api minor v1.5.1v1.6.1
registry1.dso.mil/ironbank/tetrate/istio/install-cni (source) patch 1.29.3-fips1.29.5-fips
registry1.dso.mil/ironbank/tetrate/istio/pilot (source) patch 1.29.3-fips1.29.5-fips
registry1.dso.mil/ironbank/tetrate/istio/proxyv2 (source) patch 1.29.3-fips1.29.5-fips
registry1.dso.mil/ironbank/tetrate/istio/ztunnel (source) patch 1.29.3-fips1.29.5-fips
ztunnel minor 1.29.31.30.3

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

istio/istio (base)

v1.30.3: Istio 1.30.3

Compare Source

Artifacts
Release Notes

v1.30.2: Istio 1.30.2

Compare Source

Artifacts
Release Notes

v1.30.1: Istio 1.30.1

Compare Source

Artifacts
Release Notes

v1.30.0: Istio 1.30.0

Compare Source

Artifacts
Release Notes

v1.29.6: Istio 1.29.6

Compare Source

Artifacts
Release Notes

v1.29.5: Istio 1.29.5

Compare Source

Artifacts
Release Notes

v1.29.4: Istio 1.29.4

Compare Source

Artifacts
Release Notes

kubernetes-sigs/gateway-api (kubernetes-sigs/gateway-api)

v1.6.1

Compare Source

v1.6.1
Major Changes Since v1.6.0
Test & Conformance
  • Change the port used in TCPRouteMultipleRoutesAttachment. (#​5053, @​davidjumani)
  • Respect CleanupTestResources for BackendTLSPolicy, TCPRouteMultipleRoutesAttachment and UDPRouteMultipleRoutesAttachment(#​5065, @​snorwin)
  • Fix SetupTimeoutConfig() not respecting defaults for ListenerSetMustHaveCondition, ListenerSetListenersMustHaveConditions, and RequiredConsecutiveSuccesses. (#​5066, @​immanuwell)
  • Honour tcpRouteMustHaveCondition and udpRouteMustHaveCondition timeouts which were silently ignore. (#​5067, @​immanuwell)
Other (Cleanup or Flake)
  • Fix GatewayStaticAddresses test flake by waiting for status.addresses to be published instead of assuming it appears atomically with Programmed. (#​5038, @​howardjohn)
  • Fix GatewayInfrastructure test flake by polling for generated infrastructure resources instead of assuming immediate visibility after the gateway is accepted. (#​5047, @​howardjohn)
  • Fix flaky TCPRouteWeightedRouting and UDPRouteWeightedRouting conformance tests by adding a data-plane readiness check before performing weighted routing assertions. (#​5064, @​arybolovlev)

v1.6.0

Compare Source

v1.6.0
Changes Since v1.5.1
GEP & API Graduation
  • UDPRoute & TCPRoute Graduation:
    • UDPRoute has graduated to GA. We recommend using the "v1" API version with this API now. The "v1alpha2" version of this API is deprecated and will be removed in the future. (#​4923, @​zac-nixon)
    • TCPRoute has graduated to GA. We recommend using the "v1" API version with this API now. The "v1alpha2" version of this API is deprecated and will be removed in the future. (#​4920, @​zac-nixon)
  • GEP Status Updates:
Feature
  • API & Validation Enhancements:
    • API validation updated for HTTPRoute retries: retry.codes must now be unique and retry.attempts must be >= 1. (#​4907, @​snorwin)
    • Increase the number of allowed Certificate Authority references from 8 to 16. (#​4088, @​root30)
    • The TLSRoute CRD validation has been adjusted to allow up to 1024 hostnames and rules per TLSRoute resource. Operators must validate kube-apiserver, etcd and Gateway controller behavior with representative manifests prior to enabling the new limit in production. (#​4332, @​alexanderstephan)
    • BackendTLSPolicy now can be used in combination with other routes types. (#​4745, @​rikatz)
    • Allow the usage of up to 16 annotations on the gateway infrastructure object. (#​4707, @​wenisman)
  • Conformance Infrastructure:
    • Added conformance tests for UDPRoute (GEP-2645), a new GATEWAY-UDP conformance profile, a SupportTCPRoute feature, and a UDP/TCP echo server in echo-basic gated on UDP_ECHO_SERVER. (#​4861, @​zac-nixon)
  • Remove the idleTimeout field from the experimental SessionPersistence API. (#​4771, @​gcs278)
Documentation
Bug or Regression
  • IPv6 Support:
    • Fix GatewayFrontendClientCertificateValidationInsecureFallback, GatewayFrontendClientCertificateValidation, and GatewayFrontendInvalidDefaultClientCertificateValidation failing on IPv6 clusters. (#​4636, @​zirain)
    • Fix GatewayFrontendInvalidDefaultClientCertificateValidation failing on IPv6 clusters. (#​4629, @​zirain)
  • ValidatingAdmissionPolicy (VAP) Fixes:
    • Fixed an issue where the ValidatingAdmissionPolicy prevented experimental CRDs from being installed at all (instead of only when standard CRDs already exist). (#​4603, @​howardjohn)
    • Fixed the safe-upgrades ValidatingAdmissionPolicy to allow upgrades of experimental CRDs. (#​4557, @​snorwin)
  • CRD & Schema Validation:
    • Generated Gateway API CRD install manifests no longer include top-level CustomResourceDefinition status fields with invalid null values, fixing strict schema validation failures in tools such as kubeconform. (#​4712, @​MatteoFari)
    • Replace omitempty with omitzero for supportedKinds in ListenerStatus to preserve backward compatibility for controllers reconciling older Gateway API versions. (#​4551, @​snorwin)
  • API & Validation Fixes:
Test & Conformance
  • New Conformance Tests:
    • Add conformance test ListenerSetAllowedRoutesCrossNamespace which verifies that a ListenerSet only allows routes in its own namespace by default. (#​4841, @​asauber)
    • Added a conformance test covering the Gateway Accepted condition with reason ListenersNotValid and the Listener Accepted condition with reason UnsupportedProtocol. (#​4807, @​snorwin)
    • Added conformance test GatewayInvalidParametersRef that verifies a Gateway referencing an invalid parameters is rejected. (#​4808, @​snorwin)
    • Conformance: add ListenerSet tests for Route parentRef cases. (#​4912, @​asauber)
  • Test Machinery & Framework Updates:
    • Conformance: ExpectMirroredRequest now starts its log window before the requests are sent, so mirrors are not missed on high-latency data planes. (#​4952, @​lexfrei)
    • The default polling interval for conformance tests has been decreased. This can be modified by the new DefaultPollInterval. (#​4570, @​howardjohn)
    • The gRPC conformance request helper no longer closes a caller-supplied (injected) Options.GRPCClient; it closes only the DefaultClient it creates internally. This lets implementations reuse a custom gRPC client across requests. (#​4953, @​lexfrei)
  • Updates & Fixes to Existing Tests:
    • The conflicted=false condition is not required anymore in the listener status for non-conflicted listeners. (#​4642, @​zhaohuabing)
    • Fix TLSRoute conformance test to stop relying on self-signed certificates. (#​4930, @​rikatz)
    • Fixed MeshHTTPRoute307Redirect conformance test bug where the wrong manifest was used. (#​4806, @​jgreeer)
    • Update Gateway version to v1 in UDP conformance test. (#​4722, @​cnvergence)
    • Updated the TLSRoute conformance tests to allow FINs where previously RST was asserted. (#​4615, @​howardjohn)
    • conformance: add missing gateway-api/skip-this-for-readiness annotation to invalid gateways (#​5027, @​snorwin)
    • The GRPCRouteWeight conformance test now sends its distribution-sampling requests through the injectable Options.GRPCClient instead of a hardcoded DefaultClient, allowing implementations that supply a custom gRPC client to run it. (#​5004, @​lexfrei)
    • The HTTPRouteRequestPercentageMirror conformance test now derives its acceptance band from the binomial standard deviation instead of a flat ±15% relative tolerance, removing sampling-variance flakes at low mirror percentages. (#​5005, @​lexfrei)
    • Removed HTTPRoute retry tests with connection errors and backend timeouts (#​4994, @​snorwin)
What's Changed
New Contributors

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from a team as a code owner June 5, 2026 18:13
@github-actions github-actions Bot added the waiting on ironbank This PR is waiting on an image update for ironbank label Jun 5, 2026

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lula Compliance Overview

Please review the changes to ensure they meet compliance standards.

Reviewed Changes

Lula reviewed 10 files changed that affect compliance.


File Lines Changed
src/istio/zarf.yaml 83–89

UUID: b4367e52-bef0-4463-a906-e5af6b4aa015
sha256: 7c68c6af7e26fd051b8ad6c2b69cba89d076b5ff55973dbcbb3c9eb33327477e


Tip: Customize your compliance reviews with Lula.

@renovate
renovate Bot force-pushed the renovate/istio branch from ff557fa to 0295018 Compare June 7, 2026 23:01
@renovate renovate Bot changed the title chore(deps): update istio chore(deps): update istio to v1.30.1 Jun 7, 2026
@github-actions
github-actions Bot dismissed their stale review June 7, 2026 23:02

Superseded by a new Lula compliance review.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lula Compliance Overview

Please review the changes to ensure they meet compliance standards.

Reviewed Changes

Lula reviewed 10 files changed that affect compliance.


File Lines Changed
src/istio/zarf.yaml 83–89

UUID: b4367e52-bef0-4463-a906-e5af6b4aa015
sha256: 7c68c6af7e26fd051b8ad6c2b69cba89d076b5ff55973dbcbb3c9eb33327477e


Tip: Customize your compliance reviews with Lula.

@renovate
renovate Bot force-pushed the renovate/istio branch from 0295018 to 28d8ce8 Compare June 12, 2026 15:57
@github-actions github-actions Bot added the waiting on unicorn This PR is waiting on an image update for Unicorn flavor label Jun 12, 2026
@github-actions
github-actions Bot dismissed their stale review June 12, 2026 15:58

Superseded by a new Lula compliance review.

@renovate
renovate Bot force-pushed the renovate/istio branch from 28d8ce8 to f85a617 Compare June 12, 2026 16:34

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lula Compliance Overview

Please review the changes to ensure they meet compliance standards.

Reviewed Changes

Lula reviewed 10 files changed that affect compliance.


File Lines Changed
src/istio/zarf.yaml 83–89

UUID: b4367e52-bef0-4463-a906-e5af6b4aa015
sha256: 7c68c6af7e26fd051b8ad6c2b69cba89d076b5ff55973dbcbb3c9eb33327477e


Tip: Customize your compliance reviews with Lula.

@github-actions github-actions Bot removed the waiting on unicorn This PR is waiting on an image update for Unicorn flavor label Jun 12, 2026
@renovate
renovate Bot force-pushed the renovate/istio branch from f85a617 to a36d2d6 Compare June 17, 2026 19:31
@github-actions
github-actions Bot dismissed their stale review June 17, 2026 19:31

Superseded by a new Lula compliance review.

@github-actions github-actions Bot added the waiting on unicorn This PR is waiting on an image update for Unicorn flavor label Jun 17, 2026
@renovate
renovate Bot force-pushed the renovate/istio branch from a36d2d6 to 10d12f5 Compare June 18, 2026 01:50

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lula Compliance Overview

Please review the changes to ensure they meet compliance standards.

Reviewed Changes

Lula reviewed 10 files changed that affect compliance.


File Lines Changed
src/istio/zarf.yaml 83–89

UUID: b4367e52-bef0-4463-a906-e5af6b4aa015
sha256: 7c68c6af7e26fd051b8ad6c2b69cba89d076b5ff55973dbcbb3c9eb33327477e


Tip: Customize your compliance reviews with Lula.

@github-actions github-actions Bot removed the waiting on unicorn This PR is waiting on an image update for Unicorn flavor label Jun 18, 2026
@renovate
renovate Bot force-pushed the renovate/istio branch from 10d12f5 to d5c178d Compare June 24, 2026 08:12
@github-actions
github-actions Bot dismissed their stale review June 24, 2026 08:13

Superseded by a new Lula compliance review.

@github-actions github-actions Bot added the waiting on unicorn This PR is waiting on an image update for Unicorn flavor label Jun 24, 2026
@renovate
renovate Bot force-pushed the renovate/istio branch from d5c178d to 56b8236 Compare June 24, 2026 08:35

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lula Compliance Overview

Please review the changes to ensure they meet compliance standards.

Reviewed Changes

Lula reviewed 10 files changed that affect compliance.


File Lines Changed
src/istio/zarf.yaml 83–89

UUID: b4367e52-bef0-4463-a906-e5af6b4aa015
sha256: 7c68c6af7e26fd051b8ad6c2b69cba89d076b5ff55973dbcbb3c9eb33327477e


Tip: Customize your compliance reviews with Lula.

@github-actions github-actions Bot removed the waiting on unicorn This PR is waiting on an image update for Unicorn flavor label Jun 24, 2026
@renovate
renovate Bot force-pushed the renovate/istio branch from 56b8236 to 9884cae Compare June 24, 2026 16:56
@renovate renovate Bot changed the title chore(deps): update istio to v1.30.1 chore(deps): update istio Jun 24, 2026
@github-actions
github-actions Bot dismissed their stale review June 24, 2026 16:56

Superseded by a new Lula compliance review.

@github-actions github-actions Bot added the waiting on unicorn This PR is waiting on an image update for Unicorn flavor label Jun 24, 2026

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lula Compliance Overview

Please review the changes to ensure they meet compliance standards.

Reviewed Changes

Lula reviewed 10 files changed that affect compliance.


File Lines Changed
src/istio/zarf.yaml 83–89

UUID: b4367e52-bef0-4463-a906-e5af6b4aa015
sha256: 7c68c6af7e26fd051b8ad6c2b69cba89d076b5ff55973dbcbb3c9eb33327477e


Tip: Customize your compliance reviews with Lula.

@renovate
renovate Bot force-pushed the renovate/istio branch from 3483684 to 99559dd Compare June 26, 2026 09:15
@github-actions
github-actions Bot dismissed their stale review June 26, 2026 09:15

Superseded by a new Lula compliance review.

@github-actions github-actions Bot removed the waiting on unicorn This PR is waiting on an image update for Unicorn flavor label Jun 26, 2026

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lula Compliance Overview

Please review the changes to ensure they meet compliance standards.

Reviewed Changes

Lula reviewed 10 files changed that affect compliance.


File Lines Changed
src/istio/zarf.yaml 83–89

UUID: b4367e52-bef0-4463-a906-e5af6b4aa015
sha256: 9b8817351146d0499834ef2d55ca338e32793972205d308dce5bb03a667ade73


Tip: Customize your compliance reviews with Lula.

@renovate
renovate Bot force-pushed the renovate/istio branch from 99559dd to d3094ab Compare June 27, 2026 19:12
@renovate renovate Bot changed the title chore(deps): update istio chore(deps): update istio to v1.30.2 Jun 27, 2026
@github-actions
github-actions Bot dismissed their stale review June 27, 2026 19:12

Superseded by a new Lula compliance review.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lula Compliance Overview

Please review the changes to ensure they meet compliance standards.

Reviewed Changes

Lula reviewed 10 files changed that affect compliance.


File Lines Changed
src/istio/zarf.yaml 83–89

UUID: b4367e52-bef0-4463-a906-e5af6b4aa015
sha256: 9b8817351146d0499834ef2d55ca338e32793972205d308dce5bb03a667ade73


Tip: Customize your compliance reviews with Lula.

@renovate
renovate Bot force-pushed the renovate/istio branch from d3094ab to 29589dd Compare July 3, 2026 00:00
@renovate renovate Bot changed the title chore(deps): update istio to v1.30.2 chore(deps): update istio Jul 3, 2026
@github-actions
github-actions Bot dismissed their stale review July 3, 2026 00:00

Superseded by a new Lula compliance review.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lula Compliance Overview

Please review the changes to ensure they meet compliance standards.

Reviewed Changes

Lula reviewed 10 files changed that affect compliance.


File Lines Changed
src/istio/zarf.yaml 83–89

UUID: b4367e52-bef0-4463-a906-e5af6b4aa015
sha256: 9b8817351146d0499834ef2d55ca338e32793972205d308dce5bb03a667ade73


Tip: Customize your compliance reviews with Lula.

@renovate
renovate Bot force-pushed the renovate/istio branch from 29589dd to 6c012f0 Compare July 16, 2026 16:47
@github-actions github-actions Bot added the waiting on unicorn This PR is waiting on an image update for Unicorn flavor label Jul 16, 2026
@github-actions
github-actions Bot dismissed their stale review July 16, 2026 16:47

Superseded by a new Lula compliance review.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lula Compliance Overview

Please review the changes to ensure they meet compliance standards.

Reviewed Changes

Lula reviewed 13 files changed that affect compliance.


File Lines Changed
src/istio/zarf.yaml 59–65
src/istio/zarf.yaml 83–89

UUID: b4367e52-bef0-4463-a906-e5af6b4aa015
sha256: bedc1d2d311069af0f7889b334613f5fcb267a8e7b8e9ab24479a84c728f27a0

UUID: b4367e52-bef0-4463-a906-e5af6b4aa015
sha256: 9b8817351146d0499834ef2d55ca338e32793972205d308dce5bb03a667ade73


Tip: Customize your compliance reviews with Lula.

@renovate
renovate Bot force-pushed the renovate/istio branch from 6c012f0 to f26ba48 Compare July 16, 2026 18:00
@github-actions
github-actions Bot dismissed their stale review July 16, 2026 18:00

Superseded by a new Lula compliance review.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lula Compliance Overview

Please review the changes to ensure they meet compliance standards.

Reviewed Changes

Lula reviewed 13 files changed that affect compliance.


File Lines Changed
src/istio/zarf.yaml 59–65
src/istio/zarf.yaml 83–89

UUID: b4367e52-bef0-4463-a906-e5af6b4aa015
sha256: bedc1d2d311069af0f7889b334613f5fcb267a8e7b8e9ab24479a84c728f27a0

UUID: b4367e52-bef0-4463-a906-e5af6b4aa015
sha256: 9b8817351146d0499834ef2d55ca338e32793972205d308dce5bb03a667ade73


Tip: Customize your compliance reviews with Lula.

@renovate
renovate Bot force-pushed the renovate/istio branch from f26ba48 to c693a83 Compare July 17, 2026 12:35
@github-actions
github-actions Bot dismissed their stale review July 17, 2026 12:35

Superseded by a new Lula compliance review.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lula Compliance Overview

Please review the changes to ensure they meet compliance standards.

Reviewed Changes

Lula reviewed 13 files changed that affect compliance.


File Lines Changed
src/istio/zarf.yaml 59–65
src/istio/zarf.yaml 83–89

UUID: b4367e52-bef0-4463-a906-e5af6b4aa015
sha256: bedc1d2d311069af0f7889b334613f5fcb267a8e7b8e9ab24479a84c728f27a0

UUID: b4367e52-bef0-4463-a906-e5af6b4aa015
sha256: c2399431ecbcb3e68b5f884e5a78bc9ff6390ab0501614ffd9d79649d41c4dea


Tip: Customize your compliance reviews with Lula.

@renovate
renovate Bot force-pushed the renovate/istio branch from c693a83 to 37fc7d7 Compare July 18, 2026 10:46
@github-actions
github-actions Bot dismissed their stale review July 18, 2026 10:47

Superseded by a new Lula compliance review.

@github-actions github-actions Bot removed the waiting on unicorn This PR is waiting on an image update for Unicorn flavor label Jul 18, 2026

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lula Compliance Overview

Please review the changes to ensure they meet compliance standards.

Reviewed Changes

Lula reviewed 13 files changed that affect compliance.


File Lines Changed
src/istio/zarf.yaml 59–65
src/istio/zarf.yaml 83–89

UUID: b4367e52-bef0-4463-a906-e5af6b4aa015
sha256: bedc1d2d311069af0f7889b334613f5fcb267a8e7b8e9ab24479a84c728f27a0

UUID: b4367e52-bef0-4463-a906-e5af6b4aa015
sha256: 0671046d7deee7736cbf246702f4c0f2d46109701ecf5b74335911edfbc059e4


Tip: Customize your compliance reviews with Lula.

| datasource  | package                                              | from   | to      |
| ----------- | ---------------------------------------------------- | ------ | ------- |
| helm        | base                                                 | 1.29.3 | 1.30.3  |
| docker      | cgr.dev/defenseunicorns.com/istio-install-cni-fips   | 1.29.3 | v1.30.3 |
| docker      | cgr.dev/defenseunicorns.com/istio-pilot-fips         | 1.29.3 | v1.30.3 |
| docker      | cgr.dev/defenseunicorns.com/istio-proxy-fips         | 1.29.3 | v1.30.3 |
| docker      | cgr.dev/defenseunicorns.com/ztunnel-fips             | 1.29.3 | v1.30.3 |
| helm        | cni                                                  | 1.29.3 | 1.30.3  |
| docker      | docker.io/istio/install-cni                          | 1.29.3 | 1.30.3  |
| docker      | docker.io/istio/pilot                                | 1.29.3 | 1.30.3  |
| docker      | docker.io/istio/proxyv2                              | 1.29.3 | 1.30.3  |
| docker      | docker.io/istio/ztunnel                              | 1.29.3 | 1.30.3  |
| helm        | gateway                                              | 1.29.3 | 1.30.3  |
| github-tags | istio/istio                                          | 1.29.3 | 1.30.3  |
| helm        | istiod                                               | 1.29.3 | 1.30.3  |
| github-tags | kubernetes-sigs/gateway-api                          | v1.5.1 | v1.6.1  |
| docker      | registry1.dso.mil/ironbank/tetrate/istio/install-cni | 1.29.3 | 1.29.5  |
| docker      | registry1.dso.mil/ironbank/tetrate/istio/pilot       | 1.29.3 | 1.29.5  |
| docker      | registry1.dso.mil/ironbank/tetrate/istio/proxyv2     | 1.29.3 | 1.29.5  |
| docker      | registry1.dso.mil/ironbank/tetrate/istio/ztunnel     | 1.29.3 | 1.29.5  |
| helm        | ztunnel                                              | 1.29.3 | 1.30.3  |
@renovate
renovate Bot force-pushed the renovate/istio branch from 37fc7d7 to cb7cd67 Compare July 19, 2026 20:52
@github-actions
github-actions Bot dismissed their stale review July 19, 2026 20:52

Superseded by a new Lula compliance review.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lula Compliance Overview

Please review the changes to ensure they meet compliance standards.

Reviewed Changes

Lula reviewed 13 files changed that affect compliance.


File Lines Changed
src/istio/zarf.yaml 59–65
src/istio/zarf.yaml 83–89

UUID: b4367e52-bef0-4463-a906-e5af6b4aa015
sha256: bedc1d2d311069af0f7889b334613f5fcb267a8e7b8e9ab24479a84c728f27a0

UUID: b4367e52-bef0-4463-a906-e5af6b4aa015
sha256: 0671046d7deee7736cbf246702f4c0f2d46109701ecf5b74335911edfbc059e4


Tip: Customize your compliance reviews with Lula.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

waiting on ironbank This PR is waiting on an image update for ironbank

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants