Skip to content

Commit

Permalink
v16.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
regisb committed Sep 7, 2023
1 parent 8e6b645 commit 54af15a
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@ instructions, because git commits are used to generate release notes:

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

<a id='changelog-16.0.3'></a>
## v16.0.3 (2023-09-07)

- [Bugfix] Fix "Error: invalid_request Mismatching redirect URI" - ensure superset respects X-Forwarded-For/X-Forwarded-Proto headers set by Caddy. This effectively fixes running Cairn on HTTPS without a 3rd-party web proxy. (by @ravikhetani)

<a id='changelog-16.0.2'></a>
## v16.0.2 (2023-09-04)

- [Bugfix] Fix "cannot list resource 'pods'" on Kubernetes. (by @regisb)
- [Bugfix] Fix superset database name in user creation with `do cairn-createuser`. (by @regisb)
- [Improvement] Users will now have the access to graded field in course_blocks table with this change which indicates if course unit is graded or not. (by @Faraz32123)

<a id='changelog-16.0.1'></a>
## v16.0.1 (2023-07-17)

Expand Down
1 change: 0 additions & 1 deletion changelog.d/20230718_105008_regis_fix_k8s_vector_perms.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/20230819_081659_regis.md

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion tutorcairn/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "16.0.2"
__version__ = "16.0.3"

# Handle version suffix for nightly, just like tutor core.
__version_suffix__ = ""
Expand Down

0 comments on commit 54af15a

Please sign in to comment.