Skip to content

Commit

Permalink
3.103.0 (#2474)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha authored May 29, 2024
1 parent 66fc115 commit e8efeda
Show file tree
Hide file tree
Showing 11 changed files with 62 additions and 36 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.103.0](https://github.com/metalbear-co/mirrord/tree/3.103.0) - 2024-05-29


### Added

- Allows a Job to be used as a target when copy_target is enabled.


### Changed

- Allows the user to set labels and annotations for the agent job and pod via
agent config.


### Fixed

- mirrord now prints an informative error when the targeted pod is not in
correct state (e.g. is not `Running` or the target container is not `ready`).
When picking a pod from target deployment/rollout, mirrord filters out pods
that are not in correct state.
[#462](https://github.com/metalbear-co/mirrord/issues/462)
- Fix config printout error showing repeated messages.
- Fixed listing targets when using operator ignoring namespace - always using
default
- Fixed missing pods/deployments with more than 1 container when using operator
ls


### Internal

- Fixed DNS e2e flake
- Update release action to use latest macOS


## [3.102.0](https://github.com/metalbear-co/mirrord/tree/3.102.0) - 2024-05-22


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.102.0"
version = "3.103.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+404-copy-target-target-job.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+494-labels-annotations-agent.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+config-printout.fixed.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+operator-ls-namespace.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+operator-ls-sidecars.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+release-machine-macos-latest.internal.md

This file was deleted.

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

This file was deleted.

0 comments on commit e8efeda

Please sign in to comment.