pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

helm: Update to 3.6.3



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat Aug 7 12:23:57 2021 +0200
Changeset:	1c06960365cc8ec07f3a646ed2c1bf10c7fc0b47

Modified Files:
	helm/Makefile
	helm/distinfo

Log Message:
helm: Update to 3.6.3

Changes:
3.6.3
-----
Helm v3.6.3 is a patch release.

- Ensure RawPath match Path when resolving reference
- Set Helm as manager for managedFields
- fix(dep update): helm dep update is not respecting the "version" stipulated
  in the requirements
- fix(doc): fix kube client interface doc.
- use TLS client information from repo config when downloading a chart
- Adding test for user/pass without repo on Helm install
- Fix the url being set by WithURL on the getters
- tweak basic handling
- keep existing behavior of returning ErrReleaseNotFound when release(s)
  failed to decode
- fix(sql storage): Query() should return ErrReleaseNotFound immediately when
  no records are found
- Add Test cases for repository-config without file extension
- Correctly determine repository-config lockfile path
- Fixed Test
- Added test for lint mode
- Fail message is now the same as the required message.
  Fixed #8973 Helm function 'fail' should not fail when doing 'helm lint'
- fix helm dep build/update doesn't inherit --insecure-skip-tls-verify from helm repo add 80402dc (yxxhero)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1c06960365cc8ec07f3a646ed2c1bf10c7fc0b47

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 helm/Makefile | 4 ++--
 helm/distinfo | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs:
diff --git a/helm/Makefile b/helm/Makefile
index 004f52fb1f..ffb1439a1d 100644
--- a/helm/Makefile
+++ b/helm/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	helm-3.6.2
+DISTNAME=	helm-3.6.3
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=helm/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
@@ -11,7 +11,7 @@ COMMENT=	The Kubernetes Package Manager
 LICENSE=	apache-2.0
 
 # XXX: via: `cd ${WRKSRC} && go list -f '{{.Version}}' -m k8s.io/client-go`
-K8S_MODULES_VERSION=		0.21.2
+K8S_MODULES_VERSION=		0.21.0
 K8S_MODULES_VERSION_MAJOR=	1 # 0 (from 0.20.x) + 1
 K8S_MODULES_VERSION_MINOR=	21
 GO_BUILD_PATTERN+=	-ldflags ' \
diff --git a/helm/distinfo b/helm/distinfo
index 947e5ffb04..aeeac15ce6 100644
--- a/helm/distinfo
+++ b/helm/distinfo
@@ -5372,10 +5372,10 @@ SHA1 (gotest.tools_v3_@v_v3.0.3.zip) = af78f504d880feacf6079072facfd3320bad4589
 RMD160 (gotest.tools_v3_@v_v3.0.3.zip) = 56381fbcf7de62963645b7dda60756b593e557ad
 SHA512 (gotest.tools_v3_@v_v3.0.3.zip) = 7f3f556401d7ce27f1dc88e8a022f8885cddd488f4ece632e24cf9b9f6504d748519480dcf60a577a3a9451104340a917f353f43f89e05f868913c26357593d6
 Size (gotest.tools_v3_@v_v3.0.3.zip) = 95019 bytes
-SHA1 (helm-3.6.2.tar.gz) = f48440dadd15c20727b938f3cf1987df0e26c68b
-RMD160 (helm-3.6.2.tar.gz) = 932622205532ec5bb02d7b9d06a093dcc642cb82
-SHA512 (helm-3.6.2.tar.gz) = 9b1d40cd9c6249dbd6b1cb20489527907f170d011b6899dd4365e0c0ef5747418690ca96eb38cc65d52c1f6a99660c05b455a73434c931c83e3ef4a05d12e24d
-Size (helm-3.6.2.tar.gz) = 684818 bytes
+SHA1 (helm-3.6.3.tar.gz) = a976af44c4d8f07d194a3f7656aa4eb71222117e
+RMD160 (helm-3.6.3.tar.gz) = d40880c5428f96b6ce55244afdf86216d993975c
+SHA512 (helm-3.6.3.tar.gz) = 675e2bca107eab5955e6b921d12e829045c6b522574eb39a046eca2d1a97b6aa83360832c52904c425d58fa111c001187d95d18073dbda555b38a7679e20511b
+Size (helm-3.6.3.tar.gz) = 686200 bytes
 SHA1 (honnef.co_go_tools_@v_v0.0.0-20180728063816-88497007e858.mod) = 839eb1204960233bef25be21ade8455e791dc602
 RMD160 (honnef.co_go_tools_@v_v0.0.0-20180728063816-88497007e858.mod) = 47531578a08ef258ad78a0e6b558a47285cb248e
 SHA512 (honnef.co_go_tools_@v_v0.0.0-20180728063816-88497007e858.mod) = d00ae74b24e7fb3ff351ff68b88e59636153bbcf92b36e81e91556e3e75a7ccfb08ce471f757f92fd7612378944de3d7309c73923812e2df6a26b74e999ca9ce


Home | Main Index | Thread Index | Old Index