Files
backstage/plugins/kubernetes-common/CHANGELOG.md
T
github-actions[bot] e432d44f94 Version Packages
2022-01-04 10:54:36 +00:00

1.6 KiB

@backstage/plugin-kubernetes-common

0.2.1

Patch Changes

  • 7ac0bd2c66: implement dashboard link formatter for GKE

0.2.0

Minor Changes

  • c010632f88: Add pod metrics lookup and display in pod table.

    Backwards incompatible changes

    If your Kubernetes distribution does not have the metrics server installed, you will need to set the skipMetricsLookup config flag to false.

    See the configuration docs for more details.

0.1.7

Patch Changes

  • 59677fadb1: Improvements to API Reference documentation

0.1.6

Patch Changes

  • 37dc844728: Include CronJobs and Jobs as default objects returned by the kubernetes backend and add/update relevant types.

0.1.5

Patch Changes

  • 193a999a80: Fixed incorrect keyword, repository directory path and entrypoints in package.json.
  • Updated dependencies
    • @backstage/catalog-model@0.9.4

0.1.4

Patch Changes

  • 7a0c334707: Provide access to the Kubernetes dashboard when viewing a specific resource
  • Updated dependencies
    • @backstage/catalog-model@0.9.3

0.1.3

Patch Changes

  • 7f24f4088: chore(deps): bump @kubernetes/client-node from 0.14.3 to 0.15.0

0.1.2

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@0.9.0

0.1.1

Patch Changes

  • Updated dependencies [add62a455]
  • Updated dependencies [704875e26]
    • @backstage/catalog-model@0.8.0

0.1.0

Minor Changes

  • Adds types to be shared by the backend and the front end.