Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] operator-sdk: update to 1.32.0.
@ 2023-11-16 22:18 vfx1b
  2023-11-16 22:28 ` [PR PATCH] [Updated] " vfx1b
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: vfx1b @ 2023-11-16 22:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/vfx1b/void-packages operator-sdk
https://github.com/void-linux/void-packages/pull/47275

operator-sdk: update to 1.32.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (x86-64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl (cross)
  - aarch64 (cross)


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

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

From b0c7bb5b706759ab02b2b53a89c9b7b376aca3d6 Mon Sep 17 00:00:00 2001
From: vfx1b <gvfx1b@skiff.com>
Date: Thu, 16 Nov 2023 03:23:35 +0100
Subject: [PATCH] operator-sdk: update to 1.32.0.

---
 srcpkgs/operator-sdk/template | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/operator-sdk/template b/srcpkgs/operator-sdk/template
index dd0866c7dde15..04c9aa8a4542e 100644
--- a/srcpkgs/operator-sdk/template
+++ b/srcpkgs/operator-sdk/template
@@ -1,14 +1,17 @@
 # Template file for 'operator-sdk'
 pkgname=operator-sdk
-version=0.18.1
-revision=3
+version=1.32.0
+revision=1
+archs="aarch64* x86_64*"
 build_style=go
 go_import_path="github.com/operator-framework/operator-sdk"
 go_package="${go_import_path}/cmd/operator-sdk"
 go_ldflags="-X ${go_import_path}/version.GitVersion=v${version}"
 short_desc="SDK for building Kubernetes applications"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="vfx1b <gvfx1b@skiff.com>"
 license="Apache-2.0"
 homepage="https://github.com/operator-framework/operator-sdk"
 distfiles="https://github.com/operator-framework/operator-sdk/archive/v${version}.tar.gz"
-checksum=33680b9236ea7da51cb7b165dc624b512f04e3e9a2bf592101bfc3b312e340f8
+checksum=0ebcf148f470fdc5ed3c4243eba41239353f1295c987af3acdea4dc28b4e94e0
+
+export CGO_ENABLED=0

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

* Re: [PR PATCH] [Updated] operator-sdk: update to 1.32.0.
  2023-11-16 22:18 [PR PATCH] operator-sdk: update to 1.32.0 vfx1b
@ 2023-11-16 22:28 ` vfx1b
  2023-11-16 23:55 ` [PR REVIEW] " mhmdanas
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: vfx1b @ 2023-11-16 22:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/vfx1b/void-packages operator-sdk
https://github.com/void-linux/void-packages/pull/47275

operator-sdk: update to 1.32.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (x86-64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl (cross)
  - aarch64 (cross)


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

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

From 9ffa5c7b804c7bc137f5838484669020fcc63ae5 Mon Sep 17 00:00:00 2001
From: vfx1b <gvfx1b@skiff.com>
Date: Thu, 16 Nov 2023 03:23:35 +0100
Subject: [PATCH] operator-sdk: update to 1.32.0.

---
 srcpkgs/operator-sdk/template | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/operator-sdk/template b/srcpkgs/operator-sdk/template
index dd0866c7dde15..02531fab5bd0c 100644
--- a/srcpkgs/operator-sdk/template
+++ b/srcpkgs/operator-sdk/template
@@ -1,7 +1,8 @@
 # Template file for 'operator-sdk'
 pkgname=operator-sdk
-version=0.18.1
-revision=3
+version=1.32.0
+revision=1
+archs="aarch64* x86_64*"
 build_style=go
 go_import_path="github.com/operator-framework/operator-sdk"
 go_package="${go_import_path}/cmd/operator-sdk"
@@ -11,4 +12,6 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/operator-framework/operator-sdk"
 distfiles="https://github.com/operator-framework/operator-sdk/archive/v${version}.tar.gz"
-checksum=33680b9236ea7da51cb7b165dc624b512f04e3e9a2bf592101bfc3b312e340f8
+checksum=0ebcf148f470fdc5ed3c4243eba41239353f1295c987af3acdea4dc28b4e94e0
+
+export CGO_ENABLED=0

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

* Re: [PR REVIEW] operator-sdk: update to 1.32.0.
  2023-11-16 22:18 [PR PATCH] operator-sdk: update to 1.32.0 vfx1b
  2023-11-16 22:28 ` [PR PATCH] [Updated] " vfx1b
