Releases: nanovms/ops
Releases · nanovms/ops
0.1.42
What's Changed
- fix for vfs mnt by @eyberg in #1600
- adding links to additional providers by @eyberg in #1608
- fix nightly x arch by @eyberg in #1607
- nil chk for ipv6 on azure instance create by @eyberg in #1606
- feat: add CPU Architecture for Package Search & List by @galuszkak in #1610
- enable pkg w/same namespace/name/version but diff arch locally by @eyberg in #1611
- extract and consolidate exec by @eyberg in #1613
- Bump golang.org/x/net from 0.18.0 to 0.23.0 by @dependabot in #1614
- add support for #1609 by @eyberg in #1615
- bump docker to latest by @eyberg in #1616
- fix(config): mgmt json tag by @rinor in #1617
- fix: close resources by @testwill in #1622
- bump xcode by @eyberg in #1623
- add in cat cmd for working w/images by @eyberg in #1625
- use --arch for ops pkg push cmd (with sanitisation for amd64) by @radiosilence in #1618
- update: move from direct http to linodego client for api requests by @vkhamsao in #1628
- chore: remove futex_trace manifest option by @rinor in #1626
- Bump github.com/hashicorp/go-retryablehttp from 0.7.4 to 0.7.7 by @dependabot in #1631
- set ipv6 name only if ipv6 set by @eyberg in #1633
- test pkg should be in same pkg by @eyberg in #1635
- this adds an arch check for running arm payloads on linux x86 by @eyberg in #1634
- fix gcp arm by @eyberg in #1636
- Azure gallery by @eyberg in #1637
- Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.2 to 1.6.0 by @dependabot in #1638
- add optional volume type for aws by @eyberg in #1640
- wip for balloon memory stats for onprem by @eyberg in #1639
- Iops by @eyberg in #1641
- allow optional instance name to be passed to metrics by @eyberg in #1642
- allow custom root volume settings by @eyberg in #1643
- Bump github.com/docker/docker from 26.1.0 incompatible to 26.1.4 incompatible by @dependabot in #1644
- add tailing for onprem stats by @eyberg in #1645
New Contributors
- @galuszkak made their first contribution in #1610
- @testwill made their first contribution in #1622
- @vkhamsao made their first contribution in #1628
Full Changelog: 0.1.41...0.1.42
0.1.41
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
adding in initial KMS (#1555) Co-authored-by: Ian Eyberg <[email protected]>
0.1.39
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
0.1.37
0.1.36
0.1.35
0.1.34
show labels for images output (#1395) Co-authored-by: Ian Eyberg <[email protected]>
0.1.33
if no nics are set default to single dhcp (#1385) Co-authored-by: Ian Eyberg <[email protected]>