Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Release v0.8.1-rc.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Mar 21:08

Notable Changes

CRD Updates

No CRD changes between tags v0.8.1-rc.1 and v0.8.1-rc.2

Ticker / periodic resync mechanism

A configurable periodic proxy resync mechanism has been ported back from main.
It allows configuring a periodic interval where a full config will be re-computed for
existing envoys on the mesh.

This mechanism is off by default, and is configurable through config map.

Changelog

  • chore(release): update charts and tags for v0.8.1-rc.2 a8a5067 (Sanya Kochhar)
  • ticker: Add config hooks to start/stop ticker 3562e0c (edu)
  • cfgmap: add ticker config ef3ec9b (edu)
  • pkg/ticker: reintroduce ticker concept 69386f5 (edu)