@ 2023-11-16 23:55 ` mhmdanas
  2023-11-17  1:21 ` vfx1b
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mhmdanas @ 2023-11-16 23:55 UTC (permalink / raw)
  To: ml

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

New review comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/47275#discussion_r1396511512

Comment:
Why the `archs` restriction?

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

* Re: [PR REVIEW] operator-sdk: update to 1.32.0.
  2023-11-16 22:18 [PR PATCH] operator-sdk: update to 1.32.0 vfx1b
  2023-11-16 22:28 ` [PR PATCH] [Updated] " vfx1b
  2023-11-16 23:55 ` [PR REVIEW] " mhmdanas
@ 2023-11-17  1:21 ` vfx1b
  2024-02-15  1:45 ` github-actions
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: vfx1b @ 2023-11-17  1:21 UTC (permalink / raw)
  To: ml

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

New review comment by vfx1b on void-packages repository

https://github.com/void-linux/void-packages/pull/47275#discussion_r1396562597

Comment:
because upstream project only supports these 2 and ppc64le and s390x. when you then setup a project with operator-sdk, its going to go fetch some extra binaries from github that are also just supplied for those 4 archs.

here it fetches `kustomize` if not present on the `$PATH`: https://github.com/operator-framework/operator-sdk/blob/master/testdata/helm/memcached-operator/Makefile#L137

kustomize only supplies those 4 archs, and void-packages has no kustomize in repos, as a  fallback.
https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize%2Fv4.5.7

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

* Re: operator-sdk: update to 1.32.0.
  2023-11-16 22:18 [PR PATCH] operator-sdk: update to 1.32.0 vfx1b
                   ` (2 preceding siblings ...)
  2023-11-17  1:21 ` vfx1b
@ 2024-02-15  1:45 ` github-actions
  2024-02-15  5:35 ` [PR REVIEW] " classabbyamp
  2024-05-16  1:46 ` github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2024-02-15  1:45 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/47275#issuecomment-1945232621

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] 7+ messages in thread

* Re: [PR REVIEW] operator-sdk: update to 1.32.0.
  2023-11-16 22:18 [PR PATCH] operator-sdk: update to 1.32.0 vfx1b
                   ` (3 preceding siblings ...)
  2024-02-15  1:45 ` github-actions
@ 2024-02-15  5:35 ` classabbyamp
  2024-05-16  1:46 ` github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2024-02-15  5:35 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/47275#discussion_r1490409801

Comment:
are these binaries musl-compatible? if not, the `*` should not be there

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

* Re: operator-sdk: update to 1.32.0.
  2023-11-16 22:18 [PR PATCH] operator-sdk: update to 1.32.0 vfx1b
                   ` (4 preceding siblings ...)
  2024-02-15  5:35 ` [PR REVIEW] " classabbyamp
@ 2024-05-16  1:46 ` github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2024-05-16  1:46 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/47275#issuecomment-2113785701

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] 7+ messages in thread

end of thread, other threads:[~2024-05-16  1:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-16 22:18 [PR PATCH] operator-sdk: update to 1.32.0 vfx1b
2023-11-16 22:28 ` [PR PATCH] [Updated] " vfx1b
2023-11-16 23:55 ` [PR REVIEW] " mhmdanas
2023-11-17  1:21 ` vfx1b
2024-02-15  1:45 ` github-actions
2024-02-15  5:35 ` [PR REVIEW] " classabbyamp
2024-05-16  1:46 ` 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).