Skip to content

Commit c95b073

Browse files
authored
v20.0.4 (#1319)
1 parent bd82a68 commit c95b073

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

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.4'></a>
24+
## v20.0.4 (2025-12-22)
25+
26+
- [Chore] Update hatch definition for version. (by @mlabeeb03)
27+
28+
- [Improvement] Add ability to not delete namespace while running `tutor k8s delete` command. (by @mlabeeb03)
29+
30+
- [Security] Add upstream security fix as patch in Open edX image (by @ahmed-arb)
31+
32+
[Security] Bump urllib3 from 2.5.0 to 2.6.0 to address Dependabot alerts.
33+
2334
<a id='changelog-20.0.3'></a>
2435
## v20.0.3 (2025-12-03)
2536

changelog.d/20251014_144203_mlabeeb03_remove_hatch_definition.md

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

changelog.d/20251217_184231_mlabeeb03_exclude_namespace_parameter.md

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

changelog.d/20251219_203028_ahmed.khalid_dec_16_security_patch.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.3"
5+
__version__ = "20.0.4"
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)