You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: show save button in VRL snippet form
Hide the snippet list when the creation form is open so the
Cancel/Create buttons aren't clipped by the container overflow.
* feat: embed dev-SHA version in agent Docker image
Use dev-<sha> version string in Docker agent builds to match the
binary release format, enabling proper version detection in the
fleet UI. The image still uses a single rolling 'dev' tag.
* fix: clamp reduction percentage to zero minimum
When sinks retry failed events, eventsOut can exceed eventsIn,
producing negative reduction values like -201%. Clamp to 0%.
* fix: navigate to list page when switching environment on detail view
When changing environment while viewing a pipeline editor or fleet
detail page, redirect to the parent list page to avoid showing
stale data from a different environment.
* fix: remove height constraint when snippet form is open
Apply max-h-64 and overflow-hidden only when browsing snippets.
When the form is open, remove constraints so buttons are visible.
0 commit comments