Skip to content

Commit eedbabd

Browse files
feat: release 2.15.0 to support istio 1.25 & 1.26
1 parent 01b67b1 commit eedbabd

File tree

6 files changed

+50
-39
lines changed

6 files changed

+50
-39
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
Istio ratelimit operator provide an easy way to configure Global or Local Ratelimit in Istio mesh. Istio ratelimit operator also support EnvoyFilter versioning!
44

5-
![Version: 2.13.0](https://img.shields.io/badge/Version-2.13.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.13.0](https://img.shields.io/badge/AppVersion-2.13.0-informational?style=flat-square) [![made with Go](https://img.shields.io/badge/made%20with-Go-brightgreen)](http://golang.org) [![GitHub issues](https://img.shields.io/github/issues/zufardhiyaulhaq/istio-ratelimit-operator)](https://github.com/zufardhiyaulhaq/istio-ratelimit-operator/issues) [![GitHub pull requests](https://img.shields.io/github/issues-pr/zufardhiyaulhaq/istio-ratelimit-operator)](https://github.com/zufardhiyaulhaq/istio-ratelimit-operator/pulls)[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/istio-ratelimit-operator)](https://artifacthub.io/packages/search?repo=istio-ratelimit-operator)
5+
![Version: 2.15.0](https://img.shields.io/badge/Version-2.15.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.15.0](https://img.shields.io/badge/AppVersion-2.15.0-informational?style=flat-square) [![made with Go](https://img.shields.io/badge/made%20with-Go-brightgreen)](http://golang.org) [![GitHub issues](https://img.shields.io/github/issues/zufardhiyaulhaq/istio-ratelimit-operator)](https://github.com/zufardhiyaulhaq/istio-ratelimit-operator/issues) [![GitHub pull requests](https://img.shields.io/github/issues-pr/zufardhiyaulhaq/istio-ratelimit-operator)](https://github.com/zufardhiyaulhaq/istio-ratelimit-operator/pulls)[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/istio-ratelimit-operator)](https://artifacthub.io/packages/search?repo=istio-ratelimit-operator)
66

77
## Installation
88

99
To install the chart with the release name `my-istio-ratelimit-operator`:
1010

1111
```console
1212
helm repo add istio-ratelimit-operator https://zufardhiyaulhaq.com/istio-ratelimit-operator/charts/releases/
13-
helm install my-istio-ratelimit-operator istio-ratelimit-operator/istio-ratelimit-operator --version 2.13.0 --values values.yaml
13+
helm install my-istio-ratelimit-operator istio-ratelimit-operator/istio-ratelimit-operator --version 2.15.0 --values values.yaml
1414
```
1515

1616
## Usage
@@ -101,7 +101,7 @@ public-gateway.method.grault-route_grault-route: unit=HOUR requests_per_unit=60
101101
| extraLabels | object | `{}` | |
102102
| operator.image | string | `"zufardhiyaulhaq/istio-ratelimit-operator"` | |
103103
| operator.replica | int | `1` | |
104-
| operator.tag | string | `"v2.13.0"` | |
104+
| operator.tag | string | `"v2.15.0"` | |
105105
| resources.limits.cpu | string | `"512m"` | |
106106
| resources.limits.memory | string | `"512Mi"` | |
107107
| resources.requests.cpu | string | `"256m"` | |
@@ -110,9 +110,6 @@ public-gateway.method.grault-route_grault-route: unit=HOUR requests_per_unit=60
110110
| settings.ratelimitservice.image | string | `"envoyproxy/ratelimit:5e1be594"` | |
111111
| settings.statsdExporter.image | string | `"prom/statsd-exporter:v0.26.1"` | |
112112

113-
----------------------------------------------
114-
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
115-
116113
## Supported Releases
117114

118115
| Operator Version | Istio Version |

charts/istio-ratelimit-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
apiVersion: v2
33
name: istio-ratelimit-operator
44
description: Istio ratelimit operator provide an easy way to configure Global or Local Ratelimit in Istio mesh. Istio ratelimit operator also support EnvoyFilter versioning!
5-
version: 2.14.0
6-
appVersion: 2.14.0
5+
version: 2.15.0
6+
appVersion: 2.15.0
77
type: application
88
home: https://github.com/zufardhiyaulhaq/istio-ratelimit-operator
99

charts/istio-ratelimit-operator/README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
Istio ratelimit operator provide an easy way to configure Global or Local Ratelimit in Istio mesh. Istio ratelimit operator also support EnvoyFilter versioning!
44

5-
![Version: 2.13.0](https://img.shields.io/badge/Version-2.13.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.13.0](https://img.shields.io/badge/AppVersion-2.13.0-informational?style=flat-square) [![made with Go](https://img.shields.io/badge/made%20with-Go-brightgreen)](http://golang.org) [![GitHub issues](https://img.shields.io/github/issues/zufardhiyaulhaq/istio-ratelimit-operator)](https://github.com/zufardhiyaulhaq/istio-ratelimit-operator/issues) [![GitHub pull requests](https://img.shields.io/github/issues-pr/zufardhiyaulhaq/istio-ratelimit-operator)](https://github.com/zufardhiyaulhaq/istio-ratelimit-operator/pulls)[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/istio-ratelimit-operator)](https://artifacthub.io/packages/search?repo=istio-ratelimit-operator)
5+
![Version: 2.15.0](https://img.shields.io/badge/Version-2.15.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.15.0](https://img.shields.io/badge/AppVersion-2.15.0-informational?style=flat-square) [![made with Go](https://img.shields.io/badge/made%20with-Go-brightgreen)](http://golang.org) [![GitHub issues](https://img.shields.io/github/issues/zufardhiyaulhaq/istio-ratelimit-operator)](https://github.com/zufardhiyaulhaq/istio-ratelimit-operator/issues) [![GitHub pull requests](https://img.shields.io/github/issues-pr/zufardhiyaulhaq/istio-ratelimit-operator)](https://github.com/zufardhiyaulhaq/istio-ratelimit-operator/pulls)[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/istio-ratelimit-operator)](https://artifacthub.io/packages/search?repo=istio-ratelimit-operator)
66

77
## Installation
88

99
To install the chart with the release name `my-istio-ratelimit-operator`:
1010

1111
```console
1212
helm repo add istio-ratelimit-operator https://zufardhiyaulhaq.com/istio-ratelimit-operator/charts/releases/
13-
helm install my-istio-ratelimit-operator istio-ratelimit-operator/istio-ratelimit-operator --version 2.13.0 --values values.yaml
13+
helm install my-istio-ratelimit-operator istio-ratelimit-operator/istio-ratelimit-operator --version 2.15.0 --values values.yaml
1414
```
1515

1616
## Usage
@@ -101,7 +101,7 @@ public-gateway.method.grault-route_grault-route: unit=HOUR requests_per_unit=60
101101
| extraLabels | object | `{}` | |
102102
| operator.image | string | `"zufardhiyaulhaq/istio-ratelimit-operator"` | |
103103
| operator.replica | int | `1` | |
104-
| operator.tag | string | `"v2.13.0"` | |
104+
| operator.tag | string | `"v2.15.0"` | |
105105
| resources.limits.cpu | string | `"512m"` | |
106106
| resources.limits.memory | string | `"512Mi"` | |
107107
| resources.requests.cpu | string | `"256m"` | |
@@ -110,9 +110,6 @@ public-gateway.method.grault-route_grault-route: unit=HOUR requests_per_unit=60
110110
| settings.ratelimitservice.image | string | `"envoyproxy/ratelimit:5e1be594"` | |
111111
| settings.statsdExporter.image | string | `"prom/statsd-exporter:v0.26.1"` | |
112112

113-
----------------------------------------------
114-
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
115-
116113
## Supported Releases
117114

118115
| Operator Version | Istio Version |

charts/istio-ratelimit-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ operator:
22
# image of istio-ratelimit-operator
33
image: "zufardhiyaulhaq/istio-ratelimit-operator"
44
# tag of istio-ratelimit-operator image
5-
tag: "v2.14.0"
5+
tag: "v2.15.0"
66
# number of replica for deployment
77
replica: 1
88

charts/releases/index.yaml

Lines changed: 41 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
11
apiVersion: v1
22
entries:
33
istio-ratelimit-operator:
4+
- apiVersion: v2
5+
appVersion: 2.15.0
6+
created: "2025-07-10T15:50:16.983133+07:00"
7+
description: Istio ratelimit operator provide an easy way to configure Global
8+
or Local Ratelimit in Istio mesh. Istio ratelimit operator also support EnvoyFilter
9+
versioning!
10+
digest: 079f92cc3cf19136a9d2fa910ccc5de4ef2cd9fe9986825def6156db7aeda87e
11+
home: https://github.com/zufardhiyaulhaq/istio-ratelimit-operator
12+
maintainers:
13+
14+
name: Zufar Dhiyaulhaq
15+
url: https://zufardhiyaulhaq.com
16+
name: istio-ratelimit-operator
17+
type: application
18+
urls:
19+
- istio-ratelimit-operator-2.15.0.tgz
20+
version: 2.15.0
421
- apiVersion: v2
522
appVersion: 2.14.0
6-
created: "2024-12-06T09:32:50.683528+07:00"
23+
created: "2025-07-10T15:50:16.982765+07:00"
724
description: Istio ratelimit operator provide an easy way to configure Global
825
or Local Ratelimit in Istio mesh. Istio ratelimit operator also support EnvoyFilter
926
versioning!
@@ -20,7 +37,7 @@ entries:
2037
version: 2.14.0
2138
- apiVersion: v2
2239
appVersion: 2.13.0
23-
created: "2024-12-06T09:32:50.683177+07:00"
40+
created: "2025-07-10T15:50:16.982285+07:00"
2441
description: Istio ratelimit operator provide an easy way to configure Global
2542
or Local Ratelimit in Istio mesh. Istio ratelimit operator also support EnvoyFilter
2643
versioning!
@@ -37,7 +54,7 @@ entries:
3754
version: 2.13.0
3855
- apiVersion: v2
3956
appVersion: 2.11.1
40-
created: "2024-12-06T09:32:50.68274+07:00"
57+
created: "2025-07-10T15:50:16.981911+07:00"
4158
description: Istio ratelimit operator provide an easy way to configure Global
4259
or Local Ratelimit in Istio mesh. Istio ratelimit operator also support EnvoyFilter
4360
versioning!
@@ -54,7 +71,7 @@ entries:
5471
version: 2.11.1
5572
- apiVersion: v2
5673
appVersion: 2.11.0
57-
created: "2024-12-06T09:32:50.682343+07:00"
74+
created: "2025-07-10T15:50:16.981551+07:00"
5875
description: Istio ratelimit operator provide an easy way to configure Global
5976
or Local Ratelimit in Istio mesh. Istio ratelimit operator also support EnvoyFilter
6077
versioning!
@@ -71,7 +88,7 @@ entries:
7188
version: 2.11.0
7289
- apiVersion: v2
7390
appVersion: 2.10.2
74-
created: "2024-12-06T09:32:50.68194+07:00"
91+
created: "2025-07-10T15:50:16.981141+07:00"
7592
description: Istio ratelimit operator provide an easy way to configure Global
7693
or Local Ratelimit in Istio mesh. Istio ratelimit operator also support EnvoyFilter
7794
versioning!
@@ -88,7 +105,7 @@ entries:
88105
version: 2.10.2
89106
- apiVersion: v2
90107
appVersion: 2.10.1
91-
created: "2024-12-06T09:32:50.68111+07:00"
108+
created: "2025-07-10T15:50:16.980702+07:00"
92109
description: Istio ratelimit operator provide an easy way to configure Global
93110
or Local Ratelimit in Istio mesh. Istio ratelimit operator also support EnvoyFilter
94111
versioning!
@@ -105,7 +122,7 @@ entries:
105122
version: 2.10.1
106123
- apiVersion: v2
107124
appVersion: 2.10.0
108-
created: "2024-12-06T09:32:50.680763+07:00"
125+
created: "2025-07-10T15:50:16.980191+07:00"
109126
description: Istio ratelimit operator provide an easy way to configure Global
110127
or Local Ratelimit in Istio mesh. Istio ratelimit operator also support EnvoyFilter
111128
versioning!
@@ -122,7 +139,7 @@ entries:
122139
version: 2.10.0
123140
- apiVersion: v2
124141
appVersion: 2.10.0-rc.2
125-
created: "2024-12-06T09:32:50.680406+07:00"
142+
created: "2025-07-10T15:50:16.979726+07:00"
126143
description: Istio ratelimit operator provide an easy way to configure Global
127144
or Local Ratelimit in Istio mesh. Istio ratelimit operator also support EnvoyFilter
128145
versioning!
@@ -139,7 +156,7 @@ entries:
139156
version: 2.10.0-rc.2
140157
- apiVersion: v2
141158
appVersion: 2.10.0-rc.1
142-
created: "2024-12-06T09:32:50.680006+07:00"
159+
created: "2025-07-10T15:50:16.979198+07:00"
143160
description: Istio ratelimit operator provide an easy way to configure Global
144161
or Local Ratelimit in Istio mesh. Istio ratelimit operator also support EnvoyFilter
145162
versioning!
@@ -156,7 +173,7 @@ entries:
156173
version: 2.10.0-rc.1
157174
- apiVersion: v2
158175
appVersion: 2.10.0-rc.0
159-
created: "2024-12-06T09:32:50.67964+07:00"
176+
created: "2025-07-10T15:50:16.97846+07:00"
160177
description: Istio ratelimit operator provide an easy way to configure Global
161178
or Local Ratelimit in Istio mesh. Istio ratelimit operator also support EnvoyFilter
162179
versioning!
@@ -173,7 +190,7 @@ entries:
173190
version: 2.10.0-rc.0
174191
- apiVersion: v2
175192
appVersion: 2.9.0
176-
created: "2024-12-06T09:32:50.687619+07:00"
193+
created: "2025-07-10T15:50:16.987285+07:00"
177194
description: Istio ratelimit operator provide an easy way to configure Global
178195
or Local Ratelimit in Istio mesh. Istio ratelimit operator also support EnvoyFilter
179196
versioning!
@@ -190,7 +207,7 @@ entries:
190207
version: 2.9.0
191208
- apiVersion: v2
192209
appVersion: 2.8.0
193-
created: "2024-12-06T09:32:50.687218+07:00"
210+
created: "2025-07-10T15:50:16.986818+07:00"
194211
description: Istio ratelimit operator provide an easy way to configure Global
195212
or Local Ratelimit in Istio mesh. Istio ratelimit operator also support EnvoyFilter
196213
versioning!
@@ -207,7 +224,7 @@ entries:
207224
version: 2.8.0
208225
- apiVersion: v2
209226
appVersion: 2.7.0
210-
created: "2024-12-06T09:32:50.686516+07:00"
227+
created: "2025-07-10T15:50:16.986453+07:00"
211228
description: Istio ratelimit operator provide an easy way to configure Global
212229
or Local Ratelimit in Istio mesh. Istio ratelimit operator also support EnvoyFilter
213230
versioning!
@@ -224,7 +241,7 @@ entries:
224241
version: 2.7.0
225242
- apiVersion: v2
226243
appVersion: 2.6.1
227-
created: "2024-12-06T09:32:50.686158+07:00"
244+
created: "2025-07-10T15:50:16.986061+07:00"
228245
description: Istio ratelimit operator provide an easy way to configure Global
229246
or Local Ratelimit in Istio mesh. Istio ratelimit operator also support EnvoyFilter
230247
versioning!
@@ -241,7 +258,7 @@ entries:
241258
version: 2.6.1
242259
- apiVersion: v2
243260
appVersion: 2.6.0
244-
created: "2024-12-06T09:32:50.685764+07:00"
261+
created: "2025-07-10T15:50:16.985684+07:00"
245262
description: Istio ratelimit operator provide an easy way to configure Global
246263
or Local Ratelimit in Istio mesh. Istio ratelimit operator also support EnvoyFilter
247264
versioning!
@@ -258,7 +275,7 @@ entries:
258275
version: 2.6.0
259276
- apiVersion: v2
260277
appVersion: 2.5.1
261-
created: "2024-12-06T09:32:50.68542+07:00"
278+
created: "2025-07-10T15:50:16.985322+07:00"
262279
description: Istio ratelimit operator provide an easy way to configure Global
263280
or Local Ratelimit in Istio mesh. Istio ratelimit operator also support EnvoyFilter
264281
versioning!
@@ -275,7 +292,7 @@ entries:
275292
version: 2.5.1
276293
- apiVersion: v2
277294
appVersion: 2.5.0
278-
created: "2024-12-06T09:32:50.685065+07:00"
295+
created: "2025-07-10T15:50:16.984446+07:00"
279296
description: Istio ratelimit operator provide an easy way to configure Global
280297
or Local Ratelimit in Istio mesh. Istio ratelimit operator also support EnvoyFilter
281298
versioning!
@@ -292,7 +309,7 @@ entries:
292309
version: 2.5.0
293310
- apiVersion: v2
294311
appVersion: 2.4.0
295-
created: "2024-12-06T09:32:50.68473+07:00"
312+
created: "2025-07-10T15:50:16.984119+07:00"
296313
description: Istio ratelimit operator provide an easy way to configure Global
297314
or Local Ratelimit in Istio mesh. Istio ratelimit operator also support EnvoyFilter
298315
versioning!
@@ -309,7 +326,7 @@ entries:
309326
version: 2.4.0
310327
- apiVersion: v2
311328
appVersion: 2.3.0
312-
created: "2024-12-06T09:32:50.684364+07:00"
329+
created: "2025-07-10T15:50:16.983797+07:00"
313330
description: Istio ratelimit operator provide an easy way to configure Global
314331
or Local Ratelimit in Istio mesh. Istio ratelimit operator also support EnvoyFilter
315332
versioning!
@@ -326,7 +343,7 @@ entries:
326343
version: 2.3.0
327344
- apiVersion: v2
328345
appVersion: 2.2.0
329-
created: "2024-12-06T09:32:50.68401+07:00"
346+
created: "2025-07-10T15:50:16.983467+07:00"
330347
description: Istio ratelimit operator provide an easy way to configure Global
331348
or Local Ratelimit in Istio mesh. Istio ratelimit operator also support EnvoyFilter
332349
versioning!
@@ -343,7 +360,7 @@ entries:
343360
version: 2.2.0
344361
- apiVersion: v2
345362
appVersion: 2.1.0
346-
created: "2024-12-06T09:32:50.679259+07:00"
363+
created: "2025-07-10T15:50:16.976757+07:00"
347364
description: Istio ratelimit operator provide an easy way to configure Global
348365
or Local Ratelimit in Istio mesh. Istio ratelimit operator also support EnvoyFilter
349366
versioning!
@@ -360,7 +377,7 @@ entries:
360377
version: 2.1.0
361378
- apiVersion: v2
362379
appVersion: 2.0.0
363-
created: "2024-12-06T09:32:50.678933+07:00"
380+
created: "2025-07-10T15:50:16.976351+07:00"
364381
description: Istio ratelimit operator provide an easy way to configure Global
365382
or Local Ratelimit in Istio mesh. Istio ratelimit operator also support EnvoyFilter
366383
versioning!
@@ -377,7 +394,7 @@ entries:
377394
version: 2.0.0
378395
- apiVersion: v2
379396
appVersion: 1.0.0
380-
created: "2024-12-06T09:32:50.67849+07:00"
397+
created: "2025-07-10T15:50:16.975858+07:00"
381398
description: Istio ratelimit operator provide an easy way to configure Global
382399
or Local Ratelimit in Istio mesh. Istio ratelimit operator also support EnvoyFilter
383400
versioning!
@@ -392,4 +409,4 @@ entries:
392409
urls:
393410
- istio-ratelimit-operator-1.0.0.tgz
394411
version: 1.0.0
395-
generated: "2024-12-06T09:32:50.677869+07:00"
412+
generated: "2025-07-10T15:50:16.975166+07:00"
Binary file not shown.

0 commit comments

Comments
 (0)