Hello community,

here is the log from the commit of package caasp-container-manifests for 
openSUSE:Factory checked in at 2018-10-18 15:30:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/caasp-container-manifests (Old)
 and      /work/SRC/openSUSE:Factory/.caasp-container-manifests.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "caasp-container-manifests"

Thu Oct 18 15:30:53 2018 rev:19 rq:639584 version:4.0.0+git_r322_5be82bf

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/caasp-container-manifests/caasp-container-manifests.changes
      2018-08-02 14:56:55.664154920 +0200
+++ 
/work/SRC/openSUSE:Factory/.caasp-container-manifests.new/caasp-container-manifests.changes
 2018-10-18 15:30:56.218673066 +0200
@@ -1,0 +2,25 @@
+Tue Sep 25 11:37:29 UTC 2018 - [email protected]
+
+- Commit 74fdaab by Jordi Massaguer Pla [email protected]
+ use the sles12 images from registry.suse.de
+ 
+ This is a first step towards using the registry. We will use an internal one
+ in registry.suse.de Later, we will use the registry.suse.com for caasp and
+ registry.opensuse.org for kubic, however, we have to figure out the tagging
+ strategy if we want to use kubic images or images based on sle15.
+ 
+ Thus, for now, we start using the sles12 images which have a fixed tag.
+ 
+ Signed-off-by: Jordi Massaguer Pla <[email protected]>
+
+
+-------------------------------------------------------------------
+Tue Sep 25 09:24:00 UTC 2018 - [email protected]
+
+- Commit 1bebec5 by Vicente Zepeda Mas [email protected]
+ Fix bsc#1099045 adds annotation to use docker/default seccomp profile
+ 
+ Signed-off-by: Vicente Zepeda Mas <[email protected]>
+
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ caasp-container-manifests.spec ++++++
--- /var/tmp/diff_new_pack.rsqT9M/_old  2018-10-18 15:30:56.822672361 +0200
+++ /var/tmp/diff_new_pack.rsqT9M/_new  2018-10-18 15:30:56.826672356 +0200
@@ -21,7 +21,8 @@
 %endif
 
 %if 0%{?suse_version} == 1500 && !0%{?is_opensuse}
-  %define _base_image caasp
+  # Use the sles12 images from the registry
+  %define _base_image 
registry.suse.de/devel/casp/head/controllernode/images_container_base/sles12
 %endif
 
 %if 0%{?is_opensuse} && 0%{?suse_version} > 1500
@@ -29,7 +30,7 @@
 %endif
 
 Name:           caasp-container-manifests
-Version:        4.0.0+git_r318_46eddba
+Version:        4.0.0+git_r322_5be82bf
 Release:        0
 Summary:        Manifest file templates for containers on controller node
 License:        Apache-2.0

++++++ master.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/caasp-container-manifests-master/manifests/haproxy.yaml 
new/caasp-container-manifests-master/manifests/haproxy.yaml
--- old/caasp-container-manifests-master/manifests/haproxy.yaml 2018-07-23 
10:45:08.000000000 +0200
+++ new/caasp-container-manifests-master/manifests/haproxy.yaml 2018-09-25 
13:41:11.000000000 +0200
@@ -8,6 +8,7 @@
     name: haproxy
   annotations:
     scheduler.alpha.kubernetes.io/critical-pod: ''
+    seccomp.security.alpha.kubernetes.io/pod: docker/default
 spec:
   restartPolicy: Always
   hostNetwork: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/caasp-container-manifests-master/packaging/suse/make_spec.sh 
new/caasp-container-manifests-master/packaging/suse/make_spec.sh
--- old/caasp-container-manifests-master/packaging/suse/make_spec.sh    
2018-07-23 10:45:08.000000000 +0200
+++ new/caasp-container-manifests-master/packaging/suse/make_spec.sh    
2018-09-25 13:41:11.000000000 +0200
@@ -42,7 +42,8 @@
 %endif
 
 %if 0%{?suse_version} == 1500 && !0%{?is_opensuse}
-  %define _base_image caasp
+  # Use the sles12 images from the registry
+  %define _base_image 
registry.suse.de/devel/casp/head/controllernode/images_container_base/sles12
 %endif
 
 %if 0%{?is_opensuse} && 0%{?suse_version} > 1500


Reply via email to