Skip to content

Commit

Permalink
Bump version to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboniface committed Feb 8, 2020
1 parent 97a800b commit 74228eb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-deb.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
ver="0.5"
ver="0.6"
git pull
rm ../pvc_*
dh_make -p pvc_${ver} --createorig --single --yes
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
pvc (0.6-0) unstable; urgency=medium

* Numerous improvements, implementation of provisioner and API client

-- Joshua Boniface <[email protected]> Sat, 08 Feb 2019 18:26:58 -0500

pvc (0.5-0) unstable; urgency=medium

* First public release
Expand Down
4 changes: 4 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ To get started with PVC, read the [Cluster Architecture document](/architecture/

## Changelog

#### v0.6

Numerous improvements and bugfixes, full implementation of the provisioner, full implementation of the API CLI client (versus direct CLI client). This release is suitable for general use and is beta-quality software.

#### v0.5

First public release; fully implements the VM, network, and storage managers, the HTTP API, and the pvc-ansible framework for deploying and bootstrapping a cluster. This release is suitable for general use, though it is still alpha-quality software and should be expected to change significantly until 1.0 is released.
Expand Down
2 changes: 1 addition & 1 deletion node-daemon/pvcd/Daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
###############################################################################

# Version string for startup output
version = '0.5'
version = '0.6'

import kazoo.client
import libvirt
Expand Down

0 comments on commit 74228eb

Please sign in to comment.