Skip to content

Commit bcaa8b7

Browse files
authored
Publish kubedb/[email protected] plugin (#223)
ProductLine: Signed-off-by: 1gtm <[email protected]>
1 parent 46bdc20 commit bcaa8b7

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

plugins/dba.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Plugin
33
metadata:
44
name: dba
55
spec:
6-
version: v0.57.0
6+
version: v0.58.0
77
homepage: https://kubedb.com
88
shortDescription: kubectl plugin for KubeDB by AppsCode
99
description: |
@@ -13,8 +13,8 @@ spec:
1313
matchLabels:
1414
os: darwin
1515
arch: amd64
16-
uri: https://github.com/kubedb/cli/releases/download/v0.57.0/kubectl-dba-darwin-amd64.tar.gz
17-
sha256: 0e449af3ff40d983fbb77bb4bd25c8332e50012bd6694bf8a82937d9accb3002
16+
uri: https://github.com/kubedb/cli/releases/download/v0.58.0/kubectl-dba-darwin-amd64.tar.gz
17+
sha256: 4491983b1746d34c2497fd06d75d94f898ba3408a4258570ed1164a75ebf4498
1818
files:
1919
- from: "*"
2020
to: "."
@@ -23,8 +23,8 @@ spec:
2323
matchLabels:
2424
os: darwin
2525
arch: arm64
26-
uri: https://github.com/kubedb/cli/releases/download/v0.57.0/kubectl-dba-darwin-arm64.tar.gz
27-
sha256: 46df30a151d65fa08afb4e10b1ab94d940537e1b2cbe52f64666c1d716edabde
26+
uri: https://github.com/kubedb/cli/releases/download/v0.58.0/kubectl-dba-darwin-arm64.tar.gz
27+
sha256: 97f98896e068ca6bba60113fa34b3f402fc909a532968f4c7346a28bbbff0c6a
2828
files:
2929
- from: "*"
3030
to: "."
@@ -33,8 +33,8 @@ spec:
3333
matchLabels:
3434
os: linux
3535
arch: amd64
36-
uri: https://github.com/kubedb/cli/releases/download/v0.57.0/kubectl-dba-linux-amd64.tar.gz
37-
sha256: d08fee80e1a9157bdbedb38099457627cbedd0d18fa3fc7adbfc939fdb1f6677
36+
uri: https://github.com/kubedb/cli/releases/download/v0.58.0/kubectl-dba-linux-amd64.tar.gz
37+
sha256: e5c3811d528a026f14e5857d043f6af51b3a8459d2d60e7181becf0a4ab39abc
3838
files:
3939
- from: "*"
4040
to: "."
@@ -43,8 +43,8 @@ spec:
4343
matchLabels:
4444
os: linux
4545
arch: arm
46-
uri: https://github.com/kubedb/cli/releases/download/v0.57.0/kubectl-dba-linux-arm.tar.gz
47-
sha256: 1b41807d77ce72581a5e8865219b7ca1433be68764771d258a2acba69ec23f98
46+
uri: https://github.com/kubedb/cli/releases/download/v0.58.0/kubectl-dba-linux-arm.tar.gz
47+
sha256: 915fd6ef500f494465e9adbc6df5cb3255400404c436e2265d9e95e97f9378e5
4848
files:
4949
- from: "*"
5050
to: "."
@@ -53,8 +53,8 @@ spec:
5353
matchLabels:
5454
os: linux
5555
arch: arm64
56-
uri: https://github.com/kubedb/cli/releases/download/v0.57.0/kubectl-dba-linux-arm64.tar.gz
57-
sha256: 16c3922a0ac88e45eb244b951962f2be53abc950d3df1f47095b29bc057d29aa
56+
uri: https://github.com/kubedb/cli/releases/download/v0.58.0/kubectl-dba-linux-arm64.tar.gz
57+
sha256: e03bae94143028e0fc7764f625d42df71ca95b5fc9d57d63cd28204fcdf28e03
5858
files:
5959
- from: "*"
6060
to: "."
@@ -63,8 +63,8 @@ spec:
6363
matchLabels:
6464
os: windows
6565
arch: amd64
66-
uri: https://github.com/kubedb/cli/releases/download/v0.57.0/kubectl-dba-windows-amd64.zip
67-
sha256: 74270a5362feed04b63ca98f6e8bc8d284acc6eedcc0d3a4df3415735a806cf1
66+
uri: https://github.com/kubedb/cli/releases/download/v0.58.0/kubectl-dba-windows-amd64.zip
67+
sha256: aed91e7abfd8a71dc8d7b82277b0bb965aa1759b27273baa863e6dfe16a3bc9a
6868
files:
6969
- from: "*"
7070
to: "."

0 commit comments

Comments
 (0)