Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Oct 10, 2024
1 parent 1babb08 commit bf34347
Show file tree
Hide file tree
Showing 20 changed files with 61 additions and 31 deletions.
1 change: 0 additions & 1 deletion changes/48.feature.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changes/58.feature.rst

This file was deleted.

3 changes: 0 additions & 3 deletions changes/59.feature.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changes/62.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/63.feature.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changes/70.cleanup.rst

This file was deleted.

3 changes: 0 additions & 3 deletions changes/70.feature.1.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changes/70.feature.2.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/81.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/85.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/88.fix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/noissue.1.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/noissue.1.fix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/noissue.2.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/noissue.2.fix.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changes/noissue.3.feature.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changes/noissue.3.fix.rst

This file was deleted.

3 changes: 0 additions & 3 deletions changes/noissue.4.fix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/noissue.safety.fix.rst

This file was deleted.

61 changes: 61 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,67 @@ Change log
.. ============================================================================
.. towncrier start
Version 1.0.0
^^^^^^^^^^^^^

Released: 2024-10-10

**Bug fixes:**

* Addressed safety issues up to 2024-08-18.

* Test: Fixed coveralls not found on MacOS with Python 3.9-3.11.

* Test: Resolved new issues reported by Pylint 3.3.

* Dev: Fixed checks and missing removal of temp file in make targets for releasing
and starting a version.

* 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.

* Fixed incorrect check for start branch in 'make start_tag'. (`#88 <https://github.com/zhmcclient/zhmc-log-forwarder/issues/88>`_)

**Enhancements:**

* Changed 'make install' to install in non-editable mode.

* Dev: Relaxed the conditions when safety issues are tolerated.

* Dev: The AUTHORS.md file is now updated when building the distribution
archives.

* Migrated to pyproject.toml. (`#48 <https://github.com/zhmcclient/zhmc-log-forwarder/issues/48>`_)

* Added support for running the 'ruff' checker via "make ruff" and added that
to the test workflow. (`#58 <https://github.com/zhmcclient/zhmc-log-forwarder/issues/58>`_)

* Added support for running the 'bandit' checker with a new make target
'bandit', and added that to the GitHub Actions test workflow.
Adjusted the code in order to pass the bandit check. (`#59 <https://github.com/zhmcclient/zhmc-log-forwarder/issues/59>`_)

* Support for and test of Python 3.13.0-rc.1. Needed to increase the minimum
versions of PyYAML to 6.0.2. (`#62 <https://github.com/zhmcclient/zhmc-log-forwarder/issues/62>`_)

* Test: Added tests for Python 3.13 (final version). (`#63 <https://github.com/zhmcclient/zhmc-log-forwarder/issues/63>`_)

* Dev: Encapsulated the starting of a new version into new 'start_branch' and
'start_tag' make targets. See the development documentation for details. (`#70 <https://github.com/zhmcclient/zhmc-log-forwarder/issues/70>`_)

* Dev: Encapsulated the releasing of a version to PyPI into new 'release_branch'
and 'release_publish' make targets. See the development documentation for
details. (`#70 <https://github.com/zhmcclient/zhmc-log-forwarder/issues/70>`_)

* Added support for building a Docker container that runs the log forwarder. (`#81 <https://github.com/zhmcclient/zhmc-log-forwarder/issues/81>`_)

* Increased zhmcclient to 1.18.0 to pick up fixes. (`#85 <https://github.com/zhmcclient/zhmc-log-forwarder/issues/85>`_)

**Cleanup:**

* Dev: Dropped the 'make upload' target, because the release to PyPI has
been migrated to using a publish workflow. (`#70 <https://github.com/zhmcclient/zhmc-log-forwarder/issues/70>`_)


Version 0.12.0
^^^^^^^^^^^^^^
Expand Down

0 comments on commit bf34347

Please sign in to comment.