grafana / tanka

Flexible, reusable and concise configuration for Kubernetes
https://tanka.dev
Apache License 2.0
2.32k stars 165 forks source link

std.objectKeysValues fails tk lint #965

Open davidovich opened 8 months ago

davidovich commented 8 months ago

I believe it is because https://github.com/google/go-jsonnet/commit/fed90cd9cd733a87f9fb27cfb32a3e08a7695603 is not in any official release. Can Tanka use an unreleased version ? Technically std.objectKeysValues it is present in 0.20.0, but not in the linter definitions.

ref: https://github.com/google/go-jsonnet/issues/713

zerok commented 3 months ago

Unfortunately there are 18 other commits in main before that fix. We will probably do a release of Tanka before this is available in a go-jsonnet release but perhaps there is a way to ping the maintainers there and ask if they could do a release in the near future 🙂