Skip to content

Commit

Permalink
Retracted v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rajch committed Jun 21, 2021
1 parent 4dc2431 commit b1cdce8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ kutti driver for Oracle VirtualBox
## Images
This driver depends on VirtualBox VM images published via the [kuttiproject/driver-vbox-images](https://github.com/kuttiproject/driver-vbox-images) repository. The details of the driver-to-VM interface are documented there.

The releases of that repository are the default source for this driver. The mater list of available/deprecated images and the images themselves are published there. The releases match the major and minor versions of this repository, and vice versa.
The releases of that repository are the default source for this driver. The list of available/deprecated images and the images themselves are published there. The releases match the major and minor versions of this repository, and vice versa.
5 changes: 4 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ require (
github.com/kuttiproject/workspace v0.2.2
)

retract [v0.1.0, v0.1.2] // Image source changed to kuttiproject/driver-vbox-images@0.2
retract (
v0.2.0 // Bug in driver registration
[v0.1.0, v0.1.2] // Image source changed to kuttiproject/driver-vbox-images@0.2
)

0 comments on commit b1cdce8

Please sign in to comment.