This repository was archived by the owner on Aug 9, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,6 +34,11 @@ Contents:
3434 development/contribution
3535 development/testing
3636
37+ .. toctree ::
38+ :maxdepth: 1
39+
40+ release_notes
41+
3742Community
3843=========
3944
Original file line number Diff line number Diff line change 1+ =============
2+ Release Notes
3+ =============
4+
5+
6+ 2.0.0
7+ =====
8+
9+ Deprecation
10+ -----------
11+
12+ * The fedmsg message ``fedimg.image.upload `` has been deprecated for all other
13+ regions other than the ``base_region ``
14+ (`#97 <https://github.com/fedora-infra/fedimg/pull/97 >`_).
15+
16+
17+ Bug fixes
18+ ---------
19+
20+ * Refactor the ``FedimgConsumer `` to handle F28 Two week Atomic
21+ (`#123 <https://github.com/fedora-infra/fedimg/pull/123 >`_).
22+
23+ Developer Improvements
24+ ----------------------
25+
26+ * Fix the tests for ``utils.py ``
27+ (`#124 <https://github.com/fedora-infra/fedimg/pull/124 >`_).
28+ * Fix the FSF address in setup.py messed up during the version bump
29+ (`#127 <https://github.com/fedora-infra/fedimg/pull/127 >`_).
30+ * Migrate from nose to pytest
31+ (`#128 <https://github.com/fedora-infra/fedimg/pull/128 >`_).
32+ * Fix the filename type for CHANGELOG.rst
33+ (`#129 <https://github.com/fedora-infra/fedimg/pull/129 >`_).
34+ * Raise exceptions when shell execution fails
35+ (`#130 <https://github.com/fedora-infra/fedimg/pull/130 >`_).
36+ * Refactor the docs to use sphinx, and update the latest architecture
37+ (`#131 <https://github.com/fedora-infra/fedimg/pull/131 >`_).
38+
39+ Contributors
40+ ------------
41+
42+ The following developers contributed patches to Fedimg 2.0.0:
43+
44+ - Sayan Chowdhury
Original file line number Diff line number Diff line change 2424
2525setup (
2626 name = 'fedimg' ,
27- version = '1.3 .0' ,
27+ version = '2.0 .0' ,
2828 description = 'Automatically upload Fedora Cloud images to cloud providers' ,
2929 classifiers = [
3030 "Programming Language :: Python :: 2.7" ,
You can’t perform that action at this time.
0 commit comments