Update image ghcr.io/open-webui/open-webui to v0.4.0 #883

Merged
jahanson merged 1 commit from renovate/ghcr.io-open-webui-open-webui-0.x into main 2024-11-19 17:01:11 -06:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/open-webui/open-webui minor 0.3.35 -> v0.4.0

Release Notes

open-webui/open-webui (ghcr.io/open-webui/open-webui)

v0.4.0

Compare Source

[0.4.0] - 2024-11-19

Added
  • 👥 User Groups: You can now create and manage user groups, making user organization seamless.
  • 🔐 Group-Based Access Control: Set granular access to models, knowledge, prompts, and tools based on user groups, allowing for more controlled and secure environments.
  • 🛠️ Group-Based User Permissions: Easily manage workspace permissions. Grant users the ability to upload files, delete, edit, or create temporary chats, as well as define their ability to create models, knowledge, prompts, and tools.
  • 🔑 LDAP Support: Newly introduced LDAP authentication adds robust security and scalability to user management.
  • 🌐 Enhanced OpenAI-Compatible Connections: Added prefix ID support to avoid model ID clashes, with explicit model ID support for APIs lacking '/models' endpoint support, ensuring smooth operation with custom setups.
  • 🔐 Ollama API Key Support: Now manage credentials for Ollama when set behind proxies, including the option to utilize prefix ID for proper distinction across multiple Ollama instances.
  • 🔄 Connection Enable/Disable Toggle: Easily enable or disable individual OpenAI and Ollama connections as needed.
  • 🎨 Redesigned Model Workspace: Freshly redesigned to improve usability for managing models across users and groups.
  • 🎨 Redesigned Prompt Workspace: A fresh UI to conveniently organize and manage prompts.
  • 🧩 Sorted Functions Workspace: Functions are now automatically categorized by type (Action, Filter, Pipe), streamlining management.
  • 💻 Redesigned Collaborative Workspace: Enhanced support for multiple users contributing to models, knowledge, prompts, or tools, improving collaboration.
  • 🔧 Auto-Selected Tools in Model Editor: Tools enabled through the model editor are now automatically selected, whereas previously it only gave users the option to enable the tool, reducing manual steps and enhancing efficiency.
  • 🔔 Web Search & Tools Indicator: A clear indication now shows when web search or tools are active, reducing confusion.
  • 🔑 Toggle API Key Auth: Tighten security by easily enabling or disabling API key authentication option for Open WebUI.
  • 🗂️ Agentic Retrieval: Improve RAG accuracy via smart pre-processing of chat history to determine the best queries before retrieval.
  • 📁 Large Text as File Option: Optionally convert large pasted text into a file upload, keeping the chat interface cleaner.
  • 🗂️ Toggle Citations for Models: Ability to disable citations has been introduced in the model editor.
  • 🔍 User Settings Search: Quickly search for settings fields, improving ease of use and navigation.
  • 🗣️ Experimental SpeechT5 TTS: Local SpeechT5 support added for improved text-to-speech capabilities.
  • 🔄 Unified Reset for Models: A one-click option has been introduced to reset and remove all models from the Admin Settings.
  • 🛠️ Initial Setup Wizard: The setup process now explicitly informs users that they are creating an admin account during the first-time setup, ensuring clarity. Previously, users encountered the login page right away without this distinction.
  • 🌐 Enhanced Translations: Several language translations, including Ukrainian, Norwegian, and Brazilian Portuguese, were refined for better localization.
Fixed
  • 🎥 YouTube Video Attachments: Fixed issues preventing proper loading and attachment of YouTube videos as files.
  • 🔄 Shared Chat Update: Corrected issues where shared chats were not updating, improving collaboration consistency.
  • 🔍 DuckDuckGo Rate Limit Fix: Addressed issues with DuckDuckGo search integration, enhancing search stability and performance when operating within rate limits.
  • 🧾 Citations Relevance Fix: Adjusted the relevance percentage calculation for citations, so that Open WebUI properly reflect the accuracy of a retrieved document in RAG, ensuring users get clearer insights into sources.
  • 🔑 Jina Search API Key Requirement: Added the option to input an API key for Jina Search, ensuring smooth functionality as keys are now mandatory.
