Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v6.4.7
    e7b6ea15 · Release 6.4.7 (#7373) ·
    1) Fix typo in name of environment (#7318)
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi> (jansav)
    (SHA: a29e45875f245b5c53dbec87db407f2c633fa0cc)
    
    2) Update link in README (#7314)
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi> (jansav)
    (SHA: 443620a6a4f7a66c222fe327daac6a79bb1f333a)
    
    3) Bump mini-css-extract-plugin from 2.7.2 to 2.7.3 (#7313)
    
    Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.7.2 to 2.7.3.
    - [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
    - [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.7.2...v2.7.3)
    
    ---
    updated-dependencies:
    - dependency-name: mini-css-extract-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (dependabot[bot])
    (SHA: 48ce558420d2f80e9b0a47c8b7c320b52cebfd55)
    
    4) Copy detected metadata from cluster to catalog cluster (#7316)
    
    * Copy detected metadata from cluster to catalog cluster
    
    Signed-off-by: Juho Heikka <juho.heikka@gmail.com>
    
    * Remove duplicate copyright comment
    
    Signed-off-by: Juho Heikka <juho.heikka@gmail.com>
    
    * Lint fixes
    
    Signed-off-by: Juho Heikka <juho.heikka@gmail.com>
    
    * Typescript fix
    
    Signed-off-by: Juho Heikka <juho.heikka@gmail.com>
    
    ---------
    
    Signed-off-by: Juho Heikka <juho.heikka@gmail.com> (jweak)
    (SHA: d5a124bd7925d8288f9db09150819cafc4b72be7)
    
    5) Exporting ResourceMetrics and PodCharts to extension API (#7326)
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> (aleksfront)
    (SHA: e6d6d1d8f7cbf8a5be998d7ee93f68daf5c7d781)
    
    6) Cleanup 'Cluster' to remove environment specific details (#6951)
    
    - requestNamespaceListPermissions is infallable so no need to have the extra try/catch
    
    - Refactor isMetricHidden method away from Cluster
    
    - Refactor shouldShowResource out of Cluster
    
    - Refactor isInLocalKubeconfig out of Cluster
    
    - Remove depecrated and unused workspace from Cluster
    
    - Refactor out kubectl as a dependency of Cluster
    
    - Remove from cluster getter used only once
    
    - Split out ClusterConnection from Cluster
    
    - Also split out KubeAuthProxyServer from ContextHandler
    
    - Rename ContextHandler to PrometheusHandler
    
    - Cleanup onNetworkOffline/Online impls within ClusterManager
    
    - Remove annotations from ClusterConnection
    
    - Remove mobx annotations from Cluster
    
    - Rename loadConfigFromFileInjectable
    
    - Remove all uses of dead createClusterInjectionToken
    
    - Fix type errors related to broadcastConnectionUpdate
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name> (Nokel81)
    (SHA: ad9bafe2a5aea5cf9944492d46d2cecf87b310bf)
    
    7) Convert runMany and runManySync to use injectManyWithMeta + move to seperate package (#7244)
    
    * Convert runMany and runManySync to use injectManyWithMeta
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fixup type errors due to new Runnable requirements
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Add documentation for verifyRunnablesAreDAG
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Simplify convertToWithIdWith
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Move all utility functions to separate package
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Move testing utilities to separate package
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Move run-many and run-many-sync to separate package
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Replace all internal uses of utilities with new packages
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Use new @k8slens/run-many package in core
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Add dep to open-lens
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fixup type errors
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fixup uses of @k8slens/test-utils
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fixup getGlobalOverride
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Move tests to new package too
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fix type errors
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fixup uses of AsyncResult and autoBind
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fixup remaining import issues
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Finial fixups to fix build
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fix lint
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Revert moving "testUsingFakeTime" to separate package
    
    - This fixes tests
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fix integration tests
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fix unit test failing due to spelling fix
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    ---------
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name> (Nokel81)
    (SHA: 2789bcebcbc31a9bea483eaa69484a951a480647)
    
    8) Introduce eslint and prettier for features and start using it   (#7306)
    
    * Introduce package for sharing eslint and prettier configurations
    
    Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
    
    * Start using eslint and prettier in packages
    
    Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
    
    ---------
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi> (jansav)
    (SHA: 699fc0309ead6275dc359769ce845f131551d1f4)
    
    9) Fix update button being visible when download for update fails (#7336)
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi> (jansav)
    (SHA: a5928d09cda42f97dcc9a1b876c13f9512b04b93)
    
    10) Better displaying container's info for Pods (#7331)
    
    * Better displaying container's info for Pods and all tooltips with `formatters={{tableView: true}}`
    
    Signed-off-by: Roman <ixrock@gmail.com>
    
    * fix: keep containerID on a single line
    
    Signed-off-by: Roman <ixrock@gmail.com>
    
    * nope, i can :P (make it perfect)
    
    Signed-off-by: Roman <ixrock@gmail.com>
    
    ---------
    
    Signed-off-by: Roman <ixrock@gmail.com> (ixrock)
    (SHA: 34aed58ff0818c7db994d7f5c977807196702bd5)
    
    11) Bump webpack from 5.75.0 to 5.76.0 (#7325)
    
    Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (dependabot[bot])
    (SHA: 0095c0a4e762dbd0e0e494d88eb9ab20011c61e8)
    
    12) Bump rimraf from 4.3.1 to 4.4.0 (#7324)
    
    Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (dependabot[bot])
    (SHA: 74f679eb42205131b37cc28093f123618d564b99)
    
    13) Update repository in statefulset template from k8s.gcr.io to registry.k8s (#7338)
    
    Signed-off-by: EnriqueTejeda <quique.tejeda.68@gmail.com> (EnriqueTejeda)
    (SHA: b99b06980ec87f3234cba4fda31c917bda1914f5)
    
    14) Change typing for after/before window/application start (#7342)
    
    - Now the callback is provided with an object containing either
      `mainDi` or `windowDi` fields. This should help with confusion
      over which environment the `di` is for
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name> (Nokel81)
    (SHA: a63f737adbf010bb62333fadb08ba19423c0efb9)
    
    15) Keep up-to-date resource in the details view (Drawer) (#7224)
    
    * alternative to https://github.com/lensapp/lens/pull/7187
    
    Signed-off-by: Roman <ixrock@gmail.com>
    
    * update snapshots with `jest src -u` from `packages/core`
    
    Signed-off-by: Roman <ixrock@gmail.com>
    
    * skipping some tests cause i have no idea how to fix those and what is wrong
    
    Signed-off-by: Roman <ixrock@gmail.com>
    
    * fix tests
    
    Signed-off-by: Roman <ixrock@gmail.com>
    
    ---------
    
    Signed-off-by: Roman <ixrock@gmail.com> (ixrock)
    (SHA: 79a4eb32a368508f63980e5c4abdf3d4a67f1f79)
    
    16) Fix cluster view broken scrolling (#7349)
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> (aleksfront)
    (SHA: 0ee81ce636b59601e71bb40c431fd650039f3e80)
    
    17) Fine-tune light theme hotbar colors (#7351)
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> (aleksfront)
    (SHA: 85268bf12bae21b777f8a78673825ee151a76fbd)
    
    18) Fix cluster disconnect not working (#7352)
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name> (Nokel81)
    (SHA: 21352b3c6da4643348e1cdddb74255002b165788)
    
    19) Release 6.5.0-alpha.1 (#7345)
    
    * Release 6.5.0-alpha.1
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Switch to having lerna in independent mode
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fix package versions
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Update snapshot
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    ---------
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name> (Nokel81)
    (SHA: 3649070ca3fc3bbd1416e8852ffa4672e66abe07)
    
    20) Fix release process in light of changing to independent versioning (#7357)
    
    * Remove workflow
    
    - Not applicable anymore since each package has its own version
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fix daily-alpha to be based on core version
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * lerna.json no longer will be updated during releases
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Use the prerelease parts of @k8slens/core to determine dist tag
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    ---------
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name> (Nokel81)
    (SHA: e89ac54cd389e930cc2a0b3198c8ae2a5120367d)
    
    21) Release 6.5.0-alpha.2 (#7358)
    
    * Release 6.5.0-alpha.2
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Update package-lock
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    ---------
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name> (Nokel81)
    (SHA: 572d7ba237c2b0f49ee67692adcaf836116a50b2)
    
    22) Adding cluster settings icon menu items using injection token (#7341)
    
    * Take cluster settings menu icon items from computedInjectMany
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    * Fixing changed cluster preference typing: using tuple array
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    * Export data from cluster-settings-menu-injection-token
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    * Exporting ClusterPreferences to extensions
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    * Linter fixes
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    * Adding tests
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    * Remove legacy api token export
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    * Removing legacy exports part 2
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    * Cleaning up
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    ---------
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> (aleksfront)
    (SHA: 121a50ecf3947f8f563312681998b8102baf8fbe)
    
    23) Move activating cluster into injectable IPC (#7355)
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name> (Nokel81)
    (SHA: 497f63fde630098d6322842f835b52cc5d61f766)
    
    24) Move deactivating a cluster into injectable IPC (#7356)
    
    * Move activating cluster into injectable IPC
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Move deactivating a cluster into injectable IPC
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fix type error
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    ---------
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name> (Nokel81)
    (SHA: ae9a8c3c41535c49f1f91aa1ef7429541a901cdc)
    
    25) Fix bundled extensions not being loaded (#7359)
    
    * Fix bundled extensions not being loaded
    
    - Also show that this fixes it by added an example bundled
      extension to 'open-lens'
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fix build
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Add explanatory comment for inline require
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    ---------
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name> (Nokel81)
    (SHA: 2c3c88be0420439520d5bb9c9ec83162702dad9a)
    
    26) Release 6.5.0-alpha.3 (#7361)
    
    * Release 6.5.0-alpha.3
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Update lock-file
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    ---------
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name> (Nokel81)
    (SHA: 1a6b11525d7a732484d828eca92099e4e04361bf)
    
    27) Respect cluster avatars entity background color (#7365)
    
    * Add iconBackgroundColor cluster preference type
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    * Set custom backround for hotbar entities
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    * Remove unused code from Catalog
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    * Update entity background if preferences background changes
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    * Set avatar backgrounds from entity
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    * Clean up
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    * Clean up in hotbar entity icon
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    * Fix setting up entity background
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    * Use single icon prop
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    * Cleaning up hotbar entity icon
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    * Fixing test to ensure icon has data:image
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    * Add more test cases
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    ---------
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> (aleksfront)
    (SHA: 763816f71f6e0cf8788c25439799527363da6295)
    
    28) Fix findClosestVersionTagLessThanVersion in release tool (#7374)
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name> (Nokel81)
    (SHA: 8035f92dbdeee5659bc3b0fca36c2068d2b1f07f)
    
    29) Fix catalog & workloads table view (#7371)
    
    * Fix catalog list table view
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    * Wrap ingresses rules
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    * Reduce Badge sizing
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    * Do not text-overflow:ellipsis in Pod names
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    * Save a room to table head cells
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    * Update snapshots
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    ---------
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> (aleksfront)
    (SHA: d7b2202c1f9e72683174645a3d876a6f94f8697c)
    
  • v6.5.0-cron.1a6b115
  • v6.5.0-alpha.3
    1) Fix typo in name of environment (#7318)
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi> (jansav)
    (SHA: a29e45875f245b5c53dbec87db407f2c633fa0cc)
    
    2) Update link in README (#7314)
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi> (jansav)
    (SHA: 443620a6a4f7a66c222fe327daac6a79bb1f333a)
    
    3) Bump mini-css-extract-plugin from 2.7.2 to 2.7.3 (#7313)
    
    Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.7.2 to 2.7.3.
    - [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
    - [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.7.2...v2.7.3)
    
    ---
    updated-dependencies:
    - dependency-name: mini-css-extract-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (dependabot[bot])
    (SHA: 48ce558420d2f80e9b0a47c8b7c320b52cebfd55)
    
    4) Copy detected metadata from cluster to catalog cluster (#7316)
    
    * Copy detected metadata from cluster to catalog cluster
    
    Signed-off-by: Juho Heikka <juho.heikka@gmail.com>
    
    * Remove duplicate copyright comment
    
    Signed-off-by: Juho Heikka <juho.heikka@gmail.com>
    
    * Lint fixes
    
    Signed-off-by: Juho Heikka <juho.heikka@gmail.com>
    
    * Typescript fix
    
    Signed-off-by: Juho Heikka <juho.heikka@gmail.com>
    
    ---------
    
    Signed-off-by: Juho Heikka <juho.heikka@gmail.com> (jweak)
    (SHA: d5a124bd7925d8288f9db09150819cafc4b72be7)
    
    5) Exporting ResourceMetrics and PodCharts to extension API (#7326)
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> (aleksfront)
    (SHA: e6d6d1d8f7cbf8a5be998d7ee93f68daf5c7d781)
    
    6) Cleanup 'Cluster' to remove environment specific details (#6951)
    
    - requestNamespaceListPermissions is infallable so no need to have the extra try/catch
    
    - Refactor isMetricHidden method away from Cluster
    
    - Refactor shouldShowResource out of Cluster
    
    - Refactor isInLocalKubeconfig out of Cluster
    
    - Remove depecrated and unused workspace from Cluster
    
    - Refactor out kubectl as a dependency of Cluster
    
    - Remove from cluster getter used only once
    
    - Split out ClusterConnection from Cluster
    
    - Also split out KubeAuthProxyServer from ContextHandler
    
    - Rename ContextHandler to PrometheusHandler
    
    - Cleanup onNetworkOffline/Online impls within ClusterManager
    
    - Remove annotations from ClusterConnection
    
    - Remove mobx annotations from Cluster
    
    - Rename loadConfigFromFileInjectable
    
    - Remove all uses of dead createClusterInjectionToken
    
    - Fix type errors related to broadcastConnectionUpdate
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name> (Nokel81)
    (SHA: ad9bafe2a5aea5cf9944492d46d2cecf87b310bf)
    
    7) Convert runMany and runManySync to use injectManyWithMeta + move to seperate package (#7244)
    
    * Convert runMany and runManySync to use injectManyWithMeta
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fixup type errors due to new Runnable requirements
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Add documentation for verifyRunnablesAreDAG
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Simplify convertToWithIdWith
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Move all utility functions to separate package
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Move testing utilities to separate package
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Move run-many and run-many-sync to separate package
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Replace all internal uses of utilities with new packages
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Use new @k8slens/run-many package in core
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Add dep to open-lens
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fixup type errors
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fixup uses of @k8slens/test-utils
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fixup getGlobalOverride
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Move tests to new package too
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fix type errors
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fixup uses of AsyncResult and autoBind
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fixup remaining import issues
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Finial fixups to fix build
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fix lint
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Revert moving "testUsingFakeTime" to separate package
    
    - This fixes tests
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fix integration tests
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fix unit test failing due to spelling fix
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    ---------
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name> (Nokel81)
    (SHA: 2789bcebcbc31a9bea483eaa69484a951a480647)
    
    8) Introduce eslint and prettier for features and start using it   (#7306)
    
    * Introduce package for sharing eslint and prettier configurations
    
    Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
    
    * Start using eslint and prettier in packages
    
    Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
    
    ---------
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi> (jansav)
    (SHA: 699fc0309ead6275dc359769ce845f131551d1f4)
    
    9) Fix update button being visible when download for update fails (#7336)
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi> (jansav)
    (SHA: a5928d09cda42f97dcc9a1b876c13f9512b04b93)
    
    10) Better displaying container's info for Pods (#7331)
    
    * Better displaying container's info for Pods and all tooltips with `formatters={{tableView: true}}`
    
    Signed-off-by: Roman <ixrock@gmail.com>
    
    * fix: keep containerID on a single line
    
    Signed-off-by: Roman <ixrock@gmail.com>
    
    * nope, i can :P (make it perfect)
    
    Signed-off-by: Roman <ixrock@gmail.com>
    
    ---------
    
    Signed-off-by: Roman <ixrock@gmail.com> (ixrock)
    (SHA: 34aed58ff0818c7db994d7f5c977807196702bd5)
    
    11) Bump webpack from 5.75.0 to 5.76.0 (#7325)
    
    Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (dependabot[bot])
    (SHA: 0095c0a4e762dbd0e0e494d88eb9ab20011c61e8)
    
    12) Bump rimraf from 4.3.1 to 4.4.0 (#7324)
    
    Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (dependabot[bot])
    (SHA: 74f679eb42205131b37cc28093f123618d564b99)
    
    13) Update repository in statefulset template from k8s.gcr.io to registry.k8s (#7338)
    
    Signed-off-by: EnriqueTejeda <quique.tejeda.68@gmail.com> (EnriqueTejeda)
    (SHA: b99b06980ec87f3234cba4fda31c917bda1914f5)
    
    14) Change typing for after/before window/application start (#7342)
    
    - Now the callback is provided with an object containing either
      `mainDi` or `windowDi` fields. This should help with confusion
      over which environment the `di` is for
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name> (Nokel81)
    (SHA: a63f737adbf010bb62333fadb08ba19423c0efb9)
    
    15) Keep up-to-date resource in the details view (Drawer) (#7224)
    
    * alternative to https://github.com/lensapp/lens/pull/7187
    
    Signed-off-by: Roman <ixrock@gmail.com>
    
    * update snapshots with `jest src -u` from `packages/core`
    
    Signed-off-by: Roman <ixrock@gmail.com>
    
    * skipping some tests cause i have no idea how to fix those and what is wrong
    
    Signed-off-by: Roman <ixrock@gmail.com>
    
    * fix tests
    
    Signed-off-by: Roman <ixrock@gmail.com>
    
    ---------
    
    Signed-off-by: Roman <ixrock@gmail.com> (ixrock)
    (SHA: 79a4eb32a368508f63980e5c4abdf3d4a67f1f79)
    
    16) Fix cluster view broken scrolling (#7349)
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> (aleksfront)
    (SHA: 0ee81ce636b59601e71bb40c431fd650039f3e80)
    
    17) Fine-tune light theme hotbar colors (#7351)
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> (aleksfront)
    (SHA: 85268bf12bae21b777f8a78673825ee151a76fbd)
    
    18) Fix cluster disconnect not working (#7352)
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name> (Nokel81)
    (SHA: 21352b3c6da4643348e1cdddb74255002b165788)
    
    19) Release 6.5.0-alpha.1 (#7345)
    
    * Release 6.5.0-alpha.1
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Switch to having lerna in independent mode
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fix package versions
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Update snapshot
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    ---------
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name> (Nokel81)
    (SHA: 3649070ca3fc3bbd1416e8852ffa4672e66abe07)
    
    20) Fix release process in light of changing to independent versioning (#7357)
    
    * Remove workflow
    
    - Not applicable anymore since each package has its own version
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fix daily-alpha to be based on core version
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * lerna.json no longer will be updated during releases
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Use the prerelease parts of @k8slens/core to determine dist tag
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    ---------
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name> (Nokel81)
    (SHA: e89ac54cd389e930cc2a0b3198c8ae2a5120367d)
    
    21) Release 6.5.0-alpha.2 (#7358)
    
    * Release 6.5.0-alpha.2
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Update package-lock
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    ---------
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name> (Nokel81)
    (SHA: 572d7ba237c2b0f49ee67692adcaf836116a50b2)
    
    22) Adding cluster settings icon menu items using injection token (#7341)
    
    * Take cluster settings menu icon items from computedInjectMany
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    * Fixing changed cluster preference typing: using tuple array
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    * Export data from cluster-settings-menu-injection-token
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    * Exporting ClusterPreferences to extensions
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    * Linter fixes
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    * Adding tests
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    * Remove legacy api token export
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    * Removing legacy exports part 2
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    * Cleaning up
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    ---------
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> (aleksfront)
    (SHA: 121a50ecf3947f8f563312681998b8102baf8fbe)
    
    23) Move activating cluster into injectable IPC (#7355)
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name> (Nokel81)
    (SHA: 497f63fde630098d6322842f835b52cc5d61f766)
    
    24) Move deactivating a cluster into injectable IPC (#7356)
    
    * Move activating cluster into injectable IPC
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Move deactivating a cluster into injectable IPC
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fix type error
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    ---------
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name> (Nokel81)
    (SHA: ae9a8c3c41535c49f1f91aa1ef7429541a901cdc)
    
    25) Fix bundled extensions not being loaded (#7359)
    
    * Fix bundled extensions not being loaded
    
    - Also show that this fixes it by added an example bundled
      extension to 'open-lens'
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fix build
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Add explanatory comment for inline require
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    ---------
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name> (Nokel81)
    (SHA: 2c3c88be0420439520d5bb9c9ec83162702dad9a)
    
    26) Release 6.5.0-alpha.3 (#7361)
    
    * Release 6.5.0-alpha.3
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Update lock-file
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    ---------
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name> (Nokel81)
    (SHA: 1a6b11525d7a732484d828eca92099e4e04361bf)
    
  • v6.5.0-cron.572d7ba
  • v6.5.0-alpha.2
    1) Fix typo in name of environment (#7318)
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi> (jansav)
    (SHA: a29e45875f245b5c53dbec87db407f2c633fa0cc)
    
    2) Update link in README (#7314)
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi> (jansav)
    (SHA: 443620a6a4f7a66c222fe327daac6a79bb1f333a)
    
    3) Bump mini-css-extract-plugin from 2.7.2 to 2.7.3 (#7313)
    
    Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.7.2 to 2.7.3.
    - [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
    - [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.7.2...v2.7.3)
    
    ---
    updated-dependencies:
    - dependency-name: mini-css-extract-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (dependabot[bot])
    (SHA: 48ce558420d2f80e9b0a47c8b7c320b52cebfd55)
    
    4) Copy detected metadata from cluster to catalog cluster (#7316)
    
    * Copy detected metadata from cluster to catalog cluster
    
    Signed-off-by: Juho Heikka <juho.heikka@gmail.com>
    
    * Remove duplicate copyright comment
    
    Signed-off-by: Juho Heikka <juho.heikka@gmail.com>
    
    * Lint fixes
    
    Signed-off-by: Juho Heikka <juho.heikka@gmail.com>
    
    * Typescript fix
    
    Signed-off-by: Juho Heikka <juho.heikka@gmail.com>
    
    ---------
    
    Signed-off-by: Juho Heikka <juho.heikka@gmail.com> (jweak)
    (SHA: d5a124bd7925d8288f9db09150819cafc4b72be7)
    
    5) Exporting ResourceMetrics and PodCharts to extension API (#7326)
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> (aleksfront)
    (SHA: e6d6d1d8f7cbf8a5be998d7ee93f68daf5c7d781)
    
    6) Cleanup 'Cluster' to remove environment specific details (#6951)
    
    - requestNamespaceListPermissions is infallable so no need to have the extra try/catch
    
    - Refactor isMetricHidden method away from Cluster
    
    - Refactor shouldShowResource out of Cluster
    
    - Refactor isInLocalKubeconfig out of Cluster
    
    - Remove depecrated and unused workspace from Cluster
    
    - Refactor out kubectl as a dependency of Cluster
    
    - Remove from cluster getter used only once
    
    - Split out ClusterConnection from Cluster
    
    - Also split out KubeAuthProxyServer from ContextHandler
    
    - Rename ContextHandler to PrometheusHandler
    
    - Cleanup onNetworkOffline/Online impls within ClusterManager
    
    - Remove annotations from ClusterConnection
    
    - Remove mobx annotations from Cluster
    
    - Rename loadConfigFromFileInjectable
    
    - Remove all uses of dead createClusterInjectionToken
    
    - Fix type errors related to broadcastConnectionUpdate
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name> (Nokel81)
    (SHA: ad9bafe2a5aea5cf9944492d46d2cecf87b310bf)
    
    7) Convert runMany and runManySync to use injectManyWithMeta + move to seperate package (#7244)
    
    * Convert runMany and runManySync to use injectManyWithMeta
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fixup type errors due to new Runnable requirements
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Add documentation for verifyRunnablesAreDAG
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Simplify convertToWithIdWith
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Move all utility functions to separate package
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Move testing utilities to separate package
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Move run-many and run-many-sync to separate package
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Replace all internal uses of utilities with new packages
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Use new @k8slens/run-many package in core
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Add dep to open-lens
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fixup type errors
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fixup uses of @k8slens/test-utils
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fixup getGlobalOverride
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Move tests to new package too
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fix type errors
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fixup uses of AsyncResult and autoBind
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fixup remaining import issues
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Finial fixups to fix build
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fix lint
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Revert moving "testUsingFakeTime" to separate package
    
    - This fixes tests
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fix integration tests
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fix unit test failing due to spelling fix
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    ---------
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name> (Nokel81)
    (SHA: 2789bcebcbc31a9bea483eaa69484a951a480647)
    
    8) Introduce eslint and prettier for features and start using it   (#7306)
    
    * Introduce package for sharing eslint and prettier configurations
    
    Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
    
    * Start using eslint and prettier in packages
    
    Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
    
    ---------
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi> (jansav)
    (SHA: 699fc0309ead6275dc359769ce845f131551d1f4)
    
    9) Fix update button being visible when download for update fails (#7336)
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi> (jansav)
    (SHA: a5928d09cda42f97dcc9a1b876c13f9512b04b93)
    
    10) Better displaying container's info for Pods (#7331)
    
    * Better displaying container's info for Pods and all tooltips with `formatters={{tableView: true}}`
    
    Signed-off-by: Roman <ixrock@gmail.com>
    
    * fix: keep containerID on a single line
    
    Signed-off-by: Roman <ixrock@gmail.com>
    
    * nope, i can :P (make it perfect)
    
    Signed-off-by: Roman <ixrock@gmail.com>
    
    ---------
    
    Signed-off-by: Roman <ixrock@gmail.com> (ixrock)
    (SHA: 34aed58ff0818c7db994d7f5c977807196702bd5)
    
    11) Bump webpack from 5.75.0 to 5.76.0 (#7325)
    
    Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (dependabot[bot])
    (SHA: 0095c0a4e762dbd0e0e494d88eb9ab20011c61e8)
    
    12) Bump rimraf from 4.3.1 to 4.4.0 (#7324)
    
    Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (dependabot[bot])
    (SHA: 74f679eb42205131b37cc28093f123618d564b99)
    
    13) Update repository in statefulset template from k8s.gcr.io to registry.k8s (#7338)
    
    Signed-off-by: EnriqueTejeda <quique.tejeda.68@gmail.com> (EnriqueTejeda)
    (SHA: b99b06980ec87f3234cba4fda31c917bda1914f5)
    
    14) Change typing for after/before window/application start (#7342)
    
    - Now the callback is provided with an object containing either
      `mainDi` or `windowDi` fields. This should help with confusion
      over which environment the `di` is for
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name> (Nokel81)
    (SHA: a63f737adbf010bb62333fadb08ba19423c0efb9)
    
    15) Keep up-to-date resource in the details view (Drawer) (#7224)
    
    * alternative to https://github.com/lensapp/lens/pull/7187
    
    Signed-off-by: Roman <ixrock@gmail.com>
    
    * update snapshots with `jest src -u` from `packages/core`
    
    Signed-off-by: Roman <ixrock@gmail.com>
    
    * skipping some tests cause i have no idea how to fix those and what is wrong
    
    Signed-off-by: Roman <ixrock@gmail.com>
    
    * fix tests
    
    Signed-off-by: Roman <ixrock@gmail.com>
    
    ---------
    
    Signed-off-by: Roman <ixrock@gmail.com> (ixrock)
    (SHA: 79a4eb32a368508f63980e5c4abdf3d4a67f1f79)
    
    16) Fix cluster view broken scrolling (#7349)
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> (aleksfront)
    (SHA: 0ee81ce636b59601e71bb40c431fd650039f3e80)
    
    17) Fine-tune light theme hotbar colors (#7351)
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> (aleksfront)
    (SHA: 85268bf12bae21b777f8a78673825ee151a76fbd)
    
    18) Fix cluster disconnect not working (#7352)
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name> (Nokel81)
    (SHA: 21352b3c6da4643348e1cdddb74255002b165788)
    
    19) Release 6.5.0-alpha.1 (#7345)
    
    * Release 6.5.0-alpha.1
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Switch to having lerna in independent mode
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fix package versions
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Update snapshot
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    ---------
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name> (Nokel81)
    (SHA: 3649070ca3fc3bbd1416e8852ffa4672e66abe07)
    
    20) Fix release process in light of changing to independent versioning (#7357)
    
    * Remove workflow
    
    - Not applicable anymore since each package has its own version
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fix daily-alpha to be based on core version
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * lerna.json no longer will be updated during releases
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Use the prerelease parts of @k8slens/core to determine dist tag
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    ---------
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name> (Nokel81)
    (SHA: e89ac54cd389e930cc2a0b3198c8ae2a5120367d)
    
    21) Release 6.5.0-alpha.2 (#7358)
    
    * Release 6.5.0-alpha.2
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Update package-lock
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    ---------
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name> (Nokel81)
    (SHA: 572d7ba237c2b0f49ee67692adcaf836116a50b2)
    
  • v6.5.0-alpha.1
    1) Fix typo in name of environment (#7318)
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi> (jansav)
    (SHA: a29e45875f245b5c53dbec87db407f2c633fa0cc)
    
    2) Update link in README (#7314)
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi> (jansav)
    (SHA: 443620a6a4f7a66c222fe327daac6a79bb1f333a)
    
    3) Bump mini-css-extract-plugin from 2.7.2 to 2.7.3 (#7313)
    
    Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.7.2 to 2.7.3.
    - [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
    - [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.7.2...v2.7.3)
    
    ---
    updated-dependencies:
    - dependency-name: mini-css-extract-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (dependabot[bot])
    (SHA: 48ce558420d2f80e9b0a47c8b7c320b52cebfd55)
    
    4) Copy detected metadata from cluster to catalog cluster (#7316)
    
    * Copy detected metadata from cluster to catalog cluster
    
    Signed-off-by: Juho Heikka <juho.heikka@gmail.com>
    
    * Remove duplicate copyright comment
    
    Signed-off-by: Juho Heikka <juho.heikka@gmail.com>
    
    * Lint fixes
    
    Signed-off-by: Juho Heikka <juho.heikka@gmail.com>
    
    * Typescript fix
    
    Signed-off-by: Juho Heikka <juho.heikka@gmail.com>
    
    ---------
    
    Signed-off-by: Juho Heikka <juho.heikka@gmail.com> (jweak)
    (SHA: d5a124bd7925d8288f9db09150819cafc4b72be7)
    
    5) Exporting ResourceMetrics and PodCharts to extension API (#7326)
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> (aleksfront)
    (SHA: e6d6d1d8f7cbf8a5be998d7ee93f68daf5c7d781)
    
    6) Cleanup 'Cluster' to remove environment specific details (#6951)
    
    - requestNamespaceListPermissions is infallable so no need to have the extra try/catch
    
    - Refactor isMetricHidden method away from Cluster
    
    - Refactor shouldShowResource out of Cluster
    
    - Refactor isInLocalKubeconfig out of Cluster
    
    - Remove depecrated and unused workspace from Cluster
    
    - Refactor out kubectl as a dependency of Cluster
    
    - Remove from cluster getter used only once
    
    - Split out ClusterConnection from Cluster
    
    - Also split out KubeAuthProxyServer from ContextHandler
    
    - Rename ContextHandler to PrometheusHandler
    
    - Cleanup onNetworkOffline/Online impls within ClusterManager
    
    - Remove annotations from ClusterConnection
    
    - Remove mobx annotations from Cluster
    
    - Rename loadConfigFromFileInjectable
    
    - Remove all uses of dead createClusterInjectionToken
    
    - Fix type errors related to broadcastConnectionUpdate
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name> (Nokel81)
    (SHA: ad9bafe2a5aea5cf9944492d46d2cecf87b310bf)
    
    7) Convert runMany and runManySync to use injectManyWithMeta + move to seperate package (#7244)
    
    * Convert runMany and runManySync to use injectManyWithMeta
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fixup type errors due to new Runnable requirements
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Add documentation for verifyRunnablesAreDAG
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Simplify convertToWithIdWith
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Move all utility functions to separate package
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Move testing utilities to separate package
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Move run-many and run-many-sync to separate package
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Replace all internal uses of utilities with new packages
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Use new @k8slens/run-many package in core
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Add dep to open-lens
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fixup type errors
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fixup uses of @k8slens/test-utils
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fixup getGlobalOverride
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Move tests to new package too
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fix type errors
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fixup uses of AsyncResult and autoBind
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fixup remaining import issues
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Finial fixups to fix build
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fix lint
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Revert moving "testUsingFakeTime" to separate package
    
    - This fixes tests
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fix integration tests
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fix unit test failing due to spelling fix
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    ---------
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name> (Nokel81)
    (SHA: 2789bcebcbc31a9bea483eaa69484a951a480647)
    
    8) Introduce eslint and prettier for features and start using it   (#7306)
    
    * Introduce package for sharing eslint and prettier configurations
    
    Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
    
    * Start using eslint and prettier in packages
    
    Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
    
    ---------
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi> (jansav)
    (SHA: 699fc0309ead6275dc359769ce845f131551d1f4)
    
    9) Fix update button being visible when download for update fails (#7336)
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi> (jansav)
    (SHA: a5928d09cda42f97dcc9a1b876c13f9512b04b93)
    
    10) Better displaying container's info for Pods (#7331)
    
    * Better displaying container's info for Pods and all tooltips with `formatters={{tableView: true}}`
    
    Signed-off-by: Roman <ixrock@gmail.com>
    
    * fix: keep containerID on a single line
    
    Signed-off-by: Roman <ixrock@gmail.com>
    
    * nope, i can :P (make it perfect)
    
    Signed-off-by: Roman <ixrock@gmail.com>
    
    ---------
    
    Signed-off-by: Roman <ixrock@gmail.com> (ixrock)
    (SHA: 34aed58ff0818c7db994d7f5c977807196702bd5)
    
    11) Bump webpack from 5.75.0 to 5.76.0 (#7325)
    
    Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (dependabot[bot])
    (SHA: 0095c0a4e762dbd0e0e494d88eb9ab20011c61e8)
    
    12) Bump rimraf from 4.3.1 to 4.4.0 (#7324)
    
    Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (dependabot[bot])
    (SHA: 74f679eb42205131b37cc28093f123618d564b99)
    
    13) Update repository in statefulset template from k8s.gcr.io to registry.k8s (#7338)
    
    Signed-off-by: EnriqueTejeda <quique.tejeda.68@gmail.com> (EnriqueTejeda)
    (SHA: b99b06980ec87f3234cba4fda31c917bda1914f5)
    
    14) Change typing for after/before window/application start (#7342)
    
    - Now the callback is provided with an object containing either
      `mainDi` or `windowDi` fields. This should help with confusion
      over which environment the `di` is for
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name> (Nokel81)
    (SHA: a63f737adbf010bb62333fadb08ba19423c0efb9)
    
    15) Keep up-to-date resource in the details view (Drawer) (#7224)
    
    * alternative to https://github.com/lensapp/lens/pull/7187
    
    Signed-off-by: Roman <ixrock@gmail.com>
    
    * update snapshots with `jest src -u` from `packages/core`
    
    Signed-off-by: Roman <ixrock@gmail.com>
    
    * skipping some tests cause i have no idea how to fix those and what is wrong
    
    Signed-off-by: Roman <ixrock@gmail.com>
    
    * fix tests
    
    Signed-off-by: Roman <ixrock@gmail.com>
    
    ---------
    
    Signed-off-by: Roman <ixrock@gmail.com> (ixrock)
    (SHA: 79a4eb32a368508f63980e5c4abdf3d4a67f1f79)
    
    16) Fix cluster view broken scrolling (#7349)
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> (aleksfront)
    (SHA: 0ee81ce636b59601e71bb40c431fd650039f3e80)
    
    17) Fine-tune light theme hotbar colors (#7351)
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> (aleksfront)
    (SHA: 85268bf12bae21b777f8a78673825ee151a76fbd)
    
    18) Fix cluster disconnect not working (#7352)
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name> (Nokel81)
    (SHA: 21352b3c6da4643348e1cdddb74255002b165788)
    
    19) Release 6.5.0-alpha.1 (#7345)
    
    * Release 6.5.0-alpha.1
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Switch to having lerna in independent mode
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fix package versions
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Update snapshot
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    ---------
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name> (Nokel81)
    (SHA: 3649070ca3fc3bbd1416e8852ffa4672e66abe07)
  • v6.5.0-cron.79a4eb3
  • v6.5.0-cron.74f679e
  • v6.5.0-cron.e6d6d1d
  • v6.4.6
    30e72e8a · Release 6.4.6 (#7327) ·
    1) Fix typo in name of environment (#7318)
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi> (jansav)
    (SHA: a29e45875f245b5c53dbec87db407f2c633fa0cc)
    
    2) Update link in README (#7314)
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi> (jansav)
    (SHA: 443620a6a4f7a66c222fe327daac6a79bb1f333a)
    
    3) Bump mini-css-extract-plugin from 2.7.2 to 2.7.3 (#7313)
    
    Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.7.2 to 2.7.3.
    - [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
    - [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.7.2...v2.7.3)
    
    ---
    updated-dependencies:
    - dependency-name: mini-css-extract-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (dependabot[bot])
    (SHA: 48ce558420d2f80e9b0a47c8b7c320b52cebfd55)
    
    4) Copy detected metadata from cluster to catalog cluster (#7316)
    
    * Copy detected metadata from cluster to catalog cluster
    
    Signed-off-by: Juho Heikka <juho.heikka@gmail.com>
    
    * Remove duplicate copyright comment
    
    Signed-off-by: Juho Heikka <juho.heikka@gmail.com>
    
    * Lint fixes
    
    Signed-off-by: Juho Heikka <juho.heikka@gmail.com>
    
    * Typescript fix
    
    Signed-off-by: Juho Heikka <juho.heikka@gmail.com>
    
    ---------
    
    Signed-off-by: Juho Heikka <juho.heikka@gmail.com> (jweak)
    (SHA: d5a124bd7925d8288f9db09150819cafc4b72be7)
  • v6.5.0-cron.48ce558
  • v6.4.5
    4df5079c · Release 6.4.5 (#7319) ·
    1) Fix typo in name of environment (#7318)
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi> (jansav)
    (SHA: a29e45875f245b5c53dbec87db407f2c633fa0cc)
  • v6.5.0-cron.094758f
  • v6.4.4
    57ce050e · Release 6.4.4 (#7308) ·
    1) Allow CatalogEntityDetails to be opened anywhere (#6939)
    
    * Extract CatalogEntityDetails to seperate root component
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Expose entity details to extension API
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Add behavioural tests
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Fixup catalog technical tests to use ApplicationBuilder
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Update snapshot
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    * Update test and then fix it
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    
    ---------
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name> (Nokel81)
    (SHA: 0084af56d6afc9b1c90181c87c106cdfe532d1df)
    
    2) Navigate to catalog explicitly on cluster disconnect (#7304)
    
    * Navigate to catalog explicitly on cluster disconnect
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    * Linter fix
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    ---------
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> (aleksfront)
    (SHA: 963c816b17dcfddcab25a8dc41299795645ead63)
    
    3) Bump jest from 29.4.3 to 29.5.0 (#7297)
    
    Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.4.3 to 29.5.0.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v29.5.0/packages/jest)
    
    ---
    updated-dependencies:
    - dependency-name: jest
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (dependabot[bot])
    (SHA: 73cf5f141eef44a13b3c7fbb57f5467087041e4e)
    
    4) Bump @swc/core from 1.3.37 to 1.3.38 (#7296)
    
    Bumps [@swc/core](https://github.com/swc-project/swc) from 1.3.37 to 1.3.38.
    - [Release notes](https://github.com/swc-project/swc/releases)
    - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/swc-project/swc/compare/v1.3.37...v1.3.38)
    
    ---
    updated-dependencies:
    - dependency-name: "@swc/core"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (dependabot[bot])
    (SHA: 292432ae50fd017161d7d57b0fcbe0a4b64e7d8d)
    
    5) Bump rimraf from 4.3.0 to 4.3.1 (#7298)
    
    Bumps [@swc/core](https://github.com/swc-project/swc) from 1.3.37 to 1.3.38.
    - [Release notes](https://github.com/swc-project/swc/releases)
    - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/swc-project/swc/compare/v1.3.37...v1.3.38)
    
    ---
    updated-dependencies:
    - dependency-name: "@swc/core"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (dependabot[bot])
    (SHA: b169da465251ff0541574feaf1bbeb94145c11d2)
    
    6) Bump jest-environment-jsdom from 29.4.3 to 29.5.0 (#7294)
    
    Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom) from 29.4.3 to 29.5.0.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v29.5.0/packages/jest-environment-jsdom)
    
    ---
    updated-dependencies:
    - dependency-name: jest-environment-jsdom
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (dependabot[bot])
    (SHA: 8fa92c06ea72304a8f549912630ca67af663af88)
  • v6.5.0-cron.f88555a
  • v6.4.3
    aee3c38e · Release 6.4.3 (#7292) ·
    1) Bump @swc/core from 1.3.35 to 1.3.37 (#7246)
    
    * Bump @swc/core from 1.3.35 to 1.3.37
    
    Bumps [@swc/core](https://github.com/swc-project/swc) from 1.3.35 to 1.3.37.
    - [Release notes](https://github.com/swc-project/swc/releases)
    - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/swc-project/swc/compare/v1.3.35...v1.3.37)
    
    ---
    updated-dependencies:
    - dependency-name: "@swc/core"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump @swc/core version in every package
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alex Andreev <alex.andreev.email@gmail.com> (dependabot[bot])
    (SHA: cfce7ea67bce57f2640fd6b37f09b5872b2f0626)
    
    2) should show resource if missing allowedResources data (#7274)
    
    Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com> (jakolehm)
    (SHA: 8b93a5293077b170f541645a93a09abd086c1a2e)
    
    3) Fix extension API not having all the correct types (#7263)
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name> (Nokel81)
    (SHA: 15f614942dee196ab70bbbbee77a02d391ab8e24)
    
    4) Update release guide and fix release script (#7276)
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name> (Nokel81)
    (SHA: f92da1796e40e8df099644350769327550e16f7b)
    
    5) Bump rimraf from 4.1.3 to 4.2.0 (#7267)
    
    Bumps [rimraf](https://github.com/isaacs/rimraf) from 4.1.3 to 4.2.0.
    - [Release notes](https://github.com/isaacs/rimraf/releases)
    - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/isaacs/rimraf/compare/v4.1.3...v4.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: rimraf
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (dependabot[bot])
    (SHA: a917494e9c2121723ff8972f1951727e0ad10230)
    
    6) Extract agnostic and electron-main ways of starting application to separate packages  (#7259)
    
    * Introduce an agnostic way to start application is the Feature
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
    
    * Introduce directory for application-packages
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
    
    * Remove non agnostic timeslots from agnostic application
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
    
    * Introduce empty package for electron main specific stuff for Application Feature
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
    
    * Introduce electron-main specific timeslots
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
    
    * Update injectable version
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
    
    * Update README
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
    
    * Tweak export names to make them easier to import
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
    
    * Make starting of application synchronous for Electron main
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
    
    * Tweak versions in package jsons
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
    
    * Consolidate name of feature file
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
    
    ---------
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi> (jansav)
    (SHA: a9bd5ae7e22b2223d333b7dbb33cff5263d49531)
    
    7) Switch to using start application from Feature (#7260)
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi> (jansav)
    (SHA: 129565f08aa91f3f6220416695ea36bcb34ae896)
    
    8) White-listing of telemetry params (#7262)
    
    * Drop support for adding telemetry by tagging
    
    This was not used, and would make development of future feature more difficult.
    
    Co-authored-by: Janne Savolainen <janne.savolainen@live.fi>
    
    Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
    
    * Introduce white-listing for params of telemetry
    
    Co-authored-by: Janne Savolainen <janne.savolainen@live.fi>
    
    Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
    
    * Fix linting
    
    Co-authored-by: Janne Savolainen <janne.savolainen@live.fi>
    
    Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
    
    * Make misconfigured telemetry for function parameters log the error, and not blow up fatally
    
    Co-authored-by: Janne Savolainen <janne.savolainen@live.fi>
    
    Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
    
    ---------
    
    Signed-off-by: Iku-turso <mikko.aspiala@gmail.com> (Iku-turso)
    (SHA: c6799e1478f4064a72e9a3aef21ab8b84857bd51)
    
    9) Fix failing unit tests about overriding too late (#7287)
    
    The fix was to defer injection. The error was made possible in master by git-merging a PR which was
    falsely green.
    
    Signed-off-by: Iku-turso <mikko.aspiala@gmail.com> (Iku-turso)
    (SHA: d3c9c6b5f63954ee339c6d0800902d19f08637da)
    
    10) Update package lock (#7288)
    
    Signed-off-by: Iku-turso <mikko.aspiala@gmail.com> (Iku-turso)
    (SHA: e5f5151b3c104c1385205fe1c512e04976e586aa)
    
    11) Port #7282 to master (#7289)
    
    * fix requestNamespaceListPermissionsForInjectable
    
    
    
    * more tests
    
    
    
    * fix test descriptions
    
    
    
    * fake -> stub
    
    
    
    * fake-namespace -> irrelevant-namespace
    
    
    
    ---------
    
    Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com> (jakolehm)
    (SHA: f88555a1d793cfb0bf79f2bd81ef512c2b80451e)
  • v6.4.2
    1d78912d · Release 6.4.2 (#7286) ·
    1) Bump @swc/core from 1.3.35 to 1.3.37 (#7246)
    
    * Bump @swc/core from 1.3.35 to 1.3.37
    
    Bumps [@swc/core](https://github.com/swc-project/swc) from 1.3.35 to 1.3.37.
    - [Release notes](https://github.com/swc-project/swc/releases)
    - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/swc-project/swc/compare/v1.3.35...v1.3.37)
    
    ---
    updated-dependencies:
    - dependency-name: "@swc/core"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump @swc/core version in every package
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alex Andreev <alex.andreev.email@gmail.com> (dependabot[bot])
    (SHA: cfce7ea67bce57f2640fd6b37f09b5872b2f0626)
    
    2) should show resource if missing allowedResources data (#7274)
    
    Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com> (jakolehm)
    (SHA: 8b93a5293077b170f541645a93a09abd086c1a2e)
    
    3) Fix extension API not having all the correct types (#7263)
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name> (Nokel81)
    (SHA: 15f614942dee196ab70bbbbee77a02d391ab8e24)
    
    4) Update release guide and fix release script (#7276)
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name> (Nokel81)
    (SHA: f92da1796e40e8df099644350769327550e16f7b)
    
    5) Bump rimraf from 4.1.3 to 4.2.0 (#7267)
    
    Bumps [rimraf](https://github.com/isaacs/rimraf) from 4.1.3 to 4.2.0.
    - [Release notes](https://github.com/isaacs/rimraf/releases)
    - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/isaacs/rimraf/compare/v4.1.3...v4.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: rimraf
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (dependabot[bot])
    (SHA: a917494e9c2121723ff8972f1951727e0ad10230)
    
    6) Extract agnostic and electron-main ways of starting application to separate packages  (#7259)
    
    * Introduce an agnostic way to start application is the Feature
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
    
    * Introduce directory for application-packages
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
    
    * Remove non agnostic timeslots from agnostic application
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
    
    * Introduce empty package for electron main specific stuff for Application Feature
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
    
    * Introduce electron-main specific timeslots
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
    
    * Update injectable version
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
    
    * Update README
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
    
    * Tweak export names to make them easier to import
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
    
    * Make starting of application synchronous for Electron main
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
    
    * Tweak versions in package jsons
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
    
    * Consolidate name of feature file
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
    
    ---------
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi> (jansav)
    (SHA: a9bd5ae7e22b2223d333b7dbb33cff5263d49531)
    
    7) Switch to using start application from Feature (#7260)
    
    Signed-off-by: Janne Savolainen <janne.savolainen@live.fi> (jansav)
    (SHA: 129565f08aa91f3f6220416695ea36bcb34ae896)
  • v6.5.0-cron.a917494
  • v6.4.1
    33f573e4 · Release 6.4.1 (#7275) ·
    1) Bump @swc/core from 1.3.35 to 1.3.37 (#7246)
    
    * Bump @swc/core from 1.3.35 to 1.3.37
    
    Bumps [@swc/core](https://github.com/swc-project/swc) from 1.3.35 to 1.3.37.
    - [Release notes](https://github.com/swc-project/swc/releases)
    - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/swc-project/swc/compare/v1.3.35...v1.3.37)
    
    ---
    updated-dependencies:
    - dependency-name: "@swc/core"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump @swc/core version in every package
    
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alex Andreev <alex.andreev.email@gmail.com> (dependabot[bot])
    (SHA: cfce7ea67bce57f2640fd6b37f09b5872b2f0626)
    
    2) should show resource if missing allowedResources data (#7274)
    
    Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com> (jakolehm)
    (SHA: 8b93a5293077b170f541645a93a09abd086c1a2e)
  • v6.5.0-cron.ab11b20