-
Notifications
You must be signed in to change notification settings - Fork 77
Preparation for release v2025.2 (Zonemaster/Zonemaster) #1451
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
Preparation for release v2025.2 (Zonemaster/Zonemaster) #1451
Conversation
Co-authored-by: Marc van der Wal <[email protected]>
Changes
Outdated
| Zonemaster-Backend. | ||
| - Customization in GUI of previous version requires migration for this | ||
| version. See Zonemaster-GUI. | ||
| - The Zonemaster URL API has changed. See "using GUI" documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm wondering if we could just provide direct links to the actual documents in such sentences. What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will update with that. Such a link will be broken before release so please check thoroughly. Safest to link to Github, not doc.zonemaster.net.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like you went the other way in the end, links to doc.zonemaster.net. Either should work, but I think I agree and it might be better to link to Github instead for these files. What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The links to doc.zonemaster.net are much shorter. I felt the other ones will be too long. In "Changes" the must be visiable. In "RELEASE.md" they could be hidden under some other link name but then the two files are more different than they should be.
Compare:
https://doc.zonemaster.net/v2025.2/configuration/gui/README.md
https://github.com/zonemaster/zonemaster/blob/master/docs/public/configuration/README.md
Co-authored-by: tgreenx <[email protected]>
docs/public/RELEASE.md
Outdated
|
|
||
| ### \[Release information\] | ||
| - Translations have not been fully updated in this release. They will be updated in an upcoming extra release. | ||
| - The GUI in this release has been completely rewritten. Customization has been greatly extended. See Zonemaster-GUI and <https://doc.zonemaster.net/v2025.2/configuration/gui/README.md>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - The GUI in this release has been completely rewritten. Customization has been greatly extended. See Zonemaster-GUI and <https://doc.zonemaster.net/v2025.2/configuration/gui/README.md>. | |
| - The GUI in this release has been completely rewritten. Customization has been greatly extended. See Zonemaster-GUI and [Configuring GUI] document. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we spend too much time on cosmetic changes on this file.
docs/public/RELEASE.md
Outdated
| - Customization of GUI from previous versions requires a migration for this version. See Zonemaster-GUI and <https://doc.zonemaster.net/v2025.2/configuration/gui/README.md>. | ||
| - The Zonemaster URL API has changed. See <https://doc.zonemaster.net/v2025.2/using/gui/api.html>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - Customization of GUI from previous versions requires a migration for this version. See Zonemaster-GUI and <https://doc.zonemaster.net/v2025.2/configuration/gui/README.md>. | |
| - The Zonemaster URL API has changed. See <https://doc.zonemaster.net/v2025.2/using/gui/api.html>. | |
| - Customization of GUI from previous versions requires a migration for this version. See Zonemaster-GUI and [Configuring GUI] document. | |
| - The Zonemaster URL API has changed. See [Configuring GUI API] document. |
| [NOTICE]: https://github.com/zonemaster/zonemaster/blob/master/docs/public/specifications/tests/SeverityLevelDefinitions.md#notice | ||
| [WARNING]: https://github.com/zonemaster/zonemaster/blob/master/docs/public/specifications/tests/SeverityLevelDefinitions.md#warning | ||
|
|
||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| [Configuring GUI]: https://doc.zonemaster.net/v2025.2/configuration/gui/README.html | |
| [Configuring GUI API]: https://doc.zonemaster.net/v2025.2/configuration/gui/api.html | |
| [Using Docker Backend]: https://doc.zonemaster.net/v2025.2/using/backend/Using-Zonemaster-Backend-Docker.html | |
docs/public/RELEASE.md
Outdated
| - Updates "Requirements and normalization of domain names in input" to make removal of leading and trailing space optional ([#1260]). | ||
| - Defines Backend API "batch\_status" to replace "get\_batch\_job\_result" ([#1304]). For implementation see [Zonemaster-Backend]. | ||
|
|
||
| - Adds Dockerfile and Docker image for Backend. See Zonemaster-Backend and <https://doc.zonemaster.net/v2025.2/using/backend/Using-Zonemaster-Backend-Docker.md> (#1441) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - Adds Dockerfile and Docker image for Backend. See Zonemaster-Backend and <https://doc.zonemaster.net/v2025.2/using/backend/Using-Zonemaster-Backend-Docker.md> (#1441) | |
| - Adds Dockerfile and Docker image for Backend. See Zonemaster-Backend and [Using Docker Backend] document (#1441) |
Purpose
This PR updates
Changesanddocs/public/RELEASE.mdwith the same content.How to test this PR
Review.