Protoconf Versions Save

Configuration as Code framework based on protobuf and Starlark

v0.1.7

11 months ago

Changelog

  • 3a63c14 * fix: use protoregistry to resolve nested Any (#294)
  • 02580b7 build(deps): bump github.com/hashicorp/go-getter from 1.5.11 to 1.6.1 (#228)
  • 19b33bb build(deps): bump google-protobuf in /examples/grpc_clients/ruby_client (#252)
  • d5864ad chore(deps): update actions/checkout action to v3 (#217)
  • 3bfe82a chore(deps): update actions/setup-go action to v4 (#300)
  • a1c0b18 chore(deps): update actions/setup-python action to v4 (#270)
  • 033c3f9 chore(deps): update dependency ace to v1.13.1 (#243)
  • 9ca5539 chore(deps): update dependency ace to v1.14.0 (#273)
  • 09384ff chore(deps): update dependency ace to v1.15.3 (#286)
  • 0f4c919 chore(deps): update dependency ace to v1.20.0 (#296)
  • ef58f80 chore(deps): update dependency grpclib to v0.4.3 (#256)
  • d0ad1dc chore(deps): update dependency grpclib to v0.4.4 (#295)
  • 24414ac chore(deps): update github/codeql-action action to v2 (#267)
  • 59374bc chore(deps): update goreleaser/goreleaser-action action to v3 (#271)
  • 5c34a6d chore(deps): update goreleaser/goreleaser-action action to v4 (#301)
  • 6c9c6ee chore(deps): update module go to 1.19 (#261)
  • abb8160 chore: add links to navbar
  • fb50670 chore: cleanup doc site
  • c390b5b chore: features artwork
  • 959cc59 chore: fix branch on codeql workflow (#287)
  • fd825ec chore: major cleanups for bazel and old stuff (#238)
  • 7fc2141 chore: remove importers (#302)
  • b7601dc chore: social card
  • 1e4c7a4 feat(compiler): support top level enums (#235)
  • 7a89b3e feat: add dict features to starProtoMessage (#293)
  • 290a108 feat: migrate docs to docusraus
  • 7a4f9b7 feat: release website
  • 0e38037 feat: support object oriented programming (#255)
  • fce0157 fix(deps): update go.starlark.net digest to 3d7c6cd (#254)
  • b2c0640 fix(deps): update go.starlark.net digest to 4b1e35f (#268)
  • 72c4d5b fix(deps): update go.starlark.net digest to d1966c6 (#224)
  • 3f178d4 fix(deps): update golang.org/x/net digest to 1bab6f3 (#221)
  • 652db74 fix(deps): update module github.com/fsnotify/fsnotify to v1.6.0 (#237)
  • 5e156c8 fix(deps): update module github.com/golang/protobuf to v1.5.3 (#290)
  • 6514303 fix(deps): update module github.com/hashicorp/go-getter to v1.6.2 (#257)
  • 0653218 fix(deps): update module github.com/hashicorp/go-getter to v1.7.0 [security] (#283)
  • 4857edc fix(deps): update module github.com/hashicorp/go-getter to v1.7.1 (#291)
  • ec4742b fix(deps): update module github.com/hashicorp/go-plugin to v1.4.6 (#239)
  • cda3015 fix(deps): update module github.com/hashicorp/go-plugin to v1.4.9 (#274)
  • 31864f0 fix(deps): update module github.com/jhump/protoreflect to v1.14.0 (#262)
  • 00418fb fix(deps): update module github.com/jhump/protoreflect to v1.14.1 (#278)
  • 4fa53af fix(deps): update module github.com/kvtools/valkeyrie to v0.4.1 (#258)
  • 7119214 fix(deps): update module github.com/masterminds/sprig/v3 to v3.2.3 (#259)
  • 6501a98 fix(deps): update module github.com/mitchellh/cli to v1.1.5 (#240)
  • e538b6d fix(deps): update module github.com/pelletier/go-toml to v1.9.5 (#245)
  • 8fde562 fix(deps): update module github.com/pelletier/go-toml to v2 (#279)
  • 14a5b1f fix(deps): update module github.com/prometheus/client_golang to v1.14.0 (#241)
  • 82eed70 fix(deps): update module github.com/prometheus/client_golang to v1.15.1 (#297)
  • 273a134 fix(deps): update module github.com/stretchr/testify to v1.8.1 (#242)
  • 377ed44 fix(deps): update module github.com/stretchr/testify to v1.8.2 (#285)
  • 08480a1 fix(deps): update module github.com/zclconf/go-cty to v1.12.1 (#263)
  • 09cd947 fix(deps): update module github.com/zclconf/go-cty to v1.13.1 (#289)
  • 17b7f6f fix(deps): update module go.uber.org/zap to v1.21.0 (#210)
  • 4bac167 fix(deps): update module go.uber.org/zap to v1.24.0 (#264)
  • fd52380 fix(deps): update module golang.org/x/net to v0.10.0 (#265)
  • 82fba61 fix(deps): update module golang.org/x/net to v0.7.0 [security] (#284)
  • 624e9ba fix(deps): update module golang.org/x/tools to v0.1.11 (#205)
  • 32eff57 fix(deps): update module golang.org/x/tools to v0.9.1 (#269)
  • 36c2ee6 fix(deps): update module google.golang.org/grpc to v1.53.0 (#246)
  • 4dc4607 fix(deps): update module google.golang.org/grpc to v1.55.0 (#299)
  • aa1603d fix(deps): update module google.golang.org/protobuf to v1.28.0 (#219)
  • 6630ef9 fix(docs) fix the build from source section to be accurate (#306)
  • c233436 fix: cache-dependency-path
  • eb5d6a5 fix: github actions push docker
  • 30cd08f fix: go version

v0.1.6

1 year ago

Changelog

  • 393d2e5 build: run appropriate actions when on stacked diffs (#232)
  • f2b9403 feat(compiler): add starlark module to deal with Any proto types (#229)
  • 1d9e09b feat(compiler): allow ENUM comparision (#230)
  • da1b89f feat(compiler): import sprig functions for templates (#231)
  • 67b104a fix: homebrew-tap (#234)

v0.1.6-rc1

2 years ago

Changelog

  • 2a252cc build: release to homebrew tap (#227)
  • 15713c6 chore(deps): update actions/setup-go action to v3 (#211)
  • 970b4ce chore(deps): update dependency ace to v1.4.14 (#204)
  • fff10a7 chore(deps): update dependency io_bazel_rules_docker to v0.23.0 (#202)
  • 33ae6da chore: release with goreleaser (#226)
  • 531fe62 chore: remove bazel from CI (#225)
  • 4b08774 feat(compiler): gen pconf/pinc/mpconf files from templates (#214)
  • 3bd18dd feat(compiler): generate json and yamls under outputs (#223)
  • 45f1870 feat: allow using module (#212)
  • 94f3633 feat: improve error messages (#213)
  • 9a07bd5 fix(deps): update go.starlark.net digest to 5411bad (#208)
  • a0f798a fix(deps): update golang.org/x/net digest to 27dd868 (#201)
  • 2bf0c2d fix(deps): update module github.com/jhump/protoreflect to v1.12.0 (#207)
  • 0cf21de fix(deps): update module github.com/prometheus/client_golang to v1.12.1 (#199)
  • 388be3e fix(deps): update module github.com/stretchr/testify to v1.7.1 (#215)
  • dc71833 fix(deps): update module google.golang.org/grpc to v1.45.0 (#203)
  • a449ff4 fix(terraform-importer): json_name value on meta fields (#209)

0.1.5

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/protoconf/protoconf/compare/v0.1.4...0.1.5

0.1.4

2 years ago

0.1.4-rc.0

2 years ago

0.1.3

3 years ago

0.1.2-rc4.0

3 years ago

0.1.2-rc3.0

3 years ago

0.1.2-rc2.0

3 years ago