Merge pull request #468 from baldarn/master

update gitea addon
This commit is contained in:
Alexandre
2022-09-08 22:43:29 +02:00
committed by GitHub
3 changed files with 5 additions and 6 deletions

View File

@@ -1,6 +1,5 @@
## 1.17.2 (07-09-2022)
- Update to version 1.17.2 from go-gitea/gitea
## 1.17.1 (01-09-2022)
- Update to latest version from go-gitea/gitea
## 24.0.3 (X-8-2022)
- creation of gitea add-on

View File

@@ -32,6 +32,6 @@
},
"slug": "gitea",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/gitea",
"version": "1.17.1",
"version": "1.17.2",
"webui": "http://[HOST]:[PORT:3000]"
}

View File

@@ -1,8 +1,8 @@
{
"last_update": "01-09-2022",
"last_update": "07-09-2022",
"repository": "alexbelgium/hassio-addons",
"slug": "gitea",
"source": "github",
"upstream_repo": "go-gitea/gitea",
"upstream_version": "1.17.1"
"upstream_version": "1.17.2"
}