Skip to content

Commit

Permalink
new version v1.6.1 of deprecations (#3303)
Browse files Browse the repository at this point in the history
  • Loading branch information
krew-release-bot authored Aug 11, 2023
1 parent 150c2cc commit a653941
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions plugins/deprecations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,33 +18,33 @@ spec:
swagger.json version available in master branch of Kubernetes repository
(github.com/kubernetes/kubernetes) as a reference. The branch can be changed
to some other desired Kubernetes version
version: v1.6.0
version: v1.6.1
platforms:
- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/rikatz/kubepug/releases/download/v1.6.0/kubepug_darwin_amd64.tar.gz
sha256: dee5c6dc6c1cce1559eb9d6a8f12b609f684d548005ff33fd080408df7675f64
uri: https://github.com/rikatz/kubepug/releases/download/v1.6.1/kubepug_darwin_amd64.tar.gz
sha256: a3005d26af5161e5d3359eceda2f385d134710483e4e5170d22b51e8b74f1fbd
bin: "kubepug"
- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/rikatz/kubepug/releases/download/v1.6.0/kubepug_darwin_arm64.tar.gz
sha256: 79fa99387c70aedfe7f6abac9167317d89e263262782c3a71e064a98b8854c03
uri: https://github.com/rikatz/kubepug/releases/download/v1.6.1/kubepug_darwin_arm64.tar.gz
sha256: 462f8f81f9e42d5aa16764f541a9e9a2f8ee6dac12b8b03fc2479164cf45f2fa
bin: "kubepug"
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/rikatz/kubepug/releases/download/v1.6.0/kubepug_linux_amd64.tar.gz
sha256: 222ea1ba5ddd547202b7407ccd54f42ce7c5ffbcdb7591f3995ea7973e337fac
uri: https://github.com/rikatz/kubepug/releases/download/v1.6.1/kubepug_linux_amd64.tar.gz
sha256: 77d2e24cada49d29c38bdd9b42780f5e308ff02b8349e458a4c1f152dc886a77
bin: "kubepug"
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/rikatz/kubepug/releases/download/v1.6.0/kubepug_windows_amd64.zip
sha256: c66c88e5e8f5d16c4849852f32fcb137f5c403358eaf3b4122a06d2e34e03893
uri: https://github.com/rikatz/kubepug/releases/download/v1.6.1/kubepug_windows_amd64.zip
sha256: 4bf5e8af23d68b1c5b99b463784d62361edc3a45dc635ac0c37fb62e9bba2865
bin: "kubepug.exe"

0 comments on commit a653941

Please sign in to comment.