Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release Checklist]: 0.9.29 #2437

Closed
7 of 8 tasks
tjtelan opened this issue Jun 27, 2022 · 0 comments
Closed
7 of 8 tasks

[Release Checklist]: 0.9.29 #2437

tjtelan opened this issue Jun 27, 2022 · 0 comments
Labels

Comments

@tjtelan
Copy link
Contributor

tjtelan commented Jun 27, 2022

Release Checklist

The following checklist covers all the steps for running release.

For more detail, refer to RELEASE.md

@bors bors bot closed this as completed in 5dc2756 Jun 27, 2022
morenol pushed a commit to morenol/fluvio that referenced this issue Jun 30, 2022
Closes infinyon#2437

* [x] Increment patch version in [`VERSION`](https://github.com/infinyon/fluvio/blob/master/VERSION) file
* [x] Update [`CHANGELOG`](https://github.com/infinyon/fluvio/blob/master/CHANGELOG.md) with replacement of the `UNRELEASED` date for most recent release
* [x] Add a new heading in [`CHANGELOG`](https://github.com/infinyon/fluvio/blob/master/CHANGELOG.md) with for the next release (Use heading level 2)

Add specific log_dir creation error (infinyon#2425)

Previous implementation simply prints:
	0: Fluvio cluster error
	1: Permission denied (os error 13)

...which gives no information regarding which operation caused the
error, or even to which path the error relates.

This commit adds an interstitial error to the chain, which prints:
	1: An error occurred creating the cluster log directory "/usr/local/var/log/fluvio"

Re-added producer config to connector yaml (infinyon#2444)

This is the non breaking changes changes from infinyon#2426.

Add VecOrString for ManagedConnectorSpec parameters

cargo fmt and clippy

Verify some portion of backward compatability

backward compatible encoding for manage connector parameters

fix serialize issue

cargo fmt

fix tests

Updates from comments

Updated watch version

Updates from comments

fix ci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant