Skip to content

Commit

Permalink
Updated all refs to -rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsnaps committed Oct 18, 2022
1 parent d5cb6f1 commit d197c61
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion limitador-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "limitador-server"
version = "1.0.0-dev"
version = "1.0.0-rc1"
authors = ["Alex Snaps <asnaps@redhat.com>", "Eguzki Astiz Lezaun <eguzki@redhat.com>", "David Ortiz <z.david.ortiz@gmail.com>"]
license = "Apache-2.0"
keywords = ["rate-limiting", "rate", "limiter", "envoy", "rls"]
Expand Down
2 changes: 1 addition & 1 deletion limitador-server/kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ kubectl apply -f limitador-podmonitor.yaml
```

### Grafana dashboard
Then, if you have grafana deployed in the cluster, you can import a [3scale Limitador](limitador-grafanadashboard.json) grafana dashboard that we have prepared, which includes:
Then, if you have grafana deployed in the cluster, you can import a [Kudrant Limitador](limitador-grafanadashboard.json) grafana dashboard that we have prepared, which includes:
- Kuard envoyproxy sidecar metrics (globally and per pod)
- Limitador metrics (globally and per pod)
- And for every deployed component (limitador, kuard, redis):
Expand Down
2 changes: 1 addition & 1 deletion limitador-server/kubernetes/limitador-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: limitador
image: quay.io/3scale/limitador:0.5.1
image: quay.io/kuadrant/limitador:1.0.0-rc1
imagePullPolicy: IfNotPresent
env:
- name: RUST_LOG
Expand Down
4 changes: 2 additions & 2 deletions limitador-server/kubernetes/limitador-grafanadashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -2010,7 +2010,7 @@
"schemaVersion": 18,
"style": "dark",
"tags": [
"3scale",
"kuadrant",
"backend"
],
"templating": {
Expand Down Expand Up @@ -2149,6 +2149,6 @@
]
},
"timezone": "",
"title": "3scale Limitador",
"title": "Kuadrant Limitador",
"version": 8
}
2 changes: 1 addition & 1 deletion limitador/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "limitador"
version = "0.3.0-dev"
version = "0.3.0-rc1"
authors = ["David Ortiz <z.david.ortiz@gmail.com>", "Eguzki Astiz Lezaun <eguzki@redhat.com>", "Alex Snaps <asnaps@redhat.com>"]
license = "Apache-2.0"
keywords = ["rate-limiting", "rate", "limiter"]
Expand Down

0 comments on commit d197c61

Please sign in to comment.