Skip to content

Commit

Permalink
Update to 3.48.0 (#1594)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalb181 authored Jun 29, 2023
1 parent ca413ce commit 2580d8a
Show file tree
Hide file tree
Showing 16 changed files with 63 additions and 33 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,49 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.48.0](https://github.com/metalbear-co/mirrord/tree/3.48.0) - 2023-06-29


### Added

- Added Deployment to list of targets returnd from `mirrord ls`.
[#1503](https://github.com/metalbear-co/mirrord/issues/1503)


### Changed

- Bump rust nightly to 2023-04-19 (latest nightly with support for const std
traits). [#1457](https://github.com/metalbear-co/mirrord/issues/1457)
- Change loglevel of warnings to info of logs that were mistakenly warning
- Moved IntelliJ to its own repository and versioning


### Fixed

- Hook send_to and recv_from, leveraging our existing UDP interceptor mechanism
to manually resolve DNS (as expected by netty, especially relevant for
macos). [#1458](https://github.com/metalbear-co/mirrord/issues/1458)
- Add new rule to the OUTPUT chain of iptables in agent to support kubectl
port-forward [#1479](https://github.com/metalbear-co/mirrord/issues/1479)
- If the local user application closes a socket but continues running, we now
also stop mirroring/stealing from the target.
[#1530](https://github.com/metalbear-co/mirrord/issues/1530)
- Add /home and /usr to the default file filter.
[#1582](https://github.com/metalbear-co/mirrord/issues/1582)
- Fixed reporting EADDRINUSE as an error


### Internal

- (Operator only) Add `feature.network.incoming.on_concurrent_steal` option to
allow overriding port locks.
- Improve medschool to produce more deterministic configuration.md, and
(mostly) fixes it dropping some configuration docs during processing.
- Make mirrord ls deployment fetch parallel.
- Remove unused CRD for operator and don't error on missing operator
credentials


## [3.47.0](https://github.com/metalbear-co/mirrord/tree/3.47.0) - 2023-06-20


Expand Down
38 changes: 19 additions & 19 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 @@ -17,7 +17,7 @@ members = [

# latest commits on rustls suppress certificate verification
[workspace.package]
version = "3.47.0"
version = "3.48.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+cleanup-operator.internal.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+parallelize-ls.internal.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1503.added.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 2580d8a

Please sign in to comment.