Skip to content

Commit fa0b960

Browse files
authored
Merge pull request #13 from fluxcd/update-schema-0.1.0
Update schema plugin to 0.1.0
2 parents 0ed1a68 + 808d11e commit fa0b960

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

plugins/schema.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,32 @@ homepage: https://fluxcd.io
66
source: https://github.com/fluxcd/flux-schema
77
bin: flux-schema
88
versions:
9+
- version: 0.1.0
10+
platforms:
11+
- os: darwin
12+
arch: amd64
13+
url: https://github.com/fluxcd/flux-schema/releases/download/v0.1.0/flux-schema_0.1.0_darwin_amd64.tar.gz
14+
checksum: sha256:2589c317d99074369456a876b15dad4485a61afd8a566ae87cdf836e89639adc
15+
- os: darwin
16+
arch: arm64
17+
url: https://github.com/fluxcd/flux-schema/releases/download/v0.1.0/flux-schema_0.1.0_darwin_arm64.tar.gz
18+
checksum: sha256:ca745b4f92f42c2fc11f641ae95d683a72cdfc6fc43f1a45df66287679d3fb0b
19+
- os: linux
20+
arch: amd64
21+
url: https://github.com/fluxcd/flux-schema/releases/download/v0.1.0/flux-schema_0.1.0_linux_amd64.tar.gz
22+
checksum: sha256:8a6cc309377118259c31c583e8865a8928e48de99a46b0eada989e445fe89ece
23+
- os: linux
24+
arch: arm64
25+
url: https://github.com/fluxcd/flux-schema/releases/download/v0.1.0/flux-schema_0.1.0_linux_arm64.tar.gz
26+
checksum: sha256:11fc1df018550410ff9c84aa272fb7115bb185e3250d200c0e4c902a66586b19
27+
- os: windows
28+
arch: amd64
29+
url: https://github.com/fluxcd/flux-schema/releases/download/v0.1.0/flux-schema_0.1.0_windows_amd64.zip
30+
checksum: sha256:c7cdf52fe6f4cf469d13d017a27592efe9f29a9777adde70ac9e9fe451647f60
31+
- os: windows
32+
arch: arm64
33+
url: https://github.com/fluxcd/flux-schema/releases/download/v0.1.0/flux-schema_0.1.0_windows_arm64.zip
34+
checksum: sha256:d42f578d3d50cb565e5845f63471f6cddd47099803868ab74cb936ee1ee77558
935
- version: 0.0.3
1036
platforms:
1137
- os: darwin

0 commit comments

Comments
 (0)