Skip to content

Commit 5d97eed

Browse files
authored
Merge pull request #23 from fluxcd/update-mirror-0.4.0
Update mirror plugin to 0.4.0
2 parents a046f06 + 59ddc04 commit 5d97eed

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

plugins/mirror.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-mirror
77
bin: flux-mirror
88
versions:
9+
- version: 0.4.0
10+
platforms:
11+
- os: darwin
12+
arch: amd64
13+
url: https://github.com/fluxcd/flux-mirror/releases/download/v0.4.0/flux-mirror_0.4.0_darwin_amd64.tar.gz
14+
checksum: sha256:60e7fc3e77e656dbe12ccf320bd2db0135b64d06fd08401641fe54f315c8443b
15+
- os: darwin
16+
arch: arm64
17+
url: https://github.com/fluxcd/flux-mirror/releases/download/v0.4.0/flux-mirror_0.4.0_darwin_arm64.tar.gz
18+
checksum: sha256:ed3e7a723de47572699b7986abc8bea4726a63263cebfb1258600f262cc00eb4
19+
- os: linux
20+
arch: amd64
21+
url: https://github.com/fluxcd/flux-mirror/releases/download/v0.4.0/flux-mirror_0.4.0_linux_amd64.tar.gz
22+
checksum: sha256:1d82c4e412b090e646a3b0f1b2e27db169b8296e8282437872b60709b73136f8
23+
- os: linux
24+
arch: arm64
25+
url: https://github.com/fluxcd/flux-mirror/releases/download/v0.4.0/flux-mirror_0.4.0_linux_arm64.tar.gz
26+
checksum: sha256:2bbbc03931b5e7d822cdd5e8f2e47c9848df595d93b6bad544ad2123701a26db
27+
- os: windows
28+
arch: amd64
29+
url: https://github.com/fluxcd/flux-mirror/releases/download/v0.4.0/flux-mirror_0.4.0_windows_amd64.zip
30+
checksum: sha256:dc1a1da3c1458ef96c7124c201d8413ca2a03925edb9dac968034ecd75895dfc
31+
- os: windows
32+
arch: arm64
33+
url: https://github.com/fluxcd/flux-mirror/releases/download/v0.4.0/flux-mirror_0.4.0_windows_arm64.zip
34+
checksum: sha256:05b171b9c3537bb25e0d94c34d95df275c0b43b4a99f9f98108566dcf46c12ad
935
- version: 0.3.0
1036
platforms:
1137
- os: darwin

0 commit comments

Comments
 (0)