Skip to content

Commit

Permalink
3.126.0 (#2965)
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 authored Dec 6, 2024
1 parent c7efd30 commit 228e81a
Show file tree
Hide file tree
Showing 11 changed files with 64 additions and 37 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,41 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.126.0](https://github.com/metalbear-co/mirrord/tree/3.125.3) - 2024-12-06


### Added

- Added SQS splitting state to mirrord operator status reporting (requires operator support).


### Changed

- Hidden files and directories in `$HOME` directory are now read locally by
default.


### Fixed

- Can now run cs-installed sbt. We now only need to be able to parse the first
line of a script, so we now support scripts like that sbt, which starts with
a normal shebang but then has text in a weird encoding, or maybe non-textual
data. [#2947](https://github.com/metalbear-co/mirrord/issues/2947)
- Prevent reverse port forwarding from ending unexpectedly due to
unexpected connection end.
[#2962](https://github.com/metalbear-co/mirrord/issues/2962)
- Added a sleep and await on it after websocket connection to drive IO runtime
and prevent websocket closing without handshake.


### Internal

- Added optional `loadFromSecret` field to Kafka client config spec to allow
setting properties from a Secret.
- Allow the operator to fetch Secrets in the operator namespace.
- use `Stdio::null()` for "sidecar start" patch added in
[#2933](https://github.com/metalbear-co/mirrord/pull/2933).

## [3.125.2](https://github.com/metalbear-co/mirrord/tree/3.125.2) - 2024-11-29


Expand Down
56 changes: 28 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ resolver = "2"

# latest commits on rustls suppress certificate verification
[workspace.package]
version = "3.125.2"
version = "3.126.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+629-sqs-operator-status.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+79-bogus-websocket-reset.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+hidden-home-files-filter.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+kafka-secret-permission.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+kafka-settings-from-secret.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+no-stdout-sidecar-start.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2947.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2962.fixed.md

This file was deleted.

0 comments on commit 228e81a

Please sign in to comment.