我开发了一款应用程序,当您的依赖项(Postgres)达到生命周期结束时会发出警报。

2作者: sharadregoti1510 天前原帖
在我目前的组织中,我们的产品有几个依赖项需要在每次新版本发布时保持更新。因此,我开发了这个应用程序来跟踪这些依赖项的生命周期结束日期,并在新版本在其生命周期结束日期后发布时提醒我们。该应用程序跟踪了461个产品和8,441个发布周期,每天与endoflife.date进行轮询。这些日期的来源就是这里;它是MIT许可证的,如果您只需要一次性查询,可以直接使用它,而不是使用这个应用程序。 您可以在这里查看该应用程序:https://www.getendoflife.com/
查看原文
At my current org, our product has a couple of dependencies we need to keep up to date whenever a new release ships. So I built this app to track those dependencies' end-of-life dates and alert us when a new release ships after its EOL date. 461 products, 8,441 tracked release cycles, polled daily against endoflife.date. That's where the underlying dates come from; it's MIT-licensed, and if you only need a one-time lookup, use it directly instead of this. Check out the app here: https://www.getendoflife.com/