Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 5,701 for noted (0.06 sec)

  1. releasenotes/notes/21340.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: security
    
    # issue is a list of GitHub issues resolved in this note.
    issue:
      - 21340
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Oct 30 00:00:33 UTC 2020
    - 217 bytes
    - Viewed (0)
  2. releasenotes/notes/48818.yaml

    apiVersion: release-notes/v2
    
    # This YAML file describes the format for specifying a release notes entry for Istio.
    # This should be filled in for all user facing changes.
    
    # kind describes the type of change that this represents.
    # Valid Values are:
    # - bug-fix -- Used to specify that this change represents a bug fix.
    # - security-fix -- Used to specify that this change represents a vulnerability fix.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 16:44:32 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  3. releasenotes/notes/49802.yaml

    apiVersion: release-notes/v2
    
    # This YAML file describes the format for specifying a release notes entry for Istio.
    # This should be filled in for all user facing changes.
    
    # kind describes the type of change that this represents.
    # Valid Values are:
    # - bug-fix -- Used to specify that this change represents a bug fix.
    # - security-fix -- Used to specify that this change represents a vulnerability fix.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 18:49:10 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  4. releasenotes/notes/36959.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: installation
    
    # issue is a list of GitHub issues resolved in this note.
    issue:
      - 31187
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Feb 07 19:11:07 UTC 2022
    - 239 bytes
    - Viewed (0)
  5. releasenotes/notes/45919.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 17 18:23:52 UTC 2023
    - 229 bytes
    - Viewed (0)
  6. releasenotes/notes/helm-profiles.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    
    # issue is a list of GitHub issues resolved in this note.
    issue:
      - 47838
    
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 256 bytes
    - Viewed (0)
  7. releasenotes/notes/35385.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: security
    
    # issue is a list of GitHub issues resolved in this note.
    issue:
      - https://github.com/istio/istio/issues/35385
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 05 18:00:23 UTC 2021
    - 262 bytes
    - Viewed (0)
  8. releasenotes/notes/external-name-on.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    issues:
      - 37331
    releaseNotes:
      - |
        **Improved** support for `ExternalName` services. See Upgrade Notes for more information.
    upgradeNotes:
      - title: "`ExternalName` support changes"
        content: |
          Kubernetes `ExternalName` `Service`s allow users to create new DNS entries. For example, you can create an `example` service
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Nov 02 18:58:52 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  9. releasenotes/notes/33879.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    
    # issue is a list of GitHub issues resolved in this note.
    issue:
      - https://github.com/istio/istio/issues/33879
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Sep 07 19:19:57 UTC 2021
    - 259 bytes
    - Viewed (0)
  10. src/cmd/cgo/internal/testshared/shared_test.go

    	}
    	pkgListNoteFound := false
    	abiHashNoteFound := false
    	depsNoteFound := false
    	for _, note := range notes {
    		if note.name != "Go\x00\x00" {
    			continue
    		}
    		switch note.tag {
    		case 1: // ELF_NOTE_GOPKGLIST_TAG
    			if pkgListNoteFound {
    				t.Error("multiple package list notes")
    			}
    			testPkgListNote(t, f, note)
    			pkgListNoteFound = true
    		case 2: // ELF_NOTE_GOABIHASH_TAG
    			if abiHashNoteFound {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Aug 26 01:54:41 UTC 2023
    - 36.3K bytes
    - Viewed (0)
Back to top