kaniko/vendor/github.com/aws/aws-sdk-go-v2/internal/ini
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
..
CHANGELOG.md Fix bug with log disabling (#1959) 2022-02-28 15:02:05 -05:00
LICENSE.txt Bump deps (#1885) 2022-01-21 13:59:16 -05:00
ast.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
comma_token.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
comment_token.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
dependency.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
empty_token.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
expression.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
fuzz.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
ini.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
ini_lexer.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
ini_parser.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
literal_tokens.go Bump ecr-login dep to avoid some log spam (#1946) 2022-02-21 02:20:02 +05:30
newline_token.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
number_helper.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
op_tokens.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
parse_error.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
parse_stack.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
sep_tokens.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
skipper.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
statement.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
value_util.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
visitor.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
walker.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
ws_token.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00