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

2 分•作者: sharadregoti15•13 天前
在我目前的公司,我们的产品有几个依赖项,每次发布新版本时都需要保持更新。 因此,我开发了这个应用程序来跟踪这些依赖项的生命周期结束日期,并在新版本发布日期之后发出警报。 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/