Final PR Before the Release of 2.0 Alpha (#2175)

* Problem: docker image tag wrong in dev-setup/bigchaindb.yaml

Solution: change the docker image tag to 2.0.0-alpha in that file

* Problem: version.py needed updating for 2.0 Alpha

Solution: Updated the contents of bigchaindb/version.py for the release of 2.0.0 Alpha
This commit is contained in:
Troy McConaghy 2018-04-03 15:37:46 +02:00 committed by Ahmed Muawia Khan
parent 07f03dbd5e
commit cc88b4d286
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
__version__ = '2.0.0.dev'
__short_version__ = '2.0.dev'
__version__ = '2.0.0a1'
__short_version__ = '2.0a1'

View File

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