Skip to content

Commit f9b7468

Browse files
chore(dev): replace the aqua local registry with the standard registry (vectordotdev#21959)
* chore(aqua): replace the local registry with the standard registry Now aqua-registry supports all tools you defined in your local registry. - aquaproj/aqua-registry#29339 - https://github.com/aquaproj/aqua-registry/releases/tag/v4.265.0 You don't need to manage local registry. * chore(aqua): update the registry * chore(aqua): update cargo-deny 1.41.3 to 2.9.1 - vectordotdev#21959 (comment)
1 parent 32df3cd commit f9b7468

File tree

3 files changed

+7
-46
lines changed

3 files changed

+7
-46
lines changed

aqua/aqua-policy.yaml

-7
This file was deleted.

aqua/aqua.yaml

+7-17
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,12 @@
33
# https://aquaproj.github.io/
44
registries:
55
- type: standard
6-
ref: v4.27.0 # renovate: depName=aquaproj/aqua-registry
7-
- name: local
8-
type: local
9-
path: registry.yaml
6+
ref: v4.268.0 # renovate: depName=aquaproj/aqua-registry
107
packages:
11-
- name: crates.io/[email protected]
12-
registry: local
13-
- name: crates.io/[email protected]
14-
registry: local
15-
- name: crates.io/[email protected]
16-
registry: local
17-
- name: crates.io/[email protected]
18-
registry: local
19-
- name: crates.io/[email protected]
20-
registry: local
21-
- name: crates.io/[email protected]
22-
registry: local
8+
- name: rustwasm/[email protected]
9+
- name: crates.io/[email protected]
10+
- name: cross-rs/[email protected]
11+
- name: nextest-rs/nextest/[email protected]
12+
- name: EmbarkStudios/[email protected]
13+
- name: foresterre/[email protected]
2314
- name: crates.io/[email protected]
24-
registry: local

aqua/registry.yaml

-22
This file was deleted.

0 commit comments

Comments
 (0)