Skip to content

Commit 9b9491c

Browse files
Updated Manifests, Readme and third party licenses
1 parent f442a06 commit 9b9491c

File tree

17 files changed

+137
-96
lines changed

17 files changed

+137
-96
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${GITHUB_ACTOR,,} --password-stdin
2727

2828
- name: Build Image
29-
run: OSS_REGISTRY="ghcr.io/${GITHUB_ACTOR,,}" VERSION="${{ github.ref_name }}" make image
29+
run: OSS_REGISTRY="ghcr.io/oracle" VERSION="${{ github.ref_name }}" make image
3030

3131
- name: Push Image
32-
run: OSS_REGISTRY="ghcr.io/${GITHUB_ACTOR,,}" VERSION="${{ github.ref_name }}" make docker-push-all
32+
run: OSS_REGISTRY="ghcr.io/oracle" VERSION="${{ github.ref_name }}" make docker-push-all

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.27.0
41+
RELEASE = v1.27.3
4242

4343
GOOS ?= linux
4444
ARCH ?= amd64

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,15 @@ cloud-provider specific code out of the Kubernetes codebase.
3131
| v1.23.0 | v1.23 | - |
3232
| v1.24.2 | v1.24 | - |
3333
| v1.25.2 | v1.25 | - |
34-
| v1.26.3 | v1.26 | - |
35-
| v1.27.2 | v1.27 | - |
36-
| v1.28.0 | v1.28 | - |
34+
| v1.26.4 | v1.26 | - |
35+
| v1.27.3 | v1.27 | - |
36+
| v1.28.1 | v1.28 | - |
37+
| v1.29.0 | v1.29 | - |
3738

3839

3940

4041
Note:
41-
Versions older than v1.25.2 are no longer supported, new features / bug fixes will be available in v1.25.2 and later.
42+
Versions older than v1.27.3 are no longer supported, new features / bug fixes will be available in v1.27.3 and later.
4243

4344
## Implementation
4445
Currently `oci-cloud-controller-manager` implements:
@@ -170,12 +171,6 @@ details.
170171
Oracle gratefully acknowledges the contributions to this project that have been made
171172
by the community.
172173

173-
## Upcoming Releases
174-
175-
| Release | Expected Release Date |
176-
|-----------------------|-----------------------|
177-
| Support for K8s v1.24 | August 2022 |
178-
179174
## License
180175

181176
Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.

THIRD_PARTY_LICENSES.txt

Lines changed: 45 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,7 @@ This product includes software developed at CoreOS, Inc.
173173
github.com/davecgh/go-spew
174174

175175
== License Type
176-
===ISC-c06795ed
177-
176+
=== ISC-c06795ed
178177
ISC License
179178

180179
Copyright (c) 2012-2016 Dave Collins <dave@davec.name>
@@ -192,6 +191,7 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
192191
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
193192

194193

194+
195195
== Copyright
196196
Copyright (c) 2012-2016 Dave Collins <dave@davec.name>
197197
Copyright (c) 2013 Dave Collins <dave@davec.name>
@@ -242,8 +242,7 @@ Copyright 2021 Ernest Micklei. All rights reserved.
242242
github.com/evanphx/json-patch
243243

244244
== License Type
245-
===BSD-3-Clause-96ae735c
246-
245+
=== BSD-3-Clause-96ae735c
247246
Copyright (c) 2014, Evan Phoenix
248247
All rights reserved.
249248

@@ -271,6 +270,7 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
271270
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
272271

273272

273+
274274
== Copyright
275275
Copyright (c) 2014, Evan Phoenix
276276

@@ -295,6 +295,7 @@ SPDX:BSD-3-Clause--modified-by-Google
295295

296296
== Copyright
297297
Copyright © 2012 The Go Authors. All rights reserved.
298+
Copyright © fsnotify Authors. All rights reserved.
298299

299300
--------------------------------- (separator) ----------------------------------
300301

@@ -362,8 +363,7 @@ Copyright 2015 go-swagger maintainers
362363
github.com/gofrs/flock
363364

