Skip to content

Commit b686c37

Browse files
committed
feat: helm chart changelog
1 parent 6746fe3 commit b686c37

File tree

1 file changed

+161
-2
lines changed

1 file changed

+161
-2
lines changed

changelog/helm-chart.mdx

+161-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,167 @@
11
---
22
title: "Helm Chart"
3-
url: "https://github.com/portkey-ai/helm"
3+
sidebarTitle: "Helm Chart [gateway-1.0.7]"
44
---
55

6+
<CardGroup>
7+
<Card title="Helm Repository" href="https://github.com/Portkey-AI/helm" icon="github" horizontal>
8+
View the Helm repository on GitHub
9+
</Card>
610
<Card title="Schedule Call" href="https://portkey.sh/demo-21" icon="calendar" horizontal>
711
Discuss how Portkey's AI Gateway can enhance your organization's AI infrastructure
8-
</Card>
12+
</Card>
13+
</CardGroup>
14+
15+
<Update label="gateway-1.0.7" description="2025-04-25">
16+
## gateway-1.0.7
17+
---
18+
19+
### Fixes and Improvements
20+
- Updated default gateway and dataservice images to latest versions
21+
22+
</Update>
23+
24+
<Update label="app-1.0.12" description="2025-04-22">
25+
## app-1.0.12
26+
---
27+
28+
### Fixes and Improvements
29+
- Added internal gateway load balancer URL for displaying in UI
30+
- Fixed long term credentials for bedrock assumed roles
31+
32+
</Update>
33+
34+
<Update label="app-1.0.11" description="2025-04-18">
35+
## app-1.0.11
36+
---
37+
38+
### Fixes and Improvements
39+
- Updated external gateway routing to use /api prefix
40+
41+
</Update>
42+
43+
<Update label="app-1.0.10" description="2025-04-19">
44+
## app-1.0.10
45+
---
46+
47+
### Fixes and Improvements
48+
- Updated documentation for analytics_store as control_plane
49+
- Fixed database pull secrets configuration
50+
- Improved proxy route handling
51+
52+
</Update>
53+
54+
<Update label="app-1.0.9" description="2025-03-07">
55+
## app-1.0.9
56+
---
57+
58+
### Fixes and Improvements
59+
- Fixed SMTP environment variable configuration
60+
61+
</Update>
62+
63+
<Update label="app-1.0.8" description="2025-03-06">
64+
## app-1.0.8
65+
---
66+
67+
### Horizontal Pod Autoscaler (HPA) Enhancements
68+
- Added HPA behavior configuration to scale up gateway pods quickly at scale
69+
70+
### Organization Management
71+
- Added support for disabling organization creation
72+
73+
</Update>
74+
75+
<Update label="app-1.0.7" description="2025-02-21">
76+
## app-1.0.7
77+
---
78+
79+
### Security Enhancements
80+
- Added support for KMS encryption for Log store `s3`
81+
- Added support for RDS TLS
82+
83+
### Monitoring and Observability
84+
- Added optional environment variables for APM configuration
85+
86+
### Infrastructure Improvements
87+
- Simplified ingress configuration for the Gateway service
88+
- Fixed MySQL external enabled configuration
89+
- Added configurable container protocol support
90+
- Improved gateway ingress support
91+
92+
</Update>
93+
94+
<Update label="gateway-1.0.6" description="2025-02-12">
95+
## gateway-1.0.6
96+
---
97+
98+
### Infrastructure Improvements
99+
- Updated release pipeline to separate Gateway and Control Plane releases
100+
- Added missing target utilization in values file
101+
- Added support for custom annotations in service account
102+
- Added service account annotations and labels
103+
104+
</Update>
105+
106+
<Update label="gateway-1.0.5" description="2025-02-05">
107+
## gateway-1.0.5
108+
---
109+
110+
### Infrastructure Improvements
111+
- Added support for extra container configuration in gateway
112+
- Fixed Dataservice integration issues
113+
- Updated documentation for helm chart deployment
114+
115+
</Update>
116+
117+
<Update label="gateway-1.0.4" description="2025-01-09">
118+
## gateway-1.0.4
119+
---
120+
121+
### Infrastructure Improvements
122+
- Added release pipeline for automatic helm chart updates
123+
- Available at https://artifacthub.io/packages/helm/portkeyai-gateway
124+
- Added support for extra environment variables for dataservice
125+
126+
</Update>
127+
128+
<Update label="app-1.0.3" description="2025-01-09">
129+
## app-1.0.3
130+
---
131+
132+
### Authentication
133+
- Added support for SAML authentication
134+
135+
### Infrastructure Improvements
136+
- Simplified ingress configuration for frontend service
137+
138+
</Update>
139+
140+
<Update label="app-1.0.2" description="2024-11-13">
141+
## app-1.0.2
142+
---
143+
144+
### Infrastructure Improvements
145+
- Added support for custom Cache store
146+
- Fixed internal MySQL root password configuration
147+
148+
</Update>
149+
150+
<Update label="app-1.0.1" description="2024-10-30">
151+
## app-1.0.1
152+
---
153+
154+
### Infrastructure Improvements
155+
- Added support for custom Service Account
156+
- Added support for custom Volumes for Internal Clickhouse
157+
158+
</Update>
159+
160+
<Update label="app-1.0.0" description="2024-10-22">
161+
## app-1.0.0
162+
---
163+
164+
### Initial Release
165+
- Initial release of the Portkey AI Helm chart
166+
- Includes configuration for Portkey AI Gateway and Control Plane
167+
</Update>

0 commit comments

Comments
 (0)