Commit graph

11 commits

Author SHA1 Message Date
Matthias Riegler
b2e9d3bb12
chore/fix: switch release pipeline to goreleaser & ghcr.io (#43)
* chore: add goreleaser config + adapt Dockerfile
* chore: cleanup makefile and deprecated pipeline
* chore: go mod tidy -go=1.19
* feat: add release pipeline

---------

Signed-off-by: Matthias Riegler <me@xvzf.tech>
2023-02-16 09:38:05 +01:00
Matthias Riegler
01f689fb4a
Revert "chore/fix: switch release pipeline to goreleaser & ghcr.io (#40)" (#42)
This reverts commit b56a421ef2.
2023-01-28 21:42:36 +01:00
Matthias Riegler
b56a421ef2
chore/fix: switch release pipeline to goreleaser & ghcr.io (#40)
* chore: add goreleaser config + adapt Dockerfile

Signed-off-by: Matthias Riegler <me@xvzf.tech>

* chore: cleanup makefile and deprecated pipeline

Signed-off-by: Matthias Riegler <me@xvzf.tech>

* chore: go mod tidy -go=1.19

Signed-off-by: Matthias Riegler <me@xvzf.tech>

---------

Signed-off-by: Matthias Riegler <me@xvzf.tech>
2023-01-28 21:41:50 +01:00
Maxim Levchenko
ccaa0b245b
feat: upgrade go-jsonnet to 0.18 (#30) 2022-10-20 13:01:16 +02:00
Jeroen Op 't Eynde
1f8d4c6fbf
feat: containerize (#19)
* feat: containerize

* Stripping reduces binary size, fully static linking makes the binary more portable

Co-authored-by: sh0rez <me@shorez.de>
2021-06-03 14:58:12 +02:00
sh0rez
0d8cf83b56
fix(render): argument formatting
Printed go internals previously, now works properly with Jsonnet representation
2020-05-13 12:30:05 +02:00
sh0rez
4e4d4a7170
feat: faster parser (#3)
* fix(load): support nested objects

* feat: initial golang parser

Moves most of load.libsonnet to a Golang app for hopefully much faster
parsing (fingers crossed)

* feat(fast): nested objects, subpackages

* feat: incorporate fast mode into main binary

Moves the work done in the fast directory into the main executable,
removing the Jsonnet based parser in favor of the much faster Golang one.
2020-05-10 23:09:12 +02:00
sh0rez
75f8e7373c
feat: make paths work 2020-05-02 22:24:18 +02:00
sh0rez
09e8e3ddd9
feat: builtin Jsonnet 2020-04-29 17:13:38 +02:00
sh0rez
7308eecaf3
feat: rewrite render 2020-04-29 16:39:37 +02:00
sh0rez
5977373772
feat: initial commit 2020-03-22 16:47:47 +01:00