Skip to content

Commit

Permalink
3.132.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed Feb 6, 2025
1 parent 4311cad commit 5e0c67a
Show file tree
Hide file tree
Showing 13 changed files with 65 additions and 40 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,42 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.132.0](https://github.com/metalbear-co/mirrord/tree/3.132.0) - 2025-02-06


### Removed

- Removed faulty `statfs` hook for Go applications.


### Added

- Added Kubernetes ReplicaSet as a new target type (requires mirrord Operator).


### Changed

- Namespace for `targetless` runs is now specified with the
`target.namespace` config field (or the `MIRRORD_TARGET_NAMESPACE`
environment variable).
`agent.namespace` field is ignored in targetless runs.


### Internal

- Some code snippets in the configuration documentation were missing the
closing backticks, which resulted in bad formatting when converted to
markdown and displayed on the website.
- Added instructions to CONTRIBUTING.md for changing the agent log level in
mirrord config.
- Added mirrord policy support for specifying pattern requirment for header
filter when performing steal-with-filter.
- Removed `envfile` dependency.
- Update policy doc for http_filter header.
- Updated `tests::operator::sanity::mirrord_ls` test after adding ReplicaSet
support.
- `mirrord-kube` now allows for setting agent listen port.

## [3.131.2](https://github.com/metalbear-co/mirrord/tree/3.131.2) - 2025-01-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.131.2"
version = "3.132.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+agent-log-level-instructions.internal.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+operator-policy-http-filter.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+policy-dock-update.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+removed-envfile.internal.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+set-agent-port.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+statfs-go-hook.removed.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/+targetless-namespace.changed.md

This file was deleted.

0 comments on commit 5e0c67a

Please sign in to comment.