Skip to content

Commit

Permalink
Merge pull request #573 from openedx/feanil/update_and_add_es_dates
Browse files Browse the repository at this point in the history
feat: Update and add more ES versions EOL Dates
  • Loading branch information
feanil authored Nov 14, 2024
2 parents a586cf7 + ee63504 commit ea4b961
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 ea4b961

Please sign in to comment.