Skip to content

Commit 38b85f8

Browse files
authored
v20.0.2 (#1288)
1 parent 76a79e5 commit 38b85f8

6 files changed

Lines changed: 12 additions & 5 deletions

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@ instructions, because git commits are used to generate release notes:
2020

2121
<!-- scriv-insert-here -->
2222

23+
<a id='changelog-20.0.2'></a>
24+
## v20.0.2 (2025-10-20)
25+
26+
- [Feature] Add support for pruning unused Kubernetes ConfigMaps with `--prune-configmaps` via the Tutor CLI. (by @dkaliberda)
27+
28+
- [Security] Switch to a cryptographically secure number generator for the `random_string` function. (by @samuelallan72)
29+
30+
- [Improvement] Upgrade node to v20.19.5 in Open edX Docker image. (by @dawoudsheraz)
31+
32+
- [Improvement] Migrate from pylint and black to ruff. (by @ahmed-arb)
33+
2334
<a id='changelog-20.0.1'></a>
2435
## v20.0.1 (2025-08-22)
2536

changelog.d/20250729_164653_dmytro.kaliberda_cleanup_configmaps_using_prune.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/20250902_204307_samuel_improve_random_string.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/20250908_141125_dawoud.sheraz_nvm_addition.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/20251016_164046_ahmed.khalid_ruff_migration.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

tutor/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Increment this version number to trigger a new release. See
44
# docs/tutor.html#versioning for information on the versioning scheme.
5-
__version__ = "20.0.1"
5+
__version__ = "20.0.2"
66

77
# The version suffix will be appended to the actual version, separated by a
88
# dash. Use this suffix to differentiate between the actual released version and

0 commit comments

Comments
 (0)