Skip to content

Commit

Permalink
chore: release 0.10.8 (infinyon#3218)
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Cardin <nick@cardin.email>
  • Loading branch information
nacardin and nacardin committed May 3, 2023
1 parent a18b272 commit 67430f6
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 2 deletions.
52 changes: 51 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,56 @@
# Release Notes

## Platform Version 0.10.8 - UNRELEASED
## Platform Version 0.10.8 - 2023-05-03

### Added

* Add toml-diff to workspace ([#3191](https://github.com/infinyon/fluvio/issues/3191))
* Secrets in connector meta ([#3194](https://github.com/infinyon/fluvio/issues/3194))
* Add support to string interpolation ([#3138](https://github.com/infinyon/fluvio/issues/3138))
* Support k8 v1.26 ([#3196](https://github.com/infinyon/fluvio/issues/3196))
* Added keymgmt roundtrip test ([#3199](https://github.com/infinyon/fluvio/issues/3199))
* Add binary to manifest of connector meta ([#3203](https://github.com/infinyon/fluvio/issues/3203))
* Add max_bytes to connector consumer option ([#3209](https://github.com/infinyon/fluvio/issues/3209))

### CI

* Use workspace deps for serde_yaml ([#3140](https://github.com/infinyon/fluvio/issues/3140))
* Update cargo-generate to release version ([#3166](https://github.com/infinyon/fluvio/issues/3166))
* Updates for rust 1.69 ([#3179](https://github.com/infinyon/fluvio/issues/3179))
* Post release 0.10.7 notes ([#3176](https://github.com/infinyon/fluvio/issues/3176))

### Changed

* Update dep ([#3160](https://github.com/infinyon/fluvio/issues/3160))

### Fixed

* Enable test again on CI ([#3132](https://github.com/infinyon/fluvio/issues/3132))
* Properly close multiplexer ([#3170](https://github.com/infinyon/fluvio/issues/3170))
* Minor code changes for pem 2 dep update ([#3172](https://github.com/infinyon/fluvio/issues/3172))
* Fix toolchain reference ([#3180](https://github.com/infinyon/fluvio/issues/3180))
* Fix aggregate-initial description and organize Producer/Consumer options ([#3177](https://github.com/infinyon/fluvio/issues/3177))
* Use `.hub` over `hub` and delete if exists ([#3193](https://github.com/infinyon/fluvio/issues/3193))
* Fix fluvio hub utils ([#3198](https://github.com/infinyon/fluvio/issues/3198))
* Add tests to `SecretName` struct ([#3200](https://github.com/infinyon/fluvio/issues/3200))

### Other

* Parse input as boolean ([#3157](https://github.com/infinyon/fluvio/issues/3157))
* Improve modularity of smartengine ([#3152](https://github.com/infinyon/fluvio/issues/3152))
* Explicit set of errors to retry ([#3137](https://github.com/infinyon/fluvio/issues/3137))
* K8ClusterStateDispatcher start returns handle ([#3173](https://github.com/infinyon/fluvio/issues/3173))
* Upgrade wasmtime to 0.8.0 and dep ([#3175](https://github.com/infinyon/fluvio/issues/3175))
* Introduce utilily to check k8s resource names ([#3163](https://github.com/infinyon/fluvio/issues/3163))
* Clean up dep ([#3189](https://github.com/infinyon/fluvio/issues/3189))
* Move more dep to workspace ([#3190](https://github.com/infinyon/fluvio/issues/3190))
* Introduce `apiVersion` to `ConnectorConfig` in order to allow backward c… ([#3206](https://github.com/infinyon/fluvio/issues/3206))

### Removed

* Remove manual enum encoding/decoding ([#3165](https://github.com/infinyon/fluvio/issues/3165))
* Remove unused dep in storage and move dep to workspace ([#3181](https://github.com/infinyon/fluvio/issues/3181))
* Remove package ([#3188](https://github.com/infinyon/fluvio/issues/3188))

## Platform Version 0.10.7 - 2023-04-17
* Apply SmartModule Transformation For Producer ([#3014](https://github.com/infinyon/fluvio/issues/3014))
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.8-dev-3
0.10.8

0 comments on commit 67430f6

Please sign in to comment.