Hello community,

here is the log from the commit of package benji for openSUSE:Factory checked 
in at 2020-11-29 12:30:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/benji (Old)
 and      /work/SRC/openSUSE:Factory/.benji.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "benji"

Sun Nov 29 12:30:59 2020 rev:11 rq:851381 version:0.13.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/benji/benji.changes      2020-09-22 
21:11:37.283952489 +0200
+++ /work/SRC/openSUSE:Factory/.benji.new.5913/benji.changes    2020-11-29 
12:31:07.434165764 +0100
@@ -1,0 +2,7 @@
+Fri Nov 27 18:04:29 UTC 2020 - Michael Vetter <[email protected]>
+
+- Update to 0.13.0:
+  * Fix Helm chart repo URLs because of Helm chart repostitory
+    deprecation (see https://helm.sh/blog/charts-repo-deprecation)
+
+-------------------------------------------------------------------

Old:
----
  v0.12.0.tar.gz

New:
----
  v0.13.0.tar.gz

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

Other differences:
------------------
++++++ benji.spec ++++++
--- /var/tmp/diff_new_pack.bNRvT5/_old  2020-11-29 12:31:08.218166557 +0100
+++ /var/tmp/diff_new_pack.bNRvT5/_new  2020-11-29 12:31:08.222166562 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           benji
-Version:        0.12.0
+Version:        0.13.0
 Release:        0
 Summary:        Deduplicating block based backup software
 License:        LGPL-3.0-only

++++++ v0.12.0.tar.gz -> v0.13.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/benji-0.12.0/CHANGES.md new/benji-0.13.0/CHANGES.md
--- old/benji-0.12.0/CHANGES.md 2020-09-21 13:08:50.000000000 +0200
+++ new/benji-0.13.0/CHANGES.md 2020-11-27 10:36:13.000000000 +0100
@@ -1,3 +1,8 @@
+## 0.13.0, 27.11.2020
+
+* Fix Helm chart repo URLs because of Helm chart repostitory deprecation
+  (see https://helm.sh/blog/charts-repo-deprecation/ for more information)
+
 ## 0.12.0, 21.09.2020
 
 * Fix type conversion bug in `benji storage-usage` command (issue #96)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/benji-0.12.0/charts/benji-k8s/requirements.yaml 
new/benji-0.13.0/charts/benji-k8s/requirements.yaml
--- old/benji-0.12.0/charts/benji-k8s/requirements.yaml 2020-09-21 
13:08:50.000000000 +0200
+++ new/benji-0.13.0/charts/benji-k8s/requirements.yaml 2020-11-27 
10:36:13.000000000 +0100
@@ -1,9 +1,9 @@
 dependencies:
       - name: postgresql
         version: 7.7.2
-        repository: https://kubernetes-charts.storage.googleapis.com/
+        repository: https://charts.helm.sh/stable
         condition: postgresql.enabled
       - name: prometheus-pushgateway
         alias: pushgateway
         version: 1.2.6
-        repository: https://kubernetes-charts.storage.googleapis.com/
+        repository: https://charts.helm.sh/stable
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/benji-0.12.0/src/benji/_static_version.py 
new/benji-0.13.0/src/benji/_static_version.py
--- old/benji-0.12.0/src/benji/_static_version.py       2020-09-21 
13:08:50.000000000 +0200
+++ new/benji-0.13.0/src/benji/_static_version.py       2020-11-27 
10:36:13.000000000 +0100
@@ -8,5 +8,5 @@
 version = "__use_git__"
 
 # These values are only set if the distribution was created with 'git archive'
-refnames = "HEAD -> master, tag: v0.12.0"
-git_hash = "636db46"
+refnames = "tag: v0.13.0"
+git_hash = "6dab0b0"
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to