Skip to content

Commit 1ccbd6e

Browse files
Merge pull request #490 from YashwantGohokar/oke-oss-release-1.29.2
OKE OSS Release 1.29.2
2 parents 68525ec + 4e4f9b5 commit 1ccbd6e

File tree

263 files changed

+34247
-7972
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

263 files changed

+34247
-7972
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ else
3838
VERSION ?= ${VERSION}
3939
endif
4040

41-
RELEASE = v1.29.1
41+
RELEASE = v1.29.2
4242

4343
GOOS ?= linux
4444
ARCH ?= amd64

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ cloud-provider specific code out of the Kubernetes codebase.
3434
| v1.26.4 | v1.26 | - |
3535
| v1.27.3 | v1.27 | - |
3636
| v1.28.2 | v1.28 | - |
37-
| v1.29.1 | v1.29 | - |
38-
| v1.30.0 | v1.30 | - |
37+
| v1.29.2 | v1.29 | - |
38+
| v1.30.1 | v1.30 | - |
39+
| v1.31.0 | v1.31 | - |
3940

4041

4142
Note:

THIRD_PARTY_LICENSES.txt

Lines changed: 198 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
SPDX:Apache-2.0
55

66
---------------------------------- Copyright -----------------------------------
7+
Copyright (C) 2017, 2025, Oracle and/or its affiliates.
8+
Copyright (C) 2018, 2025, Oracle and/or its affiliates.
9+
Copyright (C) 2019, 2025, Oracle and/or its affiliates.
710
Copyright (c) 2017, 2023 Oracle and/or its affiliates. All rights reserved.
811
Copyright 2014 The Kubernetes Authors.
912
Copyright 2016 The Kubernetes Authors.
@@ -1179,6 +1182,7 @@ SPDX:MIT
11791182

11801183
== Copyright
11811184
Copyright (c) 2013-2014 Onsi Fakhouri
1185+
Copyright (c) 2014 Amit Kumar Gupta
11821186

11831187
--------------------------------- (separator) ----------------------------------
11841188

@@ -1311,12 +1315,16 @@ END OF TERMS AND CONDITIONS
13111315

13121316

13131317
== Copyright
1318+
Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and contributors.
1319+
Copyright (c) 2013 The Go Authors. All rights reserved.
13141320
Copyright (c) 2016, 2018, 2020, Oracle and/or its affiliates.
13151321
Copyright (c) 2016, 2018, 2020, Oracle and/or its affiliates. All rights reserved.
13161322
Copyright (c) 2016, 2018, 2024, Oracle and/or its affiliates. All rights reserved.
13171323
Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
13181324
Copyright (c) 2016, 2023 Oracle and/or its affiliates.
13191325
Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
1326+
Copyright © 2012-2020 Mat Ryer, Tyler Bunnell and contributors.
1327+
Copyright © 2013 The Go Authors. All rights reserved.
13201328

13211329
== Notices
13221330
Copyright (c) 2016, 2018, 2020, Oracle and/or its affiliates.
@@ -2022,6 +2030,7 @@ go.uber.org/zap
20222030
SPDX:MIT
20232031

20242032
== Copyright
2033+
Copyright (c) "*" Uber Technologies, Inc.")
20252034
Copyright (c) 2016 Uber Technologies, Inc.
20262035
Copyright (c) 2016, 2017 Uber Technologies, Inc.
20272036
Copyright (c) 2016-2017 Uber Technologies, Inc.
@@ -2039,14 +2048,39 @@ Copyright (c) 2023 Uber Technologies, Inc.
20392048
golang.org/x/crypto
20402049

20412050
== License Type
2042-
SPDX:BSD-3-Clause--modified-by-Google
2051+
=== BSD-3-Clause--modified-by-Google-7998cb33
2052+
Copyright 2009 The Go Authors.
2053+
2054+
Redistribution and use in source and binary forms, with or without
2055+
modification, are permitted provided that the following conditions are
2056+
met:
2057+
2058+
* Redistributions of source code must retain the above copyright
2059+
notice, this list of conditions and the following disclaimer.
2060+
* Redistributions in binary form must reproduce the above
2061+
copyright notice, this list of conditions and the following disclaimer
2062+
in the documentation and/or other materials provided with the
2063+
distribution.
2064+
* Neither the name of Google LLC nor the names of its
2065+
contributors may be used to endorse or promote products derived from
2066+
this software without specific prior written permission.
2067+
2068+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2069+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2070+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2071+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2072+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2073+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2074+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2075+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2076+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2077+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2078+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2079+
2080+
20432081

