diff --git a/VERSION b/VERSION index 2b7c5ae018..2eb3c4fe4e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.2 +0.5 diff --git a/cli/d-installer-cli.gemspec b/cli/d-installer-cli.gemspec index c6c5bc231f..a3c0318063 100644 --- a/cli/d-installer-cli.gemspec +++ b/cli/d-installer-cli.gemspec @@ -28,7 +28,7 @@ Gem::Specification.new do |spec| spec.email = "yast-devel@opensuse.org" spec.homepage = "https://github.com/yast/d-installer" spec.license = "GPL-2.0-only" - spec.files = Dir["lib/**/*.rb", "bin/*", "share/*", "etc/*", "[A-Z]*"] + spec.files = Dir["lib/**/*.rb", "bin/*", "share/*", "etc/*"] spec.executables << "dinstallerctl" spec.metadata = { "rubygems_mfa_required" => "true" } diff --git a/cli/package/rubygem-d-installer-cli.changes b/cli/package/rubygem-d-installer-cli.changes index b43e18fd06..04837df794 100644 --- a/cli/package/rubygem-d-installer-cli.changes +++ b/cli/package/rubygem-d-installer-cli.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 18 16:27:50 UTC 2022 - Imobach Gonzalez Sosa + +- Update to version 0.5.0: + * Move the storage client to the service gem + (related to gh#yast/d-installer#248). + ------------------------------------------------------------------- Thu Jul 28 08:15:39 UTC 2022 - Imobach Gonzalez Sosa diff --git a/image/_service b/image/_service index 4e2de70624..3da697b084 100644 --- a/image/_service +++ b/image/_service @@ -6,6 +6,14 @@ enable d-installer + + https://raw.githubusercontent.com/yast/d-installer/master/image/d-installer-live.kiwi + d-installer-live.kiwi + + + https://raw.githubusercontent.com/yast/d-installer/master/image/config.sh + config.sh + d-installer.obsinfo image/extrastuff/root @@ -16,14 +24,4 @@ image/extrastuff/etc etc - - d-installer.obsinfo - image - image - - - image.tar - image/d-installer-live.kiwi - image/config.sh - diff --git a/image/d-installer-live.kiwi b/image/d-installer-live.kiwi index 751add02cd..43463716f1 100644 --- a/image/d-installer-live.kiwi +++ b/image/d-installer-live.kiwi @@ -80,6 +80,7 @@ + diff --git a/service/d-installer.gemspec b/service/d-installer.gemspec index 802f3f1462..65c23c28c1 100644 --- a/service/d-installer.gemspec +++ b/service/d-installer.gemspec @@ -29,7 +29,7 @@ Gem::Specification.new do |spec| spec.email = "yast-devel@opensuse.org" spec.homepage = "https://github.com/yast/d-installer" spec.license = "GPL-2.0-only" - spec.files = Dir["lib/**/*.rb", "bin/*", "share/*", "etc/*", "[A-Z]*"] + spec.files = Dir["lib/**/*.rb", "bin/*", "share/*", "etc/*"] spec.executables = ["d-installer"] spec.metadata = { "rubygems_mfa_required" => "true" } diff --git a/service/package/rubygem-d-installer.changes b/service/package/rubygem-d-installer.changes index 4d2b1d8eb1..f62ac1f772 100644 --- a/service/package/rubygem-d-installer.changes +++ b/service/package/rubygem-d-installer.changes @@ -1,9 +1,30 @@ +------------------------------------------------------------------- +Fri Nov 18 16:27:43 UTC 2022 - Imobach Gonzalez Sosa + +- Update to version 0.5.0: + * Use D-Bus activation instead of explicit service starting + (gh#yast/d-installer#287). + * Load the configuration from /etc/d-installer.yaml + (gh#yast/d-installer#301). + * Move D-Bus configuration to /usr/share (gh#yast/d-installer#254). + * Extract questions and storage handling to separate services + (gh#yast/d-installer#248). + * Add a mechanism to report problems found in the configuration + (gh#yast/d-installer#299). + * Extend the D-Bus API for the storage proposal + (gh#yast/d-installer#268). + * Do not block after software installation if a package cannot + be installed (gh#yast/d-installer#322). + * Add support to install the Adaptable Linux Platform Host OS + (gh#yast/d-installer#265). + * Update Leap Micro to version 5.3 (gh#yast/d-installer#318). + ------------------------------------------------------------------- Thu Jul 28 08:20:21 UTC 2022 - Imobach Gonzalez Sosa - Update to version 0.4.2: * Prevent the installation from being blocked when the user - changes the language (gh#yast/yast-dinstaller#239 and + changes the language (gh#yast/d-installer#239 and gh#yast/yast-dinstaller#240). * Add a new service org.opensuse.DInstaller.Language to handle yast2-country related logic. diff --git a/web/package/_service b/web/package/_service index 801fa3db3d..614e28c7ed 100644 --- a/web/package/_service +++ b/web/package/_service @@ -18,6 +18,6 @@ d-installer - 0.4.2 + 0.5 diff --git a/web/package/cockpit-d-installer.changes b/web/package/cockpit-d-installer.changes index 674cc000eb..06b0e474d6 100644 --- a/web/package/cockpit-d-installer.changes +++ b/web/package/cockpit-d-installer.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Nov 18 16:27:26 UTC 2022 - Imobach Gonzalez Sosa + +- Update to version 0.5.0: + * Add support for basic network configuration, based on + NetworkManager (gh#yast/d-installer#260, gh#yast/d-installer#292). + * Improve the usability of the LUKS activation dialog + (gh#yast/d-installer#253). + * Prevent starting the installation with incomplete or wrong + configuration (gh#yast/d-installer#299). + ------------------------------------------------------------------- Thu Jul 28 08:17:06 UTC 2022 - Imobach Gonzalez Sosa