From 1375d1f9effb3b047cb2b087039d2ddc3871599a Mon Sep 17 00:00:00 2001 From: EKS Distro PR Bot Date: Fri, 6 Oct 2023 09:12:21 +0000 Subject: [PATCH] [PR BOT] Update ATTRIBUTION.txt files --- .../aws/eks-anywhere-packages/ATTRIBUTION.txt | 95 +++++++++++++++++-- .../CREDENTIALPROVIDER_ATTRIBUTION.txt | 2 +- .../ECRTOKENREFRESHER_ATTRIBUTION.txt | 2 +- 3 files changed, 91 insertions(+), 8 deletions(-) diff --git a/projects/aws/eks-anywhere-packages/ATTRIBUTION.txt b/projects/aws/eks-anywhere-packages/ATTRIBUTION.txt index 4b4aca34a5..454d18f7b6 100644 --- a/projects/aws/eks-anywhere-packages/ATTRIBUTION.txt +++ b/projects/aws/eks-anywhere-packages/ATTRIBUTION.txt @@ -1,7 +1,46 @@ -** github.com/aws/eks-anywhere-packages; version v0.3.10 -- +** github.com/aws/aws-sdk-go-v2; version v1.21.0 -- +https://github.com/aws/aws-sdk-go-v2 + +** github.com/aws/aws-sdk-go-v2/config; version v1.18.39 -- +https://github.com/aws/aws-sdk-go-v2/config + +** github.com/aws/aws-sdk-go-v2/credentials; version v1.13.37 -- +https://github.com/aws/aws-sdk-go-v2/credentials + +** github.com/aws/aws-sdk-go-v2/feature/ec2/imds; version v1.13.11 -- +https://github.com/aws/aws-sdk-go-v2/feature/ec2/imds + +** github.com/aws/aws-sdk-go-v2/internal/configsources; version v1.1.41 -- +https://github.com/aws/aws-sdk-go-v2/internal/configsources + +** github.com/aws/aws-sdk-go-v2/internal/endpoints/v2; version v2.4.35 -- +https://github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 + +** github.com/aws/aws-sdk-go-v2/internal/ini; version v1.3.42 -- +https://github.com/aws/aws-sdk-go-v2/internal/ini + +** github.com/aws/aws-sdk-go-v2/service/ecr; version v1.19.5 -- +https://github.com/aws/aws-sdk-go-v2/service/ecr + +** github.com/aws/aws-sdk-go-v2/service/internal/presigned-url; version v1.9.35 -- +https://github.com/aws/aws-sdk-go-v2/service/internal/presigned-url + +** github.com/aws/aws-sdk-go-v2/service/sso; version v1.13.6 -- +https://github.com/aws/aws-sdk-go-v2/service/sso + +** github.com/aws/aws-sdk-go-v2/service/ssooidc; version v1.15.6 -- +https://github.com/aws/aws-sdk-go-v2/service/ssooidc + +** github.com/aws/aws-sdk-go-v2/service/sts; version v1.21.5 -- +https://github.com/aws/aws-sdk-go-v2/service/sts + +** github.com/aws/eks-anywhere-packages; version v0.3.12 -- https://github.com/aws/eks-anywhere-packages +** github.com/aws/smithy-go; version v1.14.2 -- +https://github.com/aws/smithy-go + ** github.com/containerd/containerd; version v1.6.18 -- https://github.com/containerd/containerd @@ -53,6 +92,9 @@ https://github.com/google/gofuzz ** github.com/google/shlex; version v0.0.0-20191202100458-e7afc7fbc510 -- https://github.com/google/shlex +** github.com/jmespath/go-jmespath; version v0.4.0 -- +https://github.com/jmespath/go-jmespath + ** github.com/klauspost/compress; version v1.13.6 -- https://github.com/klauspost/compress @@ -113,10 +155,10 @@ https://github.com/xeipuuv/gojsonschema ** gomodules.xyz/jsonpatch/v2; version v2.2.0 -- https://github.com/gomodules/jsonpatch -** google.golang.org/genproto/googleapis/rpc/status; version v0.0.0-20221024183307-1bc688fe9f3e -- +** google.golang.org/genproto/googleapis/rpc/status; version v0.0.0-20230110181048-76db0878b65f -- https://github.com/googleapis/go-genproto -** google.golang.org/grpc; version v1.50.1 -- +** google.golang.org/grpc; version v1.53.0 -- https://github.com/grpc/grpc-go ** gopkg.in/ini.v1; version v1.67.0 -- @@ -396,6 +438,10 @@ https://github.com/kubernetes-sigs/structured-merge-diff Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +* For github.com/aws/smithy-go see also this required NOTICE: +Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. + + * For github.com/containerd/containerd see also this required NOTICE: Docker Copyright 2012-2015 Docker, Inc. @@ -650,6 +696,43 @@ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +------ + +** github.com/aws/aws-sdk-go-v2/internal/sync/singleflight; version v1.21.0 -- +https://github.com/aws/aws-sdk-go-v2 + +** github.com/aws/smithy-go/internal/sync/singleflight; version v1.14.2 -- +https://github.com/aws/smithy-go + +Copyright (c) 2009 The Go Authors. 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. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ------ ** github.com/chai2010/gettext-go; version v1.0.2 -- @@ -685,7 +768,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ------ -** github.com/cyphar/filepath-securejoin; version v0.2.3 -- +** github.com/cyphar/filepath-securejoin; version v0.2.4 -- https://github.com/cyphar/filepath-securejoin Copyright (C) 2014-2015 Docker Inc & Go Authors. All rights reserved. @@ -1040,7 +1123,7 @@ https://golang.org/x/mod ** golang.org/x/net; version v0.7.0 -- https://golang.org/x/net -** golang.org/x/oauth2; version v0.0.0-20221014153046-6fdb5e3db783 -- +** golang.org/x/oauth2; version v0.4.0 -- https://golang.org/x/oauth2 ** golang.org/x/sync; version v0.1.0 -- @@ -1402,7 +1485,7 @@ Copyright (C) 2013 Blake Mizerany https://github.com/BurntSushi/toml Copyright (c) 2013 TOML authors -** github.com/cespare/xxhash/v2; version v2.1.2 -- +** github.com/cespare/xxhash/v2; version v2.2.0 -- https://github.com/cespare/xxhash/v2 Copyright (c) 2016 Caleb Spare diff --git a/projects/aws/eks-anywhere-packages/CREDENTIALPROVIDER_ATTRIBUTION.txt b/projects/aws/eks-anywhere-packages/CREDENTIALPROVIDER_ATTRIBUTION.txt index ca2adfdf2a..bb1a205c5f 100644 --- a/projects/aws/eks-anywhere-packages/CREDENTIALPROVIDER_ATTRIBUTION.txt +++ b/projects/aws/eks-anywhere-packages/CREDENTIALPROVIDER_ATTRIBUTION.txt @@ -1,5 +1,5 @@ -** github.com/aws/eks-anywhere-packages/credentialproviderpackage; version v0.3.10 -- +** github.com/aws/eks-anywhere-packages/credentialproviderpackage; version v0.3.12 -- https://github.com/aws/eks-anywhere-packages/credentialproviderpackage ** github.com/go-logr/logr; version v1.2.3 -- diff --git a/projects/aws/eks-anywhere-packages/ECRTOKENREFRESHER_ATTRIBUTION.txt b/projects/aws/eks-anywhere-packages/ECRTOKENREFRESHER_ATTRIBUTION.txt index 8c13d4f779..77c20df936 100644 --- a/projects/aws/eks-anywhere-packages/ECRTOKENREFRESHER_ATTRIBUTION.txt +++ b/projects/aws/eks-anywhere-packages/ECRTOKENREFRESHER_ATTRIBUTION.txt @@ -2,7 +2,7 @@ ** github.com/aws/aws-sdk-go; version v1.44.61 -- https://github.com/aws/aws-sdk-go -** github.com/aws/eks-anywhere-packages/ecrtokenrefresher; version v0.3.10 -- +** github.com/aws/eks-anywhere-packages/ecrtokenrefresher; version v0.3.12 -- https://github.com/aws/eks-anywhere-packages/ecrtokenrefresher ** github.com/go-logr/logr; version v1.2.3 --