diff --git a/docs/conf.py b/docs/conf.py index d5d722d8..198ae28f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -242,9 +242,10 @@ #texinfo_show_urls = 'footnote' extlinks = {'redmine': ('https://pulp.plan.io/issues/%s', '#'), - 'fixedbugs': ('https://pulp.plan.io/projects/pulp_ostree/issues?utf8=%%E2%%9C%%93&' - 'set_filter=1&f%%5B%%5D=cf_17&op%%5Bcf_17%%5D=%%3D&v%%5Bcf_17%%5D%%5' - 'B%%5D=%s&f%%5B%%5D=tracker_id&op%%5Btracker_id%%5D=%%3D&v%%5Btracke' - 'r_id%%5D%%5B%%5D=1&f%%5B%%5D=&c%%5B%%5D=tracker&c%%5B%%5D=status&c%' - '%5B%%5D=priority&c%%5B%%5D=cf_5&c%%5B%%5D=subject&c%%5B%%5D=author&' - 'c%%5B%%5D=assigned_to&c%%5B%%5D=cf_3&group_by=', 'bugs fixed in ')} + 'fixedbugs_pulp_ostree': ('https://pulp.plan.io/projects/pulp_ostree/issues?utf8=%%E2%' + '%9C%%93&set_filter=1&f%%5B%%5D=cf_17&op%%5Bcf_17%%5D=%%3D&v' + '%%5Bcf_17%%5D%%5B%%5D=%s&f%%5B%%5D=tracker_id&op%%5Btracker' + '_id%%5D=%%3D&v%%5Btracker_id%%5D%%5B%%5D=1&f%%5B%%5D=&c%%5B' + '%%5D=tracker&c%%5B%%5D=status&c%%5B%%5D=priority&c%%5B%%5D=' + 'cf_5&c%%5B%%5D=subject&c%%5B%%5D=author&c%%5B%%5D=assigned_' + 'to&c%%5B%%5D=cf_3&group_by=', 'bugs fixed in '),} diff --git a/docs/user-guide/release-notes/1.0.x.rst b/docs/user-guide/release-notes/1.0.x.rst index c57abab4..e55e2f36 100644 --- a/docs/user-guide/release-notes/1.0.x.rst +++ b/docs/user-guide/release-notes/1.0.x.rst @@ -27,4 +27,4 @@ API Changes Bugs Fixed ---------- -You can see the :fixedbugs:`list of bugs fixed<1.0.0>`. \ No newline at end of file +You can see the :fixedbugs_pulp_ostree:`list of bugs fixed<1.0.0>`. \ No newline at end of file diff --git a/docs/user-guide/release-notes/1.1.x.rst b/docs/user-guide/release-notes/1.1.x.rst index bf80d586..10112a45 100644 --- a/docs/user-guide/release-notes/1.1.x.rst +++ b/docs/user-guide/release-notes/1.1.x.rst @@ -5,7 +5,7 @@ Pulp OSTree 1.1 Release Notes Pulp OSTree 1.1.1 ================= -You can see the :fixedbugs:`list of bugs fixed<1.1.1>`. +You can see the :fixedbugs_pulp_ostree:`list of bugs fixed<1.1.1>`. Pulp OSTree 1.1.0 @@ -37,4 +37,4 @@ API Changes Bugs Fixed ---------- -You can see the :fixedbugs:`list of bugs fixed<1.1.0>`. +You can see the :fixedbugs_pulp_ostree:`list of bugs fixed<1.1.0>`. diff --git a/docs/user-guide/release-notes/1.2.x.rst b/docs/user-guide/release-notes/1.2.x.rst index 9be6c9dd..defa3f65 100644 --- a/docs/user-guide/release-notes/1.2.x.rst +++ b/docs/user-guide/release-notes/1.2.x.rst @@ -31,4 +31,30 @@ API Changes Bugs Fixed ---------- -You can see the :fixedbugs:`list of bugs fixed<1.2.0>`. +You can see the :fixedbugs_pulp_ostree:`list of bugs fixed<1.2.0>`. + + +Pulp OSTree 1.2.1 +================= + +New Features +------------ + +- Support has been added to `repair` a corrupted :term:`local` repository. + Using the optional `--repair` or `-r` option, the importer will repair corrupted :term:`storage`. + The repair may require that the `storage` be deleted and recreated. This option + should only be used as a last resort. + + +API Changes +----------- + +- A ``repair`` property has been added to the importer configuration. When true, the importer + will repair a corrupted :term:`local` repository. + + + +Bugs Fixed +---------- + +You can see the :fixedbugs_pulp_ostree:`list of bugs fixed<1.2.1>`.