Skip to content

Commit

Permalink
Release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikPetterssonTibco committed Dec 9, 2024
1 parent 8ae280f commit 461131b
Show file tree
Hide file tree
Showing 97 changed files with 2,215 additions and 1,362 deletions.
20 changes: 16 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ Carefully review the [Cloud Computing Environment Licensing Policy (“CCEL Poli

## Prerequisites

- Required Spotfire installation packages. If you have a TIBCO account, you can download the packages from [TIBCO eDelivery](https://edelivery.tibco.com/storefront/index.ep).
- Kubernetes 1.24+, a working Kubernetes cluster from a [certified K8s distro](https://www.cncf.io/certification/software-conformance/).
- Helm 3+, for building and deploying the charts.
- An [OCI-compliant](https://opencontainers.org/) container image building tool (for example, `docker`, `podman`, or alternative), for building the container images.
- **Spotfire Installation Packages**: Required packages are listed in [containers/build-files.mk](containers/build-files.mk). You can download them from [TIBCO eDelivery](https://edelivery.tibco.com/storefront/index.ep).
- **Linux Host**: A Linux host with permissions to build and execute the containers. This can be a bare metal server, a virtual machine, or WSL on Windows.
- **OCI-Compliant Container Image Building Tool**: An OCI-compliant tool like `docker` or `podman` for building the container images.
- **GNU Make 3.82+**: Ensure `make` is installed on your system to use the provided Makefiles for building the images and charts.
- **Kubernetes 1.24+**: A working Kubernetes cluster from a [certified K8s distro](https://www.cncf.io/certification/software-conformance/) (required for deploying the charts and containers).
- **Helm 3+**: For building and deploying the charts (required for deploying the charts and containers).

## Components

Expand Down Expand Up @@ -61,6 +63,16 @@ For issues related to the Spotfire products, use the [support channel](https://s

For improvements related to the Spotfire products, use the [Ideas portal](https://spotfi.re/ideas).

When reporting issues or seeking help make sure to collect as much relevant information as possible. Example of such information include:

- Description of the issue, including any error messages
- Steps to reproduce the issue, including commands and values used
- Time and date, identifiers such as usernames, file paths
- Helm, container and Kubernetes versions
- Any other relevant information

The script [generate-troubleshooting-bundle.sh](utilities/generate-troubleshooting-bundle.sh) can be used as starting point when collecting information from a Spotfire Helm deployment.

For issues related to third party products, see their respective documentation.

# Licenses
Expand Down
Loading

0 comments on commit 461131b

Please sign in to comment.