Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package valkey-image for openSUSE:Factory 
checked in at 2025-11-09 21:08:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/valkey-image (Old)
 and      /work/SRC/openSUSE:Factory/.valkey-image.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "valkey-image"

Sun Nov  9 21:08:12 2025 rev:16 rq:1316508 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/valkey-image/valkey-image.changes        
2025-10-21 11:19:27.590458960 +0200
+++ /work/SRC/openSUSE:Factory/.valkey-image.new.1980/valkey-image.changes      
2025-11-09 21:08:42.969188788 +0100
@@ -1,0 +2,5 @@
+Thu Nov  6 08:35:06 UTC 2025 - SUSE Update Bot <[email protected]>
+
+- update for valkey 9.0
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.4TXBVx/_old  2025-11-09 21:08:43.485210368 +0100
+++ /var/tmp/diff_new_pack.4TXBVx/_new  2025-11-09 21:08:43.489210535 +0100
@@ -17,8 +17,8 @@
 
 #!BuildTag: opensuse/valkey:%%valkey_version%%-%RELEASE%
 #!BuildTag: opensuse/valkey:%%valkey_version%%
-#!BuildTag: opensuse/valkey:8.1
-#!BuildTag: opensuse/valkey:8
+#!BuildTag: opensuse/valkey:9.0
+#!BuildTag: opensuse/valkey:9
 #!BuildTag: opensuse/valkey:latest
 
 FROM opensuse/bci/bci-micro:latest AS target
@@ -31,7 +31,7 @@
 # sanity check that the version from the tag is equal to the version of valkey 
that we expect
 RUN set -euo pipefail; \
     [ "$(rpm --root /target -q --qf '%{version}' valkey | \
-    cut -d '.' -f -2)" = "8.1" ]
+    cut -d '.' -f -2)" = "9.0" ]
 
 # cleanup logs and temporary files
 RUN set -euo pipefail; zypper -n --installroot /target clean -a; \

++++++ README.md ++++++
--- /var/tmp/diff_new_pack.4TXBVx/_old  2025-11-09 21:08:43.521211874 +0100
+++ /var/tmp/diff_new_pack.4TXBVx/_new  2025-11-09 21:08:43.525212041 +0100
@@ -1,4 +1,4 @@
-# The Valkey 8.1 container image
+# The Valkey 9.0 container image
 
 ![Redistributable](https://img.shields.io/badge/Redistributable-Yes-green)
 
@@ -18,13 +18,13 @@
 
 
 ```ShellSession
-podman run --rm registry.opensuse.org/opensuse/valkey:8.1
+podman run --rm registry.opensuse.org/opensuse/valkey:9.0
 ```
 
 In case you want start with persistent storage, run this:
 
 ```ShellSession
-podman run --rm registry.opensuse.org/opensuse/valkey:8.1 valkey-server --save 
60 1
+podman run --rm registry.opensuse.org/opensuse/valkey:9.0 valkey-server --save 
60 1
 ```
 
 This one will save a snapshot of the DB every 60 seconds if at least 1

Reply via email to