Releases: splunk/splunk-ai-operator
Releases · splunk/splunk-ai-operator
v0.1.0
Splunk AI Operator v0.1.0
This release includes Helm charts and Kubernetes manifests for the Splunk AI Operator.
Installation Options
Option 1: Using Kubernetes Manifests (kubectl)
kubectl apply -f https://github.com/splunk/splunk-ai-operator/releases/download/v0.1.0/install-v0.1.0.yamlOption 2: Using Helm OCI Registry (Recommended)
# Requires Helm 3.8+
helm install splunk-ai-operator \
oci://ghcr.io/splunk/charts/splunk-ai-operator \
--version 0.1.0Option 3: Using Helm (Direct from GitHub Release)
helm install splunk-ai-operator \
https://github.com/splunk/splunk-ai-operator/releases/download/v0.1.0/splunk-ai-operator-0.1.0.tgzRelease Assets
Kubernetes Manifests:
- install-v0.1.0.yaml - Complete Kubernetes manifests (CRDs + Operator)
Helm Charts:
- splunk-ai-operator-0.1.0.tgz - Operator Helm chart
- splunk-ai-platform-0.1.0.tgz - Platform Helm chart (includes dependencies)
- index.yaml - Helm repository index
Compatibility Matrix:
- compatibility-matrix.yaml - Version compatibility information, supported platforms, and dependencies
Bill of Materials (BOM):
- bom-v0.1.0.txt - Human-readable BOM with all container images
- bom-v0.1.0.json - CycloneDX format BOM
Software Bill of Materials (SBOM):
- sbom-operator-v0.1.0.cyclonedx.json - CycloneDX format SBOM for operator image
OCI Registry (GHCR):
oci://ghcr.io/splunk/charts/splunk-ai-operator:0.1.0oci://ghcr.io/splunk/charts/splunk-ai-platform:0.1.0
Container Images
Docker Images:
ghcr.io/splunk/splunk-ai-operator:v0.1.0splunk/splunk-ai-operator:v0.1.0
Documentation
What's Changed
- CSPL-3723:Add Cloud-Agnostic Object Storage Support to AIPlatform Spec by @vivekr-splunk in #2
- Fix workflows by @rlieberman-splunk in #9
- CSPL-3723: Initial implementation for GenAI deployment with AIPlatform & AIService controllers by @vivekr-splunk in #3
- CSPL-3766: Helm Chart Implementation by @rlieberman-splunk in #7
- CSPL-3717: initial code base code-generator by @vivekr-splunk in #1
- CSPL-3789: Documentation Creation by @rlieberman-splunk in #8
- Package first helm chart by @rlieberman-splunk in #10
- Merge main to develop for initial AI Tier Release by @rlieberman-splunk in #11
- updating for workspec update and remove fluentbit by @scai-splunk in #14
- Validation and unit test cases by @rlieberman-splunk in #15
- cluster script : eks and k0s by @vivekr-splunk in #17
- feat: minor fixes by @kupratyu-splunk in #18
- fix: CUDA_VISIBLE_DEVICES error by @kupratyu-splunk in #19
- Cluster setup final by @vivekr-splunk in #20
- feat: added scripts for downloading from hugging face and uploading t… by @kupratyu-splunk in #21
- Fix metric index by @scai-splunk in #23
- Documentation Audit and Standardization by @vivekr-splunk in #22
- Docker validation by @vivekr-splunk in #25
- Fix setup script for linux by @scai-splunk in #26
- fix upload script config by @scai-splunk in #28
- Follow OSS standards for documentation, workflows by @vivekr-splunk in #27
- Develop to main by @vivekr-splunk in #24
- fix: fail immediately on any download error by @kupratyu-splunk in #50
- Simplify workflow to main-only branching strategy by @vivekr-splunk in #51
- OCI Registry Helm Distribution and Security Enhancements by @vivekr-splunk in #52
- Fix yaml heredoc syntax by @vivekr-splunk in #53
- fix: remove line continuation backslashes in printf command by @vivekr-splunk in #54
- BOM and Compatibility Matrix Implementation by @vivekr-splunk in #55
- feat: add BOM/SBOM generation and improve dependency management by @vivekr-splunk in #56
- feat: add Artifact Hub metadata and fix Dependabot Go version issue by @vivekr-splunk in #64
- fix: Artifact Hub email consistency and disable Docker Dependabot by @vivekr-splunk in #65
- fix: read .env file in release workflow package job by @vivekr-splunk in #66
- fix: add GHCR login before SBOM generation by @vivekr-splunk in #68
- fix: make Docker Hub login optional in workflows by @vivekr-splunk in #67
- feat: enhance Helm charts with webhook support and best practices by @vivekr-splunk in #69
- fix: update release notes to match actual BOM/SBOM files by @vivekr-splunk in #70
New Contributors
- @vivekr-splunk made their first contribution in #2
- @rlieberman-splunk made their first contribution in #9
- @scai-splunk made their first contribution in #14
- @kupratyu-splunk made their first contribution in #18
Full Changelog: https://github.com/splunk/splunk-ai-operator/commits/v0.1.0