-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,5 +20,5 @@ package main | |
|
||
var appVersion = map[string]string{ | ||
"Name": "kubesql", | ||
"Version": "0.1.14", | ||
"Version": "0.1.15", | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
%define debug_package %{nil} | ||
|
||
Name: %{repo} | ||
Version: 0.1.14 | ||
Version: 0.1.15 | ||
Release: 1%{?dist} | ||
Summary: kubesql uses sql like language to query the Kubernetes cluster manager | ||
License: Apache | ||
|
@@ -43,6 +43,9 @@ install -p -m 0755 ./kubesql %{buildroot}%{_bindir}/kubesql | |
|
||
%changelog | ||
|
||
* Thu Feb 22 2020 Yaacov Zamir <[email protected]> 0.1.15-1 | ||
- Fix parsing of labels and anotations | ||
|
||
* Thu Feb 22 2020 Yaacov Zamir <[email protected]> 0.1.14-1 | ||
- Fix parsing of numbers | ||
|
||
|