Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kubernetes: update to 1.23.5
@ 2022-05-03  6:34 ScOut3R
  2022-06-24 11:16 ` [PR PATCH] [Updated] " ScOut3R
  2022-06-24 20:00 ` [PR PATCH] [Merged]: kubernetes: update to 1.23.7 leahneukirchen
  0 siblings, 2 replies; 3+ messages in thread
From: ScOut3R @ 2022-05-03  6:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ScOut3R/void-packages kubectl
https://github.com/void-linux/void-packages/pull/36968

kubernetes: update to 1.23.5
None

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

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

From f4a17e407c298da84692cc692429d57a2a35e687 Mon Sep 17 00:00:00 2001
From: Mate GABRI <mate.gabri@playhq.com>
Date: Tue, 3 May 2022 16:34:40 +1000
Subject: [PATCH] kubernetes: update to 1.23.5

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

diff --git a/srcpkgs/kubernetes/template b/srcpkgs/kubernetes/template
index 1cf5ba118164..bb80575fccff 100644
--- a/srcpkgs/kubernetes/template
+++ b/srcpkgs/kubernetes/template
@@ -1,6 +1,6 @@
 # Template file for 'kubernetes'
 pkgname=kubernetes
-version=1.23.3
+version=1.23.5
 revision=1
 archs="x86_64* ppc64le*"
 build_style=go
@@ -12,7 +12,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="Apache-2.0"
 homepage="http://kubernetes.io"
 distfiles="https://$go_import_path/archive/v$version.tar.gz"
-checksum=cd9b217b7b82e885533f9c315ac7365cc8d2c0760bfb1da281a249f061908457
+checksum=3ffcab90374e1bef19a4da7eeda3333eba816cee98dca3899d1b0120c98dba38
 nocross=yes
 system_accounts="kube"
 make_dirs="/var/lib/kubelet 0755 kube kube"

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

* Re: [PR PATCH] [Updated] kubernetes: update to 1.23.5
  2022-05-03  6:34 [PR PATCH] kubernetes: update to 1.23.5 ScOut3R
@ 2022-06-24 11:16 ` ScOut3R
  2022-06-24 20:00 ` [PR PATCH] [Merged]: kubernetes: update to 1.23.7 leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: ScOut3R @ 2022-06-24 11:16 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ScOut3R against master on the void-packages repository

https://github.com/ScOut3R/void-packages kubectl
https://github.com/void-linux/void-packages/pull/36968

kubernetes: update to 1.23.5
**Testing the changes**

- I tested the changes in this PR: YES

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

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

From 3da603a882e9761bc2dc0c0ebc63159ed722e4ec Mon Sep 17 00:00:00 2001
From: Mate GABRI <mate.gabri@playhq.com>
Date: Tue, 3 May 2022 16:34:40 +1000
Subject: [PATCH] kubernetes: update to 1.23.7

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

diff --git a/srcpkgs/kubernetes/template b/srcpkgs/kubernetes/template
index 1cf5ba118164..604938bc7edd 100644
--- a/srcpkgs/kubernetes/template
+++ b/srcpkgs/kubernetes/template
@@ -1,6 +1,6 @@
 # Template file for 'kubernetes'
 pkgname=kubernetes
-version=1.23.3
+version=1.23.7
 revision=1
 archs="x86_64* ppc64le*"
 build_style=go
@@ -12,7 +12,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="Apache-2.0"
 homepage="http://kubernetes.io"
 distfiles="https://$go_import_path/archive/v$version.tar.gz"
-checksum=cd9b217b7b82e885533f9c315ac7365cc8d2c0760bfb1da281a249f061908457
+checksum=fa366d6e1013e83fc54329c9ce7f2b170734e7aeee6ffc8e337b9e2d3de46c3f
 nocross=yes
 system_accounts="kube"
 make_dirs="/var/lib/kubelet 0755 kube kube"

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

* Re: [PR PATCH] [Merged]: kubernetes: update to 1.23.7
  2022-05-03  6:34 [PR PATCH] kubernetes: update to 1.23.5 ScOut3R
  2022-06-24 11:16 ` [PR PATCH] [Updated] " ScOut3R
@ 2022-06-24 20:00 ` leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: leahneukirchen @ 2022-06-24 20:00 UTC (permalink / raw)
  To: ml

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

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

kubernetes: update to 1.23.7
https://github.com/void-linux/void-packages/pull/36968

Description:
**Testing the changes**

- I tested the changes in this PR: YES

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

end of thread, other threads:[~2022-06-24 20:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-03  6:34 [PR PATCH] kubernetes: update to 1.23.5 ScOut3R
2022-06-24 11:16 ` [PR PATCH] [Updated] " ScOut3R
2022-06-24 20:00 ` [PR PATCH] [Merged]: kubernetes: update to 1.23.7 leahneukirchen

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).