Skip to content

Commit

Permalink
3.131.0 (#3036)
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 authored Jan 27, 2025
1 parent db91583 commit 0566424
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 35 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,28 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.131.0](https://github.com/metalbear-co/mirrord/tree/3.131.0) - 2025-01-27


### Added

- `statfs` support
[#statfs](https://github.com/metalbear-co/mirrord/issues/statfs)
- Support for in-cluster DNS resolution of IPv6 addresses.
[#2958](https://github.com/metalbear-co/mirrord/issues/2958)
- Prometheus metrics in the mirrord-agent.
[#2975](https://github.com/metalbear-co/mirrord/issues/2975)
- Kubernetes Service as a new type of mirrord target (requires mirrord
operator).


### Fixed

- Misleading doc for `.target.namespace` config.
[#3009](https://github.com/metalbear-co/mirrord/issues/3009)
- A bug where the mirrord-agent was not clearing incoming port subscriptions
of disconnected clients.

## [3.130.0](https://github.com/metalbear-co/mirrord/tree/3.130.0) - 2025-01-21


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.130.0"
version = "3.131.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+http-filter-cleanup.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+service-target.added.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 0566424

Please sign in to comment.