From e0a589f49e9a6c7084c82d132ee4fae60a85f590 Mon Sep 17 00:00:00 2001 From: Rishi Keny Date: Thu, 13 Aug 2026 14:52:15 -0700 Subject: [PATCH 1/2] docs: add houdini-22.0 to the conda recipe index The houdini-22.0 recipe (added in #281) was not listed in the conda_recipes/README.md recipe table, making it undiscoverable from the collection README. Add a row next to the Houdini 21.0 entry. Signed-off-by: Rishi Keny --- conda_recipes/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/conda_recipes/README.md b/conda_recipes/README.md index d5346c58..369a9a31 100644 --- a/conda_recipes/README.md +++ b/conda_recipes/README.md @@ -44,6 +44,7 @@ This table covers all 51 immediate user-selectable recipe directories in `conda_ | [Deadline Cloud CLI](deadline/) | Building the `deadline` Python package and command line tools | Another package or worker environment needs the Deadline client | | [Houdini 20.5](houdini-20.5/) | Packaging Houdini 20.5 with plugin activation support | Your jobs require Houdini 20.5 | | [Houdini 21.0](houdini-21.0/) | Packaging Houdini 21.0 with Plugin Sync activation | Your jobs require Houdini 21 or frequently updated plugins | +| [Houdini 22.0](houdini-22.0/) | Packaging Houdini 22.0 with Plugin Sync activation | Your jobs require Houdini 22 or frequently updated plugins | | [Redshift for Houdini 2025](houdini-redshift-2025/) | Packaging Redshift for Houdini 2025 | Houdini 20.5 jobs render with Redshift | | [Redshift for Houdini 2026](houdini-redshift-2026/) | Packaging Redshift for Houdini 2026 | Houdini 21 jobs render with Redshift | | [V-Ray 7 for Houdini](houdini-vray-7/) | Packaging V-Ray for Houdini | Houdini jobs render with V-Ray 7 | From 9f646ae8b9ef00245e0eb68c45108428b145ff03 Mon Sep 17 00:00:00 2001 From: Rishi Keny Date: Thu, 13 Aug 2026 15:00:26 -0700 Subject: [PATCH 2/2] docs: update recipe index count to 52 Adding the houdini-22.0 row makes the table 52 rows. conda_recipes/ has 54 immediate subdirectories minus the two documented exclusions (conda_build_linux_package, archive_files) = 52 user-selectable recipes, so the header count is updated from 51 to 52 to match. Signed-off-by: Rishi Keny --- conda_recipes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda_recipes/README.md b/conda_recipes/README.md index 369a9a31..5b934f67 100644 --- a/conda_recipes/README.md +++ b/conda_recipes/README.md @@ -17,7 +17,7 @@ building new packages for either Linux or Windows into it on AWS Deadline Cloud. ## Recipe index -This table covers all 51 immediate user-selectable recipe directories in `conda_recipes/`. +This table covers all 52 immediate user-selectable recipe directories in `conda_recipes/`. | Sample | What it demonstrates | Start here when | |---|---|---|