v1.17.9
Dependency Bumps
- solo-io/solo-kit has been upgraded to v0.35.4.
Fixes
- Adds a new field
watchNamespaceSelectors
to the settings CR. This allows users to specify namespaces to watch based on label selectors. ThewatchNamespaces
field will override this if specified. (#9274) - Adds a new helm value
settings.watchNamespaceSelectors
. This allows users to specify namespaces to watch based on label selectors that can be specified viasettings.watchNamespaceSelectors.matchLabels
for an exact label match andsettings.watchNamespaceSelectors.matchExpressions
for more generic requirements. Thesettings.watchNamespaces
field will override this if specified. (#9274)