Skip to content

Commit

Permalink
docs(changelog): add 8.4.2 release notes
Browse files Browse the repository at this point in the history
Signed-off-by: Callahan Kovacs <[email protected]>
  • Loading branch information
mr-cal committed Oct 7, 2024
1 parent 7855215 commit 02bd0c2
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions docs/reference/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,45 @@ Changelog
For a complete list of commits, check out the `X.Y.Z`_ release on GitHub.


8.4.2 (2024-Oct-07)
-------------------

Core
====

* Fix a regression where Snapcraft would fail to run on some architectures due
to a ``cryptography`` dependency that attempted to load legacy algorithms
(`#5077`_).

* Fix a regression where Snapcraft would fail to run in a container if it was
not running as a snap (`#5079`_).

* Fix a bug where parallel installations of Snapcraft would not work if the
Snapcraft snap was installed from the store (`#4683`_, `#4927`_).

Plugins
#######

Python
""""""

* Fix an issue where the ``python`` plugin would fail to build if the part
had no Python scripts.

Remote build
============

* Fix a bug where the remote builder would ignore the user's response when a
build is interupted and always clean the launchpad project (`#4929`_).

Documentation
=============

* Update Rust plugin doc with recent changes to the Rust toolchain.

For a complete list of commits, check out the `8.4.2`_ release on GitHub.


7.5.7 (2024-Oct-03)
-------------------

Expand Down Expand Up @@ -1234,6 +1273,7 @@ For a complete list of commits, check out the `8.0.0`_ release on GitHub.
.. _#4908: https://github.com/canonical/snapcraft/issues/4908
.. _#4909: https://github.com/canonical/snapcraft/issues/4909
.. _#4927: https://github.com/canonical/snapcraft/issues/4927
.. _#4929: https://github.com/canonical/snapcraft/issues/4929
.. _#4930: https://github.com/canonical/snapcraft/issues/4930
.. _#4941: https://github.com/canonical/snapcraft/issues/4941
.. _#4942: https://github.com/canonical/snapcraft/issues/4942
Expand All @@ -1243,6 +1283,8 @@ For a complete list of commits, check out the `8.0.0`_ release on GitHub.
.. _#4995: https://github.com/canonical/snapcraft/issues/4995
.. _#5008: https://github.com/canonical/snapcraft/issues/5008
.. _#5048: https://github.com/canonical/snapcraft/issues/5048
.. _#5077: https://github.com/canonical/snapcraft/issues/5077
.. _#5079: https://github.com/canonical/snapcraft/issues/5079

.. _7.5.6: https://github.com/canonical/snapcraft/releases/tag/7.5.6
.. _7.5.7: https://github.com/canonical/snapcraft/releases/tag/7.5.7
Expand Down Expand Up @@ -1273,3 +1315,4 @@ For a complete list of commits, check out the `8.0.0`_ release on GitHub.
.. _8.3.4: https://github.com/canonical/snapcraft/releases/tag/8.3.4
.. _8.4.0: https://github.com/canonical/snapcraft/releases/tag/8.4.0
.. _8.4.1: https://github.com/canonical/snapcraft/releases/tag/8.4.1
.. _8.4.2: https://github.com/canonical/snapcraft/releases/tag/8.4.2

0 comments on commit 02bd0c2

Please sign in to comment.