Releases: sodafoundation/controller
v1.1.0 release
Version Summary
Version Number : v1.1.0 [tag: v1.1.0]
Date: 30-June-2021
Release Summary :
SODA controller v1.1.0 Release is an incremental release over previous release (v1.0.0) of SODA Controller.
The earlier stable release, you can get here.
Changelog
New Feature
- Migrate to GitHub Actions for CI. Added the GitHub Action to build the SODA controller.
Projects/Repos Tested with this release:
Project | Release Tag |
---|---|
api | v1.1.0 |
dock | v1.3.0 |
nbp | v1.4.0 |
installer | v1.4.0 |
dashboard | v1.4.0 |
How to use the Release:
Configuration & Installation If you want more config control, you can follow these steps: https://docs.sodafoundation.io/soda-gettingstarted/installation-using-ansible/
Ensure to checkout v1.1.0
Issues and Suggestions
Any SODA Release related issues/suggestions, please raise at https://github.com/sodafoundation/controller/issues
Documentation
v1.0.1 release
Version Summary
Version Number : v1.0.1 [tag: v1.0.1]
Date: 22-June-2021
Release Summary :
SODA controller v1.0.1 Release is an incremental release over previous release (v1.3.0) of SODA Foundation.
The earlier stable Isabela release, you can get here.
This is a pre-release for Jerba and for testing/demo only
Changelog
New Feature
- Migrate to GitHub Actions for CI. Added the GitHub Action to build the SODA controller.
Projects/Repos Tested with this release:
Project | Release Tag |
---|---|
api | v1.0.1 |
dock | v1.2.1 |
nbp | v1.3.1 |
installer | v1.3.1 |
dashboard | v1.3.1 |
How to use the Release:
Configuration & Installation If you want more config control, you can follow these steps: https://docs.sodafoundation.io/soda-gettingstarted/installation-using-ansible/
Ensure to checkout v1.0.1
Issues and Suggestions
Any SODA Release related issues/suggestions, please raise at https://github.com/sodafoundation/controller/issues
Documentation
v1.0.0 Release for SODA controller
Version Summary
Version Number : v1.0.0 [tag: v1.0.0]
Date : 29-June-2020
Release Summary :
This is the first major version release “v1.0.0” of SODA controller project. It is based on the earlier release Elba.
Changelog
This changelog is based on SODA release Elba.
- Update protocol buffers to v3
devsds
installer has been updated to include dependent projects and moved to installer- Update dependent packages
- Quality Improvements
Projects/Repos Tested with:
Project | Release Tag |
---|---|
api | v1.0.0 |
dock | v1.0.0 |
nbp | v1.0.0 |
installer | v1.0.0 |
dashboard | v1.0.0 |
How to use the Release:
- Quick installation from the release binaries: https://docs.sodafoundation.io/soda-gettingstarted/quickstart/#install-soda-v1-0-0-faroe-release-jun-2020
- Configuration & Installation If you want more config control, you can follow these steps: https://docs.sodafoundation.io/soda-gettingstarted/installation-using-ansible/
Issues and Suggestions
Any SODA Release related issues/suggestions, please raise at https://github.com/sodafoundation/controller/issues
Documentation
v0.12.0 Release for SODA Controller
Version Summary
Version Number : v0.12.0 [tag: v0.12.0]
Date : 12-April-2020
Release Summary :
This is the first release after the OpenSDS project transformed as The SODA Foundation. This release is mainly based on the Daito release from OpenSDS projects. There are some project/repository reorganizations, updates on certain projects along with some quality improvements. There are no big feature enhancements in this release.
Changelog
This changelog is based on OpenSDS release Daito.
-
Overall : Project has been migrated to github.com/sodafoundation from github.com/opensds
-
OpenSDS Project Reorganization
- Earlier github.com/opensds/opensds project which was known as hotpot, was managing the on-prem data management connecting platforms on the north side and storage backends on the south side. This project has been decoupled into Three Different projects/repositories - api, controller and dock. Please see the readme of each project for more details.
(github.com/opensds/opensds has been migrated to github.com/sodafoundation/opensds and this project has been decoupled to github.com/sodafoundation/api , github.com/sodafoundation/controller and github.com/sodafoundation/dock)
-
api : Decoupled to handle the SODA API interface. This will contain the API server and api services going forward. Currently, all the APIs which were working earlier in Daito releases are decoupled and tested.
-
controller: Decoupled to handle all the control services (like metadata management, scheduler, other bookkeeping, utils etc)
-
dock: Decoupled to handle all the heterogeneous storage driver interfaces and related modules.
-
Currently the decoupled projects are verified for all the basic APIs (from api→ controller → dock) from Kubernetes, Dashboard and CLI
-
Telemetry feature is unchanged
- Quality Improvements
-
Specific test cycles on various projects to improve the quality
-
Input validation of APIs
-
Improved Swagger API spec
-
Improved CLI help and more flags added for better usability
-
Multiple Initiator support from connector side
-
Support secure connection between etcd and api/controller
-
Handle batch volume operations;
-
Avoid redundant pool and dock while provisioning
-
No fstab modification required while mount/un-mount the FS
- Documentations
- Documentations are updated for the migration from OpenSDS to SODA Foundation and projects updates.
Projects/Repos Tested with:
Project | Project |
---|---|
api | v0.12.0 |
controller | v0.12.0 |
dock | v0.12.0 |
nbp | v0.12.0 |
installer | v0.12.0 |
dashboard | v0.10.0 |
How to use the Release:
-
From Release Binaries of OpenSDS Installer Steps:
- wget
https://github.com/sodafoundation/installer/releases/download/v0.12.0/installer-v0.12.0.tar.gz
OR Download the installer binaries from
https://github.com/sodafoundation/installer/releases/tag/v0.12.0
- wget
-
tar xvzf installer-v0.12.0.tar.gz
-
cd installer/ansible
-
chmod +x ./install_ansible.sh && ./install_ansible.sh
-
ansible --version # Ansible version 2.4.x is required.
-
vim group_vars/common.yml # Modify HOST_IP address if needed
-
ansible-playbook site.yml -i local.hosts
- Configuration & Installation If you want more config control, you can follow this steps:
- https://docs.sodafoundation.io/try-soda/installation/ (Recommended Ansible method)
Issues and Suggestions
Any SODA Release related issues/suggestions, please raise at https://github.com/sodafoundation/controller/issues