20442082
== Copyright
2045-
Copyright (c) 2009 The Go Authors. All rights reserved.
2046-
Copyright (c) 2017 The Go Authors. All rights reserved.
2047-
Copyright (c) 2019 The Go Authors. All rights reserved.
2048-
Copyright (c) 2020 The Go Authors. All rights reserved.
2049-
Copyright (c) 2021 The Go Authors. All rights reserved.
2083+
Copyright 2009 The Go Authors.
20502084
Copyright 2009 The Go Authors. All rights reserved.
20512085
Copyright 2010 The Go Authors. All rights reserved.
20522086
Copyright 2011 The Go Authors. All rights reserved.
@@ -2062,6 +2096,7 @@ Copyright 2020 The Go Authors. All rights reserved.
20622096
Copyright 2021 The Go Authors. All rights reserved.
20632097
Copyright 2022 The Go Authors. All rights reserved.
20642098
Copyright 2023 The Go Authors. All rights reserved.
2099+
Copyright 2024 The Go Authors. All rights reserved.
20652100

20662101
== Patents
20672102
Additional IP Rights Grant (Patents)
@@ -2145,10 +2180,39 @@ shall terminate as of the date such litigation is filed.
21452180
golang.org/x/net
21462181

21472182
== License Type
2148-
SPDX:BSD-3-Clause--modified-by-Google
2183+
=== BSD-3-Clause--modified-by-Google-7998cb33
2184+
Copyright 2009 The Go Authors.
2185+
2186+
Redistribution and use in source and binary forms, with or without
2187+
modification, are permitted provided that the following conditions are
2188+
met:
2189+
2190+
* Redistributions of source code must retain the above copyright
2191+
notice, this list of conditions and the following disclaimer.
2192+
* Redistributions in binary form must reproduce the above
2193+
copyright notice, this list of conditions and the following disclaimer
2194+
in the documentation and/or other materials provided with the
2195+
distribution.
2196+
* Neither the name of Google LLC nor the names of its
2197+
contributors may be used to endorse or promote products derived from
2198+
this software without specific prior written permission.
2199+
2200+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2201+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2202+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2203+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2204+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2205+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2206+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2207+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2208+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2209+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2210+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2211+
2212+
21492213

21502214
== Copyright
2151-
Copyright (c) 2009 The Go Authors. All rights reserved.
2215+
Copyright 2009 The Go Authors.
21522216
Copyright 2009 The Go Authors. All rights reserved.
21532217
Copyright 2010 The Go Authors. All rights reserved.
21542218
Copyright 2011 The Go Authors. All rights reserved.
@@ -2221,10 +2285,39 @@ Copyright 2023 The Go Authors. All rights reserved.
22212285
golang.org/x/sync
22222286

22232287
== License Type
2224-
SPDX:BSD-3-Clause--modified-by-Google
2288+
=== BSD-3-Clause--modified-by-Google-7998cb33
2289+
Copyright 2009 The Go Authors.
2290+
2291+
Redistribution and use in source and binary forms, with or without
2292+
modification, are permitted provided that the following conditions are
2293+
met:
2294+
2295+
* Redistributions of source code must retain the above copyright
2296+
notice, this list of conditions and the following disclaimer.
2297+
* Redistributions in binary form must reproduce the above
2298+
copyright notice, this list of conditions and the following disclaimer
2299+
in the documentation and/or other materials provided with the
2300+
distribution.
2301+
* Neither the name of Google LLC nor the names of its
2302+
contributors may be used to endorse or promote products derived from
2303+
this software without specific prior written permission.
2304+
2305+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2306+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2307+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2308+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2309+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2310+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2311+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2312+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2313+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2314+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2315+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2316+
2317+
22252318

22262319
== Copyright
2227-
Copyright (c) 2009 The Go Authors. All rights reserved.
2320+
Copyright 2009 The Go Authors.
22282321
Copyright 2013 The Go Authors. All rights reserved.
22292322
Copyright 2016 The Go Authors. All rights reserved.
22302323
Copyright 2017 The Go Authors. All rights reserved.
@@ -2262,10 +2355,39 @@ shall terminate as of the date such litigation is filed.
22622355
golang.org/x/sys
22632356

22642357
== License Type
2265-
SPDX:BSD-3-Clause--modified-by-Google
2358+
=== BSD-3-Clause--modified-by-Google-7998cb33
2359+
Copyright 2009 The Go Authors.
2360+
2361+
Redistribution and use in source and binary forms, with or without
2362+
modification, are permitted provided that the following conditions are
2363+
met:
2364+
2365+
* Redistributions of source code must retain the above copyright
2366+
notice, this list of conditions and the following disclaimer.
2367+
* Redistributions in binary form must reproduce the above
2368+
copyright notice, this list of conditions and the following disclaimer
2369+
in the documentation and/or other materials provided with the
2370+
distribution.
2371+
* Neither the name of Google LLC nor the names of its
2372+
contributors may be used to endorse or promote products derived from
2373+
this software without specific prior written permission.
2374+
2375+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2376+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2377+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2378+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2379+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2380+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2381+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2382+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2383+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2384+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2385+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2386+
2387+
22662388

