File tree 9 files changed +19
-19
lines changed
9 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " k8s-gateway-api" ,
3
- "image" : " ghcr.io/linkerd/dev:v39 " ,
3
+ "image" : " ghcr.io/linkerd/dev:v42 " ,
4
4
"extensions" : [
5
5
" DavidAnson.vscode-markdownlint" ,
6
6
" kokakiwi.vscode-just" ,
26
26
"type" : " bind"
27
27
}
28
28
]
29
- }
29
+ }
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
15
15
timeout-minutes : 10
16
16
steps :
17
17
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
18
- - uses : linkerd/dev/actions/setup-tools@v39
18
+ - uses : linkerd/dev/actions/setup-tools@v42
19
19
- run : just-dev lint-actions
20
20
21
21
devcontainer-versions :
22
22
runs-on : ubuntu-latest
23
23
steps :
24
24
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
25
- - uses : linkerd/dev/actions/setup-tools@v39
25
+ - uses : linkerd/dev/actions/setup-tools@v42
26
26
- run : just-dev check-action-images
Original file line number Diff line number Diff line change 33
33
K8S_CHANNEL : ${{ matrix.k8s }}
34
34
steps :
35
35
# Install just* tooling
36
- - uses : linkerd/dev/actions/setup-tools@v39
36
+ - uses : linkerd/dev/actions/setup-tools@v42
37
37
# Configure the default Rust toolchain
38
- - uses : linkerd/dev/actions/setup-rust@v39
38
+ - uses : linkerd/dev/actions/setup-rust@v42
39
39
# Setup a cluster
40
40
- run : curl --proto =https --tlsv1.3 -fLsSv "https://raw.githubusercontent.com/k3d-io/k3d/${K3D_VERSION}/install.sh" | bash
41
41
- run : k3d --version
Original file line number Diff line number Diff line change 19
19
lint :
20
20
timeout-minutes : 20
21
21
runs-on : ubuntu-latest
22
- container : docker://ghcr.io/linkerd/dev:v39 -rust
22
+ container : docker://ghcr.io/linkerd/dev:v42 -rust
23
23
steps :
24
24
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
25
25
- run : just fetch
Original file line number Diff line number Diff line change 41
41
test :
42
42
timeout-minutes : 5
43
43
runs-on : ubuntu-latest
44
- container : docker://ghcr.io/linkerd/dev:v39 -rust
44
+ container : docker://ghcr.io/linkerd/dev:v42 -rust
45
45
steps :
46
46
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
47
47
- run : just fetch
55
55
contents : write
56
56
timeout-minutes : 5
57
57
runs-on : ubuntu-latest
58
- container : docker://ghcr.io/linkerd/dev:v39 -rust
58
+ container : docker://ghcr.io/linkerd/dev:v42 -rust
59
59
steps :
60
60
- if : needs.meta.outputs.publish
61
61
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
80
80
needs : [meta, release]
81
81
timeout-minutes : 10
82
82
runs-on : ubuntu-latest
83
- container : docker://ghcr.io/linkerd/dev:v39 -rust
83
+ container : docker://ghcr.io/linkerd/dev:v42 -rust
84
84
steps :
85
85
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
86
86
- if : needs.meta.outputs.publish == ''
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ members = [".", "integration"]
3
3
4
4
[package ]
5
5
name = " k8s-gateway-api"
6
- version = " 0.13 .0"
6
+ version = " 0.14 .0"
7
7
edition = " 2021"
8
8
license = " Apache-2.0"
9
9
repository = " https://github.com/linkerd/k8s-gateway-api-rs"
10
- rust-version = " 1.60 "
10
+ rust-version = " 1.65 "
11
11
keywords = [" kubernetes" , " gateway" ]
12
12
description = " Rust bindings for the Kubenetes Gateway API"
13
13
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-rc1 ] .
5
+ Based on [ gateway-api-v1.0.0 ] .
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-rc1 ] : https://github.com/kubernetes-sigs/gateway-api/tree/4f86f0bd65173b04dadb558f63fbbd53330736d2
23
+ [ gateway-api-v1.0.0 ] : https://github.com/kubernetes-sigs/gateway-api/tree/a0684982eddeb0360e215e0de322c3210ac49bb9
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
Original file line number Diff line number Diff line change 23
23
cargo-deny --all-features check
24
24
25
25
docs :
26
- just-cargo doc --frozen --no-deps --features=k8s-openapi/ v1_2 5
26
+ just-cargo doc --frozen --no-deps --features=k8s-openapi/ latest
27
27
28
28
test-build * flags :
29
29
just-cargo test-build --frozen {{ flags }}
@@ -32,7 +32,7 @@ test *flags:
32
32
just-cargo test --frozen {{ flags }}
33
33
34
34
publish * flags :
35
- cargo publish --features=k8s-openapi/ v1_2 5 {{ flags }}
35
+ cargo publish --features=k8s-openapi/ latest {{ flags }}
36
36
37
37
action-lint :
38
38
just-dev lint-actions
Original file line number Diff line number Diff line change @@ -609,9 +609,9 @@ pub enum HttpPathModifier {
609
609
/// /foo/bar | /foo/ | /xyz/ | /xyz/bar
610
610
/// /foo | /foo | /xyz | /xyz
611
611
/// /foo/ | /foo | /xyz | /xyz/
612
- /// /foo/bar | /foo | <empty string> | /bar
613
- /// /foo/ | /foo | <empty string> | /
614
- /// /foo | /foo | <empty string> | /
612
+ /// /foo/bar | /foo | _empty string_ | /bar
613
+ /// /foo/ | /foo | _empty string_ | /
614
+ /// /foo | /foo | _empty string_ | /
615
615
/// /foo/ | /foo | / | /
616
616
/// /foo | /foo | / | /
617
617
#[ serde( rename_all = "camelCase" ) ]
You can’t perform that action at this time.
0 commit comments