Skip to content

Commit

Permalink
3.104.0 (#2499)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha authored Jun 6, 2024
1 parent 18e32e5 commit 1ce31d1
Show file tree
Hide file tree
Showing 11 changed files with 61 additions and 36 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,39 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

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


### Added

- Emit a warning when the `port_mapping` field of the configuration contains an
unnecessary mapping of a port to itself.


### Changed

- Update syn to version 2.
[#1235](https://github.com/metalbear-co/mirrord/issues/1235)


### Fixed

- Fix HTTP2/1.1 translated messages dropping
[#2497](https://github.com/metalbear-co/mirrord/issues/2497)
- Clean hostname/name sent to operator to fix issue of hostname with linebreaks
- Fixed a bug where two mirrord sessions could not target the same pod while
stealing from different ports.
- Fixed typo in auto-generated docs for mirrord config.


### Internal

- Added healthcheck examples to filter configuration docs. Also some other
minor doc fixes.
- Fixed concurrent steal operator tests, removed obsolete error variants, fixed
`cargo` warnings in test code.


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


Expand Down
54 changes: 27 additions & 27 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 @@ -25,7 +25,7 @@ resolver = "2"

# latest commits on rustls suppress certificate verification
[workspace.package]
version = "3.103.0"
version = "3.104.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+concurrent-steal.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+fix-weird-hostname.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+fixed-concurrent-steal-tests.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+healthcheck-filter-docs.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+port-mapping-warning.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+typo-in-docs.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1235.changed.md

This file was deleted.

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

This file was deleted.

0 comments on commit 1ce31d1

Please sign in to comment.