updated gitea to 1.18.3

This commit is contained in:
baldarn
2023-01-23 17:39:37 +01:00
parent 6d6ce7ec09
commit 4e48d81c55
3 changed files with 6 additions and 4 deletions

View File

@@ -1,3 +1,5 @@
## 1.18.3 (23-01-2023)
- Update to latest version from go-gitea/gitea
## 1.18.2 (21-01-2023) ## 1.18.2 (21-01-2023)
- Update to latest version from go-gitea/gitea - Update to latest version from go-gitea/gitea

View File

@@ -1,7 +1,7 @@
{ {
"build_from": { "build_from": {
"aarch64": "gitea/gitea:1.18.1", "aarch64": "gitea/gitea:1.18.3",
"amd64": "gitea/gitea:1.18.1" "amd64": "gitea/gitea:1.18.3"
}, },
"codenotary": { "codenotary": {
"signer": "alexandrep.github@gmail.com" "signer": "alexandrep.github@gmail.com"

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "21-01-2023", "last_update": "23-01-2023",
"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.18.2" "upstream_version": "1.18.3"
} }