Skip to content

Commit

Permalink
new version v1.4.0 of slice (#4142)
Browse files Browse the repository at this point in the history
  • Loading branch information
krew-release-bot authored Oct 16, 2024
1 parent 98f3ab7 commit 057db78
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.1
version: v1.4.0
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.1/kubectl-slice_darwin_arm64.tar.gz
sha256: a67b10bb6f3e0d2dc9223c384445698281ec11d2cac8f8922ef7ce90459b1f8e
uri: https://github.com/patrickdappollonio/kubectl-slice/releases/download/v1.4.0/kubectl-slice_darwin_arm64.tar.gz
sha256: 758ef3613ac4d1c77d07bdb64420dea97b0ebab482af980f3e3df2a72b9ff53f
bin: kubectl-slice
- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/patrickdappollonio/kubectl-slice/releases/download/v1.3.1/kubectl-slice_darwin_x86_64.tar.gz
sha256: 356d4e65381b6fed26b73270dfa167852a23ec8e381311540c850082e0658d8c
uri: https://github.com/patrickdappollonio/kubectl-slice/releases/download/v1.4.0/kubectl-slice_darwin_x86_64.tar.gz
sha256: 39096232ae23e1e98baa6d5e1a617dad1afdb758887ff4ac8bf9b2eb34470070
bin: kubectl-slice
- selector:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/patrickdappollonio/kubectl-slice/releases/download/v1.3.1/kubectl-slice_linux_arm64.tar.gz
sha256: 2fc60a8df17fa32ae1754aa641ae5a7e5cd3a896b04939e05d18c7893595f569
uri: https://github.com/patrickdappollonio/kubectl-slice/releases/download/v1.4.0/kubectl-slice_linux_arm64.tar.gz
sha256: bfe17aac81e9fc37b53c7089b6800dd737a4953eab4da46f9f5eb590d00b82e6
bin: kubectl-slice
- selector:
matchLabels:
os: linux
arch: arm
uri: https://github.com/patrickdappollonio/kubectl-slice/releases/download/v1.3.1/kubectl-slice_linux_arm.tar.gz
sha256: 16ca57063988bc65cf255f80c686b229a2e126d10f92260d12f2ed3e8401cbc0
uri: https://github.com/patrickdappollonio/kubectl-slice/releases/download/v1.4.0/kubectl-slice_linux_arm.tar.gz
sha256: 051f125b6ac31d7725cdd7b65a741a645a706051807a76a2bfaa0e4109a814a3
bin: kubectl-slice
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/patrickdappollonio/kubectl-slice/releases/download/v1.3.1/kubectl-slice_linux_x86_64.tar.gz
sha256: 0cbb232ed37b4beca589e42e6753c4349b3152c3fa8842d9d01e70f5fe02bef5
uri: https://github.com/patrickdappollonio/kubectl-slice/releases/download/v1.4.0/kubectl-slice_linux_x86_64.tar.gz
sha256: 380f55eeb79e0c82a7421579e0dcd5be36970c5620025e9a5f4499cdc98f7407
bin: kubectl-slice
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/patrickdappollonio/kubectl-slice/releases/download/v1.3.1/kubectl-slice_windows_x86_64.tar.gz
sha256: 61f42e95b030f4da9a74d98c0405971c28b680ba8945d2ac51031d1fd04b3f68
uri: https://github.com/patrickdappollonio/kubectl-slice/releases/download/v1.4.0/kubectl-slice_windows_x86_64.tar.gz
sha256: 2b6544504bcf307f3a20b295b38914f8472a0e7c4ad4bced273c60208971eb1e
bin: kubectl-slice.exe

0 comments on commit 057db78

Please sign in to comment.