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 c416f79 commit e64a17e
Show file tree
Hide file tree
Showing 10 changed files with 53 additions and 36 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,30 @@ 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 to 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)
- Agent now correctly clears incoming port subscriptions of disconnected
clients.
- mirrord no longer uses the default `{"operator": "Exists"}` tolerations when
spawning targetless agent pods.

## [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/+targetless-tolerations.fixed.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 e64a17e

Please sign in to comment.