This commit is contained in:
Alexandre
2022-09-08 23:00:13 +02:00
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) ## 1.17.1 (01-09-2022)
- Update to latest version from go-gitea/gitea - 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", "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.1", "version": "1.17.2",
"webui": "http://[HOST]:[PORT:3000]" "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", "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.1" "upstream_version": "1.17.2"
} }