From f7968ea0892ecc1f1f80b7e33a0adf0189621939 Mon Sep 17 00:00:00 2001 From: Rae Krantz <8461333+krantzinator@users.noreply.github.com> Date: Mon, 9 Nov 2020 12:37:43 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b66696d4f6..057c54835e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ BUG FIXES: * plugin/google-cloud-run: less strict image validation to allow projects with slashes [GH-760] * plugin/k8s: default releaser should create service with correct namespace [GH-759] * entrypoint: be careful to not spawn multiple url agents [GH-752] +* cli: return error for ErrSentinel types to signal exit codes [GH-768] ## 0.1.4 (October 26, 2020)