You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolves#1730: introduces SCALEWAY_PROJECT_ID, fixes region format (#……1732)
* Resolves#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 (#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.
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.
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
* .
* .
* .
* .