End Of Life Plugin

Published on February 21st, 2024

Introduction

The End Of Life plugin can display end of life data relevant to your entities from endoflife.date or your own sources.

Example image showing end of life test report

This page explains how to configure it in Roadie Backstage.

Step 1: Add the Card to the Roadie UI

Add the card named EntityEndOfLifeCard to any layouts you wish such as all Services or all Resources. You can read more about this here.

Step 2: Annotate your entities

Annotate your entities with the products you wish to display EOL information for. For example, to track EOL information for angular and nginx annotate your entities with the endoflife.date/products annotation:

metadata:
  #...
  annotations:
    #....
    endoflife.date/products: angular,nginx

For more information on the options available such as custom sources please read the plugin documentation

References