Wednesday, March 3, 2021

ANN: django-yamlconf v1.4.0 is available

Hi Folks,

Have released v1.4.0 for django-yamlconf, a module supporting Django settings via YAML files (searching up the directory hierarchy, e.g., in a K8s environment, adding a "final" set of settings via "/APPLICATION.yaml", see the documentation a https://django-yamlconf.readthedocs.io/en/latest/ for more detailed info.

The updates for the this release are:

- Added support for JSON encoded environment values if decorated with ":jsonenv".  If JSON decoding fails (invalid JSON string), the value is used as is.  This allows the definition of more complex values via the environment, list, dictionaries, etc.  This can be used in K8s environments, e.g., Concourse (for me).

- Added a `CODE-OF-CONDUCT` file for contributors.
  
Take care,
Michael


--
Michael Rohan
mrohan@acm.org

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAOCsNFhSOuHUGur-ruPmvFrZEJ7mndGfd0B9x5cgCKV3Cn%3D4pQ%40mail.gmail.com.

No comments:

Post a Comment