Skip to content

Commit 230e0cc

Browse files
authored
release: v0.1.0+20241204.0.0 (#254)
Releasing v0.1.0+20241204.0.0 to the world!
1 parent 727dc6f commit 230e0cc

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# v0.1.0+20241204.0.0 (2025/Jan/06)
2+
3+
### Breaking changes
4+
5+
- **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)
6+
7+
### New features
8+
9+
- **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)
10+
11+
### Enhancements
12+
13+
- **Update Go version:** The SDK's version has been updated to 1.22. [243](https://github.com/oxidecomputer/oxide.go/pull/243)
14+
15+
### List of commits
16+
17+
- [727dc6f](https://github.com/oxidecomputer/oxide.go/commit/727dc6f) Update to Omicron rel/v12/rc0 (#253)
18+
- [ed39445](https://github.com/oxidecomputer/oxide.go/commit/ed39445) Bump version to v0.1.0+20241204.0.0 (#252)
19+
- [eb153ea](https://github.com/oxidecomputer/oxide.go/commit/eb153ea) Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#250)
20+
- [291b784](https://github.com/oxidecomputer/oxide.go/commit/291b784) Split long doc strings over multiple lines (#249)
21+
- [6bce2f6](https://github.com/oxidecomputer/oxide.go/commit/6bce2f6) Update to Omicron 9c8aa53 (#247)
22+
- [18592bd](https://github.com/oxidecomputer/oxide.go/commit/18592bd) Add option to use credentials from CLI (#244)
23+
- [88b2bfd](https://github.com/oxidecomputer/oxide.go/commit/88b2bfd) Makefile cleanup (#246)
24+
- [35e937c](https://github.com/oxidecomputer/oxide.go/commit/35e937c) Update Go version to 1.22 (#243)
25+
- [4e5a60a](https://github.com/oxidecomputer/oxide.go/commit/4e5a60a) version bump to 0.1.0-beta10 (#242)
26+
- [51cac24](https://github.com/oxidecomputer/oxide.go/commit/51cac24) Bump github.com/getkin/kin-openapi from 0.127.0 to 0.128.0 (#239)
27+
128
# v0.1.0-beta9 (2024/Oct/21)
229

330
### Breaking changes

0 commit comments

Comments
 (0)