Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: kubelogin-1.25.1
@ 2022-02-02 19:29 newbluemoon
  2022-02-25 18:41 ` [PR PATCH] [Updated] " newbluemoon
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: newbluemoon @ 2022-02-02 19:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages kubelogin
https://github.com/void-linux/void-packages/pull/35358

New package: kubelogin-1.25.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 85e591f417624be2f4367501631f3ca2d5cb15b2 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Wed, 2 Feb 2022 20:24:47 +0100
Subject: [PATCH] New package: kubelogin-1.25.1

---
 srcpkgs/kubelogin/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/kubelogin/template

diff --git a/srcpkgs/kubelogin/template b/srcpkgs/kubelogin/template
new file mode 100644
index 000000000000..a1f31cdd1663
--- /dev/null
+++ b/srcpkgs/kubelogin/template
@@ -0,0 +1,16 @@
+# Template file for 'kubelogin'
+pkgname=kubelogin
+version=1.25.1
+revision=1
+build_style=go
+go_import_path="github.com/int128/kubelogin"
+short_desc="Kubectl plugin for Kubernetes OpenID Connect (OIDC) authentication"
+maintainer="newbluemoon <blaumolch@mailbox.org>"
+license="Apache-2.0"
+homepage="https://github.com/int128/kubelogin"
+distfiles="https://github.com/int128/kubelogin/archive/refs/tags/v${version}.tar.gz"
+checksum=8934cda16af382e94d224866e7557f09ae10d9268a9db17818f7767287f406eb
+
+post_install() {
+	ln -s kubelogin ${DESTDIR}/usr/bin/kubectl-oidc_login
+}

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

* Re: [PR PATCH] [Updated] New package: kubelogin-1.25.1
  2022-02-02 19:29 [PR PATCH] New package: kubelogin-1.25.1 newbluemoon
@ 2022-02-25 18:41 ` newbluemoon
  2022-03-13 19:29 ` newbluemoon
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: newbluemoon @ 2022-02-25 18:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages kubelogin
https://github.com/void-linux/void-packages/pull/35358

New package: kubelogin-1.25.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 3706c344b261e2cdf5f50f10f6ec126db3886dae Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Wed, 2 Feb 2022 20:24:47 +0100
Subject: [PATCH] New package: kubelogin-1.25.1

---
 srcpkgs/kubelogin/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/kubelogin/template

diff --git a/srcpkgs/kubelogin/template b/srcpkgs/kubelogin/template
new file mode 100644
index 000000000000..a1f31cdd1663
--- /dev/null
+++ b/srcpkgs/kubelogin/template
@@ -0,0 +1,16 @@
+# Template file for 'kubelogin'
+pkgname=kubelogin
+version=1.25.1
+revision=1
+build_style=go
+go_import_path="github.com/int128/kubelogin"
+short_desc="Kubectl plugin for Kubernetes OpenID Connect (OIDC) authentication"
+maintainer="newbluemoon <blaumolch@mailbox.org>"
+license="Apache-2.0"
+homepage="https://github.com/int128/kubelogin"
+distfiles="https://github.com/int128/kubelogin/archive/refs/tags/v${version}.tar.gz"
+checksum=8934cda16af382e94d224866e7557f09ae10d9268a9db17818f7767287f406eb
+
+post_install() {
+	ln -s kubelogin ${DESTDIR}/usr/bin/kubectl-oidc_login
+}

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

* Re: [PR PATCH] [Updated] New package: kubelogin-1.25.1
  2022-02-02 19:29 [PR PATCH] New package: kubelogin-1.25.1 newbluemoon
  2022-02-25 18:41 ` [PR PATCH] [Updated] " newbluemoon
@ 2022-03-13 19:29 ` newbluemoon
  2022-03-28 18:57 ` newbluemoon
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: newbluemoon @ 2022-03-13 19:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages kubelogin
https://github.com/void-linux/void-packages/pull/35358

New package: kubelogin-1.25.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 3f9241a7e68c995318c4abc720fcc202d426b1c3 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Wed, 2 Feb 2022 20:24:47 +0100
Subject: [PATCH] New package: kubelogin-1.25.1

---
 srcpkgs/kubelogin/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/kubelogin/template

diff --git a/srcpkgs/kubelogin/template b/srcpkgs/kubelogin/template
new file mode 100644
index 000000000000..a1f31cdd1663
--- /dev/null
+++ b/srcpkgs/kubelogin/template
@@ -0,0 +1,16 @@
+# Template file for 'kubelogin'
+pkgname=kubelogin
+version=1.25.1
+revision=1
+build_style=go
+go_import_path="github.com/int128/kubelogin"
+short_desc="Kubectl plugin for Kubernetes OpenID Connect (OIDC) authentication"
+maintainer="newbluemoon <blaumolch@mailbox.org>"
+license="Apache-2.0"
+homepage="https://github.com/int128/kubelogin"
+distfiles="https://github.com/int128/kubelogin/archive/refs/tags/v${version}.tar.gz"
+checksum=8934cda16af382e94d224866e7557f09ae10d9268a9db17818f7767287f406eb
+
+post_install() {
+	ln -s kubelogin ${DESTDIR}/usr/bin/kubectl-oidc_login
+}

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

