updated gitea to 1.8.1

This commit is contained in:
baldarn
2023-01-19 08:39:21 +01:00
parent e8d16881cc
commit f26e846373
4 changed files with 7 additions and 5 deletions

View File

@@ -1,4 +1,6 @@
## 1.18.1 (19-01-2023)
- Update to latest version from go-gitea/gitea
## 1.18.0 (31-12-2022)
- Update to latest version from go-gitea/gitea
- WARNING : update to supervisor 2022.11 before installing

View File

@@ -1,7 +1,7 @@
{
"build_from": {
"aarch64": "gitea/gitea:1.17.4",
"amd64": "gitea/gitea:1.17.4"
"aarch64": "gitea/gitea:1.18.1",
"amd64": "gitea/gitea:1.18.1"
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"

View File

@@ -37,6 +37,6 @@
},
"slug": "gitea",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/gitea",
"version": "1.18.0",
"version": "1.18.1",
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
}

View File

@@ -1,8 +1,8 @@
{
"last_update": "31-12-2022",
"last_update": "19-02-2023",
"repository": "alexbelgium/hassio-addons",
"slug": "gitea",
"source": "github",
"upstream_repo": "go-gitea/gitea",
"upstream_version": "1.18.0"
"upstream_version": "1.18.1"
}