Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] minikube: update to 1.28.0.
@ 2022-11-10  1:45 Goorzhel
  2022-11-10  1:53 ` Goorzhel
  2023-02-07  2:03 ` [PR PATCH] [Closed]: " Goorzhel
  0 siblings, 2 replies; 3+ messages in thread
From: Goorzhel @ 2022-11-10  1:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Goorzhel/void-packages minikube
https://github.com/void-linux/void-packages/pull/40427

minikube: update to 1.28.0.
I tested the changes in this PR: **briefly**

```
ag@server ~ ❯ minikube start
* minikube 1.28.0 on Void
  - MINIKUBE_IN_STYLE=false
  - MINIKUBE_HOME=/zpool/vm/minikube
* Automatically selected the kvm2 driver
* Starting control plane node minikube in cluster minikube
* Downloading Kubernetes v1.25.3 preload ...
    > preloaded-images-k8s-v18-v1...:  385.44 MiB / 385.44 MiB  100.00% 55.16 M
* Creating kvm2 VM (CPUs=2, Memory=6000MB, Disk=20000MB) ...
* Preparing Kubernetes v1.25.3 on Docker 20.10.20 ...
  - Generating certificates and keys ...
  - Booting up control plane ...
  - Configuring RBAC rules ...
* Verifying Kubernetes components...
  - Using image gcr.io/k8s-minikube/storage-provisioner:v5
* Enabled addons: storage-provisioner, default-storageclass
* Done! kubectl is now configured to use "minikube" cluster and "default" namespace by default
ag@server ~ ❯ virsh list
 Id   Name       State
--------------------------
 1    minikube   running
ag@server ~ at ⎈ minikube ❯ k get no
NAME       STATUS   ROLES           AGE   VERSION
minikube   Ready    control-plane   69s   v1.25.3
```


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

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

From 9b88833f6d2aa1b50443c8647111c6ee66768209 Mon Sep 17 00:00:00 2001
From: Antonio Gurgel <antonio@goorzhel.com>
Date: Tue, 8 Nov 2022 09:48:20 -0800
Subject: [PATCH] minikube: update to 1.28.0.

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

diff --git a/srcpkgs/minikube/template b/srcpkgs/minikube/template
index daa5be039a32..c33449c1928b 100644
--- a/srcpkgs/minikube/template
+++ b/srcpkgs/minikube/template
@@ -1,6 +1,6 @@
 # Template file for 'minikube'
 pkgname=minikube
-version=1.27.0
+version=1.28.0
 revision=1
 archs="x86_64* i686* aarch64*"
 build_style=go
@@ -16,7 +16,7 @@ license="Apache-2.0"
 homepage="https://github.com/kubernetes/minikube"
 changelog="https://raw.githubusercontent.com/kubernetes/minikube/master/CHANGELOG.md"
 distfiles="https://github.com/kubernetes/minikube/archive/v$version.tar.gz"
-checksum=8978a27cff9bf1450c0cd56e28306e8272150f599a017ba31c2bad57fd9248d2
+checksum=0e64c007b7423999da506aa4fb4002b1ef5847cefafd29d800cc56dbd2b38cc4
 
 pre_build() {
 	local storage_provisioner_tag= iso_version=

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

* Re: minikube: update to 1.28.0.
  2022-11-10  1:45 [PR PATCH] minikube: update to 1.28.0 Goorzhel
@ 2022-11-10  1:53 ` Goorzhel
  2023-02-07  2:03 ` [PR PATCH] [Closed]: " Goorzhel
  1 sibling, 0 replies; 3+ messages in thread
From: Goorzhel @ 2022-11-10  1:53 UTC (permalink / raw)
  To: ml

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

New comment by Goorzhel on void-packages repository

https://github.com/void-linux/void-packages/pull/40427#issuecomment-1309659469

Comment:
> **SECURITY WARNING:** Log4j CVEs were detected in an image the `efk` addon uses, if you don't use the `efk` addon no action is required. If you use the addon we recommend running `minikube addons disable efk` to terminate the vulnerable pods.

https://github.com/kubernetes/minikube/blob/8da77856f2bf97a1fa31db0743ebd3150f5ea2ee/CHANGELOG.md#version-1280---2022-11-04

Worth an `INSTALL.msg`?



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

* Re: [PR PATCH] [Closed]: minikube: update to 1.28.0.
  2022-11-10  1:45 [PR PATCH] minikube: update to 1.28.0 Goorzhel
  2022-11-10  1:53 ` Goorzhel
@ 2023-02-07  2:03 ` Goorzhel
  1 sibling, 0 replies; 3+ messages in thread
From: Goorzhel @ 2023-02-07  2:03 UTC (permalink / raw)
  To: ml

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

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

minikube: update to 1.28.0.
https://github.com/void-linux/void-packages/pull/40427

Description:
I tested the changes in this PR: **briefly**

```
ag@server ~ ❯ minikube start
* minikube 1.28.0 on Void
  - MINIKUBE_IN_STYLE=false
  - MINIKUBE_HOME=/zpool/vm/minikube
* Automatically selected the kvm2 driver
* Starting control plane node minikube in cluster minikube
* Downloading Kubernetes v1.25.3 preload ...
    > preloaded-images-k8s-v18-v1...:  385.44 MiB / 385.44 MiB  100.00% 55.16 M
* Creating kvm2 VM (CPUs=2, Memory=6000MB, Disk=20000MB) ...
* Preparing Kubernetes v1.25.3 on Docker 20.10.20 ...
  - Generating certificates and keys ...
  - Booting up control plane ...
  - Configuring RBAC rules ...
* Verifying Kubernetes components...
  - Using image gcr.io/k8s-minikube/storage-provisioner:v5
* Enabled addons: storage-provisioner, default-storageclass
* Done! kubectl is now configured to use "minikube" cluster and "default" namespace by default
ag@server ~ ❯ virsh list
 Id   Name       State
--------------------------
 1    minikube   running
ag@server ~ at ⎈ minikube ❯ k get no
NAME       STATUS   ROLES           AGE   VERSION
minikube   Ready    control-plane   69s   v1.25.3
```


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

end of thread, other threads:[~2023-02-07  2:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-10  1:45 [PR PATCH] minikube: update to 1.28.0 Goorzhel
2022-11-10  1:53 ` Goorzhel
2023-02-07  2:03 ` [PR PATCH] [Closed]: " Goorzhel

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