Skip to content

Commit

Permalink
Automatic commit of package [ansible-service-broker] release [1.3.19-1].
Browse files Browse the repository at this point in the history
Created by command:

/usr/bin/tito tag
  • Loading branch information
jmontleon committed Sep 20, 2018
1 parent 68319de commit 86fbe15
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tito/packages/ansible-service-broker
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.18-1 ./
1.3.19-1 ./
6 changes: 5 additions & 1 deletion ansible-service-broker.spec
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
%define modulename ansible-service-broker

Name: %{repo}
Version: 1.3.18
Version: 1.3.19
Release: 1%{build_timestamp}%{?dist}
Summary: Ansible Service Broker
License: ASL 2.0
Expand Down Expand Up @@ -336,6 +336,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
%endif

%changelog
* Thu Sep 20 2018 Jason Montleon <jmontleo@redhat.com> 1.3.19-1
- make the apb install the correct broker release (#1089) (jmontleo@redhat.com)
- Update 1.3 copr releaser (#1083) (jmontleo@redhat.com)

* Tue Sep 11 2018 jesus m. rodriguez <jmrodri@gmail.com> 1.3.18-1
- add operation and param validation (#1077) (jmrodri@gmail.com)
- Disable keeping namespace on error in ASB (#1075) (jmontleo@redhat.com)
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ package version
// DO NOT EDIT GENERATED FILE.
// This file is generated by a tito tag
// using templates/version.go.tmpl.
var Version = "1.3.18"
var Version = "1.3.19"

0 comments on commit 86fbe15

Please sign in to comment.