Tags: Jah-yee/ops
Tags
lepton: fix dropped error (nanovms#1764) Co-authored-by: Ian Eyberg <ian@nanovms.com>
Resolves nanovms#1730: introduces SCALEWAY_PROJECT_ID, fixes region f… …ormat (nanovms#1732) * Resolves nanovms#1730: introduces SCALEWAY_PROJECT_ID, fixes region format * linter: remove else branch with direct return
Fix local package regexp for packages with hyphen in name (nanovms#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.
adding in initial KMS (nanovms#1555) Co-authored-by: Ian Eyberg <eyberg@Ians-MacBook-Pro.local>
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.
bumping upcloud && setting longer default timeout (nanovms#1496)
add ability to build/run different archs on hosts with different arch… …s (eg: x86 on arm and arm on x86) (nanovms#1475) * default to host arch but allow ops to cross-build/run on other arches as well * nightlies * . * . * . * .
PreviousNext