Upgrade Gitea to 1.15 #338
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://blog.gitea.io/2021/08/gitea-1.15.0-is-released/
Requires a manual migration for Drone, because they improved OAuth key security. We may also have to re-generate its client secret.
Also, if we use
app.ini
(I believe we do), then we should also reflect this permission change in our recipe.Some nice new features in there again. This one would be useful for migrating more of our repos off of GitHub for core work, but have them still be there for new contributors to find and interact with:
https://blog.gitea.io/2021/08/gitea-1.15.0-is-released/#add-push-to-remote-mirror-repository-15157httpsgithubcomgo-giteagiteapull15157
Gitea is now upgraded to
1.15.6
. But I had to remove the expired Let's Encrypt root certificate from/opt/chef/embedded/ssl/cert.pem
oncentaurus
, as explained here:https://github.com/chef/chef/issues/12126#issuecomment-932067530