Skip to content

Tags: solo-io/envoy-operator

Tags

v0.1.4

Toggle v0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add make clean (#15)

* add make clean

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
envoy-v3-bootstrap-config (#12)

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

v0.1.1

Toggle v0.1.1's commit message
Bump go control plane (#9)

* got tests passing and removed gogo
* remove .idea

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
More template (#8)

* use pointer

* transform metadata

* fix compilation

* go modules

* add cloudbuild that runs the tests

* pr fixes