summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Grossar2020-08-13 13:30:51 +0200
committerLukas Grossar2020-08-13 13:30:51 +0200
commit8c0a26bdc94c670e6937165550353161c10f035d (patch)
tree13efaec2dcd6f27ee59fdbb0e569714db060bac4
parent22461afa76288d55b6ce3fadd8143e4be1a60dd8 (diff)
downloadaur-8c0a26bdc94c670e6937165550353161c10f035d.tar.gz
update to v2.16.10 with deprecation notice
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--kubernetes-helm2.install6
3 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79cb409d66b1..93dada0cd3b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kubernetes-helm2
pkgdesc = A tool to manage Kubernetes charts
- pkgver = 2.16.9
+ pkgver = 2.16.10
pkgrel = 1
url = https://github.com/helm/helm
install = kubernetes-helm2.install
@@ -14,7 +14,7 @@ pkgbase = kubernetes-helm2
makedepends = go
depends = kubectl
depends = socat
- source = git+https://github.com/helm/helm#tag=v2.16.9
+ source = git+https://github.com/helm/helm#tag=v2.16.10
md5sums = SKIP
pkgname = kubernetes-helm2
diff --git a/PKGBUILD b/PKGBUILD
index 7c6287642d2d..7f1096f021ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Ivan Shapovalov <intelfx@intelfx.name>
pkgname=kubernetes-helm2
-pkgver=2.16.9
+pkgver=2.16.10
pkgrel=1
pkgdesc="A tool to manage Kubernetes charts"
arch=('i686' 'x86_64' 'arm' 'aarch64')
diff --git a/kubernetes-helm2.install b/kubernetes-helm2.install
index 9124da440f28..45c9d19b3852 100644
--- a/kubernetes-helm2.install
+++ b/kubernetes-helm2.install
@@ -1,4 +1,6 @@
post_upgrade() {
- echo ">>> I've renamed the binary to helm2 and removed the"
- echo ">>> conflicts with both kubernetes-helm and helm."
+ echo ">>> This is the final bugfix release as part of the deprecation plan for"
+ echo ">>> Helm v2. If you have not started a migration to Helm v3 we highly"
+ echo ">>> recommend it. You can read more about the deprecation in the recent blog"
+ echo ">>> post about it: https://helm.sh/blog/helm-v2-deprecation-timeline/"
}