Enhancement:
KN-902: CSP changes
As part of this hotfix, we have integrated a JavaScript file upload library. This library is designed to function with presignedURLs, file objects, and provider names. Depending on the provided values, the library will initiate interactions with the specified cloud provider and proceed to upload the file to the designated presignedURL.
Tag: v1.0.3
Install: npm i @project-sunbird/[email protected]
URL: https://www.npmjs.com/package/@project-sunbird/sunbird-file-upload-library/v/1.0.3
Please click here to find more details about how to install and use of this library.
The current iteration of this library has been developed with a primary focus on facilitating operations within the Azure cloud environment. Should you have the intention of expanding its capabilities to encompass additional Cloud Service Providers (CSPs) such as AWS, GCP, or Oracle, I highly recommend referring to the accompanying documentation. This document offers a comprehensive and detailed guide, providing step-by-step instructions and valuable insights on how to successfully extend the library's functionality to these other CSPs, ensuring seamless integration and compatibility.
{% embed url="https://github.com/Sunbird-Knowlg/sunbird-file-upload-library#how-to-extended-to-other-cloud-providers" %}
Please build and deploy using blow content-plugin tags for new CSP changes.
Tag: release-5.2.1_RC4
Tag: v5.4.10
Install: _npm i @project-sunbird/sunbird-collection-editor@_5.4.10
URL: https://www.npmjs.com/package/@project-sunbird/sunbird-collection-editor/v/5.4.10
NOTE:
- Editor is expecting
provider
name inside config. for more details, clike here - Please add File Upload library in
package.json
. Collection editor has a dependency on File Upload library.
Please build and deploy using blow content-editor and content-plugin tags for new CSP changes.
Tag: release-5.2.1_RC3
Tag: release-5.2.1_RC3
NOTE: Editor is expecting provider
name inside config. For more details, click here
Please build and deploy using blow genric-editor and content-plugin tags for new CSP changes.
Tag: release-5.2.1_RC2
Tag: release-5.2.1_RC2
NOTE: Editor is expecting provider
name inside config. For more details, click here
At present, all editors are utilizing the default file upload library, which is designed to support the Azure CSP provider. However, if an adopter wishes to extend this library to incorporate new CSPs such as AWS or GCP, the following modifications need to be made in both Editors and Plugins to ensure their functionality:
- The editor anticipates the inclusion of the
provider
name within the configuration. Please ensure that the provider name is added to the configuration as specified in the readme.md file. - Update the package.json file with the new version of the File Upload library. It's important to note that the Collection editor relies on the File Upload library, so this update is crucial.
- In order to incorporate the new version of the File Upload library, make the following changes to the specified plugins, and subsequently perform the build and deployment for both the Content editor and Generic editor. It's essential to replace the mentioned file at the following location:
editor/libs/sunbird-file-upload-library.js
, ensuring that the filename remains unchanged.- org.ekstep.assetbrowser-1.4
- org.ekstep.uploadlargecontent-1.0
- org.ekstep.uploadcontent-1.5
Component | Service to be Build | Tag | Deploy Job | Deployment Tag | Comment |
---|---|---|---|---|---|
Knowledge-platform | Build/Core/Content | release-5.5.0_RC2 | Deploy/Kubernetes/Content | release-5.5.0-knowlg_RC1 | |
Knowledge-platform-jobs | Build/KnowledgePlatform/FlinkJobs | release-5.5.0_RC2 | Deploy/KnowledgePlatform/FlinkJobs | release-5.5.0_RC2 | Jobs to be deployed: 1. asset-enrichment 2.content-publish 3. post-publish-processor 4. qrcode-image-generator 5. video-stream-generator |
Sunbird-learning-service | Build/KnowledgePlatform/Learning | release-5.4.1_RC2 | Deploy/KnowledgePlatform/Learning | release-5.4.1_RC2 | |
Knowledge-mw-service | Build/Core/KnowledgeMW | release-5.2.0_RC2 | Deploy/Kubernetes/KnowledgeMW | release-5.1.0_RC4 |
Set the variables CLOUD_STORE_GROUP_ID, CLOUD_STORE_ARTIFACT_ID and CLOUD_STORE_VERSION with appropriate values in Jenkins, either at the global level or for each individual service in the build job's configuration.
For above-mentioned build jobs, configure like as we mentioned below.
Name | ||
---|---|---|
CLOUD_STORE_GROUP_ID | org.sunbird | Set the cloud storage SDK group_id ex: org.sunbird |
CLOUD_STORE_ARTIFACT_ID | cloud-store-sdk | Set the cloud storage artefact id ex: cloud-store-sdk |
CLOUD_STORE_VERSION | 1.4.6 | Set the cloud storage version ex: 1.4.6 |
Discussion thread: https://github.com/orgs/Sunbird-Knowlg/discussions/106
Release timeline:
Start date | End date | |
---|---|---|
Planning phase | 27-Feb, 2023 | 14-Mar, 2023 |
Sprint 1 | 15-Mar, 2023 | 5-Apr, 2023 |
Sprint 2 | 6-Apr, 2023 | 27-Apr, 2023 |
PPV | 28-Apr, 2023 | 12-May, 2023 |
Prod | 15-May, 2023 |
5.5 total scope: Link
Project | Release Version | Date |
---|---|---|
Sunbird Knowlg | R5.5.0 | 15 May 2023 |
This document contains information about the new features and enhancements planned to the Knowlg building block as part of release 5.5.0:
Enhancements: Click here to view the list.
Bug Fixes - click here to see the list of bugs fixed in this release.
Test Scenarios: NA
Documentation issue, release 5.4.0: KN-866
In this release, we have published NPM package for the below editor and players web components. These NPM web components can help simplify web development by providing a standardized way to use editors and players in any UI framework, and which can save time and effort eventually.
And also we have introduced a oneclick-installation feature using Terraform,allowing easy provisioning of all services,databases and jobs .The installation process has been optimized to reduce manual configuration steps and simplify setup for new users.
Tag: 1.0.2
Install: npm i @project-sunbird/sunbird-collection-editor-web-component
URL: https://www.npmjs.com/package/@project-sunbird/sunbird-collection-editor-web-component/v/1.0.2
Tag: 1.0.1
Install: npm i @project-sunbird/sunbird-pdf-player-web-component
URL: https://www.npmjs.com/package/@project-sunbird/sunbird-pdf-player-web-component/v/1.0.1
Tag: 1.0.1
Install: npm i @project-sunbird/sunbird-video-player-web-component
URL: https://www.npmjs.com/package/@project-sunbird/sunbird-video-player-web-component/v/1.0.1
Tag: 1.0.1
Install: npm i @project-sunbird/sunbird-epub-player-web-component
URL: https://www.npmjs.com/package/@project-sunbird/sunbird-epub-player-web-component/v/1.0.1
Note: All the player angular libraries are updated with angular version 14 and published to npm with version 5.5.0.
From the next release, the web component will be the primary export that is recommended way to use the players.
- Terraform scripts have been implemented to automate the provisioning process, ensuring consistent and reliable deployments.
- Terraform variables and templates have been added, providing users with the ability to customize the deployment according to their specific requirements.
Follow the README.md file from the below link for any specific configuration steps or considerations.
https://github.com/aimansharief/knowledge-platform/blob/knowlg-oneclick/knowlg-automation/README.md