Search Options

Results per page
Sort
Preferred Languages
Advance

Results 301 - 305 of 305 for version_no (0.06 sec)

  1. cmd/object-handlers_test.go

    			accessKey:          credentials.AccessKey,
    			secretKey:          credentials.SecretKey,
    			expectedRespStatus: http.StatusNotFound,
    		},
    	}
    
    	for i, testCase := range testCases {
    		if bucketInfo.Versioning {
    			if strings.Contains(testCase.copySourceHeader, "versionId=null") {
    				testCase.expectedRespStatus = http.StatusNotFound
    			}
    		}
    		values := url.Values{}
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 163.1K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.32.md

    - Fixed a 1.31 regression with API emulation versioning honors cohabitating resources. ([#127239](https://github.com/kubernetes/kubernetes/pull/127239), [@xuzhenglun](https://github.com/xuzhenglun))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 14:49:49 UTC 2025
    - 412.3K bytes
    - Viewed (0)
  3. RELEASE.md

        [CVE-2018-17190](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-17190)
        and
        [CVE-2018-11770](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-11770)
    *   Fixes a versioning bug which causes Keras layers from TF 1.x to be used
        instead of those from TF 2.x
    
    # Release 2.0.2
    
    ## Bug Fixes and Other Changes
    
    *   Updates `sqlite3` to `3.31.01` to handle
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (1)
  4. CHANGELOG/CHANGELOG-1.31.md

    - Fixes a 1.31 regression with API emulation versioning honors cohabitating resources ([#127328](https://github.com/kubernetes/kubernetes/pull/127328), [@xuzhenglun](https://github.com/xuzhenglun)) [SIG API Machinery]
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 19:49:57 UTC 2025
    - 429.6K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.19.md

    and specified for [deprecated versions of custom resources](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning/#version-deprecation).
    
    ### Avoiding permanent beta
    
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
Back to top