- Update to version 0.6.8:

* [handler] use temp file in K::H::ResizeImage
  * [handler] ResizeImage - log info about file to resize
  * [cli] improved error message for cmd 'rabbit'
  * [web] fixed domain name in guest view
  * [web] fix ports view
  * [web] more logging for guest info
  * [web] unique key for guests over multiple servers
  * [core] use 'localhost' as fallback hostname in worker daemon
  * [cli] exit with 1 if login fails
  * [schema] added fixtures for database version 14
  * [dist] backup for kanku-config.yml in distributed setup
  * [doc] pod for K::Notifier::Sendmail
  * [doc] added links to K::Roles::SSH in ExecuteCommandViaSSH pod
  * [cli] output for command 'rcomment' (Dumper)
  * [doc] added Kanku::Notifier an Kanku::Util
  * [doc] added missing handlers to Kanku::Handler pod
  * intial version of release pod
  * [dist] p2m -> p2h
  * [dist] p2m: use package name as file name
  * [dist] initial version of p2m
  * [doc] added links to Kanku/Handler.pod
  * [handler] docu for additional_disks in CreateDomain
  * [cli] added option '--keep_volumes' in destroy command

OBS-URL: https://build.opensuse.org/package/show/devel:kanku/kanku?expand=0&rev=27
This commit is contained in:
Frank Schreiner 2019-11-22 14:51:12 +00:00 committed by Git OBS Bridge
parent b4d4ce10ab
commit 233fd56774
4 changed files with 31 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">git://github.com/M0ses/kanku.git</param> <param name="url">git://github.com/M0ses/kanku.git</param>
<param name="changesrevision">6f2a4d1690dff3b6efb5b2b23ad8896b57008424</param></service><service name="tar_scm"> <param name="changesrevision">7dbf3102b8ea2163d644d32edd6155836af3e6a4</param></service><service name="tar_scm">
<param name="url">/home/frank/prj/kanku</param> <param name="url">/home/frank/prj/kanku</param>
<param name="changesrevision">07fc15f0647a92f01b67085d698485d3432a8924</param></service></servicedata> <param name="changesrevision">07fc15f0647a92f01b67085d698485d3432a8924</param></service></servicedata>

View File

@ -2,7 +2,7 @@ Format: 1.0
Source: kanku Source: kanku
Binary: kanku Binary: kanku
Architecture: any Architecture: any
Version: 0.6.7 Version: 0.6.8
Maintainer: unknown <unknown@debian.org> Maintainer: unknown <unknown@debian.org>
Standards-Version: 3.8.2 Standards-Version: 3.8.2
Homepage: https://github.com/M0ses/kanku Homepage: https://github.com/M0ses/kanku

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Fri Nov 22 14:50:40 UTC 2019 - FSchreiner@suse.com
- Update to version 0.6.8:
* [handler] use temp file in K::H::ResizeImage
* [handler] ResizeImage - log info about file to resize
* [cli] improved error message for cmd 'rabbit'
* [web] fixed domain name in guest view
* [web] fix ports view
* [web] more logging for guest info
* [web] unique key for guests over multiple servers
* [core] use 'localhost' as fallback hostname in worker daemon
* [cli] exit with 1 if login fails
* [schema] added fixtures for database version 14
* [dist] backup for kanku-config.yml in distributed setup
* [doc] pod for K::Notifier::Sendmail
* [doc] added links to K::Roles::SSH in ExecuteCommandViaSSH pod
* [cli] output for command 'rcomment' (Dumper)
* [doc] added Kanku::Notifier an Kanku::Util
* [doc] added missing handlers to Kanku::Handler pod
* intial version of release pod
* [dist] p2m -> p2h
* [dist] p2m: use package name as file name
* [dist] initial version of p2m
* [doc] added links to Kanku/Handler.pod
* [handler] docu for additional_disks in CreateDomain
* [cli] added option '--keep_volumes' in destroy command
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 25 14:23:08 UTC 2019 - FSchreiner@suse.com Fri Oct 25 14:23:08 UTC 2019 - FSchreiner@suse.com

View File

@ -20,7 +20,7 @@
Name: kanku Name: kanku
# Version gets set by obs-service-tar_scm # Version gets set by obs-service-tar_scm
Version: 0.6.7 Version: 0.6.8
Release: 0 Release: 0
License: GPL-3.0 License: GPL-3.0
Summary: Development and continuous integration made easy Summary: Development and continuous integration made easy