Skip to content

Commit

Permalink
release: v15.3
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Weißschuh <[email protected]>
  • Loading branch information
t-8ch committed Dec 19, 2024
1 parent 145a04c commit 022a737
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 14 deletions.
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
elbe (15.3) bookworm; urgency=medium

* Team upload.
* Release notes in docs/news/2024-12-19-v15.3.rst

-- Thomas Weißschuh <[email protected]> Thu, 19 Dec 2024 10:47:38 +0100

elbe (15.2) bookworm; urgency=medium

* Team upload
Expand Down
22 changes: 22 additions & 0 deletions docs/news/2024-12-19-v15.3.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
elbe 15.3 (2024-12-19)
======================

Features
--------

- Add support for Android sparse images.
Example:

.. code-block:: xml
<project-finetuning>
<set_packer packer="android-sparse">sda.img</set_packer>
</project-finetuning>
- The key for the primary mirror can be specified with `primary_key` and `host_key`.


Bugfixes
--------

- Remove /usr/sbin/policy-rc.d which is used at build time from final image.
- Various bugfixes for UBI volume creation.
4 changes: 1 addition & 3 deletions elbepack/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@


is_devel = not pathlib.Path(__file__).is_relative_to(sys.prefix)
elbe_version = '15.2'
elbe_version = '15.3'
elbe_version_debian = elbe_version
if is_devel:
elbe_version += '.dev0'

elbe_initvm_packagelist = ['python3-elbe-buildenv',
'python3-elbe-soap',
Expand Down
8 changes: 0 additions & 8 deletions newsfragments/+android-sparse.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/+policy-rc.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/+primary_key.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/+ubi.bugfix.rst

This file was deleted.

0 comments on commit 022a737

Please sign in to comment.