Skip to content

Commit

Permalink
Cut version 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spladug committed Jan 17, 2018
1 parent 1e0341b commit 763b787
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
baseplate (0.24.0) trusty; urgency=medium

* (BREAKING) Restructure EdgeContext/AuthenticationToken API
* Add support to Vault helpers for Kubernetes auth backend
* Add new pyramid event emitted after server span is created
* Add thrift_pool_from_config helper
* Add histogram interface to metrics API
* Use '/usr/bin/env python' in hashbang for baseplate-* scripts
* Fix infinite retry in publishers when event collector returns validation
error
* Fix thrift build in 'setup.py sdist'

-- Neil Williams <neil@reddit.com> Tue, 16 Jan 2018 10:29:47 -0800

baseplate (0.23.2) trusty; urgency=medium

* change baseplate tween position
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def run(self):
author_email="neil@reddit.com",
license="BSD",
url="https://baseplate.readthedocs.io/en/stable/",
version="0.23.2",
version="0.24.0",

packages=find_packages(exclude=["tests", "tests.*"]),

Expand Down

0 comments on commit 763b787

Please sign in to comment.