Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kubernetes-kind: update to 0.22.0
@ 2024-04-28  5:17 x86d
  2024-04-29 20:13 ` cinerea0
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: x86d @ 2024-04-28  5:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/x86d/void-packages update/kind-0.22.0
https://github.com/void-linux/void-packages/pull/50095

kubernetes-kind: update to 0.22.0
Take maintainership

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - aarch64-musl

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update/kind-0.22.0-50095.patch --]
[-- Type: text/x-diff, Size: 1235 bytes --]

From e142c02aaa5159888b20502f7e204988fea4b970 Mon Sep 17 00:00:00 2001
From: "Gabriel M. Dutra" <x86dd@proton.me>
Date: Sun, 28 Apr 2024 02:06:03 -0300
Subject: [PATCH] kubernetes-kind: update to 0.22.0

Take maintainership
---
 srcpkgs/kubernetes-kind/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kubernetes-kind/template b/srcpkgs/kubernetes-kind/template
index dd55defc0f8cf0..79f11bc330e531 100644
--- a/srcpkgs/kubernetes-kind/template
+++ b/srcpkgs/kubernetes-kind/template
@@ -1,16 +1,16 @@
 # Template file for 'kubernetes-kind'
 pkgname=kubernetes-kind
-version=0.20.0
+version=0.22.0
 revision=1
 build_style=go
 build_helper=qemu
 go_import_path="sigs.k8s.io/kind"
 short_desc="Kind is a tool for running local Kubernetes clusters using Docker"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Gabriel M. Dutra <x86dd@proton.me>"
 license="Apache-2.0"
 homepage="https://kind.sigs.k8s.io/"
 distfiles="https://github.com/kubernetes-sigs/kind/archive/v${version}.tar.gz"
-checksum=6795c3478a298973e010349b87740fa1732e18989856db0deed54b153330365c
+checksum=e3e21c8d1c4566d0d255e16e65bbc39297c8f5db41e7ec38d9d62a1ac9e51980
 _completions="bash zsh fish"
 
 post_build() {

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

* Re: kubernetes-kind: update to 0.22.0
  2024-04-28  5:17 [PR PATCH] kubernetes-kind: update to 0.22.0 x86d
@ 2024-04-29 20:13 ` cinerea0
  2024-05-01  4:38 ` [PR PATCH] [Updated] " x86d
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2024-04-29 20:13 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/50095#issuecomment-2083578711

Comment:
As mentioned on IRC, please do not take maintainership of packages with your first contribution.

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

* Re: [PR PATCH] [Updated] kubernetes-kind: update to 0.22.0
  2024-04-28  5:17 [PR PATCH] kubernetes-kind: update to 0.22.0 x86d
  2024-04-29 20:13 ` cinerea0
