From 687a8f2f231921f2bda294746ac2d8ce32775ccf Mon Sep 17 00:00:00 2001 From: Marc Perrien Date: Wed, 3 Mar 2021 16:25:42 +0100 Subject: [PATCH 1/2] release new version v0.5.0 of reliably Signed-off-by: Marc Perrien --- plugins/reliably.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/reliably.yaml b/plugins/reliably.yaml index f95bfcd16ee..4ce1e44475f 100644 --- a/plugins/reliably.yaml +++ b/plugins/reliably.yaml @@ -3,10 +3,10 @@ kind: Plugin metadata: name: reliably spec: - version: v0.3.0 + version: v0.5.0 platforms: - - uri: https://github.com/reliablyhq/cli/releases/download/v0.3.0/reliably_v0.3.0_darwin_amd64.tar.gz - sha256: b704ac7c018a4446d397acc05cc1d25caee14584b27c76465f39a60cd5529d09 + - uri: https://github.com/reliablyhq/cli/releases/download/v0.5.0/reliably-darwin-amd64.tar.gz + sha256: ecb30d3edb17ebf49dc73a842d2771ea69f0ef16f8b1d12dc8765c7b7bb2ff3d selector: matchLabels: os: darwin @@ -17,8 +17,8 @@ spec: to: "." - from: LICENSE to: . - - uri: https://github.com/reliablyhq/cli/releases/download/v0.3.0/reliably_v0.3.0_linux_amd64.tar.gz - sha256: 3f43d20d52215220ec5d439f09e119e544fb678ef75a01a3d441bef685790d53 + - uri: https://github.com/reliablyhq/cli/releases/download/v0.5.0/reliably-linux-amd64.tar.gz + sha256: 51af9c6c7376e352c773412606a8143045c0072792ecec2518d2542a63b4f4c5 selector: matchLabels: os: linux From 4db91b03fb59ac2217743992211d9a80d1397f48 Mon Sep 17 00:00:00 2001 From: Marc Perrien Date: Thu, 4 Mar 2021 14:45:32 +0100 Subject: [PATCH 2/2] Fix tar archives and update sha256 Signed-off-by: Marc Perrien --- plugins/reliably.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/reliably.yaml b/plugins/reliably.yaml index 4ce1e44475f..6df4f98ca57 100644 --- a/plugins/reliably.yaml +++ b/plugins/reliably.yaml @@ -6,7 +6,7 @@ spec: version: v0.5.0 platforms: - uri: https://github.com/reliablyhq/cli/releases/download/v0.5.0/reliably-darwin-amd64.tar.gz - sha256: ecb30d3edb17ebf49dc73a842d2771ea69f0ef16f8b1d12dc8765c7b7bb2ff3d + sha256: fdf013822ac9ce431054f8978487c5a204ded5de86f20f8dded7e98feed072dd selector: matchLabels: os: darwin @@ -18,7 +18,7 @@ spec: - from: LICENSE to: . - uri: https://github.com/reliablyhq/cli/releases/download/v0.5.0/reliably-linux-amd64.tar.gz - sha256: 51af9c6c7376e352c773412606a8143045c0072792ecec2518d2542a63b4f4c5 + sha256: a7a5fb8cebca4ff79c4bafc2523f6a4ccf2821eab876bf6123a17c1eba161d33 selector: matchLabels: os: linux