364365
== License Type
365-
===BSD-3-Clause-4e7459b3
366-
366+
=== BSD-3-Clause-4e7459b3
367367
Copyright (c) 2015-2020, Tim Heckman
368368
All rights reserved.
369369

@@ -393,6 +393,7 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
393393
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
394394

395395

396+
396397
== Copyright
397398
Copyright (c) 2015-2020, Tim Heckman
398399
Copyright 2015 Tim Heckman. All rights reserved.
@@ -466,8 +467,8 @@ Copyright 2020 The Go Authors. All rights reserved.
466467
github.com/google/cel-go
467468

468469
== License Type
469-
===Apache-2.0-9e40c772
470-
470+
=== Apache-2.0-9e40c772
471+
=== BSD-3-Clause--modified-by-Google
471472

472473
Apache License
473474
Version 2.0, January 2004
@@ -703,6 +704,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
703704
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
704705

705706

707+
706708
== Copyright
707709
Copyright (c) 2018 The Go Authors. All rights reserved.
708710
Copyright 2018 Google LLC
@@ -769,6 +771,7 @@ Copyright 2016 Google Inc. All rights reserved.
769771
Copyright 2017 Google Inc. All rights reserved.
770772
Copyright 2018 Google Inc. All rights reserved.
771773
Copyright 2021 Google Inc. All rights reserved.
774+
Copyright 2023 Google Inc. All rights reserved.
772775

773776
--------------------------------- (separator) ----------------------------------
774777

@@ -787,8 +790,7 @@ Copyright 2016 Michal Witkowski. All Rights Reserved.
787790
github.com/grpc-ecosystem/grpc-gateway/v2
788791

789792
== License Type
790-
===BSD-3-Clause--modified-by-Google-c510a2a0
791-
793+
=== BSD-3-Clause--modified-by-Google-c510a2a0
792794
Copyright (c) 2015, Gengo, Inc.
793795
All rights reserved.
794796

@@ -818,6 +820,7 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
818820
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
819821

820822

823+
821824
== Copyright
822825
Copyright (c) 2015, Gengo, Inc.
823826
Copyright 2009 The Go Authors. All rights reserved.
@@ -904,8 +907,7 @@ Copyright 2022 The Kubernetes Authors.
904907
github.com/magiconair/properties
905908

906909
== License Type
907-
===BSD-2-Clause-714beb73
908-
910+
=== BSD-2-Clause-714beb73
909911
Copyright (c) 2013-2020, Frank Schroeder
910912

911913
All rights reserved.
@@ -932,6 +934,7 @@ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
932934
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
933935

934936

937+
935938
== Copyright
936939
Copyright (c) 2013-2020, Frank Schroeder
937940
Copyright 2011 The Go Authors. All rights reserved.
@@ -1053,8 +1056,7 @@ SPDX:Apache-2.0
10531056
github.com/munnerz/goautoneg
10541057

10551058
== License Type
1056-
===BSD-3-Clause-0c241922
1057-
1059+
=== BSD-3-Clause-0c241922
10581060
Copyright (c) 2011, Open Knowledge Foundation Ltd.
10591061
All rights reserved.
10601062

@@ -1088,6 +1090,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
10881090
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
10891091

10901092

1093+
10911094
== Copyright
10921095
Copyright (c) 2011, Open Knowledge Foundation Ltd.
10931096

@@ -1118,6 +1121,7 @@ SPDX:MIT
11181121
== Copyright
11191122
Copyright (c) 2013-2014 Onsi Fakhouri
11201123
Copyright (c) 2016 Yasuhiro Matsumoto
1124+
Copyright (c) Yasuhiro MATSUMOTO <mattn.jp@gmail.com>
11211125
Copyright 2013 The Go Authors. All rights reserved.
11221126

11231127
--------------------------------- (separator) ----------------------------------
@@ -1154,8 +1158,9 @@ Copyright © 2019, 2020 OCI Contributors
11541158
github.com/oracle/oci-go-sdk/v65
11551159

11561160
== License Type
1157-
===Apache-2.0-9010f56e
1158-
1161+
=== Apache-2.0-9010f56e
1162+
=== UPL-1.0
1163+
=== Apache-2.0
11591164
Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
11601165
This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl
11611166
or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
@@ -1260,6 +1265,7 @@ END OF TERMS AND CONDITIONS
12601265
limitations under the License.
12611266

