Skip to content

Commit

Permalink
new version v1.6.0 of tunnel (#3366)
Browse files Browse the repository at this point in the history
  • Loading branch information
krew-release-bot authored Sep 16, 2023
1 parent 5372ec5 commit 1bf9baa
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions plugins/tunnel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Plugin
metadata:
name: tunnel
spec:
version: v1.5.3
version: v1.6.0
homepage: https://github.com/omrikiei/ktunnel
shortDescription: Reverse tunneling between cluster and your machine
description: |
Expand All @@ -15,42 +15,42 @@ spec:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/omrikiei/ktunnel/releases/download/v1.5.3/ktunnel_1.5.3_Darwin_x86_64.tar.gz
sha256: 1f94f9100408c67162a3eb208d83f59c4df4bec57aef23c5678ecdc4ab067eed
uri: https://github.com/omrikiei/ktunnel/releases/download/v1.6.0/ktunnel_1.6.0_Darwin_x86_64.tar.gz
sha256: c6fbe9a7c219752dbfc465ae9203c3bfa76ebc5751b1237d6cd2ed7ffbd7dc25
bin: ktunnel
- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/omrikiei/ktunnel/releases/download/v1.5.3/ktunnel_1.5.3_Darwin_arm64.tar.gz
sha256: 3c38eb8ff1bb7e0b43044e18fc2b72582ed934b17e872dd208188d452e8680b1
uri: https://github.com/omrikiei/ktunnel/releases/download/v1.6.0/ktunnel_1.6.0_Darwin_arm64.tar.gz
sha256: 2ffcd7bb83c17587d8da6c428944aa2fecc294463e0666b397d9ddc05c2922de
bin: ktunnel
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/omrikiei/ktunnel/releases/download/v1.5.3/ktunnel_1.5.3_Linux_x86_64.tar.gz
sha256: f043a8cde840fafd9579b79c0855657d9e8397cb75fd3d98bfcfa34b323c8fdb
uri: https://github.com/omrikiei/ktunnel/releases/download/v1.6.0/ktunnel_1.6.0_Linux_x86_64.tar.gz
sha256: de3726ad5396fd140c99d1a1f42ae3f498468078fb3790dcb273a9417de8f479
bin: ktunnel
- selector:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/omrikiei/ktunnel/releases/download/v1.5.3/ktunnel_1.5.3_Linux_arm64.tar.gz
sha256: 7605d193597dd49089e159931bccaf9a99a7d0c4525b75d97fdf90d04f64f836
uri: https://github.com/omrikiei/ktunnel/releases/download/v1.6.0/ktunnel_1.6.0_Linux_arm64.tar.gz
sha256: dbda76e470395d45e5f91f92b4b514c94b268e5ddd69148cda08b356dede86ff
bin: ktunnel
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/omrikiei/ktunnel/releases/download/v1.5.3/ktunnel_1.5.3_Windows_x86_64.tar.gz
sha256: 2fd1d7aaa565f9d05a39a778ba222c80122feb46bd1dc15dbcd2217d43778435
uri: https://github.com/omrikiei/ktunnel/releases/download/v1.6.0/ktunnel_1.6.0_Windows_x86_64.tar.gz
sha256: 096e4b5efbef24317280734294898a3b6507455871deb38fa3b76746d4e1f1b5
bin: ktunnel.exe
- selector:
matchLabels:
os: windows
arch: arm64
uri: https://github.com/omrikiei/ktunnel/releases/download/v1.5.3/ktunnel_1.5.3_Windows_arm64.tar.gz
sha256: df1b2fdd306d1a0c25eaa7217814ece1b852605a7b0a8aa114ee51476361110b
uri: https://github.com/omrikiei/ktunnel/releases/download/v1.6.0/ktunnel_1.6.0_Windows_arm64.tar.gz
sha256: 9d64727694c4071fd73160abdb961a8c0835c780aeaecda7aa4948774a28a34d
bin: ktunnel.exe

0 comments on commit 1bf9baa

Please sign in to comment.