Skip to content

Releases: softonic/rate-limit-operator

Use native istio api libraries for istio objects

09 Nov 07:55
Compare
Choose a tag to compare
quick fix in master. We want to use local pkg but before we need to c…

…opy them

Bugfix panic memory

16 Mar 17:40
969e16d
Compare
Choose a tag to compare

When virtual service does not exists, execution return a

panic: runtime error: invalid memory address or nil pointer dereference [recovered]
panic: runtime error: invalid memory address or nil pointer dereference

Fix: deprecated apiVersions

11 Aug 10:07
969e16d
Compare
Choose a tag to compare
Merge pull request #31 from softonic/feat/upgrade-deprecated-api-vers…

…ions

Feat/upgrade deprecated api versions

Fix: xDS v2 is deprecated

12 Jul 11:01
602e4ae
Compare
Choose a tag to compare
Merge pull request #30 from softonic/feat/upgrade-xDS-envoyfilter-ver…

…sion

v2 xDS is deprecated, upgrade all envoyfilters to use v3

Fix: envoyfilter fields are deprecated

28 Oct 13:34
043eff1
Compare
Choose a tag to compare
Merge pull request #29 from softonic/fix_wrong_parameters_and_improve…

…_cluster_envoyfilter

fields are not right

Upgrade api envoyfilter ratelimit version to v3

18 Oct 13:23
2f6dc28
Compare
Choose a tag to compare
Merge pull request #28 from softonic/upgrade-apiv3-envoyfilter

v3 api envoy upgrade for envoyfilter ratelimit

Support for header_value_match

07 Sep 08:00
14d4d21
Compare
Choose a tag to compare

Now you can set header_value_match in your ratelimit config

You can now apply rate limits filter to specific routes

11 May 16:52
a16089c
Compare
Choose a tag to compare

Bug fix lock updating resource

30 Dec 14:29
127c51f
Compare
Choose a tag to compare

In order to avoid race condition when more than 1 CR is modified at the same time. We dont want that, for instance, 2 CR updated at the same time produces operator to try to update deployment at the same time.

Bug fix updating out of date resource

30 Dec 11:29
1f3fbc6
Compare
Choose a tag to compare

Before updating the deployment resource, we need to get the resource so we are not updating a out of date resouce. As every resouce of k8s has a resourceVersion.