22672389
== Copyright
2268-
Copyright (c) 2009 The Go Authors. All rights reserved.
2390+
Copyright 2009 The Go Authors.
22692391
Copyright 2009 The Go Authors. All rights reserved.
22702392
Copyright 2009,2010 The Go Authors. All rights reserved.
22712393
Copyright 2010 The Go Authors. All rights reserved.
@@ -2316,10 +2438,39 @@ shall terminate as of the date such litigation is filed.
23162438
golang.org/x/term
23172439

23182440
== License Type
2319-
SPDX:BSD-3-Clause--modified-by-Google
2441+
=== BSD-3-Clause--modified-by-Google-7998cb33
2442+
Copyright 2009 The Go Authors.
2443+
2444+
Redistribution and use in source and binary forms, with or without
2445+
modification, are permitted provided that the following conditions are
2446+
met:
2447+
2448+
* Redistributions of source code must retain the above copyright
2449+
notice, this list of conditions and the following disclaimer.
2450+
* Redistributions in binary form must reproduce the above
2451+
copyright notice, this list of conditions and the following disclaimer
2452+
in the documentation and/or other materials provided with the
2453+
distribution.
2454+
* Neither the name of Google LLC nor the names of its
2455+
contributors may be used to endorse or promote products derived from
2456+
this software without specific prior written permission.
2457+
2458+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2459+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2460+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2461+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2462+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2463+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2464+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2465+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2466+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2467+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2468+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2469+
2470+
23202471

23212472
== Copyright
2322-
Copyright (c) 2009 The Go Authors. All rights reserved.
2473+
Copyright 2009 The Go Authors.
23232474
Copyright 2011 The Go Authors. All rights reserved.
23242475
Copyright 2013 The Go Authors. All rights reserved.
23252476
Copyright 2019 The Go Authors. All rights reserved.
@@ -2356,10 +2507,39 @@ shall terminate as of the date such litigation is filed.
23562507
golang.org/x/text
23572508

23582509
== License Type
2359-
SPDX:BSD-3-Clause--modified-by-Google
2510+
=== BSD-3-Clause--modified-by-Google-7998cb33
2511+
Copyright 2009 The Go Authors.
2512+
2513+
Redistribution and use in source and binary forms, with or without
2514+
modification, are permitted provided that the following conditions are
2515+
met:
2516+
2517+
* Redistributions of source code must retain the above copyright
2518+
notice, this list of conditions and the following disclaimer.
2519+
* Redistributions in binary form must reproduce the above
2520+
copyright notice, this list of conditions and the following disclaimer
2521+
in the documentation and/or other materials provided with the
2522+
distribution.
2523+
* Neither the name of Google LLC nor the names of its
2524+
contributors may be used to endorse or promote products derived from
2525+
this software without specific prior written permission.
2526+
2527+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2528+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2529+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2530+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2531+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2532+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2533+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2534+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2535+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2536+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2537+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2538+
2539+
23602540

23612541
== Copyright
2362-
Copyright (c) 2009 The Go Authors. All rights reserved.
2542+
Copyright 2009 The Go Authors.
23632543
Copyright 2009 The Go Authors. All rights reserved.
23642544
Copyright 2011 The Go Authors. All rights reserved.
23652545
Copyright 2012 The Go Authors. All rights reserved.
@@ -4320,5 +4500,5 @@ the Mozilla Public License, v. 2.0.
43204500

43214501

43224502
=== ATTRIBUTION-HELPER-GENERATED:
4323-
=== Attribution helper version: {Major:0 Minor:11 GitVersion:0.10.0-114-g3747dab9 GitCommit:3747dab92eb29c0dbe6409ffbb824b9ae3a04b87 GitTreeState:dirty BuildDate:2024-02-28T16:52:52Z GoVersion:go1.21.0 Compiler:gc Platform:darwin/amd64}
4324-
=== License file based on go.mod with md5 sum: ea9bd465882b674ff1025b18349e102f
4503+
=== Attribution helper version: {Major:0 Minor:11 GitVersion: GitCommit: GitTreeState:dirty BuildDate:1970-01-01T00:00:00Z GoVersion:go1.19.3 Compiler:gc Platform:darwin/arm64}
4504+
=== License file based on go.mod with md5 sum: 1f60d0cff04cf72933e8386b8ecd7853

0 commit comments

Comments
 (0)