Files
backstage/plugins/splunk-on-call/CHANGELOG.md
T
github-actions[bot] 8d1c3d0d5a Version Packages
2021-07-15 09:19:25 +00:00

4.5 KiB

@backstage/plugin-splunk-on-call

0.3.5

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@0.3.0

0.3.4

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.1.5
    • @backstage/catalog-model@0.9.0
    • @backstage/plugin-catalog-react@0.2.6

0.3.3

Patch Changes

  • 48c9fcd33: Migrated to use the new @backstage/core-* packages rather than @backstage/core.
  • Updated dependencies
    • @backstage/core-plugin-api@0.1.3
    • @backstage/catalog-model@0.8.4
    • @backstage/plugin-catalog-react@0.2.4

0.3.2

Patch Changes

  • ae903f8e7: Added config schema to expose splunkOnCall.eventsRestEndpoint config option to the frontend
  • Updated dependencies
    • @backstage/plugin-catalog-react@0.2.3
    • @backstage/catalog-model@0.8.3
    • @backstage/core@0.7.13

0.3.1

Patch Changes

  • dc3558e84: Update Splunk On Call plugin to render warning message about incorrectly configured team annotation
  • Updated dependencies [add62a455]
  • Updated dependencies [cc592248b]
  • Updated dependencies [17c497b81]
  • Updated dependencies [704875e26]
    • @backstage/catalog-model@0.8.0
    • @backstage/core@0.7.11
    • @backstage/plugin-catalog-react@0.2.0

0.3.0

Minor Changes

  • 8aa0b6025: Updates the Splunk On-Call plugin for the composability system migration.

    To upgrade, modify your EntityPage to use the updated export names. The EntitySplunkOnCallCard should be wrapped in an <EntitySwitch> condition as shown in the plugin README, which you may already have in place.

    import {
    - isPluginApplicableToEntity as isSplunkOnCallAvailable,
    +  isSplunkOnCallAvailable,
    - SplunkOnCallCard
    +  EntitySplunkOnCallCard,
    } from '@backstage/plugin-splunk-on-call';
    
    ...
    -  <SplunkOnCallCard entity={entity}>
    +  <EntitySplunkOnCallCard />
    

Patch Changes

  • Updated dependencies [f7f7783a3]
  • Updated dependencies [65e6c4541]
  • Updated dependencies [68fdbf014]
  • Updated dependencies [5da6a561d]
    • @backstage/catalog-model@0.7.10
    • @backstage/core@0.7.10

0.2.1

Patch Changes

  • 062bbf90f: chore: bump @testing-library/user-event from 12.8.3 to 13.1.8
  • 675a569a9: chore: bump react-use dependency in all packages
  • Updated dependencies [062bbf90f]
  • Updated dependencies [10c008a3a]
  • Updated dependencies [889d89b6e]
  • Updated dependencies [16be1d093]
  • Updated dependencies [3f988cb63]
  • Updated dependencies [675a569a9]
    • @backstage/core@0.7.9
    • @backstage/plugin-catalog-react@0.1.6
    • @backstage/catalog-model@0.7.9

0.2.0

Minor Changes

  • a310f33d8: Updated splunk-on-call plugin to use the REST endpoint (incident creation-acknowledgement-resolution). It implies switching from splunkOnCall.username configuration to splunkOnCall.eventsRestEndpoint configuration, this is a breaking change.

Patch Changes

  • Updated dependencies [0b42fff22]
  • Updated dependencies [ff4d666ab]
  • Updated dependencies [2089de76b]
  • Updated dependencies [dc1fc92c8]
    • @backstage/catalog-model@0.7.4
    • @backstage/core@0.7.1
    • @backstage/theme@0.2.4

0.1.4

Patch Changes

0.1.3

Patch Changes

0.1.2

Patch Changes