diff --git a/changes/1689.fix.rst b/changes/1689.fix.rst deleted file mode 100644 index 2e4124e4..00000000 --- a/changes/1689.fix.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed incorrect check for start branch in 'make start_tag'. diff --git a/changes/noissue.1.18.1.notshown.rst b/changes/noissue.1.18.1.notshown.rst deleted file mode 100644 index bbed97de..00000000 --- a/changes/noissue.1.18.1.notshown.rst +++ /dev/null @@ -1 +0,0 @@ -Dummy change for starting new version 1.18.1 diff --git a/changes/noissue.1.feature.rst b/changes/noissue.1.feature.rst deleted file mode 100644 index a017e655..00000000 --- a/changes/noissue.1.feature.rst +++ /dev/null @@ -1,3 +0,0 @@ -Dev: Enhanced the zhmcclient API logging code so that in the debugger, -zhmcclient API functions now have less logging steps to go through until the -actual API function is reached. diff --git a/changes/noissue.2.fix.rst b/changes/noissue.2.fix.rst deleted file mode 100644 index 617edad1..00000000 --- a/changes/noissue.2.fix.rst +++ /dev/null @@ -1,3 +0,0 @@ -Dev: In the make commands to create/update AUTHORS.md, added a reftag to the -'git shortlog' command to fix the issue that without a terminal (e.g. in GitHub -Actions), the command did not display any authors. diff --git a/changes/noissue.3.fix.rst b/changes/noissue.3.fix.rst deleted file mode 100644 index 14a06f65..00000000 --- a/changes/noissue.3.fix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Dev: Fixed checks and missing removal of temp file in make targets for releasing -and starting a version. diff --git a/changes/noissue.4.fix.rst b/changes/noissue.4.fix.rst deleted file mode 100644 index 1aecb5a5..00000000 --- a/changes/noissue.4.fix.rst +++ /dev/null @@ -1,4 +0,0 @@ -Fixed that all password-like properties are no longer written in clear text to -the Python loggers "zhmcclient.api" and "zhmcclient.hmc", but are now blanked -out. Previously, that was done only for the "zhmcclient.hmc" logger for creation -and update of HMC users. diff --git a/changes/noissue.safety.fix.rst b/changes/noissue.safety.fix.rst deleted file mode 100644 index dd208ad5..00000000 --- a/changes/noissue.safety.fix.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed safety issues up to 2024-11-28. diff --git a/docs/changes.rst b/docs/changes.rst index 2dc354b2..346f2a16 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -20,6 +20,36 @@ Change log ---------- .. towncrier start +Version 1.18.1 +^^^^^^^^^^^^^^ + +Released: 2024-11-28 + +**Bug fixes:** + +* Fixed safety issues up to 2024-11-28. + +* Dev: In the make commands to create/update AUTHORS.md, added a reftag to the + 'git shortlog' command to fix the issue that without a terminal (e.g. in GitHub + Actions), the command did not display any authors. + +* Dev: Fixed checks and missing removal of temp file in make targets for releasing + and starting a version. + +* Fixed that all password-like properties are no longer written in clear text to + the Python loggers "zhmcclient.api" and "zhmcclient.hmc", but are now blanked + out. Previously, that was done only for the "zhmcclient.hmc" logger for creation + and update of HMC users. + +* Fixed incorrect check for start branch in 'make start_tag'. (`#1689 `_) + +**Enhancements:** + +* Dev: Enhanced the zhmcclient API logging code so that in the debugger, + zhmcclient API functions now have less logging steps to go through until the + actual API function is reached. + + Version 1.18.0 ^^^^^^^^^^^^^^