@ 2024-05-01  4:38 ` x86d
  2024-05-01  4:40 ` x86d
  2024-05-01  4:41 ` x86d
  3 siblings, 0 replies; 5+ messages in thread
From: x86d @ 2024-05-01  4:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/x86d/void-packages update/kind-0.22.0
https://github.com/void-linux/void-packages/pull/50095

kubernetes-kind: update to 0.22.0
Take maintainership

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - aarch64-musl

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update/kind-0.22.0-50095.patch --]
[-- Type: text/x-diff, Size: 1215 bytes --]

From fa6ff259052dcb5cb2a4bf16cd9832049d0c57ff Mon Sep 17 00:00:00 2001
From: "Gabriel M. Dutra" <x86dd@proton.me>
Date: Sun, 28 Apr 2024 02:06:03 -0300
Subject: [PATCH] kubernetes-kind: update to 0.22.0

---
 srcpkgs/kubernetes-kind/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kubernetes-kind/template b/srcpkgs/kubernetes-kind/template
index dd55defc0f8cf0..79f11bc330e531 100644
--- a/srcpkgs/kubernetes-kind/template
+++ b/srcpkgs/kubernetes-kind/template
@@ -1,16 +1,16 @@
 # Template file for 'kubernetes-kind'
 pkgname=kubernetes-kind
-version=0.20.0
+version=0.22.0
 revision=1
 build_style=go
 build_helper=qemu
 go_import_path="sigs.k8s.io/kind"
 short_desc="Kind is a tool for running local Kubernetes clusters using Docker"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Gabriel M. Dutra <x86dd@proton.me>"
 license="Apache-2.0"
 homepage="https://kind.sigs.k8s.io/"
 distfiles="https://github.com/kubernetes-sigs/kind/archive/v${version}.tar.gz"
-checksum=6795c3478a298973e010349b87740fa1732e18989856db0deed54b153330365c
+checksum=e3e21c8d1c4566d0d255e16e65bbc39297c8f5db41e7ec38d9d62a1ac9e51980
 _completions="bash zsh fish"
 
 post_build() {

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

* Re: [PR PATCH] [Updated] kubernetes-kind: update to 0.22.0
  2024-04-28  5:17 [PR PATCH] kubernetes-kind: update to 0.22.0 x86d
  2024-04-29 20:13 ` cinerea0
  2024-05-01  4:38 ` [PR PATCH] [Updated] " x86d
@ 2024-05-01  4:40 ` x86d
  2024-05-01  4:41 ` x86d
  3 siblings, 0 replies; 5+ messages in thread
From: x86d @ 2024-05-01  4:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/x86d/void-packages update/kind-0.22.0
https://github.com/void-linux/void-packages/pull/50095

kubernetes-kind: update to 0.22.0
Take maintainership

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - aarch64-musl

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update/kind-0.22.0-50095.patch --]
[-- Type: text/x-diff, Size: 1064 bytes --]

From 5b35c437db88919a5da6d05d534bad9513a145a7 Mon Sep 17 00:00:00 2001
From: "Gabriel M. Dutra" <x86dd@proton.me>
Date: Sun, 28 Apr 2024 02:06:03 -0300
Subject: [PATCH] kubernetes-kind: update to 0.22.0

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

diff --git a/srcpkgs/kubernetes-kind/template b/srcpkgs/kubernetes-kind/template
index dd55defc0f8cf0..149fb75e640db3 100644
--- a/srcpkgs/kubernetes-kind/template
+++ b/srcpkgs/kubernetes-kind/template
@@ -1,6 +1,6 @@
 # Template file for 'kubernetes-kind'
 pkgname=kubernetes-kind
-version=0.20.0
+version=0.22.0
 revision=1
 build_style=go
 build_helper=qemu
@@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://kind.sigs.k8s.io/"
 distfiles="https://github.com/kubernetes-sigs/kind/archive/v${version}.tar.gz"
-checksum=6795c3478a298973e010349b87740fa1732e18989856db0deed54b153330365c
+checksum=e3e21c8d1c4566d0d255e16e65bbc39297c8f5db41e7ec38d9d62a1ac9e51980
 _completions="bash zsh fish"
 
 post_build() {

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

* Re: kubernetes-kind: update to 0.22.0
  2024-04-28  5:17 [PR PATCH] kubernetes-kind: update to 0.22.0 x86d
                   ` (2 preceding siblings ...)
  2024-05-01  4:40 ` x86d
@ 2024-05-01  4:41 ` x86d
  3 siblings, 0 replies; 5+ messages in thread
From: x86d @ 2024-05-01  4:41 UTC (permalink / raw)
  To: ml

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

New comment by x86d on void-packages repository

https://github.com/void-linux/void-packages/pull/50095#issuecomment-2087969649

Comment:
> As mentioned on IRC, please do not take maintainership of packages with your first contribution.

The package is orphaned, but ok. I changed the maintainer line.

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

end of thread, other threads:[~2024-05-01  4:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-28  5:17 [PR PATCH] kubernetes-kind: update to 0.22.0 x86d
2024-04-29 20:13 ` cinerea0
2024-05-01  4:38 ` [PR PATCH] [Updated] " x86d
2024-05-01  4:40 ` x86d
2024-05-01  4:41 ` x86d

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