kapp: Update to version 0.40.0

This commit is contained in:
Jakub Čábera 2021-09-15 10:29:58 -07:00
parent 15d6f7669c
commit 7172e5a962
2 changed files with 4 additions and 6 deletions

View File

@ -1,12 +1,12 @@
{
"version": "0.39.0",
"version": "0.40.0",
"description": "A simple deployment tool focused on the concept of Kubernetes application",
"homepage": "https://carvel.dev/kapp/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/vmware-tanzu/carvel-kapp/releases/download/v0.39.0/kapp-windows-amd64.exe#/kapp.exe",
"hash": "407c7703a6403ea4543d7f92399f6b2ef8fa7144e3b37ab1ab1d837725973f3b"
"url": "https://github.com/vmware-tanzu/carvel-kapp/releases/download/v0.40.0/kapp-windows-amd64.exe#/kapp.exe",
"hash": "addcd942895f12f15dfe77ddeec91ad256c5abf2118b7959c55eb617c0f7b2eb"
}
},
"bin": "kapp.exe",

View File

@ -3,7 +3,6 @@
"description": "REST API for any Postgres database",
"homepage": "https://postgrest.org",
"license": "MIT",
"depends": "postgresql",
"architecture": {
"64bit": {
"url": "https://github.com/PostgREST/postgrest/releases/download/v8.0.0/postgrest-v8.0.0-windows-x64.zip",
@ -12,8 +11,7 @@
},
"bin": "postgrest.exe",
"checkver": {
"url": "https://github.com/PostgREST/postgrest/releases",
"regex": "tag/v([\\d.]+)"
"github": "https://github.com/PostgREST/postgrest"
},
"autoupdate": {
"architecture": {