Skip to content

Commit

Permalink
Merge pull request #423 from yast/release-0.7
Browse files Browse the repository at this point in the history
Release 0.7
  • Loading branch information
imobachgs committed Feb 13, 2023
2 parents 5ad6f97 + 582a2a0 commit 2f3154a
Show file tree
Hide file tree
Showing 10 changed files with 12,905 additions and 12 deletions.
8 changes: 4 additions & 4 deletions cli/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../service
specs:
d-installer (0.6.2)
d-installer (0.7)
cfa (~> 1.0.2)
cfa_grub2 (~> 2.0.0)
cheetah (~> 1.0.0)
Expand All @@ -14,8 +14,8 @@ PATH
PATH
remote: .
specs:
d-installer-cli (0.6)
d-installer (~> 0.6.0)
d-installer-cli (0.7)
d-installer (~> 0.7.0)
fast_gettext (~> 2.2.0)
ruby-dbus (~> 0.19.0)
thor (~> 1.2, >= 1.2.1)
Expand Down Expand Up @@ -56,7 +56,7 @@ GEM
rspec-support (~> 3.11.0)
rspec-support (3.11.1)
ruby-augeas (0.5.0)
ruby-dbus (0.18.1)
ruby-dbus (0.19.0)
rexml
simplecov (0.21.2)
docile (~> 1.1)
Expand Down
2 changes: 1 addition & 1 deletion cli/VERSION
@@ -1 +1 @@
0.6
0.7
2 changes: 1 addition & 1 deletion cli/d-installer-cli.gemspec
Expand Up @@ -39,7 +39,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rspec", "~> 3.11.0"
spec.add_development_dependency "simplecov", "~> 0.21.2"
spec.add_development_dependency "simplecov-lcov", "~> 0.8.0"
spec.add_dependency "d-installer", "~> 0.6.0"
spec.add_dependency "d-installer", "~> 0.7.0"
spec.add_dependency "fast_gettext", "~> 2.2.0"
spec.add_dependency "ruby-dbus", "~> 0.19.0"
spec.add_dependency "thor", "~> 1.2", ">= 1.2.1"
Expand Down
7 changes: 7 additions & 0 deletions cli/package/rubygem-d-installer-cli.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Feb 13 14:32:01 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

- Version 0.7:
* Update dependency on ruby-dbus to match the one in
rubygem-d-installer (gh#yast/d-installer#245).

-------------------------------------------------------------------
Mon Dec 5 13:18:24 UTC 2022 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion image/d-installer-live.kiwi
Expand Up @@ -13,7 +13,7 @@
<profile name="ALP" description="ALP-only image" />
</profiles>
<preferences>
<version>0.6.2</version>
<version>0.7</version>
<packagemanager>zypper</packagemanager>
<locale>en_US</locale>
<keytable>us</keytable>
Expand Down
6 changes: 3 additions & 3 deletions service/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
d-installer (0.6.2)
d-installer (0.7)
cfa (~> 1.0.2)
cfa_grub2 (~> 2.0.0)
cheetah (~> 1.0.0)
Expand Down Expand Up @@ -30,7 +30,7 @@ GEM
racc (~> 1.4)
packaging_rake_tasks (1.5.1)
rake
racc (1.6.1)
racc (1.6.2)
rake (13.0.6)
rexml (3.2.5)
rspec (3.11.0)
Expand Down Expand Up @@ -75,4 +75,4 @@ DEPENDENCIES
yard (~> 0.9.0)

BUNDLED WITH
2.3.24
2.3.26
2 changes: 1 addition & 1 deletion service/VERSION
@@ -1 +1 @@
0.6.2
0.7
5 changes: 5 additions & 0 deletions service/package/rubygem-d-installer.changes
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 13 13:58:52 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

- Version 0.7

-------------------------------------------------------------------
Wed Feb 8 18:09:01 UTC 2023 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

Expand Down

0 comments on commit 2f3154a

Please sign in to comment.