-
-
Notifications
You must be signed in to change notification settings - Fork 766
Known Users
Nemo edited this page Aug 5, 2024
·
11 revisions
If your product or team relies on endoflife.date (especially the API), please let us know.
- kics uses the API to keep their Python/PHP versions always updated.
- Kots uses it to stay on a supported Kubernetes version
- xsar uses it to run their test-suite on all currenrently supported Python versions.
- gradle-dependency-extractor uses it to run their test-suite on all currently supported Java versions.
- Django Release Cycle website uses the API to fetch data about Django EOL dates.
- Drop Python uses it to track PyPI packages using EOL versions of Python.
- https://github.com/adriens/endoflife.date-neo4j inserts the EOL data into a Neo4J database for Analysis.
- https://github.com/rikuson/eol.bar (now archived) EOL schedule on graphical interface by generating SVG image representations.
- https://github.com/andyw8/pocket-ruby/pull/98 uses it to run the test-suite only on supported Ruby versions
- Dynatrace uses the API to verify EOL dates and checking for new OS versions supported by their product.
- Shodan uses the API to tag various software that reached EOL.
- Vulcan Cyber uses the API to provide EOL information and alerts for hosts
- Renovate Bot has a plugin that lets you upgrade to the latest release.
- Linuxfabrik is using the API in their Nagios-compatible Monitoring Plugins.
- Chainguard is using the API to track EOL dates for various products that they publish images for.
- Aikido uses our API to provide scanning for outdated software.
These are modules that can be plugged-in to other applications, typically via the CI.
- latest-python-versions gives you a dynamic Python version matrix for your Github Actions workflows. It uses the API to determine the oldest supported Python version.
- Semaphore parses the API and publishes it for consumption using Prometheus.
- Deps Report generates a report of the outdated dependencies for a specified project. It uses the API to detect if an unsuported version of Python is being used.
- debian-lts-versions fetches the list of Debian LTS versions for use in GitHub Actions. It uses the API to fetch the list of debian versions.
- dbmisvc-docker bootstraps docker images and uses the API to ensure a supported OS+Language combination is used.
These are generic API Clients for the endoflife.date API, typically with a CLI interface to query the API and/or a package that can be used in other applications.