Thinking about removing BoltDB support - any objections? #1215
hairyhenderson
started this conversation in
Ideas
Replies: 1 comment
-
Having heard nothing, I'll be removing it in #1397 - this will go into the 4.0.0 release |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello gomplate users! 👋
When the initial BoltDB datasource was added in gomplate, it wasn't to fill an actual need, but more because
libkv
(which we're using for theconsul
datasource) made it fairly easy to add support.Fast-forward 4 years, and other than in my own testing I've never heard of anyone using it, and frankly it's a bit of an odd datasource. I'd like to remove support in an upcoming major version of gomplate (i.e. v4.0).
The main reason is that I'll be migrating all datasource reads to my
go-fsimpl
module, and I'm not planning on adding BoltDB support to that.So, if anyone out there is reading this, I would love to know:
Beta Was this translation helpful? Give feedback.
All reactions