Skip to content

Commit

Permalink
3.109.0 (#2586)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha authored Jul 10, 2024
1 parent 9220123 commit 8f5aba5
Show file tree
Hide file tree
Showing 13 changed files with 62 additions and 38 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,40 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.109.0](https://github.com/metalbear-co/mirrord/tree/3.109.0) - 2024-07-10


### Changed

- mirrord commands now provide a nicer error message when the operator required
but not installed.
[#1730](https://github.com/metalbear-co/mirrord/issues/1730)
- Add Unknown target variant for forwards compatibility.
[#2515](https://github.com/metalbear-co/mirrord/issues/2515)


### Fixed

- Improved agent performance when mirroring is under high load.
[#2529](https://github.com/metalbear-co/mirrord/issues/2529)
- Don't include non-running pods in node capacity check
[#2582](https://github.com/metalbear-co/mirrord/issues/2582)
- Add exclusion for DOTNET_EnableDiagnostics to make DotNet debugging work by
default


### Internal

- CLI now sends additional headers with each request to the mirrord operator.
[#2466](https://github.com/metalbear-co/mirrord/issues/2466)
- Add mirrord-operator-apiserver-authentication `Role` and `RoleBinding` to
fetch `extension-apiserver-authentication` configmap from "kube-system".
- Fixed compilation errors in `mirrord-operator` crate with only `crd` feature
enabled.
- Fixed compilation of `mirrord-operator` crate with no features.
- Updated `x509-certificate` dependency.


## [3.108.0](https://github.com/metalbear-co/mirrord/tree/3.108.0) - 2024-07-02


Expand Down
54 changes: 27 additions & 27 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 @@ -25,7 +25,7 @@ resolver = "2"

# latest commits on rustls suppress certificate verification
[workspace.package]
version = "3.108.0"
version = "3.109.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+dotnet-debug-env.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+fixed-missing-http-dep.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+key-pair-compat.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+mirrord-operator-crate.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+operator-client-ca-role.internal.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2466.internal.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 8f5aba5

Please sign in to comment.