Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kubernetes-helm: update to 3.9.3
@ 2022-08-16 10:17 ScOut3R
  2022-08-16 10:22 ` ScOut3R
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ScOut3R @ 2022-08-16 10:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 318 bytes --]

There is a new pull request by ScOut3R against master on the void-packages repository

https://github.com/ScOut3R/void-packages helm
https://github.com/void-linux/void-packages/pull/38704

kubernetes-helm: update to 3.9.3
None

A patch file from https://github.com/void-linux/void-packages/pull/38704.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-helm-38704.patch --]
[-- Type: text/x-diff, Size: 1058 bytes --]

From 29d2b730e2d8134d8578bb895be5ddd8ab514ee5 Mon Sep 17 00:00:00 2001
From: Mate GABRI <mate.gabri@playhq.com>
Date: Mon, 25 Apr 2022 20:44:34 +1000
Subject: [PATCH] kubernetes-helm: update to 3.9.3

---
 srcpkgs/kubernetes-helm/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/kubernetes-helm/template b/srcpkgs/kubernetes-helm/template
index 8e7eab5eea58..a6093d1002b3 100644
--- a/srcpkgs/kubernetes-helm/template
+++ b/srcpkgs/kubernetes-helm/template
@@ -1,6 +1,6 @@
 # Template file for 'kubernetes-helm'
 pkgname=kubernetes-helm
-version=3.8.1
+version=3.9.3
 revision=1
 wrksrc="helm-${version}"
 hostmakedepends="go make git mercurial tar"
@@ -9,7 +9,7 @@ maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
 license="Apache-2.0"
 homepage="https://helm.sh/"
 distfiles="https://github.com/helm/helm/archive/v${version}.tar.gz"
-checksum=fed90e57113a6b6e50db03ee711358b04733bc2a50797e1b103a300b1f8a4b16
+checksum=b621cf8e03b0cf7410222fe30b411e0bfe312965a29af9a3579ae77f1bf853ad
 conflicts="helm"
 nopie=true
 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: kubernetes-helm: update to 3.9.3
  2022-08-16 10:17 [PR PATCH] kubernetes-helm: update to 3.9.3 ScOut3R
@ 2022-08-16 10:22 ` ScOut3R
  2022-09-30  5:39 ` [PR PATCH] [Closed]: " ScOut3R
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ScOut3R @ 2022-08-16 10:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 239 bytes --]

New comment by ScOut3R on void-packages repository

https://github.com/void-linux/void-packages/pull/38704#issuecomment-1216448073

Comment:
I'm not entirely sure what's happening here. It builds fine locally. I'll investigate it further.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Closed]: kubernetes-helm: update to 3.9.3
  2022-08-16 10:17 [PR PATCH] kubernetes-helm: update to 3.9.3 ScOut3R
  2022-08-16 10:22 ` ScOut3R
@ 2022-09-30  5:39 ` ScOut3R
  2022-09-30 10:22 ` paper42
  2022-09-30 10:25 ` ScOut3R
  3 siblings, 0 replies; 5+ messages in thread
From: ScOut3R @ 2022-09-30  5:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 231 bytes --]

There's a closed pull request on the void-packages repository

kubernetes-helm: update to 3.9.3
https://github.com/void-linux/void-packages/pull/38704

Description:
**Testing the changes**

- I tested the changes in this PR: YES

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: kubernetes-helm: update to 3.9.3
  2022-08-16 10:17 [PR PATCH] kubernetes-helm: update to 3.9.3 ScOut3R
  2022-08-16 10:22 ` ScOut3R
  2022-09-30  5:39 ` [PR PATCH] [Closed]: " ScOut3R
@ 2022-09-30 10:22 ` paper42
  2022-09-30 10:25 ` ScOut3R
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-09-30 10:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 226 bytes --]

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/38704#issuecomment-1263391359

Comment:
Sorry, I missed this PR. It was probably an issue with incompatibility with go 1.19.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: kubernetes-helm: update to 3.9.3
  2022-08-16 10:17 [PR PATCH] kubernetes-helm: update to 3.9.3 ScOut3R
                   ` (2 preceding siblings ...)
  2022-09-30 10:22 ` paper42
@ 2022-09-30 10:25 ` ScOut3R
  3 siblings, 0 replies; 5+ messages in thread
From: ScOut3R @ 2022-09-30 10:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 315 bytes --]

New comment by ScOut3R on void-packages repository

https://github.com/void-linux/void-packages/pull/38704#issuecomment-1263394056

Comment:
> Sorry, I missed this PR. It was probably an issue with incompatibility with go 1.19.

That's alright, since then Helm 3.10 got released and someone else beat me to it :)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-09-30 10:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-16 10:17 [PR PATCH] kubernetes-helm: update to 3.9.3 ScOut3R
2022-08-16 10:22 ` ScOut3R
2022-09-30  5:39 ` [PR PATCH] [Closed]: " ScOut3R
2022-09-30 10:22 ` paper42
2022-09-30 10:25 ` ScOut3R

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).