File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
matrix :
24
24
k8s :
25
25
- v1.21
26
- - v1.23
26
+ - v1.24
27
27
timeout-minutes : 5
28
28
runs-on : ubuntu-latest
29
29
steps :
43
43
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
44
44
with :
45
45
repository : kubernetes-sigs/gateway-api
46
- ref : 3f4b981dd6669f67398d753a6f278b241d669953 # 0.5.0-dev
46
+ ref : 4f86f0bd65173b04dadb558f63fbbd53330736d2 # 0.5.0-rc1
47
47
path : gateway-api
48
48
- run : kubectl apply -k gateway-api/config/crd/experimental/
49
49
# Setup just
Original file line number Diff line number Diff line change 2
2
3
3
(Unofficial) Rust bindings for the [ Kubernetes Gateway API] [ site ] .
4
4
5
- Based on [ gateway-api-v0.5.0-dev ] .
5
+ Based on [ gateway-api-v0.5.0-rc1 ] .
6
6
7
7
[ ![ Crates.io] [ crate-badge ]] [ crate-url ]
8
8
[ ![ Documentation] [ docs-badge ]] [ docs-url ]
@@ -20,7 +20,7 @@ the *v1alpha2* types when the `experimental` feature is enabled.
20
20
* Express validation constraints
21
21
* Rustify/Linkify documentation
22
22
23
- [ gateway-api-v0.5.0-dev ] : https://github.com/kubernetes-sigs/gateway-api/tree/4f86f0bd65173b04dadb558f63fbbd53330736d2
23
+ [ gateway-api-v0.5.0-rc1 ] : https://github.com/kubernetes-sigs/gateway-api/tree/4f86f0bd65173b04dadb558f63fbbd53330736d2
24
24
[ site ] : https://gateway-api.sigs.k8s.io/
25
25
[ crate-badge ] : https://img.shields.io/crates/v/k8s-gateway-api.svg
26
26
[ crate-url ] : https://crates.io/crates/k8s-gateway-api
You can’t perform that action at this time.
0 commit comments