Skip to content

Tags: rgraber/tutor

Tags

v13.1.8

Toggle v13.1.8's commit message
v13.1.8 (2022-03-18)

- [Bugfix] Fix "evalsymlink failure" during `k8s quickstart` (overhangio#611).
- [Bugfix] Fix "TypeError: upgrade() got an unexpected keyword argument 'non_interactive'" during `local upgrade`.

v13.1.7

Toggle v13.1.7's commit message
v13.1.7 (2022-03-17)

- [Bugfix] Fix dockerize on arm64 by switching to the [powerman/dockerize](https://github.com/powerman/dockerize) fork (overhangio#591).
- [Bugfix] Fix "Unexpected args" error during service initialization on Kubernetes (overhangio#611).

v13.1.6

Toggle v13.1.6's commit message
v13.1.6 (2022-03-15)

- [Bugfix] Fix `local/k8s quickstart` commands when upgrading from an older release (overhangio#595).
- [Bugfix] Fix running the default exim-relay SMTP server on arm64 (overhangio#600).
- [Feature] Add `tutor k8s apply` comand, which is a direct interface with `kubectl apply`.
- [Feature] Add `openedx-dockerfile-minimal` patch, which you can use to install custom packages and run commands as root in the Docker image.

v13.1.5

Toggle v13.1.5's commit message
v13.1.5 (2022-02-14)

- [Improvement] Upgrade all services to open-release/maple.2.

v13.1.4

Toggle v13.1.4's commit message
v13.1.4 (2022-02-08)

- [Security] Fix vulnerability in redirect url during authentication (see
  [commit](overhangio/edx-platform@0655041)).

v13.1.3

Toggle v13.1.3's commit message
v13.1.3 (2022-02-01)

- [Security] Fix vulnerability in call to invalid enrollment API (see [commit](overhangio/edx-platform@e9369cf)).
- [Bugfix] Fix "Internal Server Error / AttributeError / object has no attribute 'get_metadata'" in learning MFE.
- [Improvement] Replace all links to github.com/edx by github.com/openedx, following the migration of all repositories.
- [Bugfix] Fix `k8s start caddy` command.

v13.1.2

Toggle v13.1.2's commit message
v13.1.2 (2022-01-30)

- [Bugfix] Fix auto-renewal of certificates revoked by Let's Encrypt (see [discussion](https://community.letsencrypt.org/t/questions-about-renewing-before-tls-alpn-01-revocations/170449/21)).

v13.1.1

Toggle v13.1.1's commit message
v13.1.1 (2022-01-25)

- [Bugfix] Fix authentication in development due to missing SameSite policy on session ID cookie.
- [Bugfix] Display properly themed favicon.ico image in LMS, Studio and microfrontends.
- [Bugfix] Fix "LazyStaticAbsoluteUrl is not JSON serializable" error when sending bulk emails.
- [Bugfix] Fix `tutor local importdemocourse` fails when platform is not up.

v13.1.0

Toggle v13.1.0's commit message
- [Improvement] Provide much more comprehensive instructions when

upgrading.
- [Bugfix] During upgrade, make sure that environment is up-to-date
prior to prompting to rebuild the custom images.
- [Bugfix] Fix ownership of mysql data, in particular when upgrading a
Kubernetes cluster to Maple.
- [Bugfix] Ensure that ``tutor k8s upgrade`` is run during ``tutor k8s
quickstart``, when necessary.
- 💥[Bugfix] By default, detect the current version during ``tutor
k8s/local upgrade``.
- [Bugfix] Fix upgrading from Lilac to Maple on Kubernetes by deleting
deployments and services.

v13.0.3

Toggle v13.0.3's commit message
v13.0.3 (2022-01-04)

- [Security] Upgrade Django to 3.2.11 in edx-platform.
- [Security] Prevent non-staff users from searching usernames by email by
  abusing the logout url.