Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release-data JSON file format #274

Merged
merged 2 commits into from
Jan 2, 2024
Merged

Update release-data JSON file format #274

merged 2 commits into from
Jan 2, 2024

Conversation

marcwrobel
Copy link
Member

@marcwrobel marcwrobel commented Jan 1, 2024

This makes the format open for extension, such as adding release cycle level data (such as EOL dates).

Version data is still accessible by the version's name. While this repeats the version name, it's also much more convenient for users of those data.

A few other things have also been updated in the process:

  • verbosity of the diff has been increased in update.py to make workflow summaries more readable,
  • dates without timezone are now set to UTC by default (this was already supposed, so no impact expected here).

@marcwrobel marcwrobel added the enhancement New feature or request label Jan 1, 2024
@marcwrobel marcwrobel force-pushed the new-format branch 2 times, most recently from f3befb9 to 93aa557 Compare January 2, 2024 10:11
This makes the format open for extension, such as adding release cycle level data (such as EOL dates).

Version data is still accessible by the version's name. While this repeats the version name, it's also much more convenient for users of those data.

A few other things have also been updated in the process:

- verbosity of the diff has been increased in update.py to make workflow summaries more readable,
- dates without timezone are now set to UTC by default (this was already supposed, so no impact expected here).
debian:
- Item root['versions']['12.4'] ({'name': '12.4', 'date': '2023-12-10'}) added to dictionary.

django:
- Item root['versions']['5.0.1'] ({'name': '5.0.1', 'date': '2024-01-02'}) added to dictionary.
- Item root['versions']['4.2.9'] ({'name': '4.2.9', 'date': '2024-01-02'}) added to dictionary.

red-hat-openshift:
- Item root['versions']['4.11.55'] ({'name': '4.11.55', 'date': '2023-12-14'}) added to dictionary.
- Item root['versions']['4.13.26'] ({'name': '4.13.26', 'date': '2023-12-13'}) added to dictionary.
- Item root['versions']['4.14.6'] ({'name': '4.14.6', 'date': '2023-12-12'}) added to dictionary.
@marcwrobel
Copy link
Member Author

@endoflife-date/everyone FYI this update the release-data JSON file format, see PR description for more information.

Only expected version updates, merging.

@marcwrobel marcwrobel merged commit 0da036b into main Jan 2, 2024
@marcwrobel marcwrobel deleted the new-format branch January 2, 2024 10:42
marcwrobel added a commit that referenced this pull request Jan 2, 2024
This makes the format open for extension, such as adding release cycle level data (such as EOL dates).

Version data is still accessible by the version's name. While this repeats the version name, it's also much more convenient for users of those data.

A few other things have also been updated in the process:

- verbosity of the diff has been increased in update.py to make workflow summaries more readable,
- dates without timezone are now set to UTC by default (this was already supposed, so no impact expected here).
@marcwrobel
Copy link
Member Author

Manually triggered a latest version update after the merge (endoflife-date/endoflife.date#4411), everything worked as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant