mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-12-22 12:54:53 -05:00
8dbd2da593
As of Forgejo 8.0.1 the release notes were only available in the description of the corresponding milestone which is problematic for: - searching - safekeeping The release-notes-published directory is created to remedy those problems: - a copy of all those release notes from the milestones descriptions is added. - a reference is added to the RELEASE-NOTES.md file which will no longer be used. - a symbolic link to the RELEASE-NOTES.md is added for completeness. - the release process will be updated to populate release-notes-published. The RELEASE-NOTES.md file is kept where it is because it is referenced by a number of URLs. The release-notes directory would have been a better name but it is already used for in flight release notes waiting for the next release. Renaming this directory or changing it is rather involved.
6.9 KiB
6.9 KiB
This is a security release. See the documentation for more information on the upgrade procedure.
- Security
The scope of application tokens was not verified when writing containers or Conan packages. This is of no consequence when the user associated with the application token does not have write access to packages. If the user has write access to packages, such a token can be used to write containers and Conan packages. An application token that was used to write containers or Conan packages without the
package:write
scope will now fail with an unauthorized error. It must be re-created to include thepackage:write
scope.
- User Interface bug fixes
- PR (backported): Overflow for images on project cards.
- PR (backported): Allow unreacting from comment popover.
- Bug fixes
- PR (backported): The scope of application tokens is not verified when writing containers or Conan packages.
- PR (backported): When a Forgejo Actions workflow includes a
workflow_dispatch
withinputs
and other events (for instancepush
), it is silently ignored because of a parsing error. - PR: Automerge on AGit pull requests is ignored.
- PR (backported): commit Show lock owner instead of repo owner on LFS setting page.
- PR (backported): commit Render plain text file if the LFS object doesn't exist.
- PR (backported): commit Panic of ssh public key page after deletion of an auth source.
- PR (backported): commit Add missing repository type filter parameters to pager.
- PR (backported): Reverted a change from Gitea which prevented allow/reject reviews on merged or closed PRs. This change was not considered by the Forgejo UI team and there is a consensus that it feels like a regression, since it interferes with workflows known to be used by Forgejo users without providing a tangible benefit.
- PR (backported): Run full PR checks on AGit push.
- Localization
- PR (backported): i18n: update of translations from Codeberg Translate
- PR (backported): i18n: update of translations from Codeberg Translate