Skip to content

Commit b59ddfa

Browse files
authored
chore: pre release fluvio to v0.18.0-dev-1 (#4554)
1 parent be72742 commit b59ddfa

File tree

3 files changed

+29
-4
lines changed

3 files changed

+29
-4
lines changed

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,32 @@
22

33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44

5-
## Platform Version 0.17.4-dev-1 - UNRELEASED
5+
## Platform Version 0.18.0-dev-1 - 2025-06-09
6+
7+
### Added
8+
9+
* Improve metrics granularity around smartmodules ([#4509](https://github.com/infinyon/fluvio/issues/4509))
10+
11+
### CI
12+
13+
* Pos release fluvio v0.17.3 ([#4533](https://github.com/infinyon/fluvio/issues/4533))
14+
* Update rust edition to 2024 ([#4539](https://github.com/infinyon/fluvio/issues/4539))
15+
* Apply suggestion from compiler ([#4551](https://github.com/infinyon/fluvio/issues/4551))
16+
17+
### Changed
18+
19+
* Configurable priorityClassName ([#4526](https://github.com/infinyon/fluvio/issues/4526))
20+
* Update rust-toolchain.toml ([#4547](https://github.com/infinyon/fluvio/issues/4547))
21+
* Use tokio as runtime and update future-fluvio ([#4544](https://github.com/infinyon/fluvio/issues/4544))
22+
23+
### Other
24+
25+
* Bump up async-channel to v2.3.1 ([#4540](https://github.com/infinyon/fluvio/issues/4540))
26+
* Share workspace version ([#4548](https://github.com/infinyon/fluvio/issues/4548))
27+
* Centrilize paths in root Cargo.toml ([#4549](https://github.com/infinyon/fluvio/issues/4549))
28+
* Downgrade openssl ([#4550](https://github.com/infinyon/fluvio/issues/4550))
29+
* Bump up fluvio crates to 0.50.0 ([#4552](https://github.com/infinyon/fluvio/issues/4552))
30+
631

732
## Platform Version 0.17.3 - 2025-05-13
833

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.17.4-dev-1
1+
0.18.0-dev-1

cliff.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ commit_preprocessors = [
4141
# regex for parsing and grouping commits
4242
commit_parsers = [
4343

44-
{ message = ".*[Bb]ump", group = "Noise", skip = true},
45-
{ message = ".*[Rr]evert", group = "Noise", skip = true},
44+
{ message = "^[Bb]ump", group = "Noise", skip = true},
45+
{ message = "^[Rr]evert", group = "Noise", skip = true},
4646
{ message = ".*[Cl]ippy", group = "Noise", skip = true},
4747
{ message = "^Merge pull request", group = "Noise", skip = true},
4848
{ message = "[Ss]kip [Cc]hangelog|[Cc]hangelog [Ss]kip", group = "Noise", skip = true},

0 commit comments

Comments
 (0)