Skip to content

Commit

Permalink
feat: Update and add more ES versions EOL Dates
Browse files Browse the repository at this point in the history
  • Loading branch information
feanil committed Nov 7, 2024
1 parent a586cf7 commit ee63504
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion barcalendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,8 @@ def parse_version_name(line):
('7.11', 2021, 2, 2022, 8),
('7.12', 2021, 3, 2022, 9),
('7.13', 2021, 5, 2022, 11),
('7.17', 2022, 2, 2023, 8),
('7.17', 2022, 2, 2025, 1),
('8.15', 2022, 2, 2026, 2),
]
for name, syear, smonth, eyear, emonth in es_releases:
eyear, emonth = validate_version_date("ElasticSearch", name, eyear, emonth)
Expand Down

0 comments on commit ee63504

Please sign in to comment.