Skip to content

Commit

Permalink
Update to 3.77.0. (#2103)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalb181 authored Dec 7, 2023
1 parent a3cbf7b commit a8379f9
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 32 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.77.0](https://github.com/metalbear-co/mirrord/tree/3.77.0) - 2023-12-07


### Added

- `mirrord verify-config` now outputs a list of available target types.
[#2096](https://github.com/metalbear-co/mirrord/issues/2096)


### Fixed

- Changed `operator` config to be optional. If the option is set to `true`,
mirrord always uses the operator and aborts in case of failure. If the option
is set to `false`, mirrord does not attempt to use the operator. If the
option is not set at all, mirrord attempts to use the operator, but does not
abort in case it could not be found.
- Fixed config verification in IDE context when `copy_target` feature is used.


### Internal

- Reduce some code duplication around protocol and agent connection.


## [3.76.0](https://github.com/metalbear-co/mirrord/tree/3.76.0) - 2023-12-04


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 @@ -23,7 +23,7 @@ resolver = "2"

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+refactor-connection.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2096.added.md

This file was deleted.

0 comments on commit a8379f9

Please sign in to comment.