Releases: solo-io/envoy-operator
Releases · solo-io/envoy-operator
v0.1.4
add make clean (#15)
* add make clean
v0.1.3
Envoy v3 bootstrap config (#13)
* register tlsv3 package for bootstrap configs
* upgrade bootstrap import to v3- TODO import names
* go mod tidy
* upgrade go-control-plane version to match gloo repo
* fix import names
* get rid of deprecated fields
* goimports
v0.1.2
envoy-v3-bootstrap-config (#12)
* get gateway-proxy-config-map working with typed_configs
* remove unnecessary import
v0.1.1
Bump go control plane (#9)
* got tests passing and removed gogo
* remove .idea
v0.1.0
More template (#8)
* use pointer
* transform metadata
* fix compilation
* go modules
* add cloudbuild that runs the tests
* pr fixes