Skip to content

Commit

Permalink
bump v
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacov committed Mar 9, 2020
1 parent bfedff1 commit 494f990
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions kubectl-sql.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
%define debug_package %{nil}

Name: %{repo}
Version: 0.2.10
Version: 0.2.11
Release: 1%{?dist}
Summary: kubectl-sql uses sql like language to query the Kubernetes cluster manager
License: Apache
URL: https://%{import_path}
Source0: https://github.com/yaacov/kubectl-sql/archive/%{version}.tar.gz
Source0: https://github.com/yaacov/kubectl-sql/archive/v%{version}.tar.gz

BuildRequires: git
BuildRequires: golang >= 1.2.8
Expand All @@ -30,7 +30,7 @@ kubectl-sql let you select Kubernetes resources based on the value of one or mor
mkdir -p ./_build/src/github.com/yaacov
ln -s $(pwd) ./_build/src/github.com/yaacov/kubectl-sql

VERSION=%{version} make
VERSION=v%{version} make

%install
install -d %{buildroot}%{_bindir}
Expand All @@ -43,6 +43,9 @@ install -p -m 0755 ./kubectl-sql %{buildroot}%{_bindir}/kubectl-sql

%changelog

* Mon Mar 9 2020 Yaacov Zamir <[email protected]> 0.2.11-1
- version should start with v

* Mon Mar 9 2020 Yaacov Zamir <[email protected]> 0.2.10-1
- dont show usage on errors

Expand Down
4 changes: 2 additions & 2 deletions sql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ kind: Plugin
metadata:
name: sql
spec:
version: 0.2.10
version: v0.2.11
homepage: https://github.com/yaacov/kubectl-sql
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/yaacov/kubectl-sql/releases/download/0.2.10/kubectl-sql_v0.2.10_linux_amd64.tar.xz
uri: https://github.com/yaacov/kubectl-sql/releases/download/v0.2.11/kubectl-sql.tar.xz
sha256: 8cb0a8a51f9a3233f54418f2cb8999061a2febf49a3cae57653e6dec1c623aa3
files:
- from: "*"
Expand Down

0 comments on commit 494f990

Please sign in to comment.