Release 0.9.0 Upcoming changes #506
safaci2000
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As usual, the minor releases are releases where something previous behavior is being broken/deprecated. So 0.9.0 will add some breaking changes. Patch release try not to keep the release stable. aka 0.9.x
Security
A while back "secure" folder was introduced that has more meaning in K8s/Docker. It essentially can map out to a secret mount. All the data in that folder is sensitive information like: tokens, auth password, datasource credentials etc.
The idea is to pull anything sensitive out of the config file. At this point password/token have been more out in PR502. I'd like to move the S3 configs out as well.
This will leave importer.yml (or whatever you want to call it), to only configure behavior rather that auth.
Improvements/Changes:
Nice to have locally:
While the "secure" folder is a good first step, there is really nothing secure about it besides the name.
Ideally I'd like to get all the breaking changes is 0.9.0. Any improvements can me iterated over to at least keep the 0.9.0 stable till we need to add some more invasive changes.
Beta Was this translation helpful? Give feedback.
All reactions