Skip to content

Tags: cloudius-systems/capstan

Tags

v1.0.0

Toggle v1.0.0's commit message
Releasing version v1.0.0

v0.5.0

Toggle v0.5.0's commit message
Capstan:Migrate to Go Modules and Update APIs (#183)

As a Go project, Capstan uses godep as its dependency manager,
however, as of Go 1.11, Go's new dependency management system(Go
Modules) is introduced officially, more and more Go projects use Go
Modules to make dependency version information explicit and easier to
manage, this patch makes Capstan migrate to Go Modules and update
codes to use the latest APIs, here are details:

- Delete Godeps directory, add go.mod and go.sum file, which are
  generated by `go mod` command and declare Capstan project is managed
  with Go Modules now
- Update packages import path, change urfave/cli from v1 to v2, change
  cheggaaa/pb from v0 to v3, all packages are newest released version
- Update code to adapt new APIs according to the old/new API doc
- Update the installation.md, use Go 1.11+ to build/manage Capstan on
  Module Mode

See [Go Modules Blogs](https://blog.golang.org/using-go-modules) to
learn more

Signed-off-by: kayhaw <xiaokedou123456@gmail.com>

v0.4.1

Toggle v0.4.1's commit message
Releasing version v0.4.1

v0.4.0

Toggle v0.4.0's commit message
Updated travis to include qemu-utils to install qemu-img

Signed-off-by: Waldemar Kozaczuk <jwkozaczuk@gmail.com>

v0.1.8

Toggle v0.1.8's commit message
Capstan v0.1.8

Signed-off-by: Pekka Enberg <penberg@cloudius-systems.com>

v0.1.7

Toggle v0.1.7's commit message
qemu: Use '-nographic' instead of '-display none'

Needed to work with older versions of QEMU.

Signed-off-by: Pekka Enberg <penberg@cloudius-systems.com>

v0.1.6

Toggle v0.1.6's commit message
Validate user-specified hypervisor

Make sure the hypervisor specified by the user is valid to avoid very
confusing erros.

Signed-off-by: Pekka Enberg <penberg@cloudius-systems.com>

v0.1.5

Toggle v0.1.5's commit message
Merge pull request #127 from penberg/run-jar-files

run: Java Jar file support

v0.1.4

Toggle v0.1.4's commit message
Merge pull request #129 from penberg/cpio-permissions

build: Fix CPIO permissions

v0.1.3

Toggle v0.1.3's commit message
Merge pull request #124 from penberg/build-progress-bar

build: Progress bar for file uploading