Skip to content

Commit

Permalink
new version v1.3.1 of slice (#3898)
Browse files Browse the repository at this point in the history
  • Loading branch information
krew-release-bot committed Jun 12, 2024
1 parent 42541bb commit 88dc252
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions plugins/slice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Plugin
metadata:
name: slice
spec:
version: v1.3.0
version: v1.3.1
homepage: https://github.com/patrickdappollonio/kubectl-slice
shortDescription: Split a multi-YAML file into individual files.
description: |
Expand All @@ -15,41 +15,41 @@ spec:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/patrickdappollonio/kubectl-slice/releases/download/v1.3.0/kubectl-slice_darwin_arm64.tar.gz
sha256: 06001f506a43ad8c4f84e88e8326cd4ecba306d3fc04985fb1d4465e70d558c9
uri: https://github.com/patrickdappollonio/kubectl-slice/releases/download/v1.3.1/kubectl-slice_darwin_arm64.tar.gz
sha256: a67b10bb6f3e0d2dc9223c384445698281ec11d2cac8f8922ef7ce90459b1f8e
bin: kubectl-slice
- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/patrickdappollonio/kubectl-slice/releases/download/v1.3.0/kubectl-slice_darwin_x86_64.tar.gz
sha256: 4a40caf95497e47cd75e096141d99700c7db6e51d8d66998df59fe979104d1e1
uri: https://github.com/patrickdappollonio/kubectl-slice/releases/download/v1.3.1/kubectl-slice_darwin_x86_64.tar.gz
sha256: 356d4e65381b6fed26b73270dfa167852a23ec8e381311540c850082e0658d8c
bin: kubectl-slice
- selector:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/patrickdappollonio/kubectl-slice/releases/download/v1.3.0/kubectl-slice_linux_arm64.tar.gz
sha256: 0d8ba31ea4f3292129b40d1020549fb4e5015205a4877be3e24c9c406ff08b2e
uri: https://github.com/patrickdappollonio/kubectl-slice/releases/download/v1.3.1/kubectl-slice_linux_arm64.tar.gz
sha256: 2fc60a8df17fa32ae1754aa641ae5a7e5cd3a896b04939e05d18c7893595f569
bin: kubectl-slice
- selector:
matchLabels:
os: linux
arch: arm
uri: https://github.com/patrickdappollonio/kubectl-slice/releases/download/v1.3.0/kubectl-slice_linux_arm.tar.gz
sha256: 89933091bd37dd4b9b0b2ebc660d608dd25eabc82c674c226ecb71cf13c98ad4
uri: https://github.com/patrickdappollonio/kubectl-slice/releases/download/v1.3.1/kubectl-slice_linux_arm.tar.gz
sha256: 16ca57063988bc65cf255f80c686b229a2e126d10f92260d12f2ed3e8401cbc0
bin: kubectl-slice
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/patrickdappollonio/kubectl-slice/releases/download/v1.3.0/kubectl-slice_linux_x86_64.tar.gz
sha256: 25693c664b8a522463726fe70ca4b881e59f827769f53006c98635db86d8a603
uri: https://github.com/patrickdappollonio/kubectl-slice/releases/download/v1.3.1/kubectl-slice_linux_x86_64.tar.gz
sha256: 0cbb232ed37b4beca589e42e6753c4349b3152c3fa8842d9d01e70f5fe02bef5
bin: kubectl-slice
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/patrickdappollonio/kubectl-slice/releases/download/v1.3.0/kubectl-slice_windows_x86_64.tar.gz
sha256: 8bb40e77f657f56dfdf5e65e3ed12787afcdd135b66e29cf3f1c6fbe683b7f29
uri: https://github.com/patrickdappollonio/kubectl-slice/releases/download/v1.3.1/kubectl-slice_windows_x86_64.tar.gz
sha256: 61f42e95b030f4da9a74d98c0405971c28b680ba8945d2ac51031d1fd04b3f68
bin: kubectl-slice.exe

0 comments on commit 88dc252

Please sign in to comment.