Ben
Ben
Previously `IllegalArgumentException` and `IllegalStateException` errors would always trigger an application shutdown. With this change those errors are treated the same as all other exceptions thrown while an application processes a...
### Is this the right place to submit this? - [X] This is not a security vulnerability or a crashing bug - [X] This is not a question about how...
**What steps did you take and what happened:** We had a test fail in the `Setup` phase, meaning that the logs show a failure, but the plugin detects a passed...
Previously, the process stderr would be combined with stdout. This meant that a credential helper which logged to stderr could cause the credential fetching logic to fail. As described [here](https://docs.docker.com/engine/reference/commandline/login/#credential-helper-protocol)...