diff --git a/doc/source/changelog/1245.maintenance.md b/doc/source/changelog/1245.maintenance.md new file mode 100644 index 000000000..883ab12f4 --- /dev/null +++ b/doc/source/changelog/1245.maintenance.md @@ -0,0 +1 @@ +Update migration guide for v10.2.12 patch diff --git a/doc/source/migrations/index.rst b/doc/source/migrations/index.rst index ae234ed97..523ad2902 100644 --- a/doc/source/migrations/index.rst +++ b/doc/source/migrations/index.rst @@ -23,6 +23,10 @@ Version ``v10.2`` - **Changelog Action Changes:** The ``doc-changelog`` action input ``use-conventional-commits`` has been renamed to ``use-pull-request-title`` for clarity. If you use the old input, a deprecation warning appears. +- **Check-Vulnerabilities Changes:** The ``check-vulnerabilities`` action now includes a ``safety-configfile`` input (default: ``""``) that allows users to + specify a custom configuration file to use with ``safety``. This is useful for users who want to customize the behavior of ``safety`` or provide additional + configuration options. + - **PR Documentation Deployment:** The ``doc-deploy-pr`` action is now easier to use. Starting with version ``v10.2``, you no longer need to include the ``closed`` pull request event in your workflows because deployed documentation is cleaned up asynchronously. For more details, see :ref:`docs-deploy-pr-setup`.