Skip to content

Commit 3c4ba78

Browse files
authored
Merge branch 'main' into dimad/mbe-889-add-configuration-to-sperate-host_ip-in-extproxy-and
2 parents ffcf6e1 + 388a9c9 commit 3c4ba78

10 files changed

+62
-39
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,36 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang
88

99
<!-- towncrier release notes start -->
1010

11+
## [3.141.0](https://github.com/metalbear-co/mirrord/tree/3.141.0) - 2025-04-28
12+
13+
14+
### Added
15+
16+
- Added the option to skip sip patching.
17+
- Extended the `MirrordKafkaTopicsConsumer` CRD with a `split_ttl` field.
18+
19+
20+
### Changed
21+
22+
- Increased the maximum allowed size of `config.feature.fs.readonly_file_buffer`
23+
to 15 MB. Added a warning when using size over 1 MB.
24+
25+
26+
### Fixed
27+
28+
- Tied SIP patch files to the version of mirrord binary, so that fixes to patching
29+
logic will create new files.
30+
[#3245](https://github.com/metalbear-co/mirrord/issues/3245)
31+
- Fixed docs on how to specify multiple binaries.
32+
[#3271](https://github.com/metalbear-co/mirrord/issues/3271)
33+
- Fixed logic for detecting whether the operator supports Kafka splitting
34+
without copying the target.
35+
36+
37+
### Internal
38+
39+
- Added a verification of case-insensitive matching in the SQS E2E test.
40+
1141
## [3.140.0](https://github.com/metalbear-co/mirrord/tree/3.140.0) - 2025-04-22
1242

1343

Cargo.lock

+31-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ resolver = "2"
3030

3131
# latest commits on rustls suppress certificate verification
3232
[workspace.package]
33-
version = "3.140.0"
33+
version = "3.141.0"
3434
edition = "2021"
3535
license = "MIT"
3636
readme = "README.md"

changelog.d/+increase-ro-file-buffer-limit.changed.md

-1
This file was deleted.

changelog.d/+kafka-split-ttl.added.md

-1
This file was deleted.

changelog.d/+kafka-splitting-copy-target.fixed.md

-1
This file was deleted.

changelog.d/+skip-sip.added.md

-1
This file was deleted.

changelog.d/+sqs-case.internal.md

-1
This file was deleted.

changelog.d/3245.fixed.md

-1
This file was deleted.

changelog.d/3271.fixed.md

-1
This file was deleted.

0 commit comments

Comments
 (0)