#2283 doc: release notes 2022-08-18
Merged 2 years ago by praiskup. Opened 2 years ago by praiskup.
Unknown source relnotes-2022-08-18  into  main

@@ -0,0 +1,47 @@

+ .. _release_notes_2022_08_18:

+ 

+ Highlights from 2022-08-18 release

+ ==================================

+ 

+ Updated client packages are shipped in `Fedora 35`_,

+ `Fedora 36`_, `EPEL 7`_, `EPEL 8`_, and `EPEL 9`_ Bodhi updates.

+ 

+ Packit integration

+ ------------------

+ 

+ The `Packit service`_ is using a single Fedora Copr account ``packit`` for doing

+ all the heavy Copr work.  Therefore Packit users need to explicitly allow the

+ ``packit`` user to at least build in, or even administer their Copr projects in

+ order to integrate the services.

+ 

+ Packit service reacts on events in many forge (currently GitHub) projects.

+ But typically only one forge project (or a small set) should build into

+ the pre-configured Copr project.  That's why there's a new option

+ Copr-side to specify the set of forge projects that can build in given

+ Copr project::

+ 

+     $ copr create --packit-forge-project-allowed github.com/owner/projectname

+     $ copr modify --packit-forge-project-allowed github.com/owner/projectname

+ 

+ This is going to be better documented Packit-side.

+ 

+ 

+ RPM download statistics

+ -----------------------

+ 

+ Fedora Copr build results have been served through the AWS CloudFront "proxy"

+ for some time already.  So it's been a bit harder task to calculate the RPM

+ downloads numbers (`RHBZ 1483218`_).  This release brings several enhancements

+ and fixes for the stats calculation mechanism, so we should be able to again

+ provide the downloads statistics very soon.

+ 

+ 

+ .. _`Fedora 35`: https://bodhi.fedoraproject.org/updates/FEDORA-2022-456b3b30e7

+ .. _`Fedora 36`: https://bodhi.fedoraproject.org/updates/FEDORA-2022-456b3b30e7

+ .. _`EPEL 7`: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-9a10937ed4

+ .. _`EPEL 8`: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-c61f647658

+ .. _`EPEL 9`: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-88150b1edf

+ 

+ .. _`Packit service`: https://packit.dev/docs/

+ 

+ .. _`RHBZ 1483218`: https://bugzilla.redhat.com/1483218

file modified
+1
@@ -5,6 +5,7 @@

  

  .. toctree::

  

+    release-notes/2022-08-18

     release-notes/2022-07-27

     release-notes/2022-06-22

     release-notes/2022-04-05

no initial comment

Build succeeded.

Commit 22ee702 fixes this pull-request

Pull-Request has been merged by praiskup

2 years ago