Hello community, here is the log from the commit of package hello-kubic for openSUSE:Factory checked in at 2020-01-13 22:15:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hello-kubic (Old) and /work/SRC/openSUSE:Factory/.hello-kubic.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hello-kubic" Mon Jan 13 22:15:18 2020 rev:4 rq:758899 version:1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/hello-kubic/hello-kubic.changes 2019-11-11 12:59:33.533637486 +0100 +++ /work/SRC/openSUSE:Factory/.hello-kubic.new.6675/hello-kubic.changes 2020-01-13 22:15:33.150352031 +0100 @@ -1,0 +2,6 @@ +Sun Dec 22 20:54:44 UTC 2019 - [email protected] + +- Update to version 1.3 + - add kustomize support + +------------------------------------------------------------------- Old: ---- hello-kubic-1.2.tar.xz New: ---- hello-kubic-1.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hello-kubic.spec ++++++ --- /var/tmp/diff_new_pack.4LFo1Z/_old 2020-01-13 22:15:35.286353021 +0100 +++ /var/tmp/diff_new_pack.4LFo1Z/_new 2020-01-13 22:15:35.286353021 +0100 @@ -1,7 +1,7 @@ # # spec file for package hello-kubic # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ Name: hello-kubic -Version: 1.2 +Version: 1.3 Release: 0 Summary: A mini webserver showing a hello kubic page License: Apache-2.0 Group: System/Management -Url: https://github.com/thkukuk/hello-kubic +URL: https://github.com/thkukuk/hello-kubic Source: %{name}-%{version}.tar.xz BuildRequires: golang-packaging BuildRequires: golang(API) >= 1.12 @@ -61,6 +61,7 @@ # Install provided yaml file to download and run the hello-kubic container mkdir -p %{buildroot}%{_datadir}/k8s-yaml/hello-kubic install -m 0644 yaml/hello-kubic.yaml %{buildroot}%{_datadir}/k8s-yaml/hello-kubic/hello-kubic.yaml +install -m 0644 yaml/kustomization.yaml %{buildroot}%{_datadir}/k8s-yaml/hello-kubic/kustomization.yaml %files %defattr(-,root,root) @@ -72,5 +73,6 @@ %dir %{_datarootdir}/k8s-yaml %dir %{_datarootdir}/k8s-yaml/hello-kubic %{_datarootdir}/k8s-yaml/hello-kubic/hello-kubic.yaml +%{_datarootdir}/k8s-yaml/hello-kubic/kustomization.yaml %changelog ++++++ hello-kubic-1.2.tar.xz -> hello-kubic-1.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hello-kubic-1.2/README.md new/hello-kubic-1.3/README.md --- old/hello-kubic-1.2/README.md 2019-11-07 09:51:11.527977544 +0100 +++ new/hello-kubic-1.3/README.md 2019-12-22 21:56:32.213657689 +0100 @@ -3,4 +3,17 @@  -To deploy: ``https://raw.githubusercontent.com/thkukuk/hello-kubic/master/yaml/hello-kubic.yaml`` +This POD consisting of one container image can be deployed on a +Kubernetes cluster and accessed via a load balancer. It displays: + * The kubernetes logo and string + * "Hello Kubic!", which can be changed via the environment variable "MESSAGE" + * The openSUSE Kubic logo and string + * Informations about the Node and POD + +The default port is 80 and can be changed in the service section of the yaml +file. + +To deploy: ``kubectl apply -f https://raw.githubusercontent.com/thkukuk/hello-kubic/master/yaml/hello-kubic.yaml`` + +The image is available from registry.opensuse.org: +`registry.opensuse.org/kubic/hello-kubic:latest` diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hello-kubic-1.2/VERSION new/hello-kubic-1.3/VERSION --- old/hello-kubic-1.2/VERSION 2019-11-07 09:51:11.527977544 +0100 +++ new/hello-kubic-1.3/VERSION 2019-12-22 21:56:32.213657689 +0100 @@ -1 +1 @@ -1.2 +1.3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hello-kubic-1.2/yaml/kustomization.yaml new/hello-kubic-1.3/yaml/kustomization.yaml --- old/hello-kubic-1.2/yaml/kustomization.yaml 1970-01-01 01:00:00.000000000 +0100 +++ new/hello-kubic-1.3/yaml/kustomization.yaml 2019-12-22 21:56:32.213657689 +0100 @@ -0,0 +1,2 @@ +resources: + - hello-kubic.yaml
