Skip to content

v0.9.0

Compare
Choose a tag to compare
@roivaz roivaz released this 21 Oct 16:27
· 317 commits to main since this release
40dfc14

Breaking changes

  • Envoy 1.20.0 is now the default #120. You must explicitly set the Envoy version if you want to avoid upgrading or use a different version.
  • Envoy configuration API v2 has been deprecated in favor of v3 #118. Users still using v2 configuration API must perform the following steps before upgrading:
    • Migrate all EnvoyConfigs still using v2 config API to v3. The process of migration is described here.
    • Delete any remaining v2 EnvoyConfigRevision. You can list them using kubectl get envoyconfigrevisions -A -l marin3r.3scale.net/envoy-api=v2.

Other changes

  • Upgraded operator-sdk and project dependencies #119.