Skip to content

Commit

Permalink
v17.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
DawoudSheraz authored and regisb committed May 23, 2024
1 parent e3eb72d commit 3d52a84
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ instructions, because git commits are used to generate release notes:

<!-- scriv-insert-here -->

<a id='changelog-17.0.5'></a>
## v17.0.5 (2024-05-22)

- [Feature] Introduces the CONFIG_USER Filter. Used to declare unique key:value pairs in config.yml that will be overwritten when running tutor config save. Useful for injecting secrets from an external secrets manager into edx, or other values that may change over time that you need to programmatically fetch. (by @abonnell)

- [Improvement] Add ability to patch proxy configuration for Caddy (by @ravikhetani)

- [Security] Add Upstream "Privilege re-escalation in Studio after staff access removed" git security patch in Open edX Image(by @dawoudsheraz)

<a id='changelog-17.0.4'></a>
## v17.0.4 (2024-04-09)

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion tutor/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Increment this version number to trigger a new release. See
# docs/tutor.html#versioning for information on the versioning scheme.
__version__ = "17.0.4"
__version__ = "17.0.5"

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

0 comments on commit 3d52a84

Please sign in to comment.