* Re: [PR PATCH] [Updated] New package: kubelogin-1.25.1
  2022-02-02 19:29 [PR PATCH] New package: kubelogin-1.25.1 newbluemoon
  2022-02-25 18:41 ` [PR PATCH] [Updated] " newbluemoon
  2022-03-13 19:29 ` newbluemoon
@ 2022-03-28 18:57 ` newbluemoon
  2022-04-10 14:03 ` newbluemoon
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: newbluemoon @ 2022-03-28 18:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages kubelogin
https://github.com/void-linux/void-packages/pull/35358

New package: kubelogin-1.25.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From c7d1f821b68a2b3c4b2dff0766db0f21d17e2878 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Wed, 2 Feb 2022 20:24:47 +0100
Subject: [PATCH] New package: kubelogin-1.25.1

---
 srcpkgs/kubelogin/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/kubelogin/template

diff --git a/srcpkgs/kubelogin/template b/srcpkgs/kubelogin/template
new file mode 100644
index 000000000000..a1f31cdd1663
--- /dev/null
+++ b/srcpkgs/kubelogin/template
@@ -0,0 +1,16 @@
+# Template file for 'kubelogin'
+pkgname=kubelogin
+version=1.25.1
+revision=1
+build_style=go
+go_import_path="github.com/int128/kubelogin"
+short_desc="Kubectl plugin for Kubernetes OpenID Connect (OIDC) authentication"
+maintainer="newbluemoon <blaumolch@mailbox.org>"
+license="Apache-2.0"
+homepage="https://github.com/int128/kubelogin"
+distfiles="https://github.com/int128/kubelogin/archive/refs/tags/v${version}.tar.gz"
+checksum=8934cda16af382e94d224866e7557f09ae10d9268a9db17818f7767287f406eb
+
+post_install() {
+	ln -s kubelogin ${DESTDIR}/usr/bin/kubectl-oidc_login
+}

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

* Re: [PR PATCH] [Updated] New package: kubelogin-1.25.1
  2022-02-02 19:29 [PR PATCH] New package: kubelogin-1.25.1 newbluemoon
                   ` (2 preceding siblings ...)
  2022-03-28 18:57 ` newbluemoon
@ 2022-04-10 14:03 ` newbluemoon
  2022-05-07 14:29 ` newbluemoon
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: newbluemoon @ 2022-04-10 14:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages kubelogin
https://github.com/void-linux/void-packages/pull/35358

New package: kubelogin-1.25.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 22a384156409b41c750e1215a305e0e2dfeb2d05 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Wed, 2 Feb 2022 20:24:47 +0100
Subject: [PATCH] New package: kubelogin-1.25.1

---
 srcpkgs/kubelogin/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/kubelogin/template

diff --git a/srcpkgs/kubelogin/template b/srcpkgs/kubelogin/template
new file mode 100644
index 000000000000..a1f31cdd1663
--- /dev/null
+++ b/srcpkgs/kubelogin/template
@@ -0,0 +1,16 @@
+# Template file for 'kubelogin'
+pkgname=kubelogin
+version=1.25.1
+revision=1
+build_style=go
+go_import_path="github.com/int128/kubelogin"
+short_desc="Kubectl plugin for Kubernetes OpenID Connect (OIDC) authentication"
+maintainer="newbluemoon <blaumolch@mailbox.org>"
+license="Apache-2.0"
+homepage="https://github.com/int128/kubelogin"
+distfiles="https://github.com/int128/kubelogin/archive/refs/tags/v${version}.tar.gz"
+checksum=8934cda16af382e94d224866e7557f09ae10d9268a9db17818f7767287f406eb
+
+post_install() {
+	ln -s kubelogin ${DESTDIR}/usr/bin/kubectl-oidc_login
+}

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

* Re: [PR PATCH] [Updated] New package: kubelogin-1.25.1
  2022-02-02 19:29 [PR PATCH] New package: kubelogin-1.25.1 newbluemoon
                   ` (3 preceding siblings ...)
  2022-04-10 14:03 ` newbluemoon
@ 2022-05-07 14:29 ` newbluemoon
  2022-05-30 17:35 ` newbluemoon
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: newbluemoon @ 2022-05-07 14:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages kubelogin
https://github.com/void-linux/void-packages/pull/35358

