Skip to content

Commit fccc0b5

Browse files
authored
Merge pull request #25 from fluxcd/update-schema-0.4.0
Update schema plugin to 0.4.0
2 parents ac3b686 + b0c83ce commit fccc0b5

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.4.0
10+
platforms:
11+
- os: darwin
12+
arch: amd64
13+
url: https://github.com/fluxcd/flux-schema/releases/download/v0.4.0/flux-schema_0.4.0_darwin_amd64.tar.gz
14+
checksum: sha256:df5918f5793ad769f71400ae82c0642356ea1e547857180d5af14b111e644a7c
15+
- os: darwin
16+
arch: arm64
17+
url: https://github.com/fluxcd/flux-schema/releases/download/v0.4.0/flux-schema_0.4.0_darwin_arm64.tar.gz
18+
checksum: sha256:6d1d4515e34069900bfcebf6e68feae5c82feedee5e8bbef299696c455a1c2e4
19+
- os: linux
20+
arch: amd64
21+
url: https://github.com/fluxcd/flux-schema/releases/download/v0.4.0/flux-schema_0.4.0_linux_amd64.tar.gz
22+
checksum: sha256:82f94e43a71696550136be855311e5f16592b4b23f19cf42a169c0c4db5a1485
23+
- os: linux
24+
arch: arm64
25+
url: https://github.com/fluxcd/flux-schema/releases/download/v0.4.0/flux-schema_0.4.0_linux_arm64.tar.gz
26+
checksum: sha256:ec1de497d218bf094c8186bfcc1a0b847be15f49e9192673596c548934e5de52
27+
- os: windows
28+
arch: amd64
29+
url: https://github.com/fluxcd/flux-schema/releases/download/v0.4.0/flux-schema_0.4.0_windows_amd64.zip
30+
checksum: sha256:dd8f3eadaac394616cb1ea207c6f9f563544ac581cf8acbc505f9cb3c31e97d1
31+
- os: windows
32+
arch: arm64
33+
url: https://github.com/fluxcd/flux-schema/releases/download/v0.4.0/flux-schema_0.4.0_windows_arm64.zip
34+
checksum: sha256:24724dcad0de0e2c59fa95c08b30bf6a94545cf8cdd86d92aaceb494cf07c4e1
935
- version: 0.3.0
1036
platforms:
1137
- os: darwin

0 commit comments

Comments
 (0)