Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 30 for NET (0.16 sec)

  1. CHANGELOG/CHANGELOG-1.28.md

    - go.etcd.io/etcd/server/v3: v3.5.7 → v3.5.9
    - go.opencensus.io: v0.23.0 → v0.24.0
    - go.starlark.net: 8dd3e2e → a134d8f
    - go.uber.org/atomic: v1.7.0 → v1.10.0
    - go.uber.org/multierr: v1.6.0 → v1.11.0
    - golang.org/x/crypto: v0.1.0 → v0.11.0
    - golang.org/x/exp: 6cc2880 → a9213ee
    - golang.org/x/mod: v0.9.0 → v0.10.0
    - golang.org/x/net: v0.8.0 → v0.13.0
    - golang.org/x/oauth2: ee48083 → v0.8.0
    - golang.org/x/sync: v0.1.0 → v0.2.0
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Apr 16 20:44:48 GMT 2024
    - 385.1K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.18.md

    - github.com/gogo/protobuf: [v1.3.1 → v1.3.2](https://github.com/gogo/protobuf/compare/v1.3.1...v1.3.2)
    - github.com/kisielk/errcheck: [v1.2.0 → v1.5.0](https://github.com/kisielk/errcheck/compare/v1.2.0...v1.5.0)
    - golang.org/x/net: 13f9640 → 69a7880
    - golang.org/x/sys: fde4db3 → 5cba982
    
    ### Removed
    _Nothing has changed._
    
    
    
    # v1.18.17
    
    
    ## Downloads for v1.18.17
    
    ### Source Code
    
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Wed Jun 16 17:18:28 GMT 2021
    - 373.2K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.17.md

    - Golang/x/net has been updated to bring in fixes for CVE-2020-9283 ([#88381](https://github.com/kubernetes/kubernetes/pull/88381), [@BenTheElder](https://github.com/BenTheElder)) [SIG API Machinery, CLI, Cloud Provider, Cluster Lifecycle and Instrumentation]
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Jan 28 10:44:33 GMT 2021
    - 346.2K bytes
    - Viewed (1)
  4. CHANGELOG/CHANGELOG-1.12.md

    * Fixes ability for admin/edit/view users to see controller revisions, needed for kubectl rollout commands ([#70699](https://github.com/kubernetes/kubernetes/pull/70699), [@liggitt](https://github.com/liggitt))
    * Upgrade golang.org/x/net image to release-branch.go1.10 ([#70663](https://github.com/kubernetes/kubernetes/pull/70663), [@wenjiaswe](https://github.com/wenjiaswe))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Feb 06 06:04:15 GMT 2020
    - 293.8K bytes
    - Viewed (1)
  5. CHANGELOG/CHANGELOG-1.8.md

    	`networking.k8s.io/v1` API group. The structure remains unchanged from
    	the beta1 API.
    	The `net.beta.kubernetes.io/network-policy` annotation on Namespaces
    	to opt in to isolation has been removed. Instead, isolation is now
    	determined at a per-pod level, with pods being isolated if there is
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Feb 20 15:45:02 GMT 2024
    - 312.2K bytes
    - Viewed (1)
  6. LICENSES/vendor/github.com/pkg/errors/LICENSE

    = vendor/github.com/pkg/errors licensed under: =
    
    Copyright (c) 2015, Dave Cheney <dave@cheney.net>
    All rights reserved.
    
    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions are met:
    
    * Redistributions of source code must retain the above copyright notice, this
      list of conditions and the following disclaimer.
    
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Fri May 08 04:49:00 GMT 2020
    - 1.4K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.27.md

    - go.etcd.io/etcd/raft/v3: v3.5.5 → v3.5.7
    - go.etcd.io/etcd/server/v3: v3.5.5 → v3.5.7
    - go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.35.0 → v0.35.1
    - go.uber.org/goleak: v1.2.0 → v1.2.1
    - golang.org/x/mod: v0.6.0 → v0.9.0
    - golang.org/x/net: 1e63c2f → v0.8.0
    - golang.org/x/sync: 886fb93 → v0.1.0
    - golang.org/x/sys: v0.3.0 → v0.6.0
    - golang.org/x/term: v0.3.0 → v0.6.0
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Apr 16 15:20:21 GMT 2024
    - 434.3K bytes
    - Viewed (3)
  8. CHANGELOG/CHANGELOG-1.21.md

    ### (No, really, you MUST read this before you upgrade)
    
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Fri Oct 14 07:03:14 GMT 2022
    - 367.3K bytes
    - Viewed (4)
  9. CHANGELOG/CHANGELOG-1.10.md

    ### Autoscaling
    
    * The getSubnetIDForLB() returns subnet id rather than net id. ([#58208](https://github.com/kubernetes/kubernetes/pull/58208), [@FengyunPan](https://github.com/FengyunPan))
    
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 341.8K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.9.md

    * Fixes authentication problem faced during various vSphere operations. ([#57978](https://github.com/kubernetes/kubernetes/pull/57978), [@prashima](https://github.com/prashima))
    * The getSubnetIDForLB() should return subnet id rather than net id. ([#58208](https://github.com/kubernetes/kubernetes/pull/58208), [@FengyunPan](https://github.com/FengyunPan))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Nov 16 10:46:27 GMT 2021
    - 313.7K bytes
    - Viewed (0)
Back to top