updated gitea to 1.9.1

This commit is contained in:
baldarn
2023-04-13 11:42:06 +02:00
parent c3fe8c1da6
commit 30c9c36175
3 changed files with 21 additions and 0 deletions

View File

@@ -1,3 +1,12 @@
## 1.19.1 (13-04-2023)
- Update to latest version from go-gitea/gitea
## 1.19.0 (24-03-2023)
- Update to latest version from go-gitea/gitea
- Implemented healthcheck
## 1.18.5 (23-02-2023)
- Update to latest version from go-gitea/gitea
## 1.18.4 (20-02-2023)
- Update to latest version from go-gitea/gitea
## 1.18.3 (23-01-2023)

View File

@@ -37,6 +37,10 @@
},
"slug": "gitea",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/gitea",
<<<<<<< Updated upstream
"version": "1.18.4",
=======
"version": "1.19.1",
>>>>>>> Stashed changes
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
}

View File

@@ -1,8 +1,16 @@
{
<<<<<<< Updated upstream
"last_update": "20-02-2023",
=======
"last_update": "13-04-2023",
>>>>>>> Stashed changes
"repository": "alexbelgium/hassio-addons",
"slug": "gitea",
"source": "github",
"upstream_repo": "go-gitea/gitea",
<<<<<<< Updated upstream
"upstream_version": "1.18.4"
=======
"upstream_version": "1.19.1"
>>>>>>> Stashed changes
}