Skip to content

Commit fa49fae

Browse files
authored
Merge pull request #14 from fluxcd/update-schema-0.2.0
Update schema plugin to 0.2.0
2 parents fa0b960 + b66c922 commit fa49fae

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.2.0
10+
platforms:
11+
- os: darwin
12+
arch: amd64
13+
url: https://github.com/fluxcd/flux-schema/releases/download/v0.2.0/flux-schema_0.2.0_darwin_amd64.tar.gz
14+
checksum: sha256:14fb62825dd3a0abc9658af0b630cb4ba4d96197036f5659685c7634ec151a7b
15+
- os: darwin
16+
arch: arm64
17+
url: https://github.com/fluxcd/flux-schema/releases/download/v0.2.0/flux-schema_0.2.0_darwin_arm64.tar.gz
18+
checksum: sha256:ea4bd64f53f4a526d863561508b6ac336c735928b11a45df8241ce7494d52acc
19+
- os: linux
20+
arch: amd64
21+
url: https://github.com/fluxcd/flux-schema/releases/download/v0.2.0/flux-schema_0.2.0_linux_amd64.tar.gz
22+
checksum: sha256:0aa86468bfcf188cbe3740c2be3770934621dd62b52e6956b24b6f17ff545e63
23+
- os: linux
24+
arch: arm64
25+
url: https://github.com/fluxcd/flux-schema/releases/download/v0.2.0/flux-schema_0.2.0_linux_arm64.tar.gz
26+
checksum: sha256:2f3ef5c401772505320731fba70b34e6b5aa85c070e333f2cd7efb2436afbf94
27+
- os: windows
28+
arch: amd64
29+
url: https://github.com/fluxcd/flux-schema/releases/download/v0.2.0/flux-schema_0.2.0_windows_amd64.zip
30+
checksum: sha256:f78869819a2806f7187d951516d7ffb4972c31ef68ad2eb86dfff4051d21653f
31+
- os: windows
32+
arch: arm64
33+
url: https://github.com/fluxcd/flux-schema/releases/download/v0.2.0/flux-schema_0.2.0_windows_arm64.zip
34+
checksum: sha256:60f316ffc959707b6a3224dfa46d49c54692a9f801cbe8a1c612835bab34b1ee
935
- version: 0.1.0
1036
platforms:
1137
- os: darwin

0 commit comments

Comments
 (0)