Skip to content

Commit

Permalink
Last pr before 2.0 beta 5 (#2430)
Browse files Browse the repository at this point in the history
* Last PR before the release of BigchainDB 2.0 Beta 5

* Fix editing error

* Change development status back to 4 - beta

* Rephrase some fixes I

* Rephrase some fixes II
  • Loading branch information
muawiakh authored and ttmc committed Aug 1, 2018
1 parent b1c3452 commit 49bc495
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@ For reference, the possible headings are:
* **Known Issues**
* **Notes**

## [2.0 Beta 5] - 2018-08-01

Tag name: v2.0.0b5

### Changed

* Supported version of Tendermint `0.22.3` -> `0.22.8`. [Pull request #2429](https://github.com/bigchaindb/bigchaindb/pull/2429).

### Fixed

* Stateful validation raises a DoubleSpend exception if there is any other transaction that spends the same output(s) even if it has the same transaction ID. [Pull request #2422](https://github.com/bigchaindb/bigchaindb/pull/2422).

## [2.0 Beta 4] - 2018-07-30

Tag name: v2.0.0b4
Expand Down
4 changes: 2 additions & 2 deletions bigchaindb/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '2.0.0b4'
__short_version__ = '2.0b4'
__version__ = '2.0.0b5'
__short_version__ = '2.0b5'
2 changes: 1 addition & 1 deletion k8s/bigchaindb/bigchaindb-ss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ spec:
timeoutSeconds: 15
# BigchainDB container
- name: bigchaindb
image: bigchaindb/bigchaindb:2.0.0-beta4
image: bigchaindb/bigchaindb:2.0.0-beta5
imagePullPolicy: Always
args:
- start
Expand Down
2 changes: 1 addition & 1 deletion k8s/dev-setup/bigchaindb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: bigchaindb
image: bigchaindb/bigchaindb:2.0.0-beta4
image: bigchaindb/bigchaindb:2.0.0-beta5
imagePullPolicy: Always
args:
- start
Expand Down

0 comments on commit 49bc495

Please sign in to comment.