Skip to content

Commit 26a7eba

Browse files
committed
Release version 1.0.12
1 parent b3627e6 commit 26a7eba

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

etc/redhat-access-insights.spec

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

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

8585
%changelog
86+
* Tue Nov 1 2016 Richard Brantley <[email protected]> - 1.0.12-0
87+
- Respects NO_PROXY, HTTPS_PROXY environment variables
88+
- Fixes remove.conf configuration issues
89+
- Fixes timezone and file encoding related issues
90+
- Adds new support for wildcard directories and files
91+
- Fixes issue where invalid proxy would hang registration check
92+
- Fixes some test cases
93+
- Adds support for integration with Coordinators
94+
- Resolves: bz1368236
95+
8696
* Fri Aug 26 2016 Jeremy Crafts <[email protected]> - 1.0.11-4
8797
- Resolves: bz1320581, bz1323150, bz1323187, bz1325111
8898

redhat_access_insights/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class InsightsConstants(object):
88
app_name = 'redhat-access-insights'
9-
version = '1.0.11'
9+
version = '1.0.12'
1010
auth_method = 'BASIC'
1111
log_level = 'DEBUG'
1212
package_path = os.path.dirname(

0 commit comments

Comments
 (0)