update gitea to 1.17.3

This commit is contained in:
baldarn
2022-10-17 10:33:47 +02:00
parent 9e9a1f7868
commit a3ed5de571
3 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
## 1.17.3 (17-10-2022)
- Update to version 1.17.3 from go-gitea/gitea
## 1.17.2.1 (26-09-2022)
- fixed error with ssl

View File

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

View File

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