Last PR before the release of version 2.0 Alpha 5 (#2283)

* Updated CHANGELOG.md for version 2.0 Alpha 5

* Updated image tags in k8s files for 2.0 Alpha 5

* Updated version.py for 2.0 Alpha 5

* Problem: Missing alpha5 image update for test network containers

* Problem: CHANGELOG not updated with 2284

* Problem: Liveness probe frequency change not the important
This commit is contained in:
Troy McConaghy 2018-05-11 15:23:15 +02:00 committed by GitHub
parent bcfb577cfb
commit aeaf9c934d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 23 additions and 15 deletions

View File

@ -17,6 +17,14 @@ For reference, the possible headings are:
* **External Contributors** to list contributors outside of BigchainDB GmbH.
* **Notes**
## [2.0 Alpha 5] - 2018-05-11
Tag name: v2.0.0a5
### Changed
To resolve [issue #2279](https://github.com/bigchaindb/bigchaindb/issues/2279), we made some changes to the `bigchaindb-abci` package (which is our fork of `py-abci`) and told BigchainDB to use the new version (`bigchaindb-abci==0.4.5`). [Pull request #2281](https://github.com/bigchaindb/bigchaindb/pull/2281).
## [2.0 Alpha 4] - 2018-05-09
Tag name: v2.0.0a4

View File

@ -1,2 +1,2 @@
__version__ = '2.0.0a4'
__short_version__ = '2.0a4'
__version__ = '2.0.0a5'
__short_version__ = '2.0a5'

View File

@ -40,7 +40,7 @@ spec:
# Nginx container for hosting public key of this ndoe
- name: nginx
imagePullPolicy: Always
image: bigchaindb/nginx_pub_key_access:2.0.0-alpha3
image: bigchaindb/nginx_pub_key_access:2.0.0-alpha5
env:
- name: TM_PUB_KEY_ACCESS_PORT
valueFrom:
@ -57,7 +57,7 @@ spec:
#Tendermint container
- name: tendermint
imagePullPolicy: Always
image: bigchaindb/tendermint:2.0.0-alpha3
image: bigchaindb/tendermint:2.0.0-alpha5
env:
- name: TM_PERSISTENT_PEERS
valueFrom:
@ -154,7 +154,7 @@ spec:
timeoutSeconds: 15
# BigchainDB container
- name: bigchaindb
image: bigchaindb/bigchaindb:2.0.0-alpha4
image: bigchaindb/bigchaindb:2.0.0-alpha5
imagePullPolicy: Always
args:
- start

View File

@ -34,7 +34,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: bigchaindb
image: bigchaindb/bigchaindb:2.0.0-alpha4
image: bigchaindb/bigchaindb:2.0.0-alpha5
imagePullPolicy: Always
args:
- start

View File

@ -1,4 +1,4 @@
#!/bin/bash
docker build -t bigchaindb/localmongodb:2.0.0-alpha3 .
docker push bigchaindb/localmongodb:2.0.0-alpha3
docker build -t bigchaindb/localmongodb:2.0.0-alpha5 .
docker push bigchaindb/localmongodb:2.0.0-alpha5

View File

@ -21,7 +21,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: mongodb
image: bigchaindb/localmongodb:2.0.0-alpha
image: bigchaindb/localmongodb:2.0.0-alpha5
imagePullPolicy: Always
env:
- name: MONGODB_FQDN

View File

@ -1,5 +1,5 @@
#!/bin/bash
docker build -t bigchaindb/nginx_http:2.0.0-alpha3 .
docker build -t bigchaindb/nginx_http:2.0.0-alpha5 .
docker push bigchaindb/nginx_http:2.0.0-alpha3
docker push bigchaindb/nginx_http:2.0.0-alpha5

View File

@ -12,7 +12,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: nginx
image: bigchaindb/nginx_http:2.0.0-alpha
image: bigchaindb/nginx_http:2.0.0-alpha5
imagePullPolicy: Always
env:
- name: NODE_FRONTEND_PORT

View File

@ -1,5 +1,5 @@
#!/bin/bash
docker build -t bigchaindb/nginx_https:2.0.0-alpha3 .
docker build -t bigchaindb/nginx_https:2.0.0-alpha5 .
docker push bigchaindb/nginx_https:2.0.0-alpha3
docker push bigchaindb/nginx_https:2.0.0-alpha5

View File

@ -12,7 +12,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: nginx
image: bigchaindb/nginx_https:2.0.0-alpha3
image: bigchaindb/nginx_https:2.0.0-alpha5
imagePullPolicy: Always
env:
- name: NODE_FRONTEND_PORT