mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Last PR before the release of BigchainDB 2.0 Beta 5
This commit is contained in:
parent
b1c34523ed
commit
df5601c2df
14
CHANGELOG.md
14
CHANGELOG.md
@ -18,11 +18,23 @@ 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
|
||||
|
||||
* Raise DoubleSpend exception if transaction is already part of the database. [Pull request #2422](https://github.com/bigchaindb/bigchaindb/pull/2422).
|
||||
|
||||
## [2.0 Beta 4] - 2018-07-30
|
||||
|
||||
Tag name: v2.0.0b4
|
||||
|
||||
### Added
|
||||
### Changed
|
||||
|
||||
- Added scripts for creating a configuration to manage processes with Monit. [Pull request #2410](https://github.com/bigchaindb/bigchaindb/pull/2410).
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
__version__ = '2.0.0b4'
|
||||
__short_version__ = '2.0b4'
|
||||
__version__ = '2.0.0b5'
|
||||
__short_version__ = '2.0b5'
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user