istio.io/istio@v0.0.0-20240520182934-d79c90f27776/releasenotes/notes/25302.yaml (about)

     1  apiVersion: release-notes/v2
     2  kind: feature
     3  area: istioctl
     4  
     5  # issue is a list of GitHub issues resolved in this note.
     6  issue:
     7    - 22872
     8  
     9  # releaseNotes is a markdown listing of any user facing changes. This will appear in the
    10  # release notes.
    11  releaseNotes:
    12  - |
    13    **Improved** `istioctl analyze` to find the exact line number with configuration errors when analyzing yaml files.
    14    Before, it would return the first line of the resource with the error.