12621267

1268+
12631269
== Copyright
12641270
Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and contributors.
12651271
Copyright (c) 2013 The Go Authors. All rights reserved.
@@ -1281,8 +1287,8 @@ Copyright (c) 2016, 2018, 2020, Oracle and/or its affiliates.
12811287
github.com/pelletier/go-toml
12821288

12831289
== License Type
1284-
===Apache-2.0-e49b63d8
1285-
1290+
=== MIT-e49b63d8
1291+
=== Apache-2.0
12861292
The bulk of github.com/pelletier/go-toml is distributed under the MIT license
12871293
(see below), with the exception of localtime.go and localtime.test.go.
12881294
Those two files have been copied over from Google's civil library at revision
@@ -1532,6 +1538,7 @@ License:
15321538
limitations under the License.
15331539

15341540

1541+
15351542
== Copyright
15361543
Copyright (c) 2013 - 2021 Thomas Pelletier, Eric Anderton
15371544
Copyright 2016 Google LLC
@@ -1830,7 +1837,6 @@ Copyright 2018 The etcd Authors
18301837
Copyright 2019 The etcd Authors
18311838
Copyright 2021 The etcd Authors
18321839
Copyright 2022 The etcd Authors
1833-
Copyright 2023 The etcd Authors
18341840

18351841
--------------------------------- (separator) ----------------------------------
18361842

@@ -1972,11 +1978,7 @@ SPDX:MIT
19721978

19731979
== Copyright
19741980
Copyright (c) 2017 Uber Technologies, Inc.
1975-
Copyright (c) 2017-2021 Uber Technologies, Inc.
1976-
Copyright (c) 2017-2023 Uber Technologies, Inc.
1977-
Copyright (c) 2020 Uber Technologies, Inc.
1978-
Copyright (c) 2021 Uber Technologies, Inc.
1979-
Copyright (c) 2023 Uber Technologies, Inc.
1981+
Copyright (c) 2019 Uber Technologies, Inc.
19801982

19811983
--------------------------------- (separator) ----------------------------------
19821984

@@ -1987,6 +1989,7 @@ go.uber.org/zap
19871989
SPDX:MIT
19881990

19891991
== Copyright
1992+
Copyright (c) "*" Uber Technologies, Inc.")
19901993
Copyright (c) 2016 Uber Technologies, Inc.
19911994
Copyright (c) 2016, 2017 Uber Technologies, Inc.
19921995
Copyright (c) 2016-2017 Uber Technologies, Inc.
@@ -2195,6 +2198,7 @@ Copyright 2020 The Go Authors. All rights reserved.
21952198
Copyright 2021 The Go Authors. All rights reserved.
21962199
Copyright 2022 The Go Authors. All rights reserved.
21972200
Copyright 2023 The Go Authors. All rights reserved.
2201+
Copyright 2024 The Go Authors. All rights reserved.
21982202

21992203
== Patents
22002204
Additional IP Rights Grant (Patents)
@@ -2432,7 +2436,9 @@ Copyright 2019 The Go Authors. All rights reserved.",
24322436
Copyright 2020 The Go Authors. All rights reserved.
24332437
Copyright 2021 The Go Authors. All rights reserved.
24342438
Copyright 2022 The Go Authors. All rights reserved.
2439+
Copyright 2023 Google Inc. All rights reserved.
24352440
Copyright 2023 The Go Authors. All rights reserved.
2441+
Copyright 2024 The Go Authors. All rights reserved.
24362442

24372443
== Patents
24382444
Additional IP Rights Grant (Patents)
@@ -2502,8 +2508,7 @@ Copyright (c) 2014 Nate Finch
25022508
gopkg.in/tomb.v1
25032509

25042510
== License Type
2505-
===BSD-3-Clause-95d4102f
2506-
2511+
=== BSD-3-Clause-95d4102f
25072512
tomb - support for clean goroutine termination in Go.
25082513

25092514
Copyright (c) 2010-2011 - Gustavo Niemeyer <gustavo@niemeyer.net>
@@ -2535,6 +2540,7 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
25352540
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25362541

