Skip to content

Releases: solo-io/envoy-operator

v0.1.4

22 Jul 16:09
d88373b
Compare
Choose a tag to compare
add make clean (#15)

* add make clean

v0.1.3

21 Jul 13:44
f59b835
Compare
Choose a tag to compare
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

16 Jul 17:18
c6a9b10
Compare
Choose a tag to compare
envoy-v3-bootstrap-config (#12)

* get gateway-proxy-config-map working with typed_configs
* remove unnecessary import

v0.1.1

25 Nov 23:04
Compare
Choose a tag to compare
Bump go control plane (#9)

* got tests passing and removed gogo
* remove .idea

v0.1.0

21 Feb 19:50
c0c3485
Compare
Choose a tag to compare
More template (#8)

* use pointer

* transform metadata

* fix compilation

* go modules

* add cloudbuild that runs the tests

* pr fixes