New package: kubelogin-1.25.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From e51ecaaf2cf837d449498c91ce77e9e3a616b3e3 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Wed, 2 Feb 2022 20:24:47 +0100
Subject: [PATCH] New package: kubelogin-1.25.1

---
 srcpkgs/kubelogin/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/kubelogin/template

diff --git a/srcpkgs/kubelogin/template b/srcpkgs/kubelogin/template
new file mode 100644
index 000000000000..a1f31cdd1663
--- /dev/null
+++ b/srcpkgs/kubelogin/template
@@ -0,0 +1,16 @@
+# Template file for 'kubelogin'
+pkgname=kubelogin
+version=1.25.1
+revision=1
+build_style=go
+go_import_path="github.com/int128/kubelogin"
+short_desc="Kubectl plugin for Kubernetes OpenID Connect (OIDC) authentication"
+maintainer="newbluemoon <blaumolch@mailbox.org>"
+license="Apache-2.0"
+homepage="https://github.com/int128/kubelogin"
+distfiles="https://github.com/int128/kubelogin/archive/refs/tags/v${version}.tar.gz"
+checksum=8934cda16af382e94d224866e7557f09ae10d9268a9db17818f7767287f406eb
+
+post_install() {
+	ln -s kubelogin ${DESTDIR}/usr/bin/kubectl-oidc_login
+}

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

* Re: [PR PATCH] [Updated] New package: kubelogin-1.25.1
  2022-02-02 19:29 [PR PATCH] New package: kubelogin-1.25.1 newbluemoon
                   ` (4 preceding siblings ...)
  2022-05-07 14:29 ` newbluemoon
@ 2022-05-30 17:35 ` newbluemoon
  2022-08-14  7:51 ` newbluemoon
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: newbluemoon @ 2022-05-30 17:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages kubelogin
https://github.com/void-linux/void-packages/pull/35358

New package: kubelogin-1.25.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From fdcc0c7c1dbf6dbdfa2ddf2fac3f0573e1397653 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Wed, 2 Feb 2022 20:24:47 +0100
Subject: [PATCH] New package: kubelogin-1.25.1

---
 srcpkgs/kubelogin/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/kubelogin/template

diff --git a/srcpkgs/kubelogin/template b/srcpkgs/kubelogin/template
new file mode 100644
index 000000000000..a1f31cdd1663
--- /dev/null
+++ b/srcpkgs/kubelogin/template
@@ -0,0 +1,16 @@
+# Template file for 'kubelogin'
+pkgname=kubelogin
+version=1.25.1
+revision=1
+build_style=go
+go_import_path="github.com/int128/kubelogin"
+short_desc="Kubectl plugin for Kubernetes OpenID Connect (OIDC) authentication"
+maintainer="newbluemoon <blaumolch@mailbox.org>"
+license="Apache-2.0"
+homepage="https://github.com/int128/kubelogin"
+distfiles="https://github.com/int128/kubelogin/archive/refs/tags/v${version}.tar.gz"
+checksum=8934cda16af382e94d224866e7557f09ae10d9268a9db17818f7767287f406eb
+
+post_install() {
+	ln -s kubelogin ${DESTDIR}/usr/bin/kubectl-oidc_login
+}

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

* Re: [PR PATCH] [Updated] New package: kubelogin-1.25.1
  2022-02-02 19:29 [PR PATCH] New package: kubelogin-1.25.1 newbluemoon
                   ` (5 preceding siblings ...)
  2022-05-30 17:35 ` newbluemoon
@ 2022-08-14  7:51 ` newbluemoon
  2022-08-14  7:52 ` New package: kubelogin-1.25.2 newbluemoon
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: newbluemoon @ 2022-08-14  7:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages kubelogin
https://github.com/void-linux/void-packages/pull/35358

New package: kubelogin-1.25.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 325534f9e77f17d416f2058945edb249d77d2aed Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Wed, 2 Feb 2022 20:24:47 +0100
Subject: [PATCH] New package: kubelogin-1.25.2

---
 srcpkgs/kubelogin/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/kubelogin/template

diff --git a/srcpkgs/kubelogin/template b/srcpkgs/kubelogin/template
new file mode 100644
index 000000000000..a1f31cdd1663
--- /dev/null
+++ b/srcpkgs/kubelogin/template
@@ -0,0 +1,16 @@
+# Template file for 'kubelogin'
+pkgname=kubelogin
+version=1.25.1
+revision=1
+build_style=go
+go_import_path="github.com/int128/kubelogin"
+short_desc="Kubectl plugin for Kubernetes OpenID Connect (OIDC) authentication"
+maintainer="newbluemoon <blaumolch@mailbox.org>"
+license="Apache-2.0"
+homepage="https://github.com/int128/kubelogin"
+distfiles="https://github.com/int128/kubelogin/archive/refs/tags/v${version}.tar.gz"
+checksum=8934cda16af382e94d224866e7557f09ae10d9268a9db17818f7767287f406eb
+
+post_install() {
+	ln -s kubelogin ${DESTDIR}/usr/bin/kubectl-oidc_login
+}

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