Changed
  • 🛠️ Functions Moved to Admin Panel: As Functions operate as advanced plugins, they are now accessible from the Admin Panel instead of the workspace.
  • 🛠️ Manage Ollama Connections: The "Models" section in Admin Settings has been relocated to Admin Settings > "Connections" > Ollama Connections. You can now manage Ollama instances via a dedicated "Manage Ollama" modal from "Connections", streamlining the setup and configuration of Ollama models.
  • 📊 Base Models in Admin Settings: Admins can now find all base models, both connections or functions, in the "Models" Admin setting. Global model accessibility can be enabled or disabled here. Models are private by default, requiring explicit permission assignment for user access.
  • 📌 Sticky Model Selection for New Chats: The model chosen from a previous chat now persists when creating a new chat. If you click "New Chat" again from the new chat page, it will revert to your default model.
  • 🎨 Design Refactoring: Overall design refinements across the platform have been made, providing a more cohesive and polished user experience.
Removed
  • 📂 Model List Reordering: Temporarily removed and will be reintroduced in upcoming user group settings improvements.
  • ⚙️ Default Model Setting: Removed the ability to set a default model for users, will be reintroduced with user group settings in the future.

👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible:
@​silentoplayz, @​Peter-De-Ath, @​michaelpoluektov, @​konmeo, @​matthewhand, @​dannyl1u, @​aleixdorca, @​clang88, @​DmitriyAlergant-T1A, @​krishanbhasin-px, @​taylorwilsdon, @​antpyykk-kone, @​oyve, @​yeounhak, @​Menghuan1918, @​OriginalSimon, @​sakiphan

🚀 We'd like to extend a heartfelt thank you to our amazing sponsors for their generous support (Note: We've excluded private sponsors from this list. If you'd like to get featured here, feel free to reach out to us!):
@​digitalbrainowners, @​arcee-ai, @​ModonHolding, @​mushmax, @​rndmcnlly, @​taylorwilsdon, @​GenieDev101, @​PortlandKyGuy, @​sushibait

v0.4.0

Compare Source

Added
  • 👥 User Groups: You can now create and manage user groups, making user organization seamless.
  • 🔐 Group-Based Access Control: Set granular access to models, knowledge, prompts, and tools based on user groups, allowing for more controlled and secure environments.
  • 🛠️ Group-Based User Permissions: Easily manage workspace permissions. Grant users the ability to upload files, delete, edit, or create temporary chats, as well as define their ability to create models, knowledge, prompts, and tools.
  • 🔑 LDAP Support: Newly introduced LDAP authentication adds robust security and scalability to user management.
  • 🌐 Enhanced OpenAI-Compatible Connections: Added prefix ID support to avoid model ID clashes, with explicit model ID support for APIs lacking '/models' endpoint support, ensuring smooth operation with custom setups.
  • 🔐 Ollama API Key Support: Now manage credentials for Ollama when set behind proxies, including the option to utilize prefix ID for proper distinction across multiple Ollama instances.
  • 🔄 Connection Enable/Disable Toggle: Easily enable or disable individual OpenAI and Ollama connections as needed.
  • 🎨 Redesigned Model Workspace: Freshly redesigned to improve usability for managing models across users and groups.
  • 🎨 Redesigned Prompt Workspace: A fresh UI to conveniently organize and manage prompts.
  • 🧩 Sorted Functions Workspace: Functions are now automatically categorized by type (Action, Filter, Pipe), streamlining management.
  • 💻 Redesigned Collaborative Workspace: Enhanced support for multiple users contributing to models, knowledge, prompts, or tools, improving collaboration.
  • 🔧 Auto-Selected Tools in Model Editor: Tools enabled through the model editor are now automatically selected, whereas previously it only gave users the option to enable the tool, reducing manual steps and enhancing efficiency.
  • 🔔 Web Search & Tools Indicator: A clear indication now shows when web search or tools are active, reducing confusion.
  • 🔑 Toggle API Key Auth: Tighten security by easily enabling or disabling API key authentication option for Open WebUI.
  • 🗂️ Agentic Retrieval: Improve RAG accuracy via smart pre-processing of chat history to determine the best queries before retrieval.
  • 📁 Large Text as File Option: Optionally convert large pasted text into a file upload, keeping the chat interface cleaner.
  • 🗂️ Toggle Citations for Models: Ability to disable citations has been introduced in the model editor.
  • 🔍 User Settings Search: Quickly search for settings fields, improving ease of use and navigation.
  • 🗣️ Experimental SpeechT5 TTS: Local SpeechT5 support added for improved text-to-speech capabilities.
  • 🔄 Unified Reset for Models: A one-click option has been introduced to reset and remove all models from the Admin Settings.
  • 🛠️ Initial Setup Wizard: The setup process now explicitly informs users that they are creating an admin account during the first-time setup, ensuring clarity. Previously, users encountered the login page right away without this distinction.
  • 🌐 Enhanced Translations: Several language translations, including Ukrainian, Norwegian, and Brazilian Portuguese, were refined for better localization.
