diff --git a/changes/2087.fix.rst b/changes/2087.fix.rst deleted file mode 100644 index 8c68887a..00000000 --- a/changes/2087.fix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fixed a JSONDecodeError when a STOMP notification from the HMC contained the -empty string as the message body, by tolerating that. diff --git a/changes/2122.fix.rst b/changes/2122.fix.rst deleted file mode 100644 index 2e8744a0..00000000 --- a/changes/2122.fix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fixed the issue that the zhmcclient mock support returned write-only properties -of resources in Get and List operations. diff --git a/changes/noissue.1.25.1.notshown.rst b/changes/noissue.1.25.1.notshown.rst deleted file mode 100644 index 6e109de4..00000000 --- a/changes/noissue.1.25.1.notshown.rst +++ /dev/null @@ -1 +0,0 @@ -Dummy change for starting new version 1.25.1 diff --git a/changes/noissue.29.fix.rst b/changes/noissue.29.fix.rst deleted file mode 100644 index df5fcf14..00000000 --- a/changes/noissue.29.fix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fixed the check for the maximum length of the commit message title to -tolerate squash merges, which add the PR number at the end of the line. diff --git a/changes/noissue.deendabot.fix.rst b/changes/noissue.deendabot.fix.rst deleted file mode 100644 index 5d4e734d..00000000 --- a/changes/noissue.deendabot.fix.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed dependabot issues up to 2026-05-12. diff --git a/changes/noissue.mend.fix.rst b/changes/noissue.mend.fix.rst deleted file mode 100644 index b984ba8c..00000000 --- a/changes/noissue.mend.fix.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed Mend issues up to 2026-02-26. diff --git a/changes/noissue.mendscan.fix.rst b/changes/noissue.mendscan.fix.rst deleted file mode 100644 index 4bae2509..00000000 --- a/changes/noissue.mendscan.fix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Added a step to the release instructions for checking Mend issues in the -internal copy of the repo. diff --git a/changes/noissue.safety.fix.rst b/changes/noissue.safety.fix.rst deleted file mode 100644 index 6f50fe8f..00000000 --- a/changes/noissue.safety.fix.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed safety issues up to 2026-05-12. diff --git a/changes/noissue.stomp.fix.rst b/changes/noissue.stomp.fix.rst deleted file mode 100644 index c758544f..00000000 --- a/changes/noissue.stomp.fix.rst +++ /dev/null @@ -1,3 +0,0 @@ -Pinned the version of stomp.py to <8.3.0, because version 8.3.0 caused problems -with the zhmcclient library, and because version 8.3.0 on Pypi has no -corresponding changes in the source code repository of stomp.py. diff --git a/docs/changes.rst b/docs/changes.rst index 1441ed08..63a850b5 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -30,6 +30,36 @@ Change log .. include:: tmp_changes.rst .. towncrier start +Version 1.25.1 +^^^^^^^^^^^^^^ + +Released: 2026-05-12 + +**Bug fixes:** + +* Fixed dependabot issues up to 2026-05-12. + +* Fixed Mend issues up to 2026-02-26. + +* Added a step to the release instructions for checking Mend issues in the + internal copy of the repo. + +* Fixed safety issues up to 2026-05-12. + +* Pinned the version of stomp.py to <8.3.0, because version 8.3.0 caused problems + with the zhmcclient library, and because version 8.3.0 on Pypi has no + corresponding changes in the source code repository of stomp.py. + +* Fixed the check for the maximum length of the commit message title to + tolerate squash merges, which add the PR number at the end of the line. + +* Fixed a JSONDecodeError when a STOMP notification from the HMC contained the + empty string as the message body, by tolerating that. (`#2087 `_) + +* Fixed the issue that the zhmcclient mock support returned write-only properties + of resources in Get and List operations. (`#2122 `_) + + Version 1.25.0 ^^^^^^^^^^^^^^