25372542

2543+
25382544
== Copyright
25392545
Copyright (c) 2010-2011 - Gustavo Niemeyer <gustavo@niemeyer.net>
25402546
Copyright (c) 2011 - Gustavo Niemeyer <gustavo@niemeyer.net>
@@ -2573,8 +2579,8 @@ limitations under the License.
25732579
gopkg.in/yaml.v3
25742580

25752581
== License Type
2576-
===Apache-2.0-3c91c172
2577-
2582+
=== MIT-3c91c172
2583+
=== Apache-2.0
25782584

25792585
This project is covered by two different licenses: MIT and Apache.
25802586

@@ -2627,6 +2633,7 @@ See the License for the specific language governing permissions and
26272633
limitations under the License.
26282634

26292635

2636+
26302637
== Copyright
26312638
Copyright (c) 2006-2010 Kirill Simonov
26322639
Copyright (c) 2006-2011 Kirill Simonov
@@ -2878,6 +2885,7 @@ k8s.io/kube-openapi
28782885
SPDX:Apache-2.0
28792886

28802887
== Copyright
2888+
Copyright (C) MongoDB, Inc. 2017-present.
28812889
Copyright (c) 2020 The Go Authors. All rights reserved.
28822890
Copyright 2015 go-swagger maintainers
28832891
Copyright 2016 The Kubernetes Authors.
@@ -2955,6 +2963,7 @@ SPDX:Apache-2.0
29552963
Copyright (c) 2009 The Go Authors. All rights reserved.
29562964
Copyright (c) 2015-2016 Manfred Touron
29572965
Copyright (c) 2015-2018 gimme contributors
2966+
Copyright (c) Microsoft Corporation. All rights reserved.
29582967
Copyright 2009 The Go Authors. All rights reserved.
29592968
Copyright 2014 The Kubernetes Authors.
29602969
Copyright 2015 The Kubernetes Authors.
@@ -3026,8 +3035,8 @@ Copyright 2022 The Kubernetes Authors.
30263035
sigs.k8s.io/json
30273036

30283037
== License Type
3029-
===Apache-2.0-545d3f23
3030-
3038+
=== BSD-3-Clause--modified-by-Google-545d3f23
3039+
=== Apache-2.0
30313040
Files other than internal/golang/* licensed under:
30323041

30333042

@@ -3268,6 +3277,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
32683277
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32693278

32703279

3280+
32713281
== Copyright
32723282
Copyright (c) 2009 The Go Authors. All rights reserved.
32733283
Copyright 2010 The Go Authors. All rights reserved.
@@ -3314,8 +3324,8 @@ Copyright 2020 The Kubernetes Authors.
33143324
sigs.k8s.io/yaml
33153325

33163326
== License Type
3317-
===BSD-3-Clause--modified-by-Google-0ceb9ff3
3318-
3327+
=== MIT-0ceb9ff3
3328+
=== BSD-3-Clause--modified-by-Google
33193329
The MIT License (MIT)
33203330

33213331
Copyright (c) 2014 Sam Ghods
@@ -3368,6 +3378,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
33683378
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33693379

33703380

3381+
33713382
== Copyright
33723383
Copyright (c) 2012 The Go Authors. All rights reserved.
33733384
Copyright (c) 2014 Sam Ghods
@@ -3953,5 +3964,5 @@ the Mozilla Public License, v. 2.0.
39533964

39543965

39553966
=== ATTRIBUTION-HELPER-GENERATED:
3956-
=== Attribution helper version: {Major:0 Minor:11 GitVersion:0.10.0-69-g9cf205e3 GitCommit:9cf205e3ce436f506f0901d927c1e417e72f384f GitTreeState:dirty BuildDate:2022-10-10T19:24:17Z GoVersion:go1.19 Compiler:gc Platform:darwin/amd64}
3957-
=== License file based on go.mod with md5 sum: c9ae5852248d0ea20400a817f8643ccb
3967+
=== 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}
3968+
=== License file based on go.mod with md5 sum: de9d9164b9aea0c7ed531118168fb242

0 commit comments

Comments
 (0)