Unity CLI 1.0.0-beta.8 is rolling out

Had an odd one

So

unity command build_status
Error: This Editor’s Unity Pipeline package is too old to parse command lines. Update it to 0.6.0-exp.1 or newer with unity pipeline upgrade.

So I ugpraded

unity pipeline upgrade
:magnifying_glass_tilted_left: Pipeline package upgrade starting…
:file_folder: Current directory is a Unity project: minesweeper
:white_check_mark: Unity project validated (version: 6000.7.0a5)
:magnifying_glass_tilted_left: Resolving latest version of com.unity.pipeline from the Unity registry…
:white_check_mark: Latest version: 0.6.0-exp.1
:up_arrow: Upgrading com.unity.pipeline: 0.5.0-exp.1 → 0.6.0-exp.1
:white_check_mark: Updated “com.unity.pipeline” to “0.6.0-exp.1” in Packages/manifest.json
:tada: Upgrade complete!
:light_bulb: Unity Editor will resolve the package when the project is opened

great.

except

in the editor
Library\PackageCache\com.unity.pipeline@9bb4172c603c\Editor\EditorDialogStateMirror.cs(27,38): error CS0246: The type or namespace name ‘DialogEventInfo’ could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.pipeline@9bb4172c603c\Editor\EditorDialogStateMirror.cs(42,39): error CS0246: The type or namespace name ‘DialogEventInfo’ could not be found (are you missing a using directive or an assembly reference?)

(reported IN-152905)