vmware-archive / kubecfg

A tool for managing complex enterprise Kubernetes environments as code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please update to go-sonnet version v0.14.0.

nightlyone opened this issue · comments

We just ran into a major performance issue while generating a few number of configurations via set logic.

The root cause of our issues was missing caching of already computed ASTs in the jsonnet library.
And described in more detail at https://databricks.com/blog/2018/10/12/writing-a-faster-jsonnet-compiler.html

This has been fixed in v0.14.0 as mentioned in https://github.com/google/jsonnet/releases/tag/v0.14.0 (also linked in https://github.com/google/go-jsonnet/releases/tag/v0.14.0 )

So please consider an update in the go.mod file and do a release, if you agree.

Many thanks for the quick fix! 😍