kaniko/vendor/github.com/aws/smithy-go
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
..
document Bump deps (#1885) 2022-01-21 13:59:16 -05:00
encoding Bump deps (#1885) 2022-01-21 13:59:16 -05:00
io Bump deps (#1885) 2022-01-21 13:59:16 -05:00
logging Bump deps (#1885) 2022-01-21 13:59:16 -05:00
middleware Bump deps (#1885) 2022-01-21 13:59:16 -05:00
ptr Bump deps (#1885) 2022-01-21 13:59:16 -05:00
rand Bump deps (#1885) 2022-01-21 13:59:16 -05:00
time Bump deps (#1885) 2022-01-21 13:59:16 -05:00
transport/http Fix bug with log disabling (#1959) 2022-02-28 15:02:05 -05:00
waiter Bump deps (#1885) 2022-01-21 13:59:16 -05:00
.gitignore Bump deps (#1885) 2022-01-21 13:59:16 -05:00
.travis.yml Bump deps (#1885) 2022-01-21 13:59:16 -05:00
CHANGELOG.md Fix bug with log disabling (#1959) 2022-02-28 15:02:05 -05:00
CODE_OF_CONDUCT.md Bump deps (#1885) 2022-01-21 13:59:16 -05:00
CONTRIBUTING.md Bump deps (#1885) 2022-01-21 13:59:16 -05:00
LICENSE Bump deps (#1885) 2022-01-21 13:59:16 -05:00
Makefile Bump deps (#1885) 2022-01-21 13:59:16 -05:00
NOTICE Bump deps (#1885) 2022-01-21 13:59:16 -05:00
README.md Bump deps (#1885) 2022-01-21 13:59:16 -05:00
doc.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
document.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
go_module_metadata.go Fix bug with log disabling (#1959) 2022-02-28 15:02:05 -05:00
local-mod-replace.sh Bump deps (#1885) 2022-01-21 13:59:16 -05:00
validation.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00

README.md

Smithy Go

Go Build StatusCodegen Build Status

Smithy code generators for Go.

WARNING: All interfaces are subject to change.

License

This project is licensed under the Apache-2.0 License.