From c585d8a22b6eaf1919e01fbcb2b8e1d746430941 Mon Sep 17 00:00:00 2001 From: Erin Call Date: Mon, 16 Dec 2019 17:07:33 -0800 Subject: [PATCH] More TODOs in the README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index a39eb59..c3a5a74 100644 --- a/README.md +++ b/README.md @@ -11,5 +11,15 @@ TODO: * [ ] Implement config settings for `upgrade` * [ ] Implement `helm lint` * [ ] Implement `helm delete` +* [ ] Look for command-line flags added in helm3; implement them * [ ] EKS support +* [ ] Dotenv support +* [ ] Example drone config in this README * [ ] Change `.drone.yml` to use a real docker registry + +Nice-to-haves: + +* [ ] Cleanup() method on Steps to close open filehandles, etc. +* [ ] Replace `fmt.Printf` with an actual logger +* [ ] Replace `fmt.Errorf` with `github.com/pkg/errors.Wrap`, since the built-in `Unwrap` doesn't work the way `Cause` does +* [ ] Deprecation warnings if there are environment variables that aren't applicable in helm3