-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[doc] updated changlogs for release 0.17.1
- Loading branch information
Showing
3 changed files
with
18 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,11 @@ kanku (0.17.1) unstable; urgency=medium | |
- Kanku::Setup::Server::Distributed | ||
- Kanku::Setup::Server::Standalone | ||
* BUGFIXES | ||
* | ||
* [dist] VM templates: improvments for serial console | ||
* [cli] setup: | ||
* add user to group kvm if exists | ||
* fixes permission problems on debian | ||
* backup /etc/group before configuring libvirt | ||
* [cli] return rc > 0 if `kanku up` fails | ||
* [core][fix] improvements for Kanku::Config::Defaults | ||
|
||
|
@@ -32,7 +36,7 @@ kanku (0.17.1) unstable; urgency=medium | |
* [dist] added templates to install in Makefile | ||
* [core] cleanup cpio api leftovers | ||
|
||
-- Frank Schreiner <[email protected]> Fri, 03 May 2024 15:18:35 +0000 | ||
-- Frank Schreiner <[email protected]> Thu, 16 May 2024 05:18:35 +0000 | ||
|
||
kanku (0.17.0) unstable; urgency=medium | ||
|
||
|
@@ -88,4 +92,4 @@ kanku (0.6.4-0) unstable; urgency=low | |
|
||
* generated OBS deb build | ||
|
||
-- Frank Schreiner <[email protected]> Mon, 25 Dec 2007 10:50:38 +0100 | ||
-- Frank Schreiner <[email protected]> Mon, 25 Dec 2007 10:50:38 +0100 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,81 +13,23 @@ | |
* [templates] init.tt2: add Kanku::Handler::CopyProfile | ||
* [doc] enhance CONTRIBUTING.md | ||
* [core] made Kanku::Config::Defaults "setup" ready | ||
|
||
- add defaults for | ||
- Kanku::Setup::Devel | ||
- Kanku::Setup::Server::Distributed | ||
- Kanku::Setup::Server::Standalone | ||
* BUGFIXES | ||
* [dist] VM templates: improvments for serial console | ||
* [cli] setup: | ||
|
||
* add user to group kvm if exists | ||
* fixes permission problems on debian | ||
* backup /etc/group before configuring libvirt | ||
* [dist] VM templates: improvments for serial console | ||
* [cli] setup: | ||
- add user to group `kvm` if exists | ||
- fixes permission problems on debian | ||
- backup `/etc/group` before configuring libvirt | ||
* [cli] return rc > 0 if `kanku up` fails | ||
* [core][fix] improvements for Kanku::Config::Defaults | ||
|
||
- Better handling if empty defaults | ||
- merge default settings with configured settings instead of overwriting defaults | ||
* [setup] use libvirt network name as bridge name | ||
* [util] VM: log domain XML only on error | ||
* [util] CurlHttpDownload: create cache_dir before download if dir not exists | ||
* [dist] change Net::OBS::Client version to 0.1.3 | ||
* [templates] cleanup existing VM templates | ||
* [dist] added templates to install in Makefile | ||
* [core] cleanup cpio api leftovers | ||
|
||
------------------------------------------------------------------- | ||
Thu May 16 05:55:14 UTC 2024 - Frank Schreiner <[email protected]> | ||
|
||
- Update to version 0.17.0: | ||
* FEATURES | ||
* [dist] new package 'kanku-iptables' (Store and restore kanku iptables rules) | ||
* [dist] added x-scheme-handler kankus:// | ||
* [core] configurable SigAuth for http(s) dependent libraries, e.g.: | ||
- `Kanku::Handler::OBSCheck` | ||
- `Kanku::Handler::ImageDownload` | ||
- `Kanku::Util::CurlHttpDownload` | ||
* [dist] improvments for rpm/debian packages | ||
* [test] updated libraries in base check | ||
* [dist] new kanku job 'test' to create a vm running kanku test suite | ||
* [handler] removed obsolete OpenStack handler and modules | ||
* [handler] OBSCheck: setter for api_url for later use | ||
* [handler] removed deprecated K::H::OBSDownload | ||
* [templates] examples for Net::OBS::Client authentication | ||
* [util] deleted Kanku::Util::HTTPMirror | ||
* BUGFIXES | ||
* [handler] fix skip_all_checks in OBSCheck | ||
* [util] DoD: fixed auth problem | ||
* [dist] fix mkdir for system-user-kankurun.conf | ||
* [dist] more fixes for spec | ||
|
||
------------------------------------------------------------------- | ||
Fri May 03 15:18:35 UTC 2024 - Frank Schreiner <[email protected]> | ||
|
||
- Update to version 0.17.1: | ||
* FEATURES | ||
* [setup] [Closes: #44](https://github.com/M0ses/kanku/issues/44) Write systemd network config | ||
* [cli] add option `--pseudo_terminal` to the `ssh` command | ||
* [cli] Feature: print randomized passwords at the end of `kanku up` | ||
* [handler] CreateDomain: new option 'no_wait_for_bootloader' | ||
* [examples] add KankuFile.openSUSE-Leap-15.5-official + Signature | ||
* [examples] add KankuFile.openSUSE-Tumbleweed-sdboot + Signature | ||
* [templates] new VM template: vm-x86_64-uefi-tpm2.0.tt2 | ||
* [templates] init.tt2: add Kanku::Handler::CopyProfile | ||
* [doc] enhance CONTRIBUTING.md | ||
* [core] made Kanku::Config::Defaults "setup" ready | ||
|
||
- add defaults for | ||
- Kanku::Setup::Devel | ||
- Kanku::Setup::Server::Distributed | ||
- Kanku::Setup::Server::Standalone | ||
* BUGFIXES | ||
* | ||
* [cli] return rc > 0 if `kanku up` fails | ||
* [core][fix] improvements for Kanku::Config::Defaults | ||
|
||
- Better handling if empty defaults | ||
- merge default settings with configured settings instead of overwriting defaults | ||
* [setup] use libvirt network name as bridge name | ||
|
@@ -98,31 +40,6 @@ | |
* [dist] added templates to install in Makefile | ||
* [core] cleanup cpio api leftovers | ||
|
||
------------------------------------------------------------------- | ||
Fri May 03 15:18:35 UTC 2024 - Frank Schreiner <[email protected]> | ||
|
||
- Update to version 0.17.0: | ||
* FEATURES | ||
* [dist] new package 'kanku-iptables' (Store and restore kanku iptables rules) | ||
* [dist] added x-scheme-handler kankus:// | ||
* [core] configurable SigAuth for http(s) dependent libraries, e.g.: | ||
- `Kanku::Handler::OBSCheck` | ||
- `Kanku::Handler::ImageDownload` | ||
- `Kanku::Util::CurlHttpDownload` | ||
* [dist] improvments for rpm/debian packages | ||
* [test] updated libraries in base check | ||
* [dist] new kanku job 'test' to create a vm running kanku test suite | ||
* [handler] removed obsolete OpenStack handler and modules | ||
* [handler] OBSCheck: setter for api_url for later use | ||
* [handler] removed deprecated K::H::OBSDownload | ||
* [templates] examples for Net::OBS::Client authentication | ||
* [util] deleted Kanku::Util::HTTPMirror | ||
* BUGFIXES | ||
* [handler] fix skip_all_checks in OBSCheck | ||
* [util] DoD: fixed auth problem | ||
* [dist] fix mkdir for system-user-kankurun.conf | ||
* [dist] more fixes for spec | ||
|
||
------------------------------------------------------------------- | ||
Fri Apr 12 13:35:09 UTC 2024 - Frank Schreiner <[email protected]> | ||
|
||
|