From 230e0ccf3967661e0dadc06e1f86982afec4049a Mon Sep 17 00:00:00 2001 From: Matthew Sanabria Date: Mon, 6 Jan 2025 16:19:01 -0500 Subject: [PATCH] release: v0.1.0+20241204.0.0 (#254) Releasing v0.1.0+20241204.0.0 to the world! --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a03e99..0102e9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +# v0.1.0+20241204.0.0 (2025/Jan/06) + +### Breaking changes + +- **Instance Update:** It's now possible to modify an instance's Memory and Ncpus count. When using the `InstanceUpdate` method, all parameters must be set. Otherwise, the values used will be 0. [247](https://github.com/oxidecomputer/oxide.go/pull/247) + +### New features + +- **Authenticate using Oxide credentials.toml:** Add option to authenticate using the `credentials.toml` file generated by the Oxide CLI. [244](https://github.com/oxidecomputer/oxide.go/pull/244) + +### Enhancements + +- **Update Go version:** The SDK's version has been updated to 1.22. [243](https://github.com/oxidecomputer/oxide.go/pull/243) + +### List of commits + +- [727dc6f](https://github.com/oxidecomputer/oxide.go/commit/727dc6f) Update to Omicron rel/v12/rc0 (#253) +- [ed39445](https://github.com/oxidecomputer/oxide.go/commit/ed39445) Bump version to v0.1.0+20241204.0.0 (#252) +- [eb153ea](https://github.com/oxidecomputer/oxide.go/commit/eb153ea) Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#250) +- [291b784](https://github.com/oxidecomputer/oxide.go/commit/291b784) Split long doc strings over multiple lines (#249) +- [6bce2f6](https://github.com/oxidecomputer/oxide.go/commit/6bce2f6) Update to Omicron 9c8aa53 (#247) +- [18592bd](https://github.com/oxidecomputer/oxide.go/commit/18592bd) Add option to use credentials from CLI (#244) +- [88b2bfd](https://github.com/oxidecomputer/oxide.go/commit/88b2bfd) Makefile cleanup (#246) +- [35e937c](https://github.com/oxidecomputer/oxide.go/commit/35e937c) Update Go version to 1.22 (#243) +- [4e5a60a](https://github.com/oxidecomputer/oxide.go/commit/4e5a60a) version bump to 0.1.0-beta10 (#242) +- [51cac24](https://github.com/oxidecomputer/oxide.go/commit/51cac24) Bump github.com/getkin/kin-openapi from 0.127.0 to 0.128.0 (#239) + # v0.1.0-beta9 (2024/Oct/21) ### Breaking changes