Release v0.37.0 #677
gianlucam76
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🚀 Features:
InstantiatedResourceNameFormat
setting. This approach guarantees a predictable name for each generated resource.🐛 Bug Fixes
Warning
This release introduces a non backward compatible change with respect to how event-manager handles referenced resources (specifically
EventTrigger.Spec.PolicyRefs
) with the annotationprojectsveltos.io/template
.Previous Behavior:
projectsveltos.io/template
were treated as templates. The event-manager would automatically instantiate these templates using event data during runtime.New Behavior:
projectsveltos.io/instantiate
, is introduced to distinguish between policies that require event-manager instantiation and those handled by the addon-controller during ClusterProfile deployment.Guidelines for Resource Annotation:
projectsveltos.io/instantiate
.projectsveltos.io/template
.Upgrade Considerations:
Before upgrading, you need to update any resources previously annotated with
projectsveltos.io/template
that require event-manager instantiation. These resources should now have the annotationprojectsveltos.io/instantiate
added.Beta Was this translation helpful? Give feedback.
All reactions