update gitea

This commit is contained in:
baldarn
2023-11-28 09:14:27 +01:00
parent 1418140fab
commit 0ed97df234
3 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
## 1.21.1 (28-11-2023)
- Update to latest version from go-gitea/gitea
### 1.21.0-3 (21-11-2023) ### 1.21.0-3 (21-11-2023)
- Minor bugs fixed - Minor bugs fixed
## 1.21.0 (15-11-2023) ## 1.21.0 (15-11-2023)

View File

@@ -90,6 +90,6 @@
"slug": "gitea", "slug": "gitea",
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/gitea", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/gitea",
"version": "1.21.0-3", "version": "1.21.1",
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
} }

View File

@@ -4,5 +4,5 @@
"slug": "gitea", "slug": "gitea",
"source": "github", "source": "github",
"upstream_repo": "go-gitea/gitea", "upstream_repo": "go-gitea/gitea",
"upstream_version": "1.21.0" "upstream_version": "1.21.1"
} }