Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release new version v1.26.0 of stern #3316

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 14 additions & 13 deletions plugins/stern.yaml
Original file line number Diff line number Diff line change
@@ -1,48 +1,49 @@
# This file was generated by GoReleaser. DO NOT EDIT.
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: stern
spec:
version: v1.25.0
version: v1.26.0
platforms:
- bin: stern.exe
uri: https://github.com/stern/stern/releases/download/v1.25.0/stern_1.25.0_windows_arm64.tar.gz
sha256: fa2d2329613e497685b55d4d179b6255e092b8ae434f48fececd8dc941d86722
uri: https://github.com/stern/stern/releases/download/v1.26.0/stern_1.26.0_windows_arm64.tar.gz
sha256: 74b2ac7a29714fb907ed26d33b7eb474dded01d01ae32214030a23d4821af84b
selector:
matchLabels:
os: windows
arch: arm64
- bin: stern.exe
uri: https://github.com/stern/stern/releases/download/v1.25.0/stern_1.25.0_windows_amd64.tar.gz
sha256: ef662c0ceb1422538996ca3cb74df10c7894c3591e1fa2471dd189d5e6afb00c
uri: https://github.com/stern/stern/releases/download/v1.26.0/stern_1.26.0_windows_amd64.tar.gz
sha256: 86d92a35f5a5b295a0430e471a73ee84143e0cfb839f1a8b28a4aaacef178766
selector:
matchLabels:
os: windows
arch: amd64
- bin: stern
uri: https://github.com/stern/stern/releases/download/v1.25.0/stern_1.25.0_linux_arm64.tar.gz
sha256: 0e8eef54b16f1d5f5fa45de77a79d19fd2e538ff2f231bee013f4e18aa70911a
uri: https://github.com/stern/stern/releases/download/v1.26.0/stern_1.26.0_linux_arm64.tar.gz
sha256: 08286f70aa3205b7f5b52864cf920aa90bb4f4a618e7b91fcf155c6b9782d8b6
selector:
matchLabels:
os: linux
arch: arm64
- bin: stern
uri: https://github.com/stern/stern/releases/download/v1.25.0/stern_1.25.0_linux_amd64.tar.gz
sha256: 3fc9ad405a0011e7b7c295c1798ffd3d435e673af26ab753385087753d8e1e32
uri: https://github.com/stern/stern/releases/download/v1.26.0/stern_1.26.0_linux_amd64.tar.gz
sha256: de79474d9197582e38da0dccc8cd14af23d6b52b72bee06b62943c19ab95125e
selector:
matchLabels:
os: linux
arch: amd64
- bin: stern
uri: https://github.com/stern/stern/releases/download/v1.25.0/stern_1.25.0_darwin_arm64.tar.gz
sha256: 4096ff9824250df6341b4acd16e523ab69efb6b6318441fb1b20147128fce336
uri: https://github.com/stern/stern/releases/download/v1.26.0/stern_1.26.0_darwin_arm64.tar.gz
sha256: a71e40276e17be1410dab5ad4315c4a1726cb14e9f160dc3caee88b1c56911b1
selector:
matchLabels:
os: darwin
arch: arm64
- bin: stern
uri: https://github.com/stern/stern/releases/download/v1.25.0/stern_1.25.0_darwin_amd64.tar.gz
sha256: 9e1a31aa3e330f70bb84bab501177250eea7c79f7ea378c27a5889c0ce79fbd6
uri: https://github.com/stern/stern/releases/download/v1.26.0/stern_1.26.0_darwin_amd64.tar.gz
sha256: f89631ea73659e1db4e9d8ef94c58cd2c4e92d595e5d2b7be9184f86e755ee95
selector:
matchLabels:
os: darwin
Expand Down