* Converted all dependency management in the autograder configuration zip file to Conda per [501](https://github.com/ucbds-infra/otter-grader/issues/501)
* Removed deprecated Otter Assign format v0
* Disabled editing for question prompt cells in the notebooks generated by Otter Assign per [431](https://github.com/ucbds-infra/otter-grader/issues/431)
* Removed `ucbdsinfra/otter-grader` Docker image and made default image for Otter Grade `ubuntu:22.04` per [534](https://github.com/ucbds-infra/otter-grader/issues/534)
* Make `xeCJK` opt-in behavior for exporting notebooks via LaTeX per [548](https://github.com/ucbds-infra/otter-grader/issues/548)
* Convert from use of deprecated `PyPDF2` package to `pypdf`
* Add configuration to submit blank PDF to manual-grading Gradescope assignment if PDF generation fails per [551](https://github.com/ucbds-infra/otter-grader/issues/551)
* Removed the `after_execution` event from the plugin lifecycle
* Updated execution internals to use `nbconvert.preprocessors.ExecutePreprocessor` instead of the `exec` function to execute submissions per [604](https://github.com/ucbds-infra/otter-grader/issues/604)
* Deprecated the `variables` key of the assignment config in favor of `generate.serialized_variables`
* Enabled Otter Generate for all assignments created with Otter Assign
* Updated Otter Assign to use Otter Run to validate that all tests in the assignment pass, allowing tests to be run for R assignments as well as Python, per [427](https://github.com/ucbds-infra/otter-grader/issues/427)
* Allow Markdown cells to be used instead of raw cells for Otter Assign per [592](https://github.com/ucbds-infra/otter-grader/issues/592)
* Use Otter Grade CLI flags to update `otter_config.json` values in the grading container per [395](https://github.com/ucbds-infra/otter-grader/issues/395)
* Removed `linux/amd64` platform specification for Docker images in Otter Grade
* Updated Otter Assign to normalize notebooks before writing them with `nbformat.validator.normalize` per [658](https://github.com/ucbds-infra/otter-grader/issues/658)
* Added summary of assignment questions to Otter Assign logging per [564](https://github.com/ucbds-infra/otter-grader/issues/564)
* Converted to Mamba from Conda for package management in grading containers per [660](https://github.com/ucbds-infra/otter-grader/issues/660)
* Upgraded default Python version in grading containers from 3.7 to 3.9