Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for sig2 (0.2 sec)

  1. CHANGELOG/CHANGELOG-1.27.md

    - k8s.io/kube-openapi: 172d655 → 15aac26
    - k8s.io/utils: 1a15be2 → a36077c
    - sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.0.33 → v0.1.1
    - sigs.k8s.io/json: f223a00 → bc3834c
    - sigs.k8s.io/kustomize/api: v0.12.1 → v0.13.2
    - sigs.k8s.io/kustomize/cmd/config: v0.10.9 → v0.11.1
    - sigs.k8s.io/kustomize/kyaml: v0.13.9 → v0.14.1
    
    ### Removed
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.28.md

    - k8s.io/kube-openapi: 15aac26 → 2695361
    - k8s.io/utils: a36077c → d93618c
    - sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.1.1 → v0.1.2
    - sigs.k8s.io/kustomize/api: v0.13.2 → 6ce0bf3
    - sigs.k8s.io/kustomize/cmd/config: v0.11.1 → v0.11.2
    - sigs.k8s.io/kustomize/kustomize/v5: v5.0.1 → 6ce0bf3
    - sigs.k8s.io/kustomize/kyaml: v0.14.1 → 6ce0bf3
    
    ### Removed
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.29.md

    ### Feature
    
    - Kubernetes is now built with go 1.21.10 ([#124830](https://github.com/kubernetes/kubernetes/pull/124830), [@cpanato](https://github.com/cpanato)) [SIG Release and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.30.md

    ### Feature
    
    - Kubernetes is now built with go 1.22.3 ([#124829](https://github.com/kubernetes/kubernetes/pull/124829), [@cpanato](https://github.com/cpanato)) [SIG Release and Testing]
    - Kubernetes is now built with go 1.22.4 ([#125366](https://github.com/kubernetes/kubernetes/pull/125366), [@cpanato](https://github.com/cpanato)) [SIG Architecture, Cloud Provider, Release, Storage and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssagen/ssa.go

    			case 82:
    				op = ssa.OpTrunc64to16
    			case 84:
    				op = ssa.OpTrunc64to32
    			default:
    				s.Fatalf("weird integer truncation %v -> %v", ft, tt)
    			}
    		} else if ft.IsSigned() {
    			// sign extension
    			switch 10*ft.Size() + tt.Size() {
    			case 12:
    				op = ssa.OpSignExt8to16
    			case 14:
    				op = ssa.OpSignExt8to32
    			case 18:
    				op = ssa.OpSignExt8to64
    			case 24:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  6. docs/en/docs/release-notes.md

    ### Migration
    
    Check out the [Pydantic migration guide](https://docs.pydantic.dev/2.0/migration/).
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
Back to top