Skip to content

Commit

Permalink
Final PR Before the Release of 2.0 Alpha (#2175)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
ttmc authored and muawiakh committed Apr 3, 2018
1 parent 07f03db commit cc88b4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.0.dev'
__short_version__ = '2.0.dev'
__version__ = '2.0.0a1'
__short_version__ = '2.0a1'
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:1.3.0
image: bigchaindb/bigchaindb:2.0.0-alpha
imagePullPolicy: Always
args:
- start
Expand Down

0 comments on commit cc88b4d

Please sign in to comment.