Skip to content

Commit 2b3526b

Browse files
fix(labels): use the newer paperclip which allows tail match
Allows the labels to contain slashes `/` in the key and value. Signed-off-by: Tiago Castro <[email protected]>
1 parent 04c2f2d commit 2b3526b

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

control-plane/rest/openapi-specs/v0_api_spec.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,13 +338,15 @@ paths:
338338
required: true
339339
schema:
340340
type: string
341+
x-actix-tail-match: true
341342
description: |-
342343
The key of the label to be added.
343344
- in: path
344345
name: value
345346
required: true
346347
schema:
347348
type: string
349+
x-actix-tail-match: true
348350
description: |-
349351
The value of the label to be added.
350352
- in: query
@@ -1338,13 +1340,15 @@ paths:
13381340
required: true
13391341
schema:
13401342
type: string
1343+
x-actix-tail-match: true
13411344
description: |-
13421345
The key of the label to be added.
13431346
- in: path
13441347
name: value
13451348
required: true
13461349
schema:
13471350
type: string
1351+
x-actix-tail-match: true
13481352
description: |-
13491353
The value of the label to be added.
13501354
- in: query

nix/pkgs/paperclip/source.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"owner": "paperclip-rs",
33
"repo": "paperclip",
4-
"rev": "v0.9.4",
4+
"rev": "v0.9.6",
55
"hash": {
6-
"x86_64-unknown-linux-musl": "0mg4jz3wsyx0ldfbky4w59i3rzgmdbbn9zc6mg878kkqvb9px2qc",
7-
"aarch64-unknown-linux-musl": "1jzgijiglb6l0wdci2zadcrajgasdrir9kvg48va2hfzca9rv1lm",
8-
"x86_64-apple-darwin": "1vbv237qgxgqsrrwhpl0j7zs2qwab7wb6670syb2ym89al1z8k6m",
9-
"aarch64-apple-darwin": "0hhkhpvsk75bxsd34nv6g01hn9wbxfrrdjjcw7sf2b9r97n90xpj"
6+
"x86_64-unknown-linux-musl": "sha256:4151b70acc301d21d122c6a42b32dd00c27537c5c5b1c23a8d98efe268004baf",
7+
"aarch64-unknown-linux-musl": "sha256:6ac9b9e90e6c56504c958a16af521889582e3a81af41768075bc186915a84403",
8+
"x86_64-apple-darwin": "sha256:a12a263d8d7cadc4018c20dcded64914384464118240d7c632885e168a13b193",
9+
"aarch64-apple-darwin": "sha256:dc60f986cef855837210b3637f7243b3c9a4b7842655518276414c0f61d9fcba"
1010
}
1111
}

0 commit comments

Comments
 (0)