diff --git a/.SRCINFO b/.SRCINFO index 82c584d..d3afe9b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = velero-bin pkgdesc = Backup client for Kubernetes - pkgver = 1.0.0 + pkgver = 1.1.0 pkgrel = 1 url = https://github.com/heptio/velero install = velero-bin.install @@ -9,8 +9,8 @@ pkgbase = velero-bin optdepends = kubectl: To connect to Kubernetes optdepends = kubectl-bin: To connect to Kubernetes replaces = ark-bin - source = https://github.com/heptio/velero/releases/download/v1.0.0/velero-v1.0.0-linux-amd64.tar.gz - sha256sums = 48f8591faabb227d2042b64cad35d7018126ec537f8ca1a07b42ef11faec5b94 + source = https://github.com/heptio/velero/releases/download/v1.1.0/velero-v1.1.0-linux-amd64.tar.gz + sha256sums = e87e25488eea87717187ea1091dd0e5e322f3291040613c3c8bc85b60df28f2d pkgname = velero-bin diff --git a/PKGBUILD b/PKGBUILD index 03c0c14..5675ac9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Lukas Grossar pkgname=velero-bin -pkgver=1.0.0 +pkgver=1.1.0 pkgrel=1 pkgdesc="Backup client for Kubernetes" arch=('x86_64') @@ -14,7 +14,7 @@ replaces=('ark-bin') install="velero-bin.install" license=('Apache') source=("https://github.com/heptio/velero/releases/download/v${pkgver}/velero-v${pkgver}-linux-amd64.tar.gz") -sha256sums=('48f8591faabb227d2042b64cad35d7018126ec537f8ca1a07b42ef11faec5b94') +sha256sums=('e87e25488eea87717187ea1091dd0e5e322f3291040613c3c8bc85b60df28f2d') package() { install -Dm 755 "$srcdir/velero-v${pkgver}-linux-amd64/velero" -t "$pkgdir/usr/bin" diff --git a/velero-bin.install b/velero-bin.install index bdb55bf..23d0c1d 100644 --- a/velero-bin.install +++ b/velero-bin.install @@ -1,4 +1,6 @@ post_upgrade() { echo ">>> For instructions on how to upgrade from ark to velero see:" echo ">>> https://heptio.github.io/velero/v0.11.0/migrating-to-velero" + echo ">>> For instructions on how to upgrade to velero >= 1.0 see:" + echo ">>> https://heptio.github.io/velero/master/upgrade-to-1.0" }