Skip to content

Releases: stackb/grpc-starlark

v0.6.0

14 Jun 15:08
1f1be4a
Compare
Choose a tag to compare
Use underscore names for grpc_binary copy files (#25)

This prevents a conflict if the end-user chooses a name like %{name}.star
for their entrypoint file.

v0.5.0

10 Jun 01:56
638f69c
Compare
Choose a tag to compare
Feature: add pkg/process (#21)

* Initial pkg/starlarkprocess

* Replace skycfg with deterministic fork

* Try fix flaky tests

* More test fix for flakiness

* revert use fork

* Revert use of fork; try fixing up prototext output directly

* Yes more flaky reduce efforts

* Add

v0.4.0

08 Jun 05:55
3306e2a
Compare
Choose a tag to compare
Refactor Config, add stablejson, other improvements (#20)

* remove dead code

* Initial passing test of protoc-gen-starlark

* More testing

* Add platforms.bzl (moved)

* golden file update

* Tidy git workspace

* Move protoc-gen-starlark to own repo

* Cleanup Makefile

* Add stablejson

v0.3.0

07 Jun 14:00
Compare
Choose a tag to compare
image credit comment

v0.2.0

05 Jun 23:13
Compare
Choose a tag to compare
Update release binary names

v0.1.0

31 May 02:16
a3c87dc
Compare
Choose a tag to compare
Add github workflows (#1)

* Add github workflows
* Update select for grpcurl