Skip to content

Commit

Permalink
Generate changelog (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
karencfv authored Sep 3, 2024
1 parent b4aa1b2 commit d5e0bd2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .changelog/v0.1.0-beta8.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,3 @@ description = "New BGP related methods. [#225](https://github.com/oxidecomputer/
[[enhancements]]
title = "Metrics"
description = "The 'TimeseriesSchema' type now has additional fields. [#223](https://github.com/oxidecomputer/oxide.go/pull/223)"

[[bugs]]
title = ""
description = ""
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# v0.1.0-beta8 (2024/Sep/3)

### Breaking changes

- **Enums:** All 'enum' collection variables have been changed. The word 'Collection' has been appended to all variable names. [#223](https://github.com/oxidecomputer/oxide.go/pull/223)
- **Instances:** The migration endpoint has been removed. [#223](https://github.com/oxidecomputer/oxide.go/pull/223)

### New features

- **Networking:** New BGP related methods. [#225](https://github.com/oxidecomputer/oxide.go/pull/225)

### Enhancements

- **Metrics:** The 'TimeseriesSchema' type now has additional fields. [#223](https://github.com/oxidecomputer/oxide.go/pull/223)

### List of commits

- [b4aa1b2](https://github.com/oxidecomputer/oxide.go/commit/b4aa1b2) Update to omircon rel/v10/rc001 (#225)
- [3ece271](https://github.com/oxidecomputer/oxide.go/commit/3ece271) Update to Omicron ede17c7 and refactor enum collections (#223)
- [942bccc](https://github.com/oxidecomputer/oxide.go/commit/942bccc) Bump github.com/getkin/kin-openapi from 0.126.0 to 0.127.0 (#222)
- [9c89a17](https://github.com/oxidecomputer/oxide.go/commit/9c89a17) Version bump (#221)

# v0.1.0-beta7 (2024/Jul/23)

### Breaking changes
Expand Down

0 comments on commit d5e0bd2

Please sign in to comment.