8.0.0 - March 19, 2025
Release Notes
BREAKING CHANGE
Remove support for installing optional monitoring and logging related components
This release removes support for installing the following optional monitoring and logging related components:
- viya-monitoring
- cluster-logging
- cluster-monitoring
The logging and monitoring components listed above are part of the SAS Viya Monitoring for Kubernetes
GitHub project located at: https://github.com/sassoftware/viya4-monitoring-kubernetes.
Each of those components can continue to be deployed and used with a Viya deployment by following the
instructions in that project's documentation. See Getting Started for help.
Crunchy Postgres and RabbitMQ use block storage by default on EKS and AKS clusters
With this release, Crunchy Postgres and RabbitMQ applications deployed with Viya on EKS and AKS clusters will use block storage by default.
See Storage for additional details.
Dependency Updates
As part of PR #599, some of the required binaries have been updated. The Dockerfile
has been updated so a newly built docker image from this release will include these updates automatically. If you are running this project without the Docker image, you should update your local binaries following the steps below:
- See this section in the README for a list of binaries and additional dependencies you will need to install on your host.
ENHANCEMENTS:
- #594: feat: Use block storage for Crunchy Postgres and RabbitMQ for AWS (PSKD-1282)
- #601: feat: use block storage for crunchy and rabbit in Azure (PSKD-1025)
CHORES:
- #597: chore: Remove optional component included and executed from DAC (PSKD-659)
- #599: chore: Dependency Version Bumps (PSKD-1406)