15c2c0f8aa7cf48f04c1950c1896250a83222b3b
[openstack-build/ceilometer-build.git] / debian / changelog
1 ceilometer (2013.2-0ubuntu1~cloud0) precise-havana; urgency=low
2
3   * New upstream release for the Ubuntu Cloud Archive.
4
5  -- James Page <james.page@ubuntu.com>  Mon, 14 Oct 2013 15:29:44 +0100
6
7 ceilometer (2013.2~rc2-0ubuntu1) saucy; urgency=low
8
9   * New upstream release candidate (LP: #1239156):
10     - d/p/revert-keystone-compat.patch: Revert keystoneclient 0.4.0 compat
11       fix as this causes test failures against 0.3.4.
12   * d/control: Drop a3 from versioned dependency on python-oslo.config.
13
14  -- James Page <james.page@ubuntu.com>  Mon, 14 Oct 2013 10:30:03 +0100
15
16 ceilometer (2013.2~rc1-0ubuntu1) saucy; urgency=low
17
18   * debian/patches/fix-setup-requirements.patch: Dropped no longer
19     needed.
20   * debian/patches/skip-database.patch: Refreshed
21   * debian/control:
22     - Add versioned dependency for python-pbr.
23     - Bump version dependency for python-webob.
24     - Add versioned dependency for alembic.
25     - Bump versioned dependency for python-sqlalchemy.
26     - Add versioned dependency for python-pymongo.
27     - Add versioned dependency for python-eventlet.
28     - Dropped python-extras dependency.
29     - Bump versioned dependency for python-flask.
30     - Bump versioned dependency for python-stevedore.
31     - Add versioned dependency for python-glanceclient.
32     - Bump versioned dependency for python-novaclient.
33     - Bump versioned dependency for python-keystoneclient.
34     - Bump versioned dependency for python-ceilometerclient.
35     - Add versioned dependency for python-lxml.
36     - Bump versioned dependency for python-wsme.
37     - Dropped python-netifaces dependency.
38     - Added python-httplib2 build dependency.
39     - Bump versioned dependency for python-fixtures.
40     - Bump versioned dependency for testrepository.
41     - Added versioned dependency for python-testtools.
42     - Added versioned dependency for python-swiftclient.
43     - Dropped python-cinderclient dependency.
44     - Dropped python-lockfile dependency.
45     - Dropped python-setuptoools-git dependency.
46     - Dropped python-unittest2 dependency.
47     - Dropped python-d2to1 dependency.
48     - Added versioned dependency for python-testtools.
49     - Added binary dependency for python-netaddr.
50     - Add python-six as a dependency.
51   * debian/patches/fix-setup-requirements.patch: Bump sqlachemy version.
52   * debian/ceilometer-common.install:
53     - Dropped ceilometer-alarm-singleton, no longer exists.
54     - Added usr/bin/ceilometer-alarm-evaluator.
55
56  -- Chuck Short <zulcss@ubuntu.com>  Thu, 03 Oct 2013 08:40:40 -0400
57
58 ceilometer (2013.2~b3-0ubuntu1) saucy; urgency=low
59
60   [ Chuck Short ]
61   * New upstream release.
62   * debian/patches/fix-setup-requirements.patch: Refreshed
63   * debian/patches/skip-database.patch: Refreshed
64
65   [ Yolanda Robla ]
66   * debian/control,debian/tests: Add basic autopkgtests.
67
68   [ Adam Gandelman ]
69   * debian/patches/default-dbconnection-sqlite.patch: Set 'connection' flag
70     in [database] section, referencing 'sqlite_db' (LP: #1221956).
71   * debian/patches/skip-database-tests.patch: Also patch out db2 and hbase
72     scenarios in v2 test_statistics_scenarios.py.
73   * debian/rules: Clean python-pbr egg if it exists, set PYTHONPATH to build
74     dir when running tests.
75
76  -- Chuck Short <zulcss@ubuntu.com>  Sat, 07 Sep 2013 15:58:58 -0400
77
78 ceilometer (2013.2~b2-0ubuntu4) saucy; urgency=low
79
80   * debian/patches/skip-database-tests.patch: Refreshed due to precise failures. 
81
82  -- Chuck Short <zulcss@ubuntu.com>  Sun, 28 Jul 2013 21:58:31 -0400
83
84 ceilometer (2013.2~b2-0ubuntu3) saucy; urgency=low
85
86   * debian/rules: Enable testsuite.
87   * debian/control: Fix up run time dependencies.
88   * debian/patches/fix-setup-requirements.patch: Refreshed
89   * debian/patches/skip-database-tests.patch: Refreshed
90
91  -- Chuck Short <zulcss@ubuntu.com>  Mon, 22 Jul 2013 15:17:35 -0400
92
93 ceilometer (2013.2~b2-0ubuntu2) saucy; urgency=low
94
95   * debian/control: Fix sqlalchemy dependency. 
96
97  -- Chuck Short <zulcss@ubuntu.com>  Fri, 19 Jul 2013 14:51:18 -0400
98
99 ceilometer (2013.2~b2-0ubuntu1) saucy; urgency=low
100
101   [ Yolanda Robla ]
102   * debian/patches/default-dbconnection-sqlite.patch: updated db section
103
104   [ Chuck Short ]
105   * New upstream version.
106   * debian/patches/default-dbconnection-sqlite.patch: Refreshed.
107   * debian/control: Bump requirements for stevedore to 0.9.
108   * debian/control: Add python-simplejson
109   * debian/control: Drop python-keystoneclient hardcoded version.
110   * debian/control: Add python-testscenarios as a build depends.
111   * debian/control: Add python-cinderclient as a build depends.
112   * debian/control: Add python-ceilometerclient as a build depends.
113   * debian/control: Add python-alembic as build depends.
114   * debian/control: Add python-oslo.sphinx as build-depends.
115   * debian/control: Update runtime depends.
116   * debian/control: Add python-happybase.
117   * debian/ceilometer-common.install: Add ceilometer-alarm-singleton,
118     ceilometer-alarm-notifier, and ceilometer-expirer.
119   * debian/patches/skip-database-tests.patch: Skip database tests
120     if the database is not installed.
121
122   [ James Page ]
123   * d/control: Update VCS fields for new branch locations.
124
125  -- Chuck Short <zulcss@ubuntu.com>  Fri, 19 Jul 2013 10:04:36 -0400
126
127 ceilometer (2013.2~b1-0ubuntu1) saucy; urgency=low
128
129   * New upstream release.
130   * debian/rules: Add fail-missing if binaries are missing 
131     from the packages.
132   * debian/control: Add python-happybase as build-dependencies.
133   * debian/control: Add python-pbr and python-d2to1 as build-dependencies
134   * debian/control: Add python-fixtures as build-dependencies.
135   * debian/control: Add python-nova as build-dependencies.
136   * debian/control: Add python-testtools
137   * debian/control: Add msgpack-python.
138   * debian/patches/requests-dep.patch: Dropped no longer needed.
139   * debian/patches/remove-hbase-support.patch: Dropped no longer neded.
140   * debian/patches/default-dbconnection-sqlite.patch: Refreshed.
141   * debian/rules: Use testr instead of nosetests to run tests.
142   * debian/ceilometer-collector.install: Added usr/bin/ceilometer-collector-udp.
143
144  -- Chuck Short <zulcss@ubuntu.com>  Fri, 31 May 2013 10:29:16 -0500
145
146 ceilometer (2013.1-0ubuntu1) raring; urgency=low
147
148   * New upstream release. 
149
150  -- Chuck Short <zulcss@ubuntu.com>  Fri, 05 Apr 2013 14:34:37 -0500
151
152 ceilometer (2013.1~rc1-0ubuntu1) raring; urgency=low
153
154   [ Chuck Short ]
155   * New upstream release. 
156   * debian/watch: point to the right releases.
157   * debian/rules: Enable testsuite.
158   * debian/ceilometer-agent-compute.postinst: Add smarts to 
159     configure users after install.
160   * debian/ceilometer-common.postinst: Configure ceilometer db.
161   * debian/ceilometer-common.install: Install configuration files.
162   * debian/*.upstart: Update and use start-stop-daemon.
163
164   [ James Page ]
165   * Added watch file.
166   * d/rules: Fixup test suite execution as much as possible:
167     - Set PYTHONPATH to CURDIR during execution.
168     - Provide HOME directory for keystone tests.
169     - Override clean to tidy up after execution.
170   * d/control: Tidied BD's:
171     - Drop python-ming (not the right ming).
172     - python-oslo-config -> python-oslo.config.
173     - Dropped misc other surplus/duplicate dependencies.
174     - Wrapped and sorted.
175   * d/p/request-dep.patch: Remove upper bound on python-requests inline with
176     the rest of OpenStack.
177   * d/p/remove-hbase-support.patch: Remove happybase dependency.
178   * d/control: Bumped Standards-Version, no changes.
179
180   [ Yolanda Robla ]
181   * d/rules: Copy ceilometer.conf.sample to ceilometer.conf.
182   * d/ceilometer-common.install: Install ceilometer.conf and ceilometer-dbsync.
183   * d/ceilometer-common.postinst: fixing user/group creation.
184   * d/*.upstart: Fix upstart jobs.
185   * d/pydist-overrides: Correct pymongo and wsme package names.
186   * d/control: modified mongodb recommends to suggests (LP: #1131627).
187   * d/files: copying pipeline.yaml.
188   * d/control: fixed typo (LP: #1140309).
189   * d/patches/default-dbconnection-sqlite.patch: default db to sqlite
190
191  -- Chuck Short <zulcss@ubuntu.com>  Tue, 26 Mar 2013 11:23:03 -0500
192
193 ceilometer (0.1-0ubuntu2) raring; urgency=low
194
195   * Fix typo in debian/control (ceioleter -> ceilometer) (LP: #1140309)
196
197  -- Hans Joachim Desserud <ubuntu@desserud.org>  Sun, 03 Mar 2013 20:08:39 +0100
198
199 ceilometer (0.1-0ubuntu1) quantal; urgency=low
200
201   * New upstream release.
202
203  -- Chuck Short <zulcss@ubuntu.com>  Fri, 12 Oct 2012 09:34:05 -0500
204
205 ceilometer (0~20121002-0ubuntu2) quantal; urgency=low
206
207   * Fix two typos in dependencies in debian/control (LP: #1063244)
208
209  -- Adam Conrad <adconrad@ubuntu.com>  Sun, 07 Oct 2012 07:49:55 -0600
210
211 ceilometer (0~20121002-0ubuntu1) quantal; urgency=low
212
213   * Initial release.
214
215  -- Chuck Short <zulcss@ubuntu.com>  Wed, 03 Oct 2012 13:00:29 -0500