1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/core/CHANGELOG.md
Sebastian Malton 79e4eaa394 Release 6.5.0
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-26 14:00:45 -04:00

52 KiB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

6.5.0 (2023-05-26)

6.5.0-alpha.16 (2023-05-25)

Bug Fixes

  • Handle log responses as text (#7776) (90c449c)
  • Make application size not blow up by consolidating dependencies in core package to peerDependencies (738985c)

6.5.0-alpha.15 (2023-05-23)

6.5.0-alpha.14 (2023-05-23)

Bug Fixes

  • Use correct path for node-shell shell PTY (99e6b77)

Reverts

  • Revert "chore: Extract sidebar item injection token into separate package" (8f4aa49)
  • Revert "chore: Rename sidebar item injectable files" (cb0e876)
  • Revert "chore: Convert sidebarItemInjectionToken to use InjectWithMetadata instead of duplicating the IDs" (93bc41f)
  • Revert "chore: Fixup tests snapshots to match new testid behaviour" (9276df0)
  • Revert "chore: Fix lint" (d90bdf6)
  • Revert "chore: Fix more lint" (813705f)
  • Revert "chore: Fix IDs for some sidebar items" (753c8bf)
  • Revert "chore: Improve title formatting for Horizontal/Vertical Pod Autoscalers" (d4c12be)
  • Revert "fix: Fix formatting of custom resource sidebar items" (5608a19)
  • Revert "chore: Fix integration tests failing due to helm testid's changing" (96b7ecb)
  • Revert "chore: Fix tests after rebase" (1b43de5)
  • Revert "fix: Custom Resource Definitions should be the first entry in the side bar" (1099e65)
  • Revert "fix: Custom Resource Definitions sidebar item should navigate to the correct route" (7d46cb8)
  • Revert "chore: Cleanup custom resource route definition" (40f1180)
  • Revert "chore: Factor out NavigateToCustomResources type" (d3cf708)
  • Revert "chore: Move around Custom Resource and Custom Resource Definition files to simplify names" (5f4cdbc)

6.5.0-alpha.13 (2023-05-16)

Bug Fixes

  • Switch to using IAsyncComputed to resolve bad setState error within ClusterOverview from react (4f8e470)

6.5.0-alpha.12 (2023-05-16)

Bug Fixes

  • Don't crash when hovering hotbar menu index (9d51ef2)

6.5.0-alpha.11 (2023-05-11)

Bug Fixes

  • Add test as repro, and fix bug about kube API details not opening (bb400ae)
  • Bring back search filters for pods which were accidentally removed previously (9c7be39)
  • Do not crash when opening details of a helm release (40af0d3)
  • Kludge cluster settings not opening when extension introduces new settings without ID when title contains spaces (e8491ca)

6.5.0-alpha.10 (2023-05-09)

6.5.0-alpha.9 (2023-05-04)

Bug Fixes

  • Add checks to KubeObject constructor to ensure shape (bf6af58)
  • add routingFeature to getDiForUnitTesting (b33a8b4)
  • change class name behaviour to limit snapshot diffs (bfb2b8e)
  • core: hide update button if downloading of an update fails (f697742)
  • Fix selfLink being missing from requestKubeResource (b90e04e)
  • lint:fix (76c11aa)
  • observableHistoryInjectionToken and 1 revert for GlobalOverride (8c0220c)
  • Only show Update Channel preferences when applicable (43cedae)
  • Remove incorrect timeout on standard info notifications (bcf95a6)
  • removed as-legacy-globals-for-extension-api (f1f2634)
  • removed dependencies: [reactApplicationFeature], (0dae159)

Features

  • Add deleting subNamespaces to contextMenu (89cf491)
  • Add removing subNamespaces to Namespace route (aa95002)
  • Adjust container status colors to be distinguable with red/green filter (#7621) (3532fc1)
  • Compute the kubectl download version map at build time (0bd7b1f)
  • Improve formatting error messages from apiKube (3439472)
  • Introduce API for changing the status bar colour (06a0dce)
  • Introduce injectables to remove subNamespaces (c557225)
  • Never auto-close error notifications (561d8db)

6.5.0-alpha.6 (2023-04-12)

6.5.0-alpha.5 (2023-04-12)

6.5.0-alpha.4 (2023-04-12)

Bug Fixes

  • Fix tests by recreating non-specific injection token (c0ebe60)
  • Referencing apiManager should not throw (#7468) (351f9d4)
  • remove platform specific injectable file names (9b0318b)

Features

  • Allow built versions to specify an environment (#7495) (128b05d)

Reverts

  • Revert "Renderer file logging through IPC" (#7393) (5409324), closes #7393

6.5.0-alpha.3 (2023-03-15)

6.5.0-alpha.2 (2023-03-14)

6.5.0-alpha.1 (2023-03-14)

Reverts

6.4.0-beta.13 (2023-02-03)

6.4.0-beta.12 (2023-02-01)

6.4.0-beta.11 (2023-02-01)

6.4.0-beta.10 (2023-01-27)

6.4.0-beta.9 (2023-01-27)

6.4.0-beta.8 (2023-01-27)

6.4.0-beta.7 (2023-01-27)

6.4.0-beta.6 (2023-01-26)

6.4.0-beta.5 (2023-01-26)

6.4.0-beta.4 (2023-01-26)

6.4.0-beta.3 (2023-01-26)

6.5.0-alpha.16 (2023-05-25)

Bug Fixes

  • Handle log responses as text (#7776) (90c449c)
  • Make application size not blow up by consolidating dependencies in core package to peerDependencies (738985c)

6.5.0-alpha.15 (2023-05-23)

6.5.0-alpha.14 (2023-05-23)

Bug Fixes

  • Use correct path for node-shell shell PTY (99e6b77)

Reverts

  • Revert "chore: Extract sidebar item injection token into separate package" (8f4aa49)
  • Revert "chore: Rename sidebar item injectable files" (cb0e876)
  • Revert "chore: Convert sidebarItemInjectionToken to use InjectWithMetadata instead of duplicating the IDs" (93bc41f)
  • Revert "chore: Fixup tests snapshots to match new testid behaviour" (9276df0)
  • Revert "chore: Fix lint" (d90bdf6)
  • Revert "chore: Fix more lint" (813705f)
  • Revert "chore: Fix IDs for some sidebar items" (753c8bf)
  • Revert "chore: Improve title formatting for Horizontal/Vertical Pod Autoscalers" (d4c12be)
  • Revert "fix: Fix formatting of custom resource sidebar items" (5608a19)
  • Revert "chore: Fix integration tests failing due to helm testid's changing" (96b7ecb)
  • Revert "chore: Fix tests after rebase" (1b43de5)
  • Revert "fix: Custom Resource Definitions should be the first entry in the side bar" (1099e65)
  • Revert "fix: Custom Resource Definitions sidebar item should navigate to the correct route" (7d46cb8)
  • Revert "chore: Cleanup custom resource route definition" (40f1180)
  • Revert "chore: Factor out NavigateToCustomResources type" (d3cf708)
  • Revert "chore: Move around Custom Resource and Custom Resource Definition files to simplify names" (5f4cdbc)

6.5.0-alpha.13 (2023-05-16)

Bug Fixes

  • Switch to using IAsyncComputed to resolve bad setState error within ClusterOverview from react (4f8e470)

6.5.0-alpha.12 (2023-05-16)

Bug Fixes

  • Don't crash when hovering hotbar menu index (9d51ef2)

6.5.0-alpha.11 (2023-05-11)

Bug Fixes

  • Add test as repro, and fix bug about kube API details not opening (bb400ae)
  • Bring back search filters for pods which were accidentally removed previously (9c7be39)
  • Do not crash when opening details of a helm release (40af0d3)
  • Kludge cluster settings not opening when extension introduces new settings without ID when title contains spaces (e8491ca)

6.5.0-alpha.10 (2023-05-09)

6.5.0-alpha.9 (2023-05-04)

Bug Fixes

  • Add checks to KubeObject constructor to ensure shape (bf6af58)
  • add routingFeature to getDiForUnitTesting (b33a8b4)
  • change class name behaviour to limit snapshot diffs (bfb2b8e)
  • core: hide update button if downloading of an update fails (f697742)
  • Fix selfLink being missing from requestKubeResource (b90e04e)
  • lint:fix (76c11aa)
  • observableHistoryInjectionToken and 1 revert for GlobalOverride (8c0220c)
  • Only show Update Channel preferences when applicable (43cedae)
  • Remove incorrect timeout on standard info notifications (bcf95a6)
  • removed as-legacy-globals-for-extension-api (f1f2634)
  • removed dependencies: [reactApplicationFeature], (0dae159)

Features

  • Add deleting subNamespaces to contextMenu (89cf491)
  • Add removing subNamespaces to Namespace route (aa95002)
  • Adjust container status colors to be distinguable with red/green filter (#7621) (3532fc1)
  • Compute the kubectl download version map at build time (0bd7b1f)
  • Improve formatting error messages from apiKube (3439472)
  • Introduce API for changing the status bar colour (06a0dce)
  • Introduce injectables to remove subNamespaces (c557225)
  • Never auto-close error notifications (561d8db)

6.5.0-alpha.6 (2023-04-12)

6.5.0-alpha.5 (2023-04-12)

6.5.0-alpha.4 (2023-04-12)

Bug Fixes

  • Fix tests by recreating non-specific injection token (c0ebe60)
  • Referencing apiManager should not throw (#7468) (351f9d4)
  • remove platform specific injectable file names (9b0318b)

Features

  • Allow built versions to specify an environment (#7495) (128b05d)

Reverts

  • Revert "Renderer file logging through IPC" (#7393) (5409324), closes #7393

6.5.0-alpha.3 (2023-03-15)

6.5.0-alpha.2 (2023-03-14)

6.5.0-alpha.1 (2023-03-14)

Reverts

6.4.0-beta.13 (2023-02-03)

6.4.0-beta.12 (2023-02-01)

6.4.0-beta.11 (2023-02-01)

6.4.0-beta.10 (2023-01-27)

6.4.0-beta.9 (2023-01-27)

6.4.0-beta.8 (2023-01-27)

6.4.0-beta.7 (2023-01-27)

6.4.0-beta.6 (2023-01-26)

6.4.0-beta.5 (2023-01-26)

6.4.0-beta.4 (2023-01-26)

6.4.0-beta.3 (2023-01-26)

6.5.0-alpha.15 (2023-05-23)

6.5.0-alpha.14 (2023-05-23)

Bug Fixes

  • Use correct path for node-shell shell PTY (99e6b77)

Reverts

  • Revert "chore: Extract sidebar item injection token into separate package" (8f4aa49)
  • Revert "chore: Rename sidebar item injectable files" (cb0e876)
  • Revert "chore: Convert sidebarItemInjectionToken to use InjectWithMetadata instead of duplicating the IDs" (93bc41f)
  • Revert "chore: Fixup tests snapshots to match new testid behaviour" (9276df0)
  • Revert "chore: Fix lint" (d90bdf6)
  • Revert "chore: Fix more lint" (813705f)
  • Revert "chore: Fix IDs for some sidebar items" (753c8bf)
  • Revert "chore: Improve title formatting for Horizontal/Vertical Pod Autoscalers" (d4c12be)
  • Revert "fix: Fix formatting of custom resource sidebar items" (5608a19)
  • Revert "chore: Fix integration tests failing due to helm testid's changing" (96b7ecb)
  • Revert "chore: Fix tests after rebase" (1b43de5)
  • Revert "fix: Custom Resource Definitions should be the first entry in the side bar" (1099e65)
  • Revert "fix: Custom Resource Definitions sidebar item should navigate to the correct route" (7d46cb8)
  • Revert "chore: Cleanup custom resource route definition" (40f1180)
  • Revert "chore: Factor out NavigateToCustomResources type" (d3cf708)
  • Revert "chore: Move around Custom Resource and Custom Resource Definition files to simplify names" (5f4cdbc)

6.5.0-alpha.13 (2023-05-16)

Bug Fixes

  • Switch to using IAsyncComputed to resolve bad setState error within ClusterOverview from react (4f8e470)

6.5.0-alpha.12 (2023-05-16)

Bug Fixes

  • Don't crash when hovering hotbar menu index (9d51ef2)

6.5.0-alpha.11 (2023-05-11)

Bug Fixes

  • Add test as repro, and fix bug about kube API details not opening (bb400ae)
  • Bring back search filters for pods which were accidentally removed previously (9c7be39)
  • Do not crash when opening details of a helm release (40af0d3)
  • Kludge cluster settings not opening when extension introduces new settings without ID when title contains spaces (e8491ca)

6.5.0-alpha.10 (2023-05-09)

6.5.0-alpha.9 (2023-05-04)

Bug Fixes

  • Add checks to KubeObject constructor to ensure shape (bf6af58)
  • add routingFeature to getDiForUnitTesting (b33a8b4)
  • change class name behaviour to limit snapshot diffs (bfb2b8e)
  • core: hide update button if downloading of an update fails (f697742)
  • Fix selfLink being missing from requestKubeResource (b90e04e)
  • lint:fix (76c11aa)
  • observableHistoryInjectionToken and 1 revert for GlobalOverride (8c0220c)
  • Only show Update Channel preferences when applicable (43cedae)
  • Remove incorrect timeout on standard info notifications (bcf95a6)
  • removed as-legacy-globals-for-extension-api (f1f2634)
  • removed dependencies: [reactApplicationFeature], (0dae159)

Features

  • Add deleting subNamespaces to contextMenu (89cf491)
  • Add removing subNamespaces to Namespace route (aa95002)
  • Adjust container status colors to be distinguable with red/green filter (#7621) (3532fc1)
  • Compute the kubectl download version map at build time (0bd7b1f)
  • Improve formatting error messages from apiKube (3439472)
  • Introduce API for changing the status bar colour (06a0dce)
  • Introduce injectables to remove subNamespaces (c557225)
  • Never auto-close error notifications (561d8db)

6.5.0-alpha.6 (2023-04-12)

6.5.0-alpha.5 (2023-04-12)

6.5.0-alpha.4 (2023-04-12)

Bug Fixes

  • Fix tests by recreating non-specific injection token (c0ebe60)
  • Referencing apiManager should not throw (#7468) (351f9d4)
  • remove platform specific injectable file names (9b0318b)

Features

  • Allow built versions to specify an environment (#7495) (128b05d)

Reverts

  • Revert "Renderer file logging through IPC" (#7393) (5409324), closes #7393

6.5.0-alpha.3 (2023-03-15)

6.5.0-alpha.2 (2023-03-14)

6.5.0-alpha.1 (2023-03-14)

Reverts

6.4.0-beta.13 (2023-02-03)

6.4.0-beta.12 (2023-02-01)

6.4.0-beta.11 (2023-02-01)

6.4.0-beta.10 (2023-01-27)

6.4.0-beta.9 (2023-01-27)

6.4.0-beta.8 (2023-01-27)

6.4.0-beta.7 (2023-01-27)

6.4.0-beta.6 (2023-01-26)

6.4.0-beta.5 (2023-01-26)

6.4.0-beta.4 (2023-01-26)

6.4.0-beta.3 (2023-01-26)

6.5.0-alpha.13 (2023-05-16)

Bug Fixes

  • Switch to using IAsyncComputed to resolve bad setState error within ClusterOverview from react (4f8e470)

6.5.0-alpha.12 (2023-05-16)

Bug Fixes

  • Don't crash when hovering hotbar menu index (9d51ef2)

6.5.0-alpha.11 (2023-05-11)

Bug Fixes

  • Add test as repro, and fix bug about kube API details not opening (bb400ae)
  • Bring back search filters for pods which were accidentally removed previously (9c7be39)
  • Do not crash when opening details of a helm release (40af0d3)
  • Kludge cluster settings not opening when extension introduces new settings without ID when title contains spaces (e8491ca)

6.5.0-alpha.10 (2023-05-09)

6.5.0-alpha.9 (2023-05-04)

Bug Fixes

  • Add checks to KubeObject constructor to ensure shape (bf6af58)
  • add routingFeature to getDiForUnitTesting (b33a8b4)
  • change class name behaviour to limit snapshot diffs (bfb2b8e)
  • core: hide update button if downloading of an update fails (f697742)
  • Fix selfLink being missing from requestKubeResource (b90e04e)
  • lint:fix (76c11aa)
  • observableHistoryInjectionToken and 1 revert for GlobalOverride (8c0220c)
  • Only show Update Channel preferences when applicable (43cedae)
  • Remove incorrect timeout on standard info notifications (bcf95a6)
  • removed as-legacy-globals-for-extension-api (f1f2634)
  • removed dependencies: [reactApplicationFeature], (0dae159)

Features

  • Add deleting subNamespaces to contextMenu (89cf491)
  • Add removing subNamespaces to Namespace route (aa95002)
  • Adjust container status colors to be distinguable with red/green filter (#7621) (3532fc1)
  • Compute the kubectl download version map at build time (0bd7b1f)
  • Improve formatting error messages from apiKube (3439472)
  • Introduce API for changing the status bar colour (06a0dce)
  • Introduce injectables to remove subNamespaces (c557225)
  • Never auto-close error notifications (561d8db)

6.5.0-alpha.6 (2023-04-12)

6.5.0-alpha.5 (2023-04-12)

6.5.0-alpha.4 (2023-04-12)

Bug Fixes

  • Fix tests by recreating non-specific injection token (c0ebe60)
  • Referencing apiManager should not throw (#7468) (351f9d4)
  • remove platform specific injectable file names (9b0318b)

Features

  • Allow built versions to specify an environment (#7495) (128b05d)

Reverts

  • Revert "Renderer file logging through IPC" (#7393) (5409324), closes #7393

6.5.0-alpha.3 (2023-03-15)

6.5.0-alpha.2 (2023-03-14)

6.5.0-alpha.1 (2023-03-14)

Reverts

6.4.0-beta.13 (2023-02-03)

6.4.0-beta.12 (2023-02-01)

6.4.0-beta.11 (2023-02-01)

6.4.0-beta.10 (2023-01-27)

6.4.0-beta.9 (2023-01-27)

6.4.0-beta.8 (2023-01-27)

6.4.0-beta.7 (2023-01-27)

6.4.0-beta.6 (2023-01-26)

6.4.0-beta.5 (2023-01-26)

6.4.0-beta.4 (2023-01-26)

6.4.0-beta.3 (2023-01-26)

6.5.0-alpha.12 (2023-05-16)

Bug Fixes

  • Don't crash when hovering hotbar menu index (9d51ef2)

6.5.0-alpha.11 (2023-05-11)

Bug Fixes

  • Add test as repro, and fix bug about kube API details not opening (bb400ae)
  • Bring back search filters for pods which were accidentally removed previously (9c7be39)
  • Do not crash when opening details of a helm release (40af0d3)
  • Kludge cluster settings not opening when extension introduces new settings without ID when title contains spaces (e8491ca)

6.5.0-alpha.10 (2023-05-09)

6.5.0-alpha.9 (2023-05-04)

Bug Fixes

  • Add checks to KubeObject constructor to ensure shape (bf6af58)
  • add routingFeature to getDiForUnitTesting (b33a8b4)
  • change class name behaviour to limit snapshot diffs (bfb2b8e)
  • core: hide update button if downloading of an update fails (f697742)
  • Fix selfLink being missing from requestKubeResource (b90e04e)
  • lint:fix (76c11aa)
  • observableHistoryInjectionToken and 1 revert for GlobalOverride (8c0220c)
  • Only show Update Channel preferences when applicable (43cedae)
  • Remove incorrect timeout on standard info notifications (bcf95a6)
  • removed as-legacy-globals-for-extension-api (f1f2634)
  • removed dependencies: [reactApplicationFeature], (0dae159)

Features

  • Add deleting subNamespaces to contextMenu (89cf491)
  • Add removing subNamespaces to Namespace route (aa95002)
  • Adjust container status colors to be distinguable with red/green filter (#7621) (3532fc1)
  • Compute the kubectl download version map at build time (0bd7b1f)
  • Improve formatting error messages from apiKube (3439472)
  • Introduce API for changing the status bar colour (06a0dce)
  • Introduce injectables to remove subNamespaces (c557225)
  • Never auto-close error notifications (561d8db)

6.5.0-alpha.6 (2023-04-12)

6.5.0-alpha.5 (2023-04-12)

6.5.0-alpha.4 (2023-04-12)

Bug Fixes

  • Fix tests by recreating non-specific injection token (c0ebe60)
  • Referencing apiManager should not throw (#7468) (351f9d4)
  • remove platform specific injectable file names (9b0318b)

Features

  • Allow built versions to specify an environment (#7495) (128b05d)

Reverts

  • Revert "Renderer file logging through IPC" (#7393) (5409324), closes #7393

6.5.0-alpha.3 (2023-03-15)

6.5.0-alpha.2 (2023-03-14)

6.5.0-alpha.1 (2023-03-14)

Reverts

6.4.0-beta.13 (2023-02-03)

6.4.0-beta.12 (2023-02-01)

6.4.0-beta.11 (2023-02-01)

6.4.0-beta.10 (2023-01-27)

6.4.0-beta.9 (2023-01-27)

6.4.0-beta.8 (2023-01-27)

6.4.0-beta.7 (2023-01-27)

6.4.0-beta.6 (2023-01-26)

6.4.0-beta.5 (2023-01-26)

6.4.0-beta.4 (2023-01-26)

6.4.0-beta.3 (2023-01-26)

6.5.0-alpha.11 (2023-05-11)

Bug Fixes

  • Add test as repro, and fix bug about kube API details not opening (bb400ae)
  • Bring back search filters for pods which were accidentally removed previously (9c7be39)
  • Do not crash when opening details of a helm release (40af0d3)
  • Kludge cluster settings not opening when extension introduces new settings without ID when title contains spaces (e8491ca)

6.5.0-alpha.10 (2023-05-09)

6.5.0-alpha.9 (2023-05-04)

Bug Fixes

  • Add checks to KubeObject constructor to ensure shape (bf6af58)
  • add routingFeature to getDiForUnitTesting (b33a8b4)
  • change class name behaviour to limit snapshot diffs (bfb2b8e)
  • core: hide update button if downloading of an update fails (f697742)
  • Fix selfLink being missing from requestKubeResource (b90e04e)
  • lint:fix (76c11aa)
  • observableHistoryInjectionToken and 1 revert for GlobalOverride (8c0220c)
  • Only show Update Channel preferences when applicable (43cedae)
  • Remove incorrect timeout on standard info notifications (bcf95a6)
  • removed as-legacy-globals-for-extension-api (f1f2634)
  • removed dependencies: [reactApplicationFeature], (0dae159)

Features

  • Add deleting subNamespaces to contextMenu (89cf491)
  • Add removing subNamespaces to Namespace route (aa95002)
  • Adjust container status colors to be distinguable with red/green filter (#7621) (3532fc1)
  • Compute the kubectl download version map at build time (0bd7b1f)
  • Improve formatting error messages from apiKube (3439472)
  • Introduce API for changing the status bar colour (06a0dce)
  • Introduce injectables to remove subNamespaces (c557225)
  • Never auto-close error notifications (561d8db)

6.5.0-alpha.6 (2023-04-12)

6.5.0-alpha.5 (2023-04-12)

6.5.0-alpha.4 (2023-04-12)

Bug Fixes

  • Fix tests by recreating non-specific injection token (c0ebe60)
  • Referencing apiManager should not throw (#7468) (351f9d4)
  • remove platform specific injectable file names (9b0318b)

Features

  • Allow built versions to specify an environment (#7495) (128b05d)

Reverts

  • Revert "Renderer file logging through IPC" (#7393) (5409324), closes #7393

6.5.0-alpha.3 (2023-03-15)

6.5.0-alpha.2 (2023-03-14)

6.5.0-alpha.1 (2023-03-14)

Reverts

6.4.0-beta.13 (2023-02-03)

6.4.0-beta.12 (2023-02-01)

6.4.0-beta.11 (2023-02-01)

6.4.0-beta.10 (2023-01-27)

6.4.0-beta.9 (2023-01-27)

6.4.0-beta.8 (2023-01-27)

6.4.0-beta.7 (2023-01-27)

6.4.0-beta.6 (2023-01-26)

6.4.0-beta.5 (2023-01-26)

6.4.0-beta.4 (2023-01-26)

6.4.0-beta.3 (2023-01-26)

6.5.0-alpha.10 (2023-05-09)

6.5.0-alpha.9 (2023-05-04)

Bug Fixes

  • Add checks to KubeObject constructor to ensure shape (bf6af58)
  • add routingFeature to getDiForUnitTesting (b33a8b4)
  • change class name behaviour to limit snapshot diffs (bfb2b8e)
  • core: hide update button if downloading of an update fails (f697742)
  • Fix selfLink being missing from requestKubeResource (b90e04e)
  • lint:fix (76c11aa)
  • observableHistoryInjectionToken and 1 revert for GlobalOverride (8c0220c)
  • Only show Update Channel preferences when applicable (43cedae)
  • Remove incorrect timeout on standard info notifications (bcf95a6)
  • removed as-legacy-globals-for-extension-api (f1f2634)
  • removed dependencies: [reactApplicationFeature], (0dae159)

Features

  • Add deleting subNamespaces to contextMenu (89cf491)
  • Add removing subNamespaces to Namespace route (aa95002)
  • Adjust container status colors to be distinguable with red/green filter (#7621) (3532fc1)
  • Compute the kubectl download version map at build time (0bd7b1f)
  • Improve formatting error messages from apiKube (3439472)
  • Introduce API for changing the status bar colour (06a0dce)
  • Introduce injectables to remove subNamespaces (c557225)
  • Never auto-close error notifications (561d8db)

6.5.0-alpha.6 (2023-04-12)

6.5.0-alpha.5 (2023-04-12)

6.5.0-alpha.4 (2023-04-12)

Bug Fixes

  • Fix tests by recreating non-specific injection token (c0ebe60)
  • Referencing apiManager should not throw (#7468) (351f9d4)
  • remove platform specific injectable file names (9b0318b)

Features

  • Allow built versions to specify an environment (#7495) (128b05d)

Reverts

  • Revert "Renderer file logging through IPC" (#7393) (5409324), closes #7393

6.5.0-alpha.3 (2023-03-15)

6.5.0-alpha.2 (2023-03-14)

6.5.0-alpha.1 (2023-03-14)

Reverts

6.4.0-beta.13 (2023-02-03)

6.4.0-beta.12 (2023-02-01)

6.4.0-beta.11 (2023-02-01)

6.4.0-beta.10 (2023-01-27)

6.4.0-beta.9 (2023-01-27)

6.4.0-beta.8 (2023-01-27)

6.4.0-beta.7 (2023-01-27)

6.4.0-beta.6 (2023-01-26)

6.4.0-beta.5 (2023-01-26)

6.4.0-beta.4 (2023-01-26)

6.4.0-beta.3 (2023-01-26)

6.5.0-alpha.9 (2023-05-04)

Bug Fixes

  • Add checks to KubeObject constructor to ensure shape (bf6af58)
  • add routingFeature to getDiForUnitTesting (b33a8b4)
  • change class name behaviour to limit snapshot diffs (bfb2b8e)
  • core: hide update button if downloading of an update fails (f697742)
  • Fix selfLink being missing from requestKubeResource (b90e04e)
  • lint:fix (76c11aa)
  • observableHistoryInjectionToken and 1 revert for GlobalOverride (8c0220c)
  • Only show Update Channel preferences when applicable (43cedae)
  • Remove incorrect timeout on standard info notifications (bcf95a6)
  • removed as-legacy-globals-for-extension-api (f1f2634)
  • removed dependencies: [reactApplicationFeature], (0dae159)

Features

  • Add deleting subNamespaces to contextMenu (89cf491)
  • Add removing subNamespaces to Namespace route (aa95002)
  • Adjust container status colors to be distinguable with red/green filter (#7621) (3532fc1)
  • Compute the kubectl download version map at build time (0bd7b1f)
  • Improve formatting error messages from apiKube (3439472)
  • Introduce API for changing the status bar colour (06a0dce)
  • Introduce injectables to remove subNamespaces (c557225)
  • Never auto-close error notifications (561d8db)

6.5.0-alpha.6 (2023-04-12)

6.5.0-alpha.5 (2023-04-12)

6.5.0-alpha.4 (2023-04-12)

Bug Fixes

  • Fix tests by recreating non-specific injection token (c0ebe60)
  • Referencing apiManager should not throw (#7468) (351f9d4)
  • remove platform specific injectable file names (9b0318b)

Features

  • Allow built versions to specify an environment (#7495) (128b05d)

Reverts

  • Revert "Renderer file logging through IPC" (#7393) (5409324), closes #7393

6.5.0-alpha.3 (2023-03-15)

6.5.0-alpha.2 (2023-03-14)

6.5.0-alpha.1 (2023-03-14)

Reverts

6.4.0-beta.13 (2023-02-03)

6.4.0-beta.12 (2023-02-01)

6.4.0-beta.11 (2023-02-01)

6.4.0-beta.10 (2023-01-27)

6.4.0-beta.9 (2023-01-27)

6.4.0-beta.8 (2023-01-27)

6.4.0-beta.7 (2023-01-27)

6.4.0-beta.6 (2023-01-26)

6.4.0-beta.5 (2023-01-26)

6.4.0-beta.4 (2023-01-26)

6.4.0-beta.3 (2023-01-26)