Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package helm-image for openSUSE:Factory 
checked in at 2024-09-25 21:57:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/helm-image (Old)
 and      /work/SRC/openSUSE:Factory/.helm-image.new.29891 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "helm-image"

Wed Sep 25 21:57:43 2024 rev:20 rq:1203639 version:2024

Changes:
--------
--- /work/SRC/openSUSE:Factory/helm-image/helm-image.changes    2024-09-15 
12:40:23.638531128 +0200
+++ /work/SRC/openSUSE:Factory/.helm-image.new.29891/helm-image.changes 
2024-09-25 21:58:19.196822458 +0200
@@ -1,0 +2,10 @@
+Wed Sep 25 17:12:11 UTC 2024 - Dirk Mueller <dmuel...@suse.com>
+
+- improved log cleaning
+
+-------------------------------------------------------------------
+Wed Sep 25 09:30:18 UTC 2024 - Dirk Mueller <dmuel...@suse.com>
+
+- adjust for new helm version
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ helm-image.kiwi ++++++
--- /var/tmp/diff_new_pack.cwtGgg/_old  2024-09-25 21:58:19.624840226 +0200
+++ /var/tmp/diff_new_pack.cwtGgg/_new  2024-09-25 21:58:19.624840226 +0200
@@ -14,7 +14,7 @@
 Please submit bugfixes or comments via https://bugs.opensuse.org/
 You can contact the BCI team via https://github.com/SUSE/bci/discussions
 -->
-<!-- OBS-AddTag: opensuse/helm:3.15 opensuse/helm:3.15-%RELEASE% 
opensuse/helm:latest -->
+<!-- OBS-AddTag: opensuse/helm:3.16 opensuse/helm:3.16-%RELEASE% 
opensuse/helm:latest -->
 <!-- OBS-Imagerepo: obsrepositories:/ -->
 
 <image schemaversion="7.4" name="helm-image" 
xmlns:suse_label_helper="com.suse.label_helper">
@@ -27,20 +27,20 @@
     <type image="docker" 
derived_from="obsrepositories:/opensuse/bci/bci-micro#latest">
       <containerconfig
           name="opensuse/helm"
-          tag="3.15"
-          additionaltags="3.15-%RELEASE%,latest">
+          tag="3.16"
+          additionaltags="3.16-%RELEASE%,latest">
         <labels>
           <suse_label_helper:add_prefix prefix="org.opensuse.application.helm">
             <label name="org.opencontainers.image.authors" value="openSUSE 
(https://www.opensuse.org/)"/>
             <label name="org.opencontainers.image.title" value="openSUSE 
Tumbleweed Kubernetes Package Manager"/>
             <label name="org.opencontainers.image.description" 
value="Kubernetes Package Manager container based on the openSUSE Tumbleweed 
Base Container Image."/>
-            <label name="org.opencontainers.image.version" value="3.15"/>
+            <label name="org.opencontainers.image.version" value="3.16"/>
             <label name="org.opencontainers.image.created" 
value="%BUILDTIME%"/>
             <label name="org.opencontainers.image.vendor" value="openSUSE 
Project"/>
             <label name="org.opencontainers.image.source" value="%SOURCEURL%"/>
             <label name="org.opencontainers.image.url" 
value="https://www.opensuse.org"/>
-            <label name="org.opencontainers.image.ref.name" 
value="3.15-%RELEASE%"/>
-            <label name="org.opensuse.reference" 
value="registry.opensuse.org/opensuse/helm:3.15-%RELEASE%"/>
+            <label name="org.opencontainers.image.ref.name" 
value="3.16-%RELEASE%"/>
+            <label name="org.opensuse.reference" 
value="registry.opensuse.org/opensuse/helm:3.16-%RELEASE%"/>
             <label name="org.openbuildservice.disturl" value="%DISTURL%"/>
             <label name="org.opensuse.release-stage" value="released"/>
             <label name="org.opensuse.lifecycle-url" 
value="https://en.opensuse.org/Lifetime#openSUSE_BCI"/>

++++++ README.md ++++++
--- /var/tmp/diff_new_pack.cwtGgg/_old  2024-09-25 21:58:19.672842219 +0200
+++ /var/tmp/diff_new_pack.cwtGgg/_new  2024-09-25 21:58:19.676842384 +0200
@@ -13,13 +13,13 @@
 To run Helm, use the following command:
 
 ```ShellSession
-$ podman run --rm -it  registry.opensuse.org/opensuse/helm:3.15 
<helm-sub-command>
+$ podman run --rm -it  registry.opensuse.org/opensuse/helm:3.16 
<helm-sub-command>
 ```
 
 For instance, to display the Helm version, run:
 ```ShellSession
-$ podman run --rm -it registry.opensuse.org/opensuse/helm:3.15 version 
--template='{{.Version}}'
-v3.15
+$ podman run --rm -it registry.opensuse.org/opensuse/helm:3.16 version 
--template='{{.Version}}'
+v3.16
 ```
 
 Refer to the full list of Helm commands, flags and environment variables, in 
the [official Helm documentation](https://helm.sh/docs/helm/helm/).
@@ -32,7 +32,7 @@
 To interact with a Kubernetes cluster, mount the Kubernetes configuration file 
(`kubeconfig`) from the container host into the container (use the `--net=host` 
flag to allow the container to use the host’s network):
 
 ```ShellSession
-$ podman run --rm -it --net=host -v /path/to/kubeconfig:/root/.kube/config:Z 
registry.opensuse.org/opensuse/helm:3.15
+$ podman run --rm -it --net=host -v /path/to/kubeconfig:/root/.kube/config:Z 
registry.opensuse.org/opensuse/helm:3.16
 ```
 
 ## Licensing

++++++ config.sh ++++++
--- /var/tmp/diff_new_pack.cwtGgg/_old  2024-09-25 21:58:19.700843381 +0200
+++ /var/tmp/diff_new_pack.cwtGgg/_new  2024-09-25 21:58:19.704843546 +0200
@@ -25,7 +25,7 @@
     zypper -n clean
 fi
 
-rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
+rm -rf 
{/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}
 
 exit 0
 

Reply via email to