Skip to content

Commit

Permalink
Merge branch 'master' into nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
regisb committed Sep 7, 2023
2 parents 2e41977 + 54af15a commit 676bf09
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 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 setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def load_about():

setup(
name="tutor-cairn",
version=ABOUT["__package_version__"],
version=ABOUT["__version__"],
url="https://github.com/overhangio/tutor-cairn",
project_urls={
"Code": "https://github.com/overhangio/tutor-cairn",
Expand Down
3 changes: 1 addition & 2 deletions tutorcairn/__about__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
__version__ = "16.0.2"
__package_version__ = __version__
__version__ = "16.0.3"

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

0 comments on commit 676bf09

Please sign in to comment.