Merge pull request #610 from baldarn/master

updated gitea to 1.17.4
This commit is contained in:
Alexandre
2022-12-22 09:54:01 +01:00
committed by GitHub
3 changed files with 5 additions and 3 deletions

View File

@@ -1,4 +1,6 @@
- WARNING : update to supervisor 2022.11 before installing - WARNING : update to supervisor 2022.11 before installing
## 1.17.4 (22-12-2022)
- Update to version 1.17.4 from go-gitea/gitea
## 1.17.3 (17-10-2022) ## 1.17.3 (17-10-2022)
- Update to version 1.17.3 from go-gitea/gitea - Update to version 1.17.3 from go-gitea/gitea

View File

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

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "07-09-2022", "last_update": "22-12-2022",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "gitea", "slug": "gitea",
"source": "github", "source": "github",
"upstream_repo": "go-gitea/gitea", "upstream_repo": "go-gitea/gitea",
"upstream_version": "1.17.3" "upstream_version": "1.17.4"
} }