Skip to content

Commit

Permalink
docs(changelog): add 3.2.0 release (#1861)
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau authored Aug 28, 2024
1 parent 523de59 commit 01fa6ed
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions docs/reference/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,42 @@ Changelog

For a complete list of commits, see the `X.Y.Z`_ release on GitHub.

3.2.0 (2024-08-28)
------------------

We have some fixes to the 3.1 series, as well as the features below.
The most notable under-the-hood work is that Charmcraft now uses pydantic 2.

Core
====

You can now set ``charm-user`` in ``charmcraft.yaml`` to set what user Juju 3.6.0+ will
use for running a kubernetes charm.

Plugins
#######

reactive
""""""""

Fix: ``actions.yaml`` is no longer overwritten.

Extensions
##########

go-framework
""""""""""""

New ``go-framework`` extension for easily charming go applications.

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

The changelog is now included in the Charmcraft documentation. For completeness, we've
back-filled the log with all the important changes from previous releases documented
on GitHub.

For a complete list of commits, see the `3.2.0`_ release on GitHub.

3.1.2 (2024-08-07)
------------------
Expand Down Expand Up @@ -256,3 +292,4 @@ page.
.. _3.1.0: https://github.com/canonical/charmcraft/releases/tag/3.1.0
.. _3.1.1: https://github.com/canonical/charmcraft/releases/tag/3.1.1
.. _3.1.2: https://github.com/canonical/charmcraft/releases/tag/3.1.2
.. _3.2.0: https://github.com/canonical/charmcraft/releases/tag/3.2.0

0 comments on commit 01fa6ed

Please sign in to comment.