Skip to content
This repository was archived by the owner on Jan 14, 2021. It is now read-only.

Commit b07055e

Browse files
committed
Merge branch 'release/0.6.0' into develop
2 parents bfc3ecf + 03e698c commit b07055e

File tree

2 files changed

+50
-1
lines changed

2 files changed

+50
-1
lines changed

CHANGELOG.rst

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,53 @@
11

2+
0.6.0
3+
-----
4+
5+
Pull Requests
6+
7+
- (@ralphbean) #57, srpm_nevra must not be set when arch is src.
8+
https://github.com/fedora-infra/pdc-updater/pull/57
9+
- (@ralphbean) #62, Force creation of parent with type during initialization.
10+
https://github.com/fedora-infra/pdc-updater/pull/62
11+
- (@ralphbean) #60, Populate the dist_git_branch value...
12+
https://github.com/fedora-infra/pdc-updater/pull/60
13+
- (@ralphbean) #61, Also construct container tags from stable updates tags.
14+
https://github.com/fedora-infra/pdc-updater/pull/61
15+
- (@mprahl) #63, Add a handler so that PDC branches are EOL'd when the branch is retired
16+
https://github.com/fedora-infra/pdc-updater/pull/63
17+
- (@mprahl) #64, Add some missing doc strings to RetireComponentHandler
18+
https://github.com/fedora-infra/pdc-updater/pull/64
19+
- (@ralphbean) #66, Some changes to the retirement handler...
20+
https://github.com/fedora-infra/pdc-updater/pull/66
21+
22+
Commits
23+
24+
- 6118478b5 srpm_nevra must not be set when arch is src.
25+
https://github.com/fedora-infra/pdc-updater/commit/6118478b5
26+
- 600b6175e Populate the dist_git_branch value...
27+
https://github.com/fedora-infra/pdc-updater/commit/600b6175e
28+
- 17edf56ad Also construct container tags from stable updates tags.
29+
https://github.com/fedora-infra/pdc-updater/commit/17edf56ad
30+
- 7a022d494 Force creation of parent with type during initialization.
31+
https://github.com/fedora-infra/pdc-updater/commit/7a022d494
32+
- b7341977a Add a handler so that PDC branches are EOL'd when the branch is retired
33+
https://github.com/fedora-infra/pdc-updater/commit/b7341977a
34+
- 31f7caf33 Break retirement out into its own staticmethod.
35+
https://github.com/fedora-infra/pdc-updater/commit/31f7caf33
36+
- e2eeec935 Write an init method.
37+
https://github.com/fedora-infra/pdc-updater/commit/e2eeec935
38+
- e132ab502 Add Docstrings to RetireComponentHandler
39+
https://github.com/fedora-infra/pdc-updater/commit/e132ab502
40+
- e2d52896c Add the audit function to the RetireComponentHandler handler
41+
https://github.com/fedora-infra/pdc-updater/commit/e2d52896c
42+
- bcb112faa Add some missing doc strings to RetireComponentHandler
43+
https://github.com/fedora-infra/pdc-updater/commit/bcb112faa
44+
- 3a2cef32e Make these two work functions re-try-able.
45+
https://github.com/fedora-infra/pdc-updater/commit/3a2cef32e
46+
- fe8af401d Check pagure instead of cgit.
47+
https://github.com/fedora-infra/pdc-updater/commit/fe8af401d
48+
- e1b0542b4 Fix those mocks.
49+
https://github.com/fedora-infra/pdc-updater/commit/e1b0542b4
50+
251
0.5.9
352
-----
453

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
setup(
2323
name='pdc-updater',
24-
version='0.5.9',
24+
version='0.6.0',
2525
description='Update the product-definition-center in response to fedmsg',
2626
license='GPLv2+',
2727
author='Ralph Bean',

0 commit comments

Comments
 (0)