include pr 4587 in notes, fix typo, and bump date
This commit is contained in:
parent
02529ebdc3
commit
0b55dafdd1
2 changed files with 11 additions and 2 deletions
|
|
@ -37,6 +37,14 @@ See also: :doc:`../migrations/migrating_to_1.36`
|
|||
This fixes issues with session renewal in 1.36.
|
||||
|
||||
|
||||
**Allow restarted tasks to recycle their existing draft builds**
|
||||
|
||||
| PR: https://forge.fedoraproject.org/koji/koji/pulls/4587
|
||||
|
||||
This fixes an issue where restarted tasks could leave lingering duplicate
|
||||
draft builds in the BUILDING state
|
||||
|
||||
|
||||
**Make templates compatible for jinja 2.10**
|
||||
|
||||
| PR: https://forge.fedoraproject.org/koji/koji/pulls/4563
|
||||
|
|
@ -90,7 +98,8 @@ This does a better job of normalizing the scm path
|
|||
|
||||
This hub policy test is true if a tag operation is triggered by a tagBuild subtask.
|
||||
|
||||
When this is true, it means the tag operation is part of a builder workflow. E.g. tagging at the end of a build task
|
||||
When this is true, it means the tag operation is part of a builder workflow,
|
||||
e.g. tagging at the end of a build task.
|
||||
This can be used to avoid breaking build target workflows when crafting strict tag policies.
|
||||
|
||||
See also: :doc:`../defining_hub_policies`
|
||||
|
|
|
|||
|
|
@ -696,7 +696,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jun 24 2026 Mike McLean <mikem at redhat.com> - 1.36.1-1
|
||||
* Wed Jul 8 2026 Mike McLean <mikem at redhat.com> - 1.36.1-1
|
||||
- Koji 1.36.1 release
|
||||
|
||||
* Tue Feb 17 2026 Mike McLean <mikem at redhat.com> - 1.36.0-1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue