Skip to content

Releases: nanovms/ops

0.1.43

08 Dec 17:13
bd1405f
Compare
Choose a tag to compare
0.1.43 Pre-release
Pre-release

What's Changed

  • adding in image search much like pkg search by @eyberg in #1646
  • yanking highmem off for arch as we don't require it anymore by @eyberg in #1647
  • allow both mem && qmp to be set locally for inst create by @eyberg in #1648
  • Bump github.com/docker/docker from 26.1.4+incompatible to 26.1.5+incompatible by @dependabot in #1650
  • silently fail if qmp gives us overflow numbers during reboot by @eyberg in #1651
  • add json output for both image tree && pkg contents by @eyberg in #1652
  • yank stat call here as we are just prepping a list of klibs; the fold… by @eyberg in #1653
  • Cross arch compose by @eyberg in #1655
  • Add optional base volume sz for compose by @eyberg in #1656
  • toggle metrics on by default for compose by @eyberg in #1657
  • rip runtime from pkg by @eyberg in #1658
  • allow graceful shutdown on 'ops run' if qmp is passed by @eyberg in #1659
  • Allow cmd extraction from docker image layers by @eyberg in #1660
  • local package delete support by @eyberg in #1661
  • GCP: add support for C4A (ARM-based Google Axion) instance types by @francescolavra in #1662
  • Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 by @dependabot in #1663
  • use consistent gallery name for azure by @eyberg in #1664
  • allow arch to be set in conjunction w/setting nanos-version by @eyberg in #1665
  • Linux compose by @eyberg in #1666
  • allow contents for local pkgs by @eyberg in #1667
  • allow optional udp to be set via cli flag instead of just config on r… by @eyberg in #1668
  • allow overriding default azure gallery name by @eyberg in #1669
  • set gen2 for both image && pkg on azure by @eyberg in #1670

Full Changelog: 0.1.42...0.1.43

0.1.42

04 Aug 14:41
a04d7fe
Compare
Choose a tag to compare
0.1.42 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.1.41...0.1.42

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 <[email protected]>

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…

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 <[email protected]>