Skip to content

Commit

Permalink
Release version 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
brantleyr committed Nov 4, 2016
1 parent f821fa6 commit 4258d17
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions etc/redhat-access-insights.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

Name: redhat-access-insights
Summary: Uploads Insights information to Red Hat on a periodic basis
Version: 1.0.11
Release: 4%{?dist}
Version: 1.0.12
Release: 0%{?dist}
Source0: https://github.com/redhataccess/insights-client/archive/redhat-access-insights-%{version}.tar.gz
Epoch: 0
License: GPLv2+
Expand Down Expand Up @@ -83,6 +83,16 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
/usr/share/man/man5/*.5.gz

%changelog
* Fri Nov 4 2016 Richard Brantley <[email protected]> - 1.0.12-0
- Respects NO_PROXY, HTTPS_PROXY environment variables
- Fixes remove.conf configuration issues
- Fixes timezone and file encoding related issues
- Adds new support for wildcard directories and files
- Fixes issue where invalid proxy would hang registration check
- Fixes some test cases
- Adds support for integration with Coordinators
- Resolves: bz1368237, bz1358354, bz1357964, bz1356939

* Fri Aug 26 2016 Jeremy Crafts <[email protected]> - 1.0.11-4
- Resolves: bz1320581, bz1323150, bz1323187, bz1325111

Expand Down
2 changes: 1 addition & 1 deletion redhat_access_insights/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class InsightsConstants(object):
app_name = 'redhat-access-insights'
version = '1.0.11'
version = '1.0.12'
auth_method = 'BASIC'
log_level = 'DEBUG'
package_path = os.path.dirname(
Expand Down

0 comments on commit 4258d17

Please sign in to comment.