Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
  • Loading branch information
sayanchowdhury committed May 7, 2018
1 parent 54fc21c commit 185a8da
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/index.rst
Expand Up @@ -34,6 +34,11 @@ Contents:
development/contribution
development/testing

.. toctree::
:maxdepth: 1

release_notes

Community
=========

Expand Down
44 changes: 44 additions & 0 deletions docs/release_notes.rst
@@ -0,0 +1,44 @@
=============
Release Notes
=============


2.0.0
=====

Deprecation
-----------

* The fedmsg message ``fedimg.image.upload`` has been deprecated for all other
regions other than the ``base_region``
(`#97 <https://github.com/fedora-infra/fedimg/pull/97>`_).


Bug fixes
---------

* Refactor the ``FedimgConsumer`` to handle F28 Two week Atomic
(`#123 <https://github.com/fedora-infra/fedimg/pull/123>`_).

Developer Improvements
----------------------

* Fix the tests for ``utils.py``
(`#124 <https://github.com/fedora-infra/fedimg/pull/124>`_).
* Fix the FSF address in setup.py messed up during the version bump
(`#127 <https://github.com/fedora-infra/fedimg/pull/127>`_).
* Migrate from nose to pytest
(`#128 <https://github.com/fedora-infra/fedimg/pull/128>`_).
* Fix the filename type for CHANGELOG.rst
(`#129 <https://github.com/fedora-infra/fedimg/pull/129>`_).
* Raise exceptions when shell execution fails
(`#130 <https://github.com/fedora-infra/fedimg/pull/130>`_).
* Refactor the docs to use sphinx, and update the latest architecture
(`#131 <https://github.com/fedora-infra/fedimg/pull/131>`_).

Contributors
------------

The following developers contributed patches to Fedimg 2.0.0:

- Sayan Chowdhury
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -24,7 +24,7 @@

setup(
name='fedimg',
version='1.3.0',
version='2.0.0',
description='Automatically upload Fedora Cloud images to cloud providers',
classifiers=[
"Programming Language :: Python :: 2.7",
Expand Down

0 comments on commit 185a8da

Please sign in to comment.