Skip to content

feat: helm chart changelog #302

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
163 changes: 161 additions & 2 deletions changelog/helm-chart.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,167 @@
---
title: "Helm Chart"
url: "https://github.com/portkey-ai/helm"
sidebarTitle: "Helm Chart [gateway-1.0.7]"
---

<CardGroup>
<Card title="Helm Repository" href="https://github.com/Portkey-AI/helm" icon="github" horizontal>
View the Helm repository on GitHub
</Card>
<Card title="Schedule Call" href="https://portkey.sh/demo-21" icon="calendar" horizontal>
Discuss how Portkey's AI Gateway can enhance your organization's AI infrastructure
</Card>
</Card>
</CardGroup>

<Update label="gateway-1.0.7" description="2025-04-25">
## gateway-1.0.7
---

### Fixes and Improvements
- Updated default gateway and dataservice images to latest versions

</Update>

<Update label="app-1.0.12" description="2025-04-22">
## app-1.0.12
---

### Fixes and Improvements
- Added internal gateway load balancer URL for displaying in UI
- Fixed long term credentials for bedrock assumed roles

</Update>

<Update label="app-1.0.11" description="2025-04-18">
## app-1.0.11
---

### Fixes and Improvements
- Updated external gateway routing to use /api prefix

</Update>

<Update label="app-1.0.10" description="2025-04-19">
## app-1.0.10
---

### Fixes and Improvements
- Updated documentation for analytics_store as control_plane
- Fixed database pull secrets configuration
- Improved proxy route handling

</Update>

<Update label="app-1.0.9" description="2025-03-07">
## app-1.0.9
---

### Fixes and Improvements
- Fixed SMTP environment variable configuration

</Update>

<Update label="app-1.0.8" description="2025-03-06">
## app-1.0.8
---

### Horizontal Pod Autoscaler (HPA) Enhancements
- Added HPA behavior configuration to scale up gateway pods quickly at scale

### Organization Management
- Added support for disabling organization creation

</Update>

<Update label="app-1.0.7" description="2025-02-21">
## app-1.0.7
---

### Security Enhancements
- Added support for KMS encryption for Log store `s3`
- Added support for RDS TLS

### Monitoring and Observability
- Added optional environment variables for APM configuration

### Infrastructure Improvements
- Simplified ingress configuration for the Gateway service
- Fixed MySQL external enabled configuration
- Added configurable container protocol support
- Improved gateway ingress support

</Update>

<Update label="gateway-1.0.6" description="2025-02-12">
## gateway-1.0.6
---

### Infrastructure Improvements
- Updated release pipeline to separate Gateway and Control Plane releases
- Added missing target utilization in values file
- Added support for custom annotations in service account
- Added service account annotations and labels

</Update>

<Update label="gateway-1.0.5" description="2025-02-05">
## gateway-1.0.5
---

### Infrastructure Improvements
- Added support for extra container configuration in gateway
- Fixed Dataservice integration issues
- Updated documentation for helm chart deployment

</Update>

<Update label="gateway-1.0.4" description="2025-01-09">
## gateway-1.0.4
---

### Infrastructure Improvements
- Added release pipeline for automatic helm chart updates
- Available at https://artifacthub.io/packages/helm/portkeyai-gateway
- Added support for extra environment variables for dataservice

</Update>

<Update label="app-1.0.3" description="2025-01-09">
## app-1.0.3
---

### Authentication
- Added support for SAML authentication

### Infrastructure Improvements
- Simplified ingress configuration for frontend service

</Update>

<Update label="app-1.0.2" description="2024-11-13">
## app-1.0.2
---

### Infrastructure Improvements
- Added support for custom Cache store
- Fixed internal MySQL root password configuration

</Update>

<Update label="app-1.0.1" description="2024-10-30">
## app-1.0.1
---

### Infrastructure Improvements
- Added support for custom Service Account
- Added support for custom Volumes for Internal Clickhouse

</Update>

<Update label="app-1.0.0" description="2024-10-22">
## app-1.0.0
---

### Initial Release
- Initial release of the Portkey AI Helm chart
- Includes configuration for Portkey AI Gateway and Control Plane
</Update>