Skip to content

Commit

Permalink
Release 0.17.0
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Konečný <[email protected]>
  • Loading branch information
Zlopez committed Sep 3, 2019
1 parent 1afe579 commit e2bfe68
Show file tree
Hide file tree
Showing 21 changed files with 84 additions and 20 deletions.
2 changes: 1 addition & 1 deletion anitya/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


__api_version__ = "1.0"
__version__ = "0.16.1"
__version__ = "0.17.0"
83 changes: 83 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,89 @@ Release Notes

.. towncrier release notes start
0.17.0 (2019-09-03)
===================

Features
--------

* Adhere to black's Python 3.6 formatting rules
(`PR#818 <https://github.com/release-monitoring/anitya/pull/818>`_)

* Support multiple version prefixes
(`#655 <https://github.com/release-monitoring/anitya/issues/655>`_)

* Make libraries.io SSE consumer part of Anitya
(`#723 <https://github.com/release-monitoring/anitya/issues/723>`_)

* Check for new versions only when there is any change on the URL till last version was retrieved
(`#730 <https://github.com/release-monitoring/anitya/issues/730>`_)

* Allow fetching releases on Github backend
(`#733 <https://github.com/release-monitoring/anitya/issues/733>`_)

* Add calendar versioning
(`#740 <https://github.com/release-monitoring/anitya/issues/740>`_)

* Add semantic versioning
(`#741 <https://github.com/release-monitoring/anitya/issues/741>`_)


Bug Fixes
---------

* Restore missing closing """ in sample configuration
(`PR#797 <https://github.com/release-monitoring/anitya/pull/797>`_)

* Constrain failure during alembic downgrade
(`PR#812 <https://github.com/release-monitoring/anitya/pull/812>`_)

* Fix createdb.py to now create all tables properly
(`PR#817 <https://github.com/release-monitoring/anitya/pull/817>`_)

* Hide ecosystem field for non admin users
(`#687 <https://github.com/release-monitoring/anitya/issues/687>`_)

* Failures during project addition causes distro mapping to be skipped
(`#735 <https://github.com/release-monitoring/anitya/issues/735>`_)

* Handle status code 403 as rate limit exception on Github backend
(`#790 <https://github.com/release-monitoring/anitya/issues/790>`_)

* Cannot add distro
(`#791 <https://github.com/release-monitoring/anitya/issues/791>`_)

* One revision is skipped when doing `alembic upgrade head`
(`#819 <https://github.com/release-monitoring/anitya/issues/819>`_)


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

* Add docker build to Travis CI tests
(`PR#799 <https://github.com/release-monitoring/anitya/pull/799>`_)

* Change required version for pyasn1
(`PR#812 <https://github.com/release-monitoring/anitya/pull/812>`_)

* Minor packaging cleanup and gitignore additions
(`PR#816 <https://github.com/release-monitoring/anitya/pull/816>`_)

* Fix rabbitmq-server in dev environment
(`#804 <https://github.com/release-monitoring/anitya/issues/804>`_)


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

* Anatoli Babenia
* Michal Konečný
* Samuel Verschelde
* Vincent Fazio


0.16.1 (2019-07-16)
===================

Expand Down
1 change: 0 additions & 1 deletion news/655.feature

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 comments on commit e2bfe68

@z3ntu
Copy link

@z3ntu z3ntu commented on e2bfe68 Sep 7, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, when do you plan on deploying 0.17.0 on release-monitoring.org?

@Zlopez
Copy link
Contributor Author

@Zlopez Zlopez commented on e2bfe68 Sep 8, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's already deployed on staging and tested there right now.

I also need to ask if Fedora 31 Beta freeze is affecting Anitya, if not I will deploy it to production after few days, otherwise I will need to wait till freeze is over.

Please sign in to comment.