Skip to content

Commit

Permalink
the-new-hotness 1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
  • Loading branch information
Zlopez committed Dec 8, 2021
1 parent e32eb7d commit c3ec802
Show file tree
Hide file tree
Showing 16 changed files with 69 additions and 15 deletions.
67 changes: 67 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,73 @@ Release notes

.. towncrier release notes start
1.0.0 (2021-12-08)
Features
--------

* Update documentation to current state
(`#228 <https://github.com/fedora-infra/the-new-hotness/issues/228>`_)

* Add SHA512 values to error message about same sources
(`#286 <https://github.com/fedora-infra/the-new-hotness/issues/286>`_)

* Show stdout + stderr from CalledProcessError
(`#333 <https://github.com/fedora-infra/the-new-hotness/issues/333>`_)


Bug Fixes
---------

* Error when constructing hotness.update.drop message
(`#330 <https://github.com/fedora-infra/the-new-hotness/issues/330>`_)

* Save koji task id, even if the build event fails
(`#332 <https://github.com/fedora-infra/the-new-hotness/issues/332>`_)

* Fix the format error when scratch build fails
(`#345 <https://github.com/fedora-infra/the-new-hotness/issues/345>`_)


Development Changes
-------------------

* Provide podman compatibility
(`PR#340 <https://github.com/fedora-infra/the-new-hotness/pull/340>`_)

* Update vagrant environment to F34
(`PR#349 <https://github.com/fedora-infra/the-new-hotness/pull/349>`_)

* Refactor the-new-hotness using CA design
(`#276 <https://github.com/fedora-infra/the-new-hotness/issues/276>`_)

* Migrate to Zuul
(`#309 <https://github.com/fedora-infra/the-new-hotness/issues/309>`_)

* Provide Containerized workflow
(`#336 <https://github.com/fedora-infra/the-new-hotness/issues/336>`_)

* Update filename format of news file to correspond with labels for issues
(`#338 <https://github.com/fedora-infra/the-new-hotness/issues/338>`_)

* Unify exceptions
(`#353 <https://github.com/fedora-infra/the-new-hotness/issues/353>`_)


Others
------

* Release message schema version 1.1.1

Contributors
------------
Many thanks to the contributors of bug reports, pull requests, and pull request
reviews for this release:

* Michal Konečný
* mscherer
* Onur


0.13.4 (2021-02-04)
===================

Expand Down
2 changes: 1 addition & 1 deletion hotness/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

__author__ = "Red Hat, Inc. and others"
__license__ = "LGPLv2+"
__version__ = "0.13.4"
__version__ = "1.0.0"
2 changes: 1 addition & 1 deletion hotness_schema/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name="fedora_messaging_the_new_hotness_schema",
version="1.1.0",
version="1.1.1",
description="JSON schema definitions for messages published by the-new-hotness",
long_description=README,
url="https://github.com/fedora-infra/the-new-hotness",
Expand Down
1 change: 0 additions & 1 deletion news/228.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/276.dev

This file was deleted.

1 change: 0 additions & 1 deletion news/286.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/309.dev

This file was deleted.

1 change: 0 additions & 1 deletion news/330.bug

This file was deleted.

1 change: 0 additions & 1 deletion news/332.bug

This file was deleted.

1 change: 0 additions & 1 deletion news/333.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/336.dev

This file was deleted.

1 change: 0 additions & 1 deletion news/338.dev

This file was deleted.

1 change: 0 additions & 1 deletion news/345.bug

This file was deleted.

1 change: 0 additions & 1 deletion news/353.dev

This file was deleted.

1 change: 0 additions & 1 deletion news/PR340.dev

This file was deleted.

1 change: 0 additions & 1 deletion news/PR349.dev

This file was deleted.

0 comments on commit c3ec802

Please sign in to comment.