Skip to content

Commit

Permalink
Bump requirements for Open edX Sumac release
Browse files Browse the repository at this point in the history
In addition, add supoort for Apache Guacamole 1.5.5 and
make it the new default version.
  • Loading branch information
Maari Tamm committed Dec 19, 2024
1 parent c08388f commit ff492eb
Show file tree
Hide file tree
Showing 6 changed files with 171 additions and 4 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Unreleased
-------------------------
* [Enhancement] Add support for Apache Guacamole 1.5.5;
make it the new default version.
* [Enhancement] Update requirements for Open edX Sumac release.

Version 8.1.0 (2024-11-20)
-------------------------
* [Chore] Update requirements.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ two steps:
delete_attempts: 3
delete_interval: 3600
delete_task_timeout: 900
guacamole_js_version: 1.5.4
guacamole_js_version: 1.5.5
enable_fullscreen: false
instructions_layout: above
js_timeouts:
Expand Down
2 changes: 1 addition & 1 deletion hastexo/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"check": 5000
},
"providers": {},
"guacamole_js_version": '1.5.4',
"guacamole_js_version": '1.5.5',
"lab_usage_limit": None,
"lab_usage_limit_breach_policy": None
}
Expand Down
2 changes: 1 addition & 1 deletion hastexo/hastexo.py
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ def get_js_urls(self):
self, 'public/js/plugins.js')

# guacamole common library url
guac_js_version = settings.get("guacamole_js_version", "1.5.4")
guac_js_version = settings.get("guacamole_js_version", "1.5.5")
guac_common_url = (
self.runtime.local_resource_url(
self,
Expand Down
Loading

0 comments on commit ff492eb

Please sign in to comment.