#2921 Release notes 1.25.1
Merged 2 years ago by tkopecek. Opened 2 years ago by tkopecek.
tkopecek/koji issue2920  into  master

@@ -5,6 +5,7 @@ 

  .. toctree::

      :maxdepth: 1

  

+     release_notes_1.25.1

      release_notes_1.25

      release_notes_1.24.1

      release_notes_1.24

@@ -0,0 +1,78 @@ 

+ Koji 1.25.1 Release notes

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

+ 

+ All changes can be found at `pagure <https://pagure.io/koji/roadmap/1.25.1/>`_.

+ Most important changes are listed here.

+ 

+ Migrating from Koji 1.25

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

+ 

+ No special actions are needed.

+ 

+ Security Fixes

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

+ 

+ None

+ 

+ Library changes

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

+ 

+ **return taskLabel for unknown tasks**

+ 

+ Regression fix - some external plugins was represented in web/console UI by

+ "malformed task" description. Now we're back with proper method name and

+ architecture.

+ 

+ | PR: https://pagure.io/koji/pull-request/2906

+ 

+ 

+ Hub Changes

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

+ 

+ **fix SQL condition**

+ 

+ | PR: https://pagure.io/koji/pull-request/2898

+ 

+ Change in 1.25 caused an error in ``listTagged`` with ``type`` option. Fixed.

+ 

+ **use "name" in result of lookup_name for CGs**

+ 

+ | PR: https://pagure.io/koji/pull-request/2916

+ 

+ New ``cg_match`` policy test returned dicts not cg names, so checking was not

+ working correctly.

+ 

+ **clean noisy error log**

+ 

+ | PR: https://pagure.io/koji/pull-request/2932

+ 

+ Removed debug message which cluttered httpd logs in 1.25.

+ 

+ Web Changes

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

+ 

+ **Drop download link from deleted build**

+ 

+ | PR: https://pagure.io/koji/pull-request/2896

+ 

+ If build is deleted we don't display download links to not confue the users.

+ 

+ **Fix getting tag ID for buildMaven taskinfo page.**

+ 

+ | PR: https://pagure.io/koji/pull-request/2900

+ 

+ ``buildMaven`` taskinfo page was broken for deleted builds.

+ 

+ Documentation/DevTools Changes

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

+ **update .coveragerc to ignore p3 code**

+ 

+ | PR: https://pagure.io/koji/pull-request/2881

+ 

+ **docs for KojiHubCA/ClientCA**

+ 

+ | PR: https://pagure.io/koji/pull-request/2888

+ 

+ **tests - Add support for running tox with specific test(s)**

+ 

+ | PR: https://pagure.io/koji/pull-request/2890

file modified
+13 -1
@@ -78,7 +78,7 @@ 

  %define release %{baserelease}

  %endif

  Name: koji

- Version: 1.25.0

+ Version: 1.25.1

  Release: %{release}%{?dist}

  License: LGPLv2 and GPLv2+

  # the included arch lib from yum's rpmUtils is GPLv2+
@@ -616,6 +616,18 @@ 

  %systemd_postun kojira.service

  

  %changelog

+ * Mon Jun 06 2021 Tomas Kopecek <tkopecek at redhat.com> - 1.25.1-1

+ - PR#2849 hub: replace with py3 exception

+ - PR#2881 update .coveragerc to ignore p3 code

+ - PR#2888 web: docs for KojiHubCA/ClientCA

+ - PR#2889 kojihub - Use parse_task_params rather than manual task parsing

+ - PR#2890 tests - Add support for running tox with specific test(s)

+ - PR#2896 Drop download link from deleted build

+ - PR#2898 hub: fix SQL condition

+ - PR#2900 kojiweb - Fix getting tag ID for buildMaven taskinfo page.

+ - PR#2906 lib: return taskLabel for unknown tasks

+ - PR#2916 [policy] use "name" in result of lookup_name for CGs 

+ 

  * Mon May 10 2021 Tomas Kopecek <tkopecek at redhat.com> - 1.25.0-1

  - PR#2844: protonmsg: use consistent data format for messages

  - PR#2764: kojira: faster startup

file modified
+1 -1
@@ -1,2 +1,2 @@ 

- __version_info__ = (1, 25, 0)

+ __version_info__ = (1, 25, 1)

  __version__ = '.'.join([str(x) for x in __version_info__])

Metadata Update from @tkopecek:
- Pull-request tagged with: no_qe

2 years ago

rebased onto 6550dc5e485242a16e37dc6bdcb3ae7a8d4b0e92

2 years ago

rebased onto bdb9f91

2 years ago

Commit 49fe78d fixes this pull-request

Pull-Request has been merged by tkopecek

2 years ago