- Sort Score
- Num 10 results
- Language All
Results 91 - 100 of 104 for 1601 (0.25 seconds)
-
CHANGELOG/CHANGELOG-1.30.md
- golang.org/x/crypto: v0.14.0 → v0.16.0 - golang.org/x/mod: v0.12.0 → v0.14.0 - golang.org/x/net: v0.17.0 → v0.19.0 - golang.org/x/sync: v0.3.0 → v0.5.0 - golang.org/x/sys: v0.13.0 → v0.15.0 - golang.org/x/term: v0.13.0 → v0.15.0 - golang.org/x/text: v0.13.0 → v0.14.0 - golang.org/x/tools: v0.12.0 → v0.16.1 - k8s.io/klog/v2: v2.110.1 → v2.120.1 - k8s.io/kube-openapi: 2dd684a → 778a556
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Wed Jun 18 18:59:10 GMT 2025 - 398.1K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.6.md
* kubeadm: Remove hard-coded default version when fetching stable version from the web fails. Fixes [kubeadm 1.6.1 deploying 1.6.0 control plane](https://github.com/kubernetes/kubeadm/issues/224). ([#43999](https://github.com/kubernetes/kubernetes/pull/43999), [@mikedanese](https://github.com/mikedanese))
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu Dec 24 02:28:26 GMT 2020 - 304K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.29.md
- google.golang.org/genproto: 0005af6 → f966b18 - google.golang.org/grpc: v1.54.0 → v1.58.3 - google.golang.org/protobuf: v1.30.0 → v1.31.0 - k8s.io/gengo: c0856e2 → 9cce18d - k8s.io/klog/v2: v2.100.1 → v2.110.1 - k8s.io/kube-openapi: 2695361 → 2dd684a - k8s.io/utils: d93618c → 3b25d92 - sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.1.2 → v0.28.0 - sigs.k8s.io/structured-merge-diff/v4: v4.2.3 → v4.4.1
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Wed Mar 12 00:36:01 GMT 2025 - 429.6K bytes - Click Count (1) -
CHANGELOG/CHANGELOG-1.31.md
- golang.org/x/oauth2: v0.20.0 → v0.21.0 - golang.org/x/sys: v0.20.0 → v0.21.0 - golang.org/x/term: v0.20.0 → v0.21.0 - golang.org/x/text: v0.15.0 → v0.16.0 - golang.org/x/tools: v0.21.0 → e35e4cc - google.golang.org/protobuf: v1.33.0 → v1.34.2 - k8s.io/klog/v2: v2.120.1 → v2.130.1 ### Removed - go.uber.org/mock: v0.4.0 # v1.31.0-alpha.2 ## Downloads for v1.31.0-alpha.2
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Wed Nov 12 11:33:21 GMT 2025 - 451.9K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.7.md
* Filter out IPV6 node addresses. ([#45181](https://github.com/kubernetes/kubernetes/pull/45181), [@BaluDontu](https://github.com/BaluDontu)) * Fix fetching of VM UUID on Ubuntu 16.04 and Fedora. ([#45311](https://github.com/kubernetes/kubernetes/pull/45311), [@divyenpatel](https://github.com/divyenpatel)) #### Cluster Provisioning * Juju:
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu May 05 13:44:43 GMT 2022 - 308.7K bytes - Click Count (1) -
CHANGELOG/CHANGELOG-1.36.md
- github.com/prometheus/common: [v0.66.1 → v0.67.5](https://github.com/prometheus/common/compare/v0.66.1...v0.67.5) - github.com/prometheus/procfs: [v0.16.1 → v0.19.2](https://github.com/prometheus/procfs/compare/v0.16.1...v0.19.2) - github.com/spiffe/go-spiffe/v2: [v2.5.0 → v2.6.0](https://github.com/spiffe/go-spiffe/compare/v2.5.0...v2.6.0) - go.etcd.io/etcd/api/v3: v3.6.5 → v3.6.7
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu Mar 19 23:38:00 GMT 2026 - 142.1K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt
.assertFailure(SocketTimeoutException::class.java) executeSynchronously(request) .assertCode(200) .assertBody("success!") } /** https://github.com/square/okhttp/issues/1801 */ @Test fun asyncCallEngineInitialized() { val c = client .newBuilder() .addInterceptor(Interceptor { throw IOException() }) .build()
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sun Mar 15 09:02:18 GMT 2026 - 146.5K bytes - Click Count (0) -
RELEASE.md
that same scope. This is a breaking change from the behavior of RNNCells in TensorFlow versions <= 1.0.1. TensorFlow 1.1 had checks in place to ensure old code works correctly with the new semantics; this version allows more flexible uses of RNNCell but can lead to subtle errors if using code meant for TensorFlow <= 1.0.1. For example, writing: `MultiRNNCell([lstm] * 5)`Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Mon Mar 30 18:31:38 GMT 2026 - 746.5K bytes - Click Count (3) -
CHANGELOG/CHANGELOG-1.28.md
### Changed - github.com/evanphx/json-patch: [v5.6.0+incompatible → v4.12.0+incompatible](https://github.com/evanphx/json-patch/compare/v5.6.0...v4.12.0) - github.com/google/cel-go: [v0.16.0 → v0.16.1](https://github.com/google/cel-go/compare/v0.16.0...v0.16.1) ### Removed _Nothing has changed._ # v1.28.1 ## Downloads for v1.28.1 ### Source Code
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Fri Sep 05 03:47:18 GMT 2025 - 456.9K bytes - Click Count (1) -
CHANGELOG/CHANGELOG-1.10.md
- [Client Binaries](#client-binaries-11) - [Server Binaries](#server-binaries-11) - [Node Binaries](#node-binaries-11) - [Changelog since v1.10.1](#changelog-since-v1101) - [Other notable changes](#other-notable-changes-11) - [v1.10.1](#v1101) - [Downloads for v1.10.1](#downloads-for-v1101) - [Client Binaries](#client-binaries-12) - [Server Binaries](#server-binaries-12) - [Node Binaries](#node-binaries-12)Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu May 05 13:44:43 GMT 2022 - 341.8K bytes - Click Count (0)