Skip to content

Commit

Permalink
doc: update 0.25 release notes
Browse files Browse the repository at this point in the history
We've just introduced the managedLayers policy for more backwards
compatibility.
  • Loading branch information
jkloetzke committed Nov 2, 2024
1 parent e3644bb commit b9cf8fe
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions doc/releases/0.25.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ too::
commit: ...
- bsp

.. note::
Managed layers are only supported if the :ref:`policies-managedLayers`
policy is set to the new behaviour. This potentiall affects the location of
layers in the project tree, though. See the policy for more details.

In the example above, the ``myapp`` layer is cloned via git while the ``bsp``
layer is expected to exist. If a layer SCM specification is given, Bob takes
care of the layer management:
Expand All @@ -42,8 +47,8 @@ care of the layer management:
- The ``bob layers`` command can update layers or show their status (see
:ref:`manpage-layers`).

(:pull:`561`, :pull:`587`, :pull:`588`, :pull:`589`, :pull:`593`. See
:ref:`configuration-config-layers`.)
(:pull:`561`, :pull:`587`, :pull:`588`, :pull:`589`, :pull:`593`, :pull:`596`.
See :ref:`configuration-config-layers`.)

More flexible sandbox modes
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -158,8 +163,6 @@ Backwards incompatible changes
If no ``config.yaml`` is present, or no :ref:`configuration-bobMinimumVersion`
is specified, version ``0.16`` is assumed.
* The ``filter`` recipe keyword has been removed. It was never used in practice.
* Support for nested layers has been dropped in favour of layer SCM support.
(:pull:`561`. See :ref:`configuration-config-layers`.)

Bug fixes
---------
Expand Down

0 comments on commit b9cf8fe

Please sign in to comment.