* Re: New package: kubelogin-1.25.2
  2022-02-02 19:29 [PR PATCH] New package: kubelogin-1.25.1 newbluemoon
                   ` (6 preceding siblings ...)
  2022-08-14  7:51 ` newbluemoon
@ 2022-08-14  7:52 ` newbluemoon
  2022-08-14  8:02 ` [PR PATCH] [Updated] " newbluemoon
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: newbluemoon @ 2022-08-14  7:52 UTC (permalink / raw)
  To: ml

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

New comment by newbluemoon on void-packages repository

https://github.com/void-linux/void-packages/pull/35358#issuecomment-1214305575

Comment:
I’m not using this anymore, but in case someone else has use for it I leave it open and try to update it. :)

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

* Re: [PR PATCH] [Updated] New package: kubelogin-1.25.2
  2022-02-02 19:29 [PR PATCH] New package: kubelogin-1.25.1 newbluemoon
                   ` (7 preceding siblings ...)
  2022-08-14  7:52 ` New package: kubelogin-1.25.2 newbluemoon
@ 2022-08-14  8:02 ` newbluemoon
  2022-11-13  8:50 ` github-actions
  2022-11-28  2:04 ` [PR PATCH] [Closed]: " github-actions
  10 siblings, 0 replies; 12+ messages in thread
From: newbluemoon @ 2022-08-14  8:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages kubelogin
https://github.com/void-linux/void-packages/pull/35358

New package: kubelogin-1.25.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From d3cc2877af062f1110bb98fd51cc84a9f9222220 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Wed, 2 Feb 2022 20:24:47 +0100
Subject: [PATCH] New package: kubelogin-1.25.2

---
 srcpkgs/kubelogin/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/kubelogin/template

diff --git a/srcpkgs/kubelogin/template b/srcpkgs/kubelogin/template
new file mode 100644
index 000000000000..ea35c005f840
--- /dev/null
+++ b/srcpkgs/kubelogin/template
@@ -0,0 +1,16 @@
+# Template file for 'kubelogin'
+pkgname=kubelogin
+version=1.25.2
+revision=1
+build_style=go
+go_import_path="github.com/int128/kubelogin"
+short_desc="Kubectl plugin for Kubernetes OpenID Connect (OIDC) authentication"
+maintainer="newbluemoon <blaumolch@mailbox.org>"
+license="Apache-2.0"
+homepage="https://github.com/int128/kubelogin"
+distfiles="https://github.com/int128/kubelogin/archive/refs/tags/v${version}.tar.gz"
+checksum=7cbde955038fc62f1c3760183d20dd63b0d05f0c1ba9939a7129fb503e9db243
+
+post_install() {
+	ln -s kubelogin ${DESTDIR}/usr/bin/kubectl-oidc_login
+}

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

* Re: New package: kubelogin-1.25.2
  2022-02-02 19:29 [PR PATCH] New package: kubelogin-1.25.1 newbluemoon
                   ` (8 preceding siblings ...)
  2022-08-14  8:02 ` [PR PATCH] [Updated] " newbluemoon
@ 2022-11-13  8:50 ` github-actions
  2022-11-28  2:04 ` [PR PATCH] [Closed]: " github-actions
  10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2022-11-13  8:50 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/35358#issuecomment-1312675246

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: kubelogin-1.25.2
  2022-02-02 19:29 [PR PATCH] New package: kubelogin-1.25.1 newbluemoon
                   ` (9 preceding siblings ...)
  2022-11-13  8:50 ` github-actions
@ 2022-11-28  2:04 ` github-actions
  10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2022-11-28  2:04 UTC (permalink / raw)
  To: ml

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

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

New package: kubelogin-1.25.2
https://github.com/void-linux/void-packages/pull/35358

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

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

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-11-28  2:04 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-02 19:29 [PR PATCH] New package: kubelogin-1.25.1 newbluemoon
2022-02-25 18:41 ` [PR PATCH] [Updated] " newbluemoon
2022-03-13 19:29 ` newbluemoon
2022-03-28 18:57 ` newbluemoon
2022-04-10 14:03 ` newbluemoon
2022-05-07 14:29 ` newbluemoon
2022-05-30 17:35 ` newbluemoon
2022-08-14  7:51 ` newbluemoon
2022-08-14  7:52 ` New package: kubelogin-1.25.2 newbluemoon
2022-08-14  8:02 ` [PR PATCH] [Updated] " newbluemoon
2022-11-13  8:50 ` github-actions
2022-11-28  2:04 ` [PR PATCH] [Closed]: " github-actions

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