Skip to content

Releases: sindrel/endoflife-github-action

v1.0.1

30 Jul 09:42
d5652a2
Compare
Choose a tag to compare

Summary

This release includes updates to internal dependencies and workflows. No functional changes.

What's Changed

  • chore: Add dependabot.yml by @sindrel in #1
  • fix: Add explicit workflow permissions by @sindrel in #7
  • chore(deps): Bump pytest from 7.0.1 to 8.4.1 in /src by @dependabot[bot] in #6
  • chore(deps): Bump actions/checkout from 3 to 4 by @dependabot[bot] in #3
  • chore(deps): Bump actions/setup-python from 4 to 5 by @dependabot[bot] in #4
  • chore(deps): Bump pylint from 3.3.3 to 3.3.7 in /src in the minor-and-patch group by @dependabot[bot] in #5
  • chore(deps): Bump nick-fields/assert-action from 1 to 2 by @dependabot[bot] in #2

Full Changelog: v1...v1.0.1

v1.0.0

17 Jan 10:18
3572b8b
Compare
Choose a tag to compare

🎉 First major release. See README.md for documentation and examples.

Key features

  • Fetches product cycle information from the endoflife.date API.
  • Supports version extraction from YAML, JSON, or any plain text file.
  • Allows for failure conditions based on end-of-life status and days until end-of-life.
  • Outputs can be used in subsequent steps, e.g. for pushing notifications or raising alerts.

v0.1.1

11 Jan 14:40
880410e
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

This release should be fully functional, but is marked as a pre-release as some more testing is required before v1.

Please provide feedback if you encounter any issues. 🎉

v0.1.0

11 Jan 14:13
880410e
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
feat: Initial version (v0.1)