From 506dadd628058ebc33bd97be1f505e2966591235 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Wed, 26 Nov 2025 17:37:04 +0000 Subject: [PATCH 1/2] chore: updating CHANGELOG for v0.71.2 --- doc/changelog.d/4286.maintenance.md | 1 - doc/changelog.d/4289.documentation.md | 1 - doc/changelog.d/4299.fixed.md | 1 - doc/changelog.d/4303.dependencies.md | 1 - doc/changelog.d/4307.maintenance.md | 1 - doc/changelog.d/4315.dependencies.md | 1 - doc/changelog.d/4319.fixed.md | 1 - doc/changelog.d/4322.fixed.md | 1 - doc/source/changelog.rst | 60 +++++++++++++++++++++++++++ 9 files changed, 60 insertions(+), 8 deletions(-) delete mode 100644 doc/changelog.d/4286.maintenance.md delete mode 100644 doc/changelog.d/4289.documentation.md delete mode 100644 doc/changelog.d/4299.fixed.md delete mode 100644 doc/changelog.d/4303.dependencies.md delete mode 100644 doc/changelog.d/4307.maintenance.md delete mode 100644 doc/changelog.d/4315.dependencies.md delete mode 100644 doc/changelog.d/4319.fixed.md delete mode 100644 doc/changelog.d/4322.fixed.md diff --git a/doc/changelog.d/4286.maintenance.md b/doc/changelog.d/4286.maintenance.md deleted file mode 100644 index 10e2aaddd80..00000000000 --- a/doc/changelog.d/4286.maintenance.md +++ /dev/null @@ -1 +0,0 @@ -Update CHANGELOG for v0.71.1 diff --git a/doc/changelog.d/4289.documentation.md b/doc/changelog.d/4289.documentation.md deleted file mode 100644 index 90abbb725dd..00000000000 --- a/doc/changelog.d/4289.documentation.md +++ /dev/null @@ -1 +0,0 @@ -Update \`\`CONTRIBUTORS.md\`\` with the latest contributors diff --git a/doc/changelog.d/4299.fixed.md b/doc/changelog.d/4299.fixed.md deleted file mode 100644 index 7d9210c29c1..00000000000 --- a/doc/changelog.d/4299.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Relax stdout check for gRPC server startup diff --git a/doc/changelog.d/4303.dependencies.md b/doc/changelog.d/4303.dependencies.md deleted file mode 100644 index 9e8830032dd..00000000000 --- a/doc/changelog.d/4303.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -Update pyvista requirement from <=0.46.3 to <=0.46.4 diff --git a/doc/changelog.d/4307.maintenance.md b/doc/changelog.d/4307.maintenance.md deleted file mode 100644 index b3718bdb5c5..00000000000 --- a/doc/changelog.d/4307.maintenance.md +++ /dev/null @@ -1 +0,0 @@ -Migrate ansys-tools-path -> ansys-tools-common diff --git a/doc/changelog.d/4315.dependencies.md b/doc/changelog.d/4315.dependencies.md deleted file mode 100644 index 97ba0811c6b..00000000000 --- a/doc/changelog.d/4315.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -Bump the documentation group across 1 directory with 3 updates diff --git a/doc/changelog.d/4319.fixed.md b/doc/changelog.d/4319.fixed.md deleted file mode 100644 index 87f4caa5a30..00000000000 --- a/doc/changelog.d/4319.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Cicd mpi issue and adding conditional encrypted log uploads diff --git a/doc/changelog.d/4322.fixed.md b/doc/changelog.d/4322.fixed.md deleted file mode 100644 index ea871920a27..00000000000 --- a/doc/changelog.d/4322.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Update pytest arguments for consistency and clarity in local and remote workflows diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 3eaf97bf210..df7fd40f6e4 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -10,6 +10,66 @@ This document contains the release notes for the project. .. towncrier release notes start +.. _v0.71.2: + +`0.71.2 `_ - November 26, 2025 +==================================================================================================== + +.. tab-set:: + + + .. tab-item:: Fixed + + .. list-table:: + :header-rows: 0 + :widths: auto + + * - Relax stdout check for gRPC server startup + - `#4299 `_ + + * - Cicd mpi issue and adding conditional encrypted log uploads + - `#4319 `_ + + * - Update pytest arguments for consistency and clarity in local and remote workflows + - `#4322 `_ + + + .. tab-item:: Dependencies + + .. list-table:: + :header-rows: 0 + :widths: auto + + * - Update pyvista requirement from <=0.46.3 to <=0.46.4 + - `#4303 `_ + + * - Bump the documentation group across 1 directory with 3 updates + - `#4315 `_ + + + .. tab-item:: Documentation + + .. list-table:: + :header-rows: 0 + :widths: auto + + * - Update \`\`CONTRIBUTORS.md\`\` with the latest contributors + - `#4289 `_ + + + .. tab-item:: Maintenance + + .. list-table:: + :header-rows: 0 + :widths: auto + + * - Update CHANGELOG for v0.71.1 + - `#4286 `_ + + * - Migrate ansys-tools-path -> ansys-tools-common + - `#4307 `_ + + .. _v0.71.1: `0.71.1 `_ - October 30, 2025 From fa5b1ea93a4087897a3881df3bed2ce40d5180f0 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Wed, 26 Nov 2025 17:38:32 +0000 Subject: [PATCH 2/2] chore: adding changelog file 4325.maintenance.md [dependabot-skip] --- doc/changelog.d/4325.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/4325.maintenance.md diff --git a/doc/changelog.d/4325.maintenance.md b/doc/changelog.d/4325.maintenance.md new file mode 100644 index 00000000000..12960af2e20 --- /dev/null +++ b/doc/changelog.d/4325.maintenance.md @@ -0,0 +1 @@ +Update CHANGELOG for v0.71.2