Fixed
  • ���� YouTube Video Attachments: Fixed issues preventing proper loading and attachment of YouTube videos as files.
  • 🔄 Shared Chat Update: Corrected issues where shared chats were not updating, improving collaboration consistency.
  • 🔍 DuckDuckGo Rate Limit Fix: Addressed issues with DuckDuckGo search integration, enhancing search stability and performance when operating within rate limits.
  • 🧾 Citations Relevance Fix: Adjusted the relevance percentage calculation for citations, so that Open WebUI properly reflect the accuracy of a retrieved document in RAG, ensuring users get clearer insights into sources.
  • 🔑 Jina Search API Key Requirement: Added the option to input an API key for Jina Search, ensuring smooth functionality as keys are now mandatory.
Changed
  • 🛠️ Functions Moved to Admin Panel: As Functions operate as advanced plugins, they are now accessible from the Admin Panel instead of the workspace.
  • 🛠️ Manage Ollama Connections: The "Models" section in Admin Settings has been relocated to Admin Settings > "Connections" > Ollama Connections. You can now manage Ollama instances via a dedicated "Manage Ollama" modal from "Connections", streamlining the setup and configuration of Ollama models.
  • 📊 Base Models in Admin Settings: Admins can now find all base models, both connections or functions, in the "Models" Admin setting. Global model accessibility can be enabled or disabled here. Models are private by default, requiring explicit permission assignment for user access.
  • 📌 Sticky Model Selection for New Chats: The model chosen from a previous chat now persists when creating a new chat. If you click "New Chat" again from the new chat page, it will revert to your default model.
  • 🎨 Design Refactoring: Overall design refinements across the platform have been made, providing a more cohesive and polished user experience.
