Skip to content

Commit 4289d7e

Browse files
authored
Merge pull request #15 from fluxcd/update-schema-0.3.0
Update schema plugin to 0.3.0
2 parents fa49fae + 085773a commit 4289d7e

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.3.0
10+
platforms:
11+
- os: darwin
12+
arch: amd64
13+
url: https://github.com/fluxcd/flux-schema/releases/download/v0.3.0/flux-schema_0.3.0_darwin_amd64.tar.gz
14+
checksum: sha256:0dba20786b2fd75a0a7786becc3e1e6f5898b737f69cbfdbed48f701db52e56e
15+
- os: darwin
16+
arch: arm64
17+
url: https://github.com/fluxcd/flux-schema/releases/download/v0.3.0/flux-schema_0.3.0_darwin_arm64.tar.gz
18+
checksum: sha256:654a4236c7ef15a4f97d2e947074057640409e1b953ef05f6e098d127793f8ff
19+
- os: linux
20+
arch: amd64
21+
url: https://github.com/fluxcd/flux-schema/releases/download/v0.3.0/flux-schema_0.3.0_linux_amd64.tar.gz
22+
checksum: sha256:cedde253ccd4cf8fbaae9321050e298395f3d3953d3ff03720754fb0d2e67a36
23+
- os: linux
24+
arch: arm64
25+
url: https://github.com/fluxcd/flux-schema/releases/download/v0.3.0/flux-schema_0.3.0_linux_arm64.tar.gz
26+
checksum: sha256:91bd36a57ac634d2b1b5189c6369ea71db0d0ba94b61b30d330c6564691bb9dc
27+
- os: windows
28+
arch: amd64
29+
url: https://github.com/fluxcd/flux-schema/releases/download/v0.3.0/flux-schema_0.3.0_windows_amd64.zip
30+
checksum: sha256:c7b3476c4c99bab9739d819124fde1b9217481dc3fda006c01070c8db490b27f
31+
- os: windows
32+
arch: arm64
33+
url: https://github.com/fluxcd/flux-schema/releases/download/v0.3.0/flux-schema_0.3.0_windows_arm64.zip
34+
checksum: sha256:1c390a71c41e4bcd294d0612a6f2a355473c190ad76aea9f3701a74492ac85aa
935
- version: 0.2.0
1036
platforms:
1137
- os: darwin

0 commit comments

Comments
 (0)