Skip to content

Commit

Permalink
Merge branch 'main' into extract-agent-env-to-crate
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed Feb 7, 2025
2 parents 7a48a52 + 4647d7e commit 028f79c
Show file tree
Hide file tree
Showing 14 changed files with 177 additions and 49 deletions.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,50 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

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


### Fixed

- Fixed operator connect URL produced by the CLI when a target container is
specified.

## [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 @@ -28,7 +28,7 @@ resolver = "2"

# latest commits on rustls suppress certificate verification
[workspace.package]
version = "3.131.2"
version = "3.132.1"
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.

Loading

0 comments on commit 028f79c

Please sign in to comment.