Removed
  • 📂 Model List Reordering: Temporarily removed and will be reintroduced in upcoming user group settings improvements.
  • ⚙️ Default Model Setting: Removed the ability to set a default model for users, will be reintroduced with user group settings in the future.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/open-webui/open-webui](https://github.com/open-webui/open-webui) | minor | `0.3.35` -> `v0.4.0` | --- ### Release Notes <details> <summary>open-webui/open-webui (ghcr.io/open-webui/open-webui)</summary> ### [`v0.4.0`](https://github.com/open-webui/open-webui/releases/tag/v0.4.0) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.4.0...v0.4.0) #### \[0.4.0] - 2024-11-19 ##### Added - **👥 User Groups**: You can now create and manage user groups, making user organization seamless. - **🔐 Group-Based Access Control**: Set granular access to models, knowledge, prompts, and tools based on user groups, allowing for more controlled and secure environments. - **🛠️ Group-Based User Permissions**: Easily manage workspace permissions. Grant users the ability to upload files, delete, edit, or create temporary chats, as well as define their ability to create models, knowledge, prompts, and tools. - **🔑 LDAP Support**: Newly introduced LDAP authentication adds robust security and scalability to user management. - **🌐 Enhanced OpenAI-Compatible Connections**: Added prefix ID support to avoid model ID clashes, with explicit model ID support for APIs lacking '/models' endpoint support, ensuring smooth operation with custom setups. - **🔐 Ollama API Key Support**: Now manage credentials for Ollama when set behind proxies, including the option to utilize prefix ID for proper distinction across multiple Ollama instances. - **🔄 Connection Enable/Disable Toggle**: Easily enable or disable individual OpenAI and Ollama connections as needed. - **🎨 Redesigned Model Workspace**: Freshly redesigned to improve usability for managing models across users and groups. - **🎨 Redesigned Prompt Workspace**: A fresh UI to conveniently organize and manage prompts. - **🧩 Sorted Functions Workspace**: Functions are now automatically categorized by type (Action, Filter, Pipe), streamlining management. - **💻 Redesigned Collaborative Workspace**: Enhanced support for multiple users contributing to models, knowledge, prompts, or tools, improving collaboration. - **🔧 Auto-Selected Tools in Model Editor**: Tools enabled through the model editor are now automatically selected, whereas previously it only gave users the option to enable the tool, reducing manual steps and enhancing efficiency. - **🔔 Web Search & Tools Indicator**: A clear indication now shows when web search or tools are active, reducing confusion. - **🔑 Toggle API Key Auth**: Tighten security by easily enabling or disabling API key authentication option for Open WebUI. - **🗂️ Agentic Retrieval**: Improve RAG accuracy via smart pre-processing of chat history to determine the best queries before retrieval. - **📁 Large Text as File Option**: Optionally convert large pasted text into a file upload, keeping the chat interface cleaner. - **🗂️ Toggle Citations for Models**: Ability to disable citations has been introduced in the model editor. - **🔍 User Settings Search**: Quickly search for settings fields, improving ease of use and navigation. - **🗣️ Experimental SpeechT5 TTS**: Local SpeechT5 support added for improved text-to-speech capabilities. - **🔄 Unified Reset for Models**: A one-click option has been introduced to reset and remove all models from the Admin Settings. - **🛠️ Initial Setup Wizard**: The setup process now explicitly informs users that they are creating an admin account during the first-time setup, ensuring clarity. Previously, users encountered the login page right away without this distinction. - **🌐 Enhanced Translations**: Several language translations, including Ukrainian, Norwegian, and Brazilian Portuguese, were refined for better localization. ##### Fixed - **🎥 YouTube Video Attachments**: Fixed issues preventing proper loading and attachment of YouTube videos as files. - **🔄 Shared Chat Update**: Corrected issues where shared chats were not updating, improving collaboration consistency. - **🔍 DuckDuckGo Rate Limit Fix**: Addressed issues with DuckDuckGo search integration, enhancing search stability and performance when operating within rate limits. - **🧾 Citations Relevance Fix**: Adjusted the relevance percentage calculation for citations, so that Open WebUI properly reflect the accuracy of a retrieved document in RAG, ensuring users get clearer insights into sources. - **🔑 Jina Search API Key Requirement**: Added the option to input an API key for Jina Search, ensuring smooth functionality as keys are now mandatory. ##### Changed - **🛠️ Functions Moved to Admin Panel**: As Functions operate as advanced plugins, they are now accessible from the Admin Panel instead of the workspace. - **🛠️ Manage Ollama Connections**: The "Models" section in Admin Settings has been relocated to Admin Settings > "Connections" > Ollama Connections. You can now manage Ollama instances via a dedicated "Manage Ollama" modal from "Connections", streamlining the setup and configuration of Ollama models. - **📊 Base Models in Admin Settings**: Admins can now find all base models, both connections or functions, in the "Models" Admin setting. Global model accessibility can be enabled or disabled here. Models are private by default, requiring explicit permission assignment for user access. - **📌 Sticky Model Selection for New Chats**: The model chosen from a previous chat now persists when creating a new chat. If you click "New Chat" again from the new chat page, it will revert to your default model. - **🎨 Design Refactoring**: Overall design refinements across the platform have been made, providing a more cohesive and polished user experience. ##### Removed - **📂 Model List Reordering**: Temporarily removed and will be reintroduced in upcoming user group settings improvements. - **⚙️ Default Model Setting**: Removed the ability to set a default model for users, will be reintroduced with user group settings in the future. 👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible: [@&#8203;silentoplayz](https://github.com/silentoplayz), [@&#8203;Peter-De-Ath](https://github.com/Peter-De-Ath), [@&#8203;michaelpoluektov](https://github.com/michaelpoluektov), [@&#8203;konmeo](https://github.com/konmeo), [@&#8203;matthewhand](https://github.com/matthewhand), [@&#8203;dannyl1u](https://github.com/dannyl1u), [@&#8203;aleixdorca](https://github.com/aleixdorca), [@&#8203;clang88](https://github.com/clang88), [@&#8203;DmitriyAlergant-T1A](https://github.com/DmitriyAlergant-T1A), [@&#8203;krishanbhasin-px](https://github.com/krishanbhasin-px), [@&#8203;taylorwilsdon](https://github.com/taylorwilsdon), [@&#8203;antpyykk-kone](https://github.com/antpyykk-kone), [@&#8203;oyve](https://github.com/oyve), [@&#8203;yeounhak](https://github.com/yeounhak), [@&#8203;Menghuan1918](https://github.com/Menghuan1918), [@&#8203;OriginalSimon](https://github.com/OriginalSimon), [@&#8203;sakiphan](https://github.com/sakiphan) 🚀 We'd like to extend a heartfelt thank you to our amazing sponsors for their generous support (Note: We've excluded private sponsors from this list. If you'd like to get featured here, feel free to reach out to us!): [@&#8203;digitalbrainowners](https://github.com/digitalbrainowners), [@&#8203;arcee-ai](https://github.com/arcee-ai), [@&#8203;ModonHolding](https://github.com/ModonHolding), [@&#8203;mushmax](https://github.com/mushmax), [@&#8203;rndmcnlly](https://github.com/rndmcnlly), [@&#8203;taylorwilsdon](https://github.com/taylorwilsdon), [@&#8203;GenieDev101](https://github.com/GenieDev101), [@&#8203;PortlandKyGuy](https://github.com/PortlandKyGuy), [@&#8203;sushibait](https://github.com/sushibait) ### [`v0.4.0`](https://github.com/open-webui/open-webui/blob/HEAD/CHANGELOG.md#040---2024-11-19) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.35...v0.4.0) ##### Added - **👥 User Groups**: You can now create and manage user groups, making user organization seamless. - **🔐 Group-Based Access Control**: Set granular access to models, knowledge, prompts, and tools based on user groups, allowing for more controlled and secure environments. - **🛠️ Group-Based User Permissions**: Easily manage workspace permissions. Grant users the ability to upload files, delete, edit, or create temporary chats, as well as define their ability to create models, knowledge, prompts, and tools. - **🔑 LDAP Support**: Newly introduced LDAP authentication adds robust security and scalability to user management. - **🌐 Enhanced OpenAI-Compatible Connections**: Added prefix ID support to avoid model ID clashes, with explicit model ID support for APIs lacking '/models' endpoint support, ensuring smooth operation with custom setups. - **🔐 Ollama API Key Support**: Now manage credentials for Ollama when set behind proxies, including the option to utilize prefix ID for proper distinction across multiple Ollama instances. - **🔄 Connection Enable/Disable Toggle**: Easily enable or disable individual OpenAI and Ollama connections as needed. - **🎨 Redesigned Model Workspace**: Freshly redesigned to improve usability for managing models across users and groups. - **🎨 Redesigned Prompt Workspace**: A fresh UI to conveniently organize and manage prompts. - **🧩 Sorted Functions Workspace**: Functions are now automatically categorized by type (Action, Filter, Pipe), streamlining management. - **💻 Redesigned Collaborative Workspace**: Enhanced support for multiple users contributing to models, knowledge, prompts, or tools, improving collaboration. - **🔧 Auto-Selected Tools in Model Editor**: Tools enabled through the model editor are now automatically selected, whereas previously it only gave users the option to enable the tool, reducing manual steps and enhancing efficiency. - **🔔 Web Search & Tools Indicator**: A clear indication now shows when web search or tools are active, reducing confusion. - **🔑 Toggle API Key Auth**: Tighten security by easily enabling or disabling API key authentication option for Open WebUI. - **🗂️ Agentic Retrieval**: Improve RAG accuracy via smart pre-processing of chat history to determine the best queries before retrieval. - **📁 Large Text as File Option**: Optionally convert large pasted text into a file upload, keeping the chat interface cleaner. - **🗂️ Toggle Citations for Models**: Ability to disable citations has been introduced in the model editor. - **🔍 User Settings Search**: Quickly search for settings fields, improving ease of use and navigation. - **🗣️ Experimental SpeechT5 TTS**: Local SpeechT5 support added for improved text-to-speech capabilities. - **🔄 Unified Reset for Models**: A one-click option has been introduced to reset and remove all models from the Admin Settings. - **🛠️ Initial Setup Wizard**: The setup process now explicitly informs users that they are creating an admin account during the first-time setup, ensuring clarity. Previously, users encountered the login page right away without this distinction. - **🌐 Enhanced Translations**: Several language translations, including Ukrainian, Norwegian, and Brazilian Portuguese, were refined for better localization. ##### Fixed - **���� YouTube Video Attachments**: Fixed issues preventing proper loading and attachment of YouTube videos as files. - **🔄 Shared Chat Update**: Corrected issues where shared chats were not updating, improving collaboration consistency. - **🔍 DuckDuckGo Rate Limit Fix**: Addressed issues with DuckDuckGo search integration, enhancing search stability and performance when operating within rate limits. - **🧾 Citations Relevance Fix**: Adjusted the relevance percentage calculation for citations, so that Open WebUI properly reflect the accuracy of a retrieved document in RAG, ensuring users get clearer insights into sources. - **🔑 Jina Search API Key Requirement**: Added the option to input an API key for Jina Search, ensuring smooth functionality as keys are now mandatory. ##### Changed - **🛠️ Functions Moved to Admin Panel**: As Functions operate as advanced plugins, they are now accessible from the Admin Panel instead of the workspace. - **🛠️ Manage Ollama Connections**: The "Models" section in Admin Settings has been relocated to Admin Settings > "Connections" > Ollama Connections. You can now manage Ollama instances via a dedicated "Manage Ollama" modal from "Connections", streamlining the setup and configuration of Ollama models. - **📊 Base Models in Admin Settings**: Admins can now find all base models, both connections or functions, in the "Models" Admin setting. Global model accessibility can be enabled or disabled here. Models are private by default, requiring explicit permission assignment for user access. - **📌 Sticky Model Selection for New Chats**: The model chosen from a previous chat now persists when creating a new chat. If you click "New Chat" again from the new chat page, it will revert to your default model. - **🎨 Design Refactoring**: Overall design refinements across the platform have been made, providing a more cohesive and polished user experience. ##### Removed - **📂 Model List Reordering**: Temporarily removed and will be reintroduced in upcoming user group settings improvements. - **⚙️ Default Model Setting**: Removed the ability to set a default model for users, will be reintroduced with user group settings in the future. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMC4zIiwidXBkYXRlZEluVmVyIjoiMzkuMjAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
smeagol-help added 1 commit 2024-11-19 16:54:53 -06:00
jahanson merged commit 985d140bed into main 2024-11-19 17:01:11 -06:00
jahanson deleted branch renovate/ghcr.io-open-webui-open-webui-0.x 2024-11-19 17:01:11 -06:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: jahanson/theshire#883
No description provided.