system-config/docker
Clark Boylan 1654759865 Update gitea to 1.19.3
Gitea 1.19 is here. Release notes can be found at:

  https://github.com/go-gitea/gitea/blob/v1.19.3/CHANGELOG.md

I've highlighted the breaking changes entries in this commit message
with notes on whether or not this affects us.

* 1.19.0
  * Add loading yaml label template files (#22976) (#23232)
    * I think this is for auto applying labels to PRs? Shouldn't affect
      us.
  * Make issue and code search support camel case for Bleve (#22829)
    * We don't rely on code search in gitea yet, but this seems like a
      good addition.
  * Repositories: by default disable all units except code and pulls on forks (#22541)
    * We don't allow forks so this shouldn't affect us.
  * Support template for merge message description (#22248)
    * We don't do merging via gitea so this shouldn't affect us.
  * Remove ONLY_SHOW_RELEVANT_REPOS setting (#21962)
    * We don't set this flag in our app.ini config file.
  * Implement actions (#21937)
    * They are disabled by default, but I've explicitly disabled them as
      we use Zuul.
  * Remove deprecated DSA host key from Docker Container (#21522)
    * Our installatins were all created prior to this update which
      generated DSA keys. We can go and manually clean them up with
      gitea disabled if we like.
  * Improve valid user name check (#20136)
    * As long as our CI job is able to create the necessary accounts we
      should be fine.

* 1.19.1
  * Rename actions unit to repo.actions and add docs for it (#23733) (#23881)
    * app.ini.j2 updated to use repo.actions to disable the repo unit.

* 1.19.2
  * No breaking changes listed.

* 1.19.3
  * No breaking changes listed.

In addition to the breaking changes upstream has updated to golang 1.20
and nodejs 18. We update our image to match.

In 1.19.0 and 1.19.1 org listing required authentication which was a new
change/regression in [0] gitea. I have updated the logo update role to
drop authentication details to make it clear this API should be publicly
accessible. In earlier patchsets I was forcing basic auth due to another
bug [1] which is not correct as we expect this API to be public.
Updating the role this way makes that more clear.

Finally the usual template updates are applied to keep our forked
templates in line with upstream. There were no template changes between
1.19.0, 1.19.1, 1.19.2, and 1.19.3 according to git diff.

[0] https://github.com/go-gitea/gitea/issues/24159
[1] https://github.com/go-gitea/gitea/issues/24160

Change-Id: I5570deaf505a27c8c90c58896de990a4d2d44530
2023-05-03 14:42:08 -07:00
..
accessbot Update accessbot to Use Python 3.11 Base Images 2023-04-25 12:29:38 +09:00
etherpad Update etherpad to 1.8.18 2022-05-06 09:09:36 -07:00
gerrit Update Gerrit 3.7 to 3.7.2 2023-03-28 07:48:01 +11:00
gitea Update gitea to 1.19.3 2023-05-03 14:42:08 -07:00
gitea-init Be explicit about using python3 in docker images 2020-06-09 09:30:56 -07:00
haproxy-statsd Merge "Add logging During Statup for haproxy-statsd" 2023-05-01 04:26:10 +00:00
hound Update Hound to Use Python 3.11 Base Images 2023-04-26 19:53:37 +09:00
ircbot Install Limnoria from upstream 2022-07-13 22:01:33 +00:00
jinja-init Fixup jinja-init image 2022-10-14 14:21:34 -07:00
mailman Fork the maxking/docker-mailman images 2022-11-21 16:51:02 +00:00
matrix-eavesdrop Update matrix-eavesdrop image to bullseye 2021-12-13 09:12:10 -08:00
python-base Update our base python images 2023-02-07 09:58:02 -08:00
python-builder Update our base python images 2023-02-07 09:58:02 -08:00
refstack Install refstack with openstack constraints 2022-08-30 14:20:21 -07:00
uwsgi-base Merge "Cleanup uwsgi build hacks" 2022-11-10 17:32:29 +00:00
zookeeper-statsd Force zookeeper-statsd rebuild 2023-05-01 12:43:02 -07:00