Skip to content

v1.8.0 Release

Latest
Compare
Choose a tag to compare
@anvithks anvithks released this 13 Jul 14:34
1e1e3a6

Version Summary

Version Number : v1.8.0 [tag: v1.8.0]
Date : 13-July-2023

Release Summary :

This is the first release of the Delfin UI. This release separates the Delfin UI from the SODA dashboard and allows users to install only Delfin related components.
SODA v1.9.0 Release is an incremental release over Navarino Release(v1.8.0) of SODA Foundation.
You can get the the earlier stable release, Navarino, here.

This is the first release for SODA Delfin UI. The release version is in line with the latest Delfin release version.

Bug Fixes

New Contributors

Projects/Repos Tested with this release:

Project Release Link
installer installer release v1.9.0
delfin delfin release v1.8.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.9.0
Edit the file installer/ansible/group_vars/common.yml and change the section Respective projects release versions

delfin_ui_release_version: v1.8.0
delfin_release_version: v1.8.0

Alternatively you can run the docker container directly by running

docker run -d --net=host --restart=always --name soda-delfin-ui \
    -e SODA_HOST_IP=$HOST_IP \
    -e SODA_DELFIN_URL=http://$HOST_IP:8190 \
    -e SODA_PROMETHEUS_PORT=9090 \
    -e SODA_ALERTMANAGER_PORT=9093 \
    -e SODA_ALERTMANAGER_URL=http://$HOST_IP:9093 \
    -e SODA_GRAFANA_PORT=3000 sodafoundation/delfin-ui:v1.8.0

Issues and Suggestions

Any SODA Delfin UI Release related issues/suggestions, please raise at https://github.com/sodafoundation/delfin-ui/issues

Documentation

https://docs.sodafoundation.io