Skip to content

Tags: nanovms/ops

Tags

0.1.43

Toggle 0.1.43's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
set gen2 for both image && pkg on azure (#1670)

0.1.42

Toggle 0.1.42's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add tailing for onprem stats (#1645)

0.1.41

Toggle 0.1.41's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

Toggle 0.1.40's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
adding in initial KMS (#1555)

Co-authored-by: Ian Eyberg <[email protected]>

0.1.39

Toggle 0.1.39's commit message
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

Toggle 0.1.38's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bumping upcloud && setting longer default timeout (#1496)

0.1.37

Toggle 0.1.37's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

Toggle 0.1.36's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
initial IBM cloud (#1439)

* initial ibm cloud support

* .

0.1.35

Toggle 0.1.35's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow LD_LIBRARY_PATH read from config (#1408)

0.134

Toggle 0.134's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
show labels for images output (#1395)

Co-authored-by: Ian Eyberg <[email protected]>