Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! changes from review
Browse files Browse the repository at this point in the history
  • Loading branch information
tigarmo committed Dec 19, 2024
1 parent 35ec5c9 commit f123af7
Showing 1 changed file with 45 additions and 4 deletions.
49 changes: 45 additions & 4 deletions docs/release-notes/rockcraft-1-7-0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,40 @@ For information about the Rockcraft release cycle, see the
:ref:`release_policy_and_schedule`.


Requirements and compatibility
------------------------------

To run Rockcraft, a system requires the following minimum hardware and
installed software. These requirements apply to local hosts as well as VMs and
container hosts.


Minimum hardware requirements
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- AMD64, ARM64, ARMv7-M, RISC-V 64-bit, PowerPC 64-bit little-endian, or S390x
processor
- 2GB RAM
- 10GB available storage space
- Internet access for remote software sources and the Snap Store


Platform requirements
~~~~~~~~~~~~~~~~~~~~~

.. list-table::
:header-rows: 1
:widths: 1 3 3

* - Platform
- Version
- Software requirements
* - GNU/Linux
- Popular distributions that ship with systemd and are `compatible with
snapd <https://snapcraft.io/docs/installing-snapd>`_
- systemd


What's new
----------

Expand Down Expand Up @@ -37,7 +71,7 @@ Rockcraft 1.7.0 brings the following minor changes.
~~~~~~~~~~~~~~~~

The default base of the project file generated by ``rockcraft init`` has been
updated from "[email protected]" to "[email protected]".
updated from ``[email protected]`` to ``[email protected]``.


Rockcraft snap
Expand All @@ -61,6 +95,13 @@ generated rock has been updated from the user name (``_daemon_``) to its
numeric ID.


12-factor extensions
~~~~~~~~~~~~~~~~~~~~

We added support for Gunicorn async workers on the Django and Flask 12-factor
extensions.


12-factor documentation
~~~~~~~~~~~~~~~~~~~~~~~

Expand All @@ -71,9 +112,9 @@ updated for clarity and to better conform with documentation best practices.
Maven and Ant plugins
~~~~~~~~~~~~~~~~~~~~~

Changed the location of the Java runtime executable on rocks built using the
Maven and Ant plugins from ``/bin/java`` to ``/usr/bin/java``, as the former
conflicts with the user-merged Ubuntu base.
We changed the location of the Java runtime executable on rocks built using the
the Maven and Ant plugins from ``/bin/java`` to ``/usr/bin/java``, as the
former conflicts with the user-merged Ubuntu base.

Fixed bugs and issues
---------------------
Expand Down

0 comments on commit f123af7

Please sign in to comment.