Skip to content

Latest commit

 

History

History
288 lines (166 loc) · 22.2 KB

CHANGELOG.md

File metadata and controls

288 lines (166 loc) · 22.2 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.5 (2022-01-17)

Features

Bug Fixes

  • compiler: any message indentations (#183) (adf4689)
  • compiler: cache parsed FileDescriptors (#192) (2ebffd0)
  • deps: update go.starlark.net commit hash to 70c0e40 (#178) (2434929)
  • deps: update golang.org/x/net commit hash to 0dd24b2 (#179) (35d57cb)
  • deps: update module github.com/abronan/valkeyrie to v0.4.0 (#154) (d501d20)
  • deps: update module github.com/fsnotify/fsnotify to v1.5.1 (#166) (9bd3957)
  • deps: update module github.com/hashicorp/go-getter to v1.5.11 (#161) (2b6c108)
  • deps: update module github.com/hashicorp/go-plugin to v1.4.3 (#171) (03f3fe0)
  • deps: update module github.com/jhump/protoreflect to v1.10.1 (#155) (77464ed)
  • deps: update module github.com/zclconf/go-cty to v1.10.0 (#153) (4a9b203)
  • deps: update module go.uber.org/zap to v1.20.0 (#163) (91f53ce)
  • deps: update module golang.org/x/tools to v0.1.8 (#156) (4e3f5ea)
  • deps: update module google.golang.org/grpc to v1.43.0 (#162) (cabe89e)
  • prettify json (#187) (46056e0)
  • exec: run os.MkdirAll before writing file (#181) (3d90435)
  • terraform-importer: handle dynamic cty type (#180) (5c0e82c)

0.1.4 (2021-07-06)

0.1.4-rc.0 (2021-07-06)

Bug Fixes

  • deps: update go.starlark.net commit hash to 1cdb82c (#120) (b07d0ef)
  • deps: update go.starlark.net commit hash to cca21e7 (#86) (1045b0d)
  • deps: update golang.org/x/net commit hash to 04defd4 (#138) (2b98ca2)
  • deps: update golang.org/x/net commit hash to abc4532 (#87) (6fef1c5)
  • deps: update golang.org/x/sync commit hash to 036812b (#89) (f716fc7)
  • deps: update module github.com/golang/protobuf to v1.5.2 (#101) (c2629f8)
  • deps: update module github.com/hashicorp/go-getter to v1.5.3 (#102) (d5a21b9)
  • deps: update module github.com/hashicorp/go-getter to v1.5.5 (#141) (2db2160)
  • deps: update module github.com/hashicorp/go-getter to v2 (#115) (310689d)
  • deps: update module github.com/hashicorp/go-plugin to v1.4.1 (#104) (3aaa121)
  • deps: update module github.com/hashicorp/go-plugin to v1.4.2 (#125) (e312280)
  • deps: update module github.com/jhump/protoreflect to v1.8.2 (#106) (b2ee5fb)
  • deps: update module github.com/mitchellh/cli to v1.1.2 (#95) (4539e70)
  • deps: update module github.com/prometheus/client_golang to v1.10.0 (#107) (84ce887)
  • deps: update module github.com/prometheus/client_golang to v1.11.0 (#127) (8c61170)
  • deps: update module github.com/stretchr/testify to v1.7.0 (#108) (9b4ba00)
  • deps: update module github.com/zclconf/go-cty to v1.8.3 (#109) (8f6b6d6)
  • deps: update module github.com/zclconf/go-cty to v1.8.4 (#142) (69b5ce8)
  • deps: update module go.uber.org/zap to v1.17.0 (#110) (1c41d56)
  • deps: update module go.uber.org/zap to v1.18.1 (#148) (3136fe0)
  • deps: update module golang.org/x/tools to v0.1.2 (#111) (2a1dd27)
  • deps: update module golang.org/x/tools to v0.1.3 (#139) (d929833)
  • deps: update module golang.org/x/tools to v0.1.4 (#143) (970bda2)
  • deps: update module google.golang.org/grpc to v1.38.0 (#112) (ec9e12b)
  • deps: update module google.golang.org/grpc to v1.39.0 (#149) (ead23d9)
  • deps: update module google.golang.org/protobuf to v1.27.1 (#145) (5e2e8cb)
  • importers: json_name on tf map fields (#150) (324e411)
  • terraform: some blocks might be repeated (#147) (7f41613), closes #146
  • docs.yml (#133) (55d105a)
  • mkdocs: fetch all history prevent push errors (#132) (d4026eb)
  • mkdocs site_url (#131) (4dc05dd)
  • yaml syntax in codeql (94e6363)

0.1.4-beta.0 (2021-05-10)

Features

  • importer: Allow use of Any for interfaces (#78) (8604423)

Bug Fixes

  • go-importer: fix work dir for packages.Load (#77) (564236b)
  • terraform: required_providers json name (#80) (3ec92c8)

0.1.3 (2021-04-26)

0.1.2-rc4.0 (2021-04-21)

Features

  • compiler: make proto.Message hashable (#68) (9cd941a)
  • import: add terraform std fields (#65) (16d83b2)

Bug Fixes

  • master and release ci (#72) (4f9bfdd)
  • compiler: marshal repeated google.protobuf.Any (#70) (659f928)

0.1.2-rc3.0 (2021-03-25)

Bug Fixes

  • exec: allow set protoconf agent addr (#66) (49a662c)

0.1.2-rc2.0 (2020-11-01)

Features

  • terraform_importer: add "provider" configuration (2e341c2)

Bug Fixes

  • marshal (u)int64 values as numberic json fields (8304bf9)
  • release version should start with v (60e8a19)

0.1.2-rc1.0 (2020-09-20)

0.1.2 (2020-08-10)

Features

  • compiler: support nested ptypes.Any (4563ad3)

Bug Fixes

  • compiler: field return NoneType if value is nil (0317def)
  • import/golang: set tag before struct visit (51d33bd)
  • libkv/consul: fix (229d9df)
  • libkv/consul: revert bad fix (8c15c72)
  • libkv/consul: tight loop when timeout expires (b5da114)
  • terraform_importer: support for nested blocks (c9082ac)
  • tf: invalid field names (1401569)
  • image path in docs/architechture (8a0b3db)

0.1.1-0 (2020-08-10)

Features

  • compiler: support nested ptypes.Any (4563ad3)

Bug Fixes

  • compiler: field return NoneType if value is nil (0317def)
  • import/golang: set tag before struct visit (51d33bd)
  • libkv/consul: fix (229d9df)
  • libkv/consul: revert bad fix (8c15c72)
  • libkv/consul: tight loop when timeout expires (b5da114)
  • terraform_importer: support for nested blocks (c9082ac)
  • tf: invalid field names (1401569)
  • image path in docs/architechture (8a0b3db)

0.1.1 (2020-04-20)

Features

0.1.1 (2020-04-20)

Features

0.1.1-beta12.0 (2020-04-16)

Bug Fixes

  • exec: break loop when channel closed (bbf4413)

0.1.1-beta11.0 (2020-04-16)

Bug Fixes

  • exec: better loop in exec.go (82e9969)

0.1.1-beta10.0 (2020-04-14)

0.1.1-beta9.0 (2020-04-13)

Bug Fixes

  • exec: move exec setup outside anon func (906668d)

0.1.1-beta8.0 (2020-04-13)

Bug Fixes

  • exec: cancel watchers on exec configs updates (bac10c2)

0.1.1-beta7.0 (2020-04-13)

Bug Fixes

  • importers: skip visited types when filtering (669b957)
  • importers/golang: when field is a pointer to underlying struct (672c6da)

0.1.1-beta6.0 (2020-04-06)

Features

  • exec: general purpose protoconf exec (c87607e)

0.1.1-beta5.0 (2020-03-26)

Features

  • compiler: add support for starlib modules (2295f7d)
  • golang_importer: import proto files from golang structs (6c2767e)
  • importers: add command for golang importer (679d967)
  • importers: filter helpers (89101cd)
  • framework for import cfg structs as protobuf (d4c87e8)
  • pc4tf: support datasources (2b49d2d)

Bug Fixes

  • importers: LoadAllSyntax loading go packages (42b823e)

0.1.1-beta4.0 (2020-03-19)

Bug Fixes

  • pc4tf: nested messages (d169061)
  • pc4tf: replace logrus with zap logger (c55e8ea)

0.1.1-beta3.0 (2020-03-18)

Bug Fixes

  • pc4tf: object field types to nested messages (c64368e)

0.1.1-pre2.0 (2020-02-12)

0.1.1-pre1.0 (2020-02-12)

Features

  • pc4tf: add meta fields to all resources (1d8aedd)

Bug Fixes

  • pc4tf: set json_name in meta fields (87dfade)
  • pc4tf: sort proto files, messages and fields (5e43908)
  • pc4tf: sort proto message fields (4a94527)

0.1.1-0 (2020-02-08)

Features

  • pc4tf: add meta fields to all resources (1d8aedd)

0.1.1-0 (2020-02-08)

Features

  • pc4tf: add meta fields to all resources (1d8aedd)

0.1.0-pre2.0 (2020-01-22)

Bug Fixes

  • pc4tf: sort proto message fields (4a94527)