Skip to content

Releases: grafana/rustanka

v0.0.30

27 Mar 15:12
72dce1a

Choose a tag to compare

What's Changed

  • refactor: Tackle fundemental shortcomings of current evaluation implementation by @juliajohannesen in #64

Full Changelog: v0.0.29...v0.0.30

v0.0.29

13 Mar 17:22
2178b1c

Choose a tag to compare

What's Changed

Full Changelog: v0.0.28...v0.0.29

v0.0.28

26 Feb 17:58
a3dcb5b

Choose a tag to compare

What's Changed

  • fix(target): make --target flag case insensitive to match Tanka by @julienduchesne in #56

Full Changelog: v0.0.27...v0.0.28

v0.0.27

25 Feb 14:55
2d33261

Choose a tag to compare

What's Changed

  • diff fixes: strategic merge patch, prune error fixing, jrsonnet parity, tk-compare improvements by @iainlane in #49
  • feat(rtk): implement tool charts commands by @julienduchesne in #52
  • feat(env): implement env add, env remove, env set by @julienduchesne in #53
  • ci: run check golden files and tests as parallel jobs by @julienduchesne in #54
  • feat(lint): add jrsonnet-lint crate with unused_locals check by @julienduchesne in #51
  • feat(importers): detect helm/kustomize chart directory dependencie by @NickAnge in #55

New Contributors

Full Changelog: v0.0.26...v0.0.27

v0.0.26

10 Feb 17:26
de8c2f1

Choose a tag to compare

What's Changed

  • fix(eval): match tk's -e expression format and add eval benchmarks by @julienduchesne in #35
  • test(rtk): add 74 tests mirroring Tanka's test coverage and fix escapeStringRegex by @julienduchesne in #36
  • Revert "Reuse threads for Jsonnet evaluation" by @julienduchesne in #38

Full Changelog: v0.0.23...v0.0.26

v0.0.22

04 Feb 19:31
6d403e7

Choose a tag to compare

What's Changed

Full Changelog: v0.0.21...v0.0.22

v0.0.21

03 Feb 15:45
8ff36b8

Choose a tag to compare

What's Changed

  • fix export command for inline envs by @artych in #22
  • fix(rtk): invoke TLA functions with default arguments without explicit TLAs by @periklis in #23
  • feat(rtk): add --selector and --target flags, fix --extension behavior by @julienduchesne in #24

New Contributors

Full Changelog: v0.0.20...v0.0.21

v0.0.20

02 Feb 17:18
0e916ec

Choose a tag to compare

What's Changed

  • fix: prevent infinite recursion when assertions access pending fields by @julienduchesne in #20

Full Changelog: v0.0.19...v0.0.20

v0.0.19

02 Feb 15:54
637aa2a

Choose a tag to compare

What's Changed

  • perf(rtk): optimize find_importers by eliminating cloning and caching symlink resolution by @julienduchesne in #10
  • refactor: move tanka native functions from jrsonnet-stdlib to rtk by @julienduchesne in #13
  • feat: add jrsonnet binary to releases and Docker image by @julienduchesne in #11
  • ci: consolidate benchmark results into single PR comment by @julienduchesne in #15
  • feat(rtk): implement tool imports and importers-count commands by @julienduchesne in #14
  • feat(tests): add error parity tests and assertions to golden tests by @julienduchesne in #16
  • fix(rtk): use workspace dependencies for jrsonnet crates by @julienduchesne in #17
  • fix: remove version requirements from workspace path dependencies by @julienduchesne in #18
  • fix(release): filter artifact downloads to exclude dockerbuild files by @julienduchesne in #19

Full Changelog: v0.0.18...v0.0.19

v0.0.18

28 Jan 17:39
b7d844f

Choose a tag to compare

What's Changed

  • feat(rtk): add optional mimalloc allocator support by @sd2k in #5

New Contributors

  • @sd2k made their first contribution in #5

Full Changelog: v0.0.17...v0.0.18