Last pr before 2.0 beta 5 (#2430)

* 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
This commit is contained in:
Muawia Khan 2018-08-01 15:40:05 +02:00 committed by Troy McConaghy
parent b1c34523ed
commit 49bc495cc4
4 changed files with 16 additions and 4 deletions

View File

@ -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

View File

@ -1,2 +1,2 @@
__version__ = '2.0.0b4'
__short_version__ = '2.0b4'
__version__ = '2.0.0b5'
__short_version__ = '2.0b5'

View File

@ -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

View File

@ -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