Bump gitea version to 1.15.11 #290

Closed
karel.bilek wants to merge 1 commits from master into main
karel.bilek commented 2022-02-07 05:50:32 +00:00 (Migrated from gitea.com)

U2F started breaking in Chrome, making this a pressing issue for us.

U2F started breaking in Chrome, making this a pressing issue for us.
karel.bilek commented 2022-02-07 06:10:27 +00:00 (Migrated from gitea.com)

hm, but in 1.15.11, I still see (in Chrome)

"Your browser does not support U2F security keys."

ok whatever, no time to debug your software now, will file bug report if I have time

hm, but in 1.15.11, I still see (in Chrome) "Your browser does not support U2F security keys." ok whatever, no time to debug your software now, will file bug report if I have time
karel.bilek commented 2022-02-07 06:13:01 +00:00 (Migrated from gitea.com)

Ah, I misread the changelog; 1.15.11 does not support webauthn yet; 1.16.0 does.

This chart still has 1.15.11

So this helm chart is now still broken in Chrome for me :/

Ah, I misread the changelog; 1.15.11 does not support webauthn yet; 1.16.0 does. This chart still has 1.15.11 So this helm chart is now still broken in Chrome for me :/
luhahn commented 2022-02-07 08:13:21 +00:00 (Migrated from gitea.com)

You can easily set the image version yourself:

image:
  repository: gitea/gitea
  tag: 1.16.0
  pullPolicy: Always
  rootless: false # only possible when running 1.14 or later

just set this in your values :)

You can easily set the image version yourself: ```yaml image: repository: gitea/gitea tag: 1.16.0 pullPolicy: Always rootless: false # only possible when running 1.14 or later ``` just set this in your values :)
karel.bilek commented 2022-02-07 09:18:47 +00:00 (Migrated from gitea.com)

Ah ok

Ah ok
lunny commented 2022-02-08 01:44:21 +00:00 (Migrated from gitea.com)

Since 1.16.1 is out, I would like to upgrade to 1.16.1 directly.

Since 1.16.1 is out, I would like to upgrade to 1.16.1 directly.

Pull request closed

Sign in to join this conversation.
No description provided.