kaniko/vendor/github.com/aws/aws-sdk-go-v2/aws
Jason Hall f067edae9f
Fix bug with log disabling (#1959)
Prior to this change, Kaniko disabled logging for its ecr-login
dependency by redirecting the logger's output to ioutil.Discard.
However, since that used the logrus standard logger, this had the effect
of completely disabling (redirecting to Discard) _all_ logging done by
Kaniko.

This caused integratiion test failures, and left any user of Kaniko
without any logging.

This fix updates the dependency on ecr-login to include a fix for this
issue, and updates to the new API introduced in that fix.
2022-02-28 15:02:05 -05:00
..
defaults Fix bug with log disabling (#1959) 2022-02-28 15:02:05 -05:00
middleware Bump deps (#1885) 2022-01-21 13:59:16 -05:00
protocol Bump deps (#1885) 2022-01-21 13:59:16 -05:00
ratelimit Fix bug with log disabling (#1959) 2022-02-28 15:02:05 -05:00
retry Fix bug with log disabling (#1959) 2022-02-28 15:02:05 -05:00
signer Fix bug with log disabling (#1959) 2022-02-28 15:02:05 -05:00
transport/http Bump deps (#1885) 2022-01-21 13:59:16 -05:00
config.go Fix bug with log disabling (#1959) 2022-02-28 15:02:05 -05:00
context.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
credential_cache.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
credentials.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
defaultsmode.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
doc.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
endpoints.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
errors.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
from_ptr.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
go_module_metadata.go Fix bug with log disabling (#1959) 2022-02-28 15:02:05 -05:00
logging.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
logging_generate.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
request.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
retryer.go Fix bug with log disabling (#1959) 2022-02-28 15:02:05 -05:00
runtime.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
to_ptr.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
types.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
version.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00