Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kompose for openSUSE:Factory checked 
in at 2021-02-03 19:55:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kompose (Old)
 and      /work/SRC/openSUSE:Factory/.kompose.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kompose"

Wed Feb  3 19:55:43 2021 rev:3 rq:868686 version:1.21.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kompose/kompose.changes  2020-07-27 
17:50:10.439573586 +0200
+++ /work/SRC/openSUSE:Factory/.kompose.new.28504/kompose.changes       
2021-02-03 19:55:50.349683001 +0100
@@ -1,0 +2,43 @@
+Wed Jan 27 11:45:28 UTC 2021 - Jan Baier <[email protected]>
+
+- Update to version 1.21.0:
+  * Ingress path names are now supported (#1245)
+  * V2 restart unless-stopped is not supported (#1244)
+  * You're now able to provide an external apiserver for Kubernetes (#1243)
+  * MacPorts support has been added to the documentation (#1242)
+  * deploy.update_config will now convert to rolling update within Kubernetes 
(#1232)
+  * Deployment labels are now supported (#1231)
+  * Config short syntax bug fixes (#1230)
+  * Code refactoring (#1228)
+  * Support port expose (#1227)
+  * Updated documentation regarding push image (#1225)
+  * Fix duplicate in container spec (#1223)
+  * Fixed v3 hostpath path error (#1222)
+  * Fixed hostpath path translate error (#1221)
+  * Added notes regarding windows (#1220)
+  * Fixed YAML indentation (#1219)
+  * Dep update (#1218)
+  * Added support for configmap as a volume (#1216)
+  * Fixed configmap name case error (#1215)
+  * Merge will include deploy resources (#1214)
+  * User a service name when image name is empty when built (#1213)
+  * Fixed build (#1212)
+  * Support assign nodeport port in labels (#1212)
+  * Use new go version for build (#1209)
+  * Add flag to support store manifest when using kompose up (#1208)
+  * Updated API versioning (#1207)
+  * Removed duplicated entries of configmap (#1206)
+  * Fixed chart lint (#1205)
+  * Modify default kubernetes client apiserver URL (#1204)
+- Update to version 1.20.0:
+  * Added flag to push an imaging when using kompose up (#1147)
+  * Top level non-service keys are now merged in correctly when converting 
(#1187)
+  * networks is now an officially supported key (#1195)
+  * Added support for file based secrets (#1159)
+  * Multiple tests have been fixed (#1175) (#1197) (#1198)
+  * Updated documentation on endpoint_mode (#1151)
+  * Updated OWNERS (#1177)
+  * Fixed golint error (#1178)
+  * Binaries are now statically built (#1193)
+
+-------------------------------------------------------------------

Old:
----
  kompose-1.19.0.tar.xz

New:
----
  kompose-1.21.0.tar.xz

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

Other differences:
------------------
++++++ kompose.spec ++++++
--- /var/tmp/diff_new_pack.K1zSzQ/_old  2021-02-03 19:55:51.209684037 +0100
+++ /var/tmp/diff_new_pack.K1zSzQ/_new  2021-02-03 19:55:51.213684041 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kompose
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,13 +16,15 @@
 #
 
 
+%define GONS github.com/kubernetes
+%define SRCDIR src/%{GONS}/%{name}
 Name:           kompose
-Version:        1.19.0
+Version:        1.21.0
 Release:        0
 Summary:        Go from Docker Compose to Kubernetes
 License:        Apache-2.0
 Group:          Development/Tools/Other
-URL:            http://kompose.io
+URL:            https://kompose.io
 Source0:        %{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM kompose-make-pie.patch [email protected] -- use pie to 
fix lint-warning
 Patch1:         kompose-make-pie.patch
@@ -33,9 +35,6 @@
 BuildRequires:  python3-PyYAML
 #!BuildIgnore:  python2-PyYAML
 
-%define GONS github.com/kubernetes
-%define SRCDIR src/%{GONS}/%{name}
-
 %description
 kompose is a tool to help users who are familiar with docker-compose move to 
Kubernetes. kompose takes a Docker Compose file and translates it into 
Kubernetes resources. kompose is a convenience tool to go from local Docker 
development to managing your application with Kubernetes. Transformation of the 
Docker Compose format to Kubernetes resources manifest may not be exact, but it 
helps tremendously when first deploying an application on Kubernetes.
 
@@ -44,11 +43,11 @@
 %patch1 -p1
 mkdir -p %{SRCDIR}
 cd %{SRCDIR}
-tar xf %{S:0} --strip 1
+tar xf %{SOURCE0} --strip 1
 
 %build
 export GOPATH=$(pwd)
-make %{?_smp_mflags} bin
+%make_build bin
 
 %install
 mkdir -p %{buildroot}/%{_bindir}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.K1zSzQ/_old  2021-02-03 19:55:51.245684080 +0100
+++ /var/tmp/diff_new_pack.K1zSzQ/_new  2021-02-03 19:55:51.245684080 +0100
@@ -2,7 +2,7 @@
   <service mode="disabled" name="obs_scm">
     <param name="url">https://github.com/kubernetes/kompose.git</param>
     <param name="scm">git</param>
-    <param name="revision">refs/tags/v1.19.0</param>
+    <param name="revision">refs/tags/v1.21.0</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="changesgenerate">disable</param>

++++++ kompose-1.19.0.tar.xz -> kompose-1.21.0.tar.xz ++++++
++++ 42833 lines of diff (skipped)

Reply via email to