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

[Merged by Bors] - Bump fluvio from v0.10.16 to v0.10.17 #151

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 31, 2023

Bumps fluvio from v0.10.16 to v0.10.17.

Release notes

Sourced from fluvio's releases.

v0.10.17

Release Notes

Platform Version 0.10.17 - 2023-10-30

Platform Version 0.10.17-dev-1 - 2023-10-25

v0.10.17-dev-1

Release Notes

Platform Version 0.10.17-dev-1 - 2023-10-24

Changelog

Sourced from fluvio's changelog.

Platform Version 0.10.17 - 2023-10-30

CI

  • Release 0.10.17

Other

  • Fvm version command (#3626)
  • Fvm install help command with usage example (#3629)
  • Use local metadata for local clusters (#3617)

Removed

  • Clean up GitHub action (#3631)

Platform Version 0.10.17-dev-1 - 2023-10-25

Added

  • Add version command to smdk and cdk (#3571)
  • Make consumer config public (#3595)
  • Install fluvio versions (#3576)
  • Fvm switch command (#3597)
  • Feat/move-specs-traits-to-fluvio (#3598)
  • Added local metadata store impl (#3610)

CI

  • Post-release 0.10.16 (#3590)
  • Improve hub credential error message (#3614)
  • Set prelease version 0.10.17-dev-1 (#3624)

Changed

  • Update fluvio-socket repo metadata (#3592)
  • Update rust-toolchain.toml (#3594)

Fixed

  • Partially assert on cli output (#3608)
  • Replace fvm binary on fvm self install (#3616)

Other

  • fvm show and fvm current command (#3601)
  • Set version as active after install (#3604)
  • Move file iterators to fluvio_storage crate (#3613)

Removed

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [fluvio](https://github.com/infinyon/fluvio) from v0.10.16 to v0.10.17.
- [Release notes](https://github.com/infinyon/fluvio/releases)
- [Changelog](https://github.com/infinyon/fluvio/blob/master/CHANGELOG.md)
- [Commits](infinyon/fluvio@abcd1d5...7410be1)

---
updated-dependencies:
- dependency-name: fluvio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 31, 2023
@morenol
Copy link
Contributor

morenol commented Oct 31, 2023

bors r+

bors bot pushed a commit that referenced this pull request Oct 31, 2023
Bumps [fluvio](https://github.com/infinyon/fluvio) from v0.10.16 to v0.10.17.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/infinyon/fluvio/releases">fluvio's releases</a>.</em></p>
<blockquote>
<h2>v0.10.17</h2>
<h1>Release Notes</h1>
<h2>Platform Version 0.10.17 - 2023-10-30</h2>
<h2>Platform Version 0.10.17-dev-1 - 2023-10-25</h2>
<h2>v0.10.17-dev-1</h2>
<h1>Release Notes</h1>
<h2>Platform Version 0.10.17-dev-1 - 2023-10-24</h2>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/infinyon/fluvio/blob/master/CHANGELOG.md">fluvio's changelog</a>.</em></p>
<blockquote>
<h2>Platform Version 0.10.17 - 2023-10-30</h2>
<h3>CI</h3>
<ul>
<li>Release 0.10.17</li>
</ul>
<h3>Other</h3>
<ul>
<li>Fvm version command (<a href="https://redirect.github.com/infinyon/fluvio/issues/3626">#3626</a>)</li>
<li>Fvm install help command with usage example (<a href="https://redirect.github.com/infinyon/fluvio/issues/3629">#3629</a>)</li>
<li>Use local metadata for local clusters (<a href="https://redirect.github.com/infinyon/fluvio/issues/3617">#3617</a>)</li>
</ul>
<h3>Removed</h3>
<ul>
<li>Clean up GitHub action (<a href="https://redirect.github.com/infinyon/fluvio/issues/3631">#3631</a>)</li>
</ul>
<h2>Platform Version 0.10.17-dev-1 - 2023-10-25</h2>
<h3>Added</h3>
<ul>
<li>Add <code>version</code> command to <code>smdk</code> and <code>cdk</code> (<a href="https://redirect.github.com/infinyon/fluvio/issues/3571">#3571</a>)</li>
<li>Make consumer config public (<a href="https://redirect.github.com/infinyon/fluvio/issues/3595">#3595</a>)</li>
<li>Install fluvio versions (<a href="https://redirect.github.com/infinyon/fluvio/issues/3576">#3576</a>)</li>
<li>Fvm switch command (<a href="https://redirect.github.com/infinyon/fluvio/issues/3597">#3597</a>)</li>
<li>Feat/move-specs-traits-to-fluvio (<a href="https://redirect.github.com/infinyon/fluvio/issues/3598">#3598</a>)</li>
<li>Added local metadata store impl (<a href="https://redirect.github.com/infinyon/fluvio/issues/3610">#3610</a>)</li>
</ul>
<h3>CI</h3>
<ul>
<li>Post-release 0.10.16 (<a href="https://redirect.github.com/infinyon/fluvio/issues/3590">#3590</a>)</li>
<li>Improve hub credential error message (<a href="https://redirect.github.com/infinyon/fluvio/issues/3614">#3614</a>)</li>
<li>Set prelease version 0.10.17-dev-1 (<a href="https://redirect.github.com/infinyon/fluvio/issues/3624">#3624</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Update fluvio-socket repo metadata (<a href="https://redirect.github.com/infinyon/fluvio/issues/3592">#3592</a>)</li>
<li>Update rust-toolchain.toml (<a href="https://redirect.github.com/infinyon/fluvio/issues/3594">#3594</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Partially assert on cli output (<a href="https://redirect.github.com/infinyon/fluvio/issues/3608">#3608</a>)</li>
<li>Replace <code>fvm</code> binary on <code>fvm self install</code> (<a href="https://redirect.github.com/infinyon/fluvio/issues/3616">#3616</a>)</li>
</ul>
<h3>Other</h3>
<ul>
<li><code>fvm show</code> and <code>fvm current</code> command (<a href="https://redirect.github.com/infinyon/fluvio/issues/3601">#3601</a>)</li>
<li>Set version as active after install (<a href="https://redirect.github.com/infinyon/fluvio/issues/3604">#3604</a>)</li>
<li>Move file iterators to fluvio_storage crate (<a href="https://redirect.github.com/infinyon/fluvio/issues/3613">#3613</a>)</li>
</ul>
<h3>Removed</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/infinyon/fluvio/commit/7410be12aa531b233c0498e4c48fc7f75a5cea27"><code>7410be1</code></a> chore: release 0.10.17 (<a href="https://redirect.github.com/infinyon/fluvio/issues/3635">#3635</a>)</li>
<li><a href="https://github.com/infinyon/fluvio/commit/d43ff3c75b0df4a3a843c2c54b70b70072785d14"><code>d43ff3c</code></a> chore: revert back adding component (<a href="https://redirect.github.com/infinyon/fluvio/issues/3633">#3633</a>)</li>
<li><a href="https://github.com/infinyon/fluvio/commit/be3940f7b24eb18495bafd1f3c3d3ec9732ecd3f"><code>be3940f</code></a> chore: clean up GitHub action (<a href="https://redirect.github.com/infinyon/fluvio/issues/3631">#3631</a>)</li>
<li><a href="https://github.com/infinyon/fluvio/commit/f805689debdb208130a1dee7164c209a24f10418"><code>f805689</code></a> feat: use local metadata for local clusters (<a href="https://redirect.github.com/infinyon/fluvio/issues/3617">#3617</a>)</li>
<li><a href="https://github.com/infinyon/fluvio/commit/d891dd98e39fc31e0ab2f3b54dcb6d59394a06e9"><code>d891dd9</code></a> feat: fvm install help command with usage example (<a href="https://redirect.github.com/infinyon/fluvio/issues/3629">#3629</a>)</li>
<li><a href="https://github.com/infinyon/fluvio/commit/744ee4e770439b408796fc85c10ae288daa39017"><code>744ee4e</code></a> feat: fvm version command (<a href="https://redirect.github.com/infinyon/fluvio/issues/3626">#3626</a>)</li>
<li><a href="https://github.com/infinyon/fluvio/commit/4c0f1e8b59e9c83cdc19263b0c99061622d6223f"><code>4c0f1e8</code></a> chore: set prelease version 0.10.17-dev-1 (<a href="https://redirect.github.com/infinyon/fluvio/issues/3624">#3624</a>)</li>
<li><a href="https://github.com/infinyon/fluvio/commit/4ed2316b09c85343b2c79f5b7d56b761f9e46f7a"><code>4ed2316</code></a> build(deps): bump zstd from 0.12.4 to 0.13.0 (<a href="https://redirect.github.com/infinyon/fluvio/issues/3603">#3603</a>)</li>
<li><a href="https://github.com/infinyon/fluvio/commit/b83fb62b1f447d4a6647f9100d1d9442c52fdd0b"><code>b83fb62</code></a> feat: added local metadata store impl (<a href="https://redirect.github.com/infinyon/fluvio/issues/3610">#3610</a>)</li>
<li><a href="https://github.com/infinyon/fluvio/commit/5554504c43260492013eec02bc1056f5e7327205"><code>5554504</code></a> fix: replace <code>fvm</code> binary on <code>fvm self install</code> (<a href="https://redirect.github.com/infinyon/fluvio/issues/3616">#3616</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/infinyon/fluvio/compare/abcd1d546433314ebf444b8bbf3d2985a43055e7...7410be12aa531b233c0498e4c48fc7f75a5cea27">compare view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
Copy link

bors bot commented Oct 31, 2023

Pull request successfully merged into main.

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot changed the title Bump fluvio from v0.10.16 to v0.10.17 [Merged by Bors] - Bump fluvio from v0.10.16 to v0.10.17 Oct 31, 2023
@bors bors bot closed this Oct 31, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 31, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@bors bors bot deleted the dependabot/cargo/fluvio-v0.10.17 branch October 31, 2023 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant