Skip to content

Commit

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

/usr/bin/tito tag --accept-auto-changelog
  • Loading branch information
djzager committed Aug 10, 2018
1 parent 9caf1ad commit a6d3dea
Show file tree
Hide file tree
Showing 3 changed files with 11 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.7-1 ./
1.3.8-1 ./
10 changes: 9 additions & 1 deletion ansible-service-broker.spec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
%define modulename ansible-service-broker

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

%changelog
* Fri Aug 10 2018 David Zager <david.j.zager@gmail.com> 1.3.8-1
- Standardize broker endpoints (#1029) (dzager@redhat.com)
- Add mock for the call to DeleteExtractedCredential (#1039)
(jmrodri@gmail.com)
- Add route timeout annotation (#1033) (jmontleo@redhat.com)
- Bug 1583503 Always run updates (#1032) (jmontleo@redhat.com)
- Add 2018-08-07 meeting notes (#1031) (jmrodri@gmail.com)

* Mon Aug 06 2018 David Zager <david.j.zager@gmail.com> 1.3.7-1
- Bug 1583587 - lower loglevel to debug, wrap others (#1030)
(jmrodri@gmail.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.7"
var Version = "1.3.8"

0 comments on commit a6d3dea

Please sign in to comment.