Skip to content

Releases: nanovms/ops

0.1.41

26 Mar 01:36
e866995
Compare
Choose a tag to compare
0.1.41 Pre-release
Pre-release
Fix local package regexp for packages with hyphen in name (#1596)

Currently there is a bug where because the regexp is liberal enough to allow either _ or - to delimit the break between name and version, a package with dash will fail.

So for instance, a package like

my-package_1.2.3

Will have a name of "my" and a version of "package_1.2.3".

Not wanting to change this behaviour by simply changing the regex to only accept _ as a delimeter, I have changed the regex to split at the *last* match.

0.1.40

03 Dec 20:25
afd81a7
Compare
Choose a tag to compare
0.1.40 Pre-release
Pre-release
adding in initial KMS (#1555)

Co-authored-by: Ian Eyberg <eyberg@Ians-MacBook-Pro.local>

0.1.39

24 Aug 17:54
Compare
Choose a tag to compare
0.1.39 Pre-release
Pre-release
re-add support for TFS version 4 encodings

This commit returns support for reading and optionally writing TFS version 4
images. 'ops image' commands that read an existing image will read either
version 4 or 5 images, and commands that create images may either accept a
"-4" or "--tfsv4" commandline option or a "TFSv4" config bool to create a
version 4 image.

This support is intended to help ease the transition towards use of TFS
version 5.

0.1.38

23 Jul 22:06
a3de0c5
Compare
Choose a tag to compare
0.1.38 Pre-release
Pre-release
bumping upcloud && setting longer default timeout (#1496)

0.1.37

29 May 15:39
e6d7665
Compare
Choose a tag to compare
0.1.37 Pre-release
Pre-release
add ability to build/run different archs on hosts with different arch…

…s (eg: x86 on arm and arm on x86) (#1475)

* default to host arch but allow ops to cross-build/run on other arches as well

* nightlies

* .

* .

* .

* .

0.1.36

15 Mar 03:14
024f643
Compare
Choose a tag to compare
0.1.36 Pre-release
Pre-release
initial IBM cloud (#1439)

* initial ibm cloud support

* .

0.1.35

17 Jan 21:18
a535c78
Compare
Choose a tag to compare
0.1.35 Pre-release
Pre-release
Allow LD_LIBRARY_PATH read from config (#1408)

0.1.34

13 Dec 14:52
8d53837
Compare
Choose a tag to compare
0.1.34 Pre-release
Pre-release
show labels for images output (#1395)

Co-authored-by: Ian Eyberg <ian@deferpanic.com>

0.1.33

06 Oct 17:49
bc48fd3
Compare
Choose a tag to compare
0.1.33 Pre-release
Pre-release
if no nics are set default to single dhcp (#1385)

Co-authored-by: Ian Eyberg <ian@deferpanic.com>

0.1.32

06 Jun 19:28
a86c847
Compare
Choose a tag to compare
0.1.32 Pre-release
Pre-release
default to virtio rng (#1341)

Co-authored-by: Ian Eyberg <ian@deferpanic.com>