Skip to content

Latest commit

 

History

History
65 lines (46 loc) · 2.07 KB

ROADMAP.md

File metadata and controls

65 lines (46 loc) · 2.07 KB

Roadmap

In this pre-alpha state of Privateer, many of the development tasks are simply being tracked in ad hoc "TODO" entries, which can be reviewed in TODO.md.

Ad-hoc TODO tracking should be removed before v0.2.

This roadmap should be moved into a GitHub Project before v0.3.

v0.1

Feature Additions

  • Write plugin logs to independent files
  • Write end-to-end summary to independent file
  • Create Quickstart guide:
    • can be in readme or elsewhere as appropriate
    • Just fix the readme in general!
  • Install trusted packages if they are not found:
    • finish download logic... unzip

Feature Improvements

  • remove redundancy of plugin name statements
  • Create a sample close handler on the plugin wireframe

Bugfixes

  • unnecessary error message when no config was supplied (skipping the config file may be intentional, or maybe not)
  • config wasn't being used in plugin
  • Corrected -v usage and removed any instance of log in favor of logger. Basic log should not be used due to persistent unexpected behavior.
  • default loglevel is now error

v0.2

Feature Additions

  • Improve version handling
    • a la ArgoCD
  • Secret handling
    • plugins should not be able to read configs from other plugins!

Feature Improvements

  • Improve log formatting
    • user friendly by default
  • Improve machine output
    • trim the fat
  • Handle errors better for unknown run plugins
  • Increase test coverage

Bugfixes

  • Installation is attempting even when package is present
  • log.Print usage will result in duplication of timestamp & loglevel
  • Possible Inconsistent RPC error(s)
    • [ERROR] wireframe: plugin: plugin server: accept unix /var/folders/mv/x9vm780x6l755g028989fy500000gn/T/plugin3010505469: use of closed network connection:

v0.3