Skip to content

Commit

Permalink
3.99.1 (#2410)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha authored Apr 30, 2024
1 parent 1b84956 commit 6ea0ee3
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 32 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.99.1](https://github.com/metalbear-co/mirrord/tree/3.99.1) - 2024-04-30


### Changed

- Change agent resolver to only resolve IPv4
- Fallback to OSS when operator license expired


### Fixed

- Fix IntelliJ Rider newest version stuck on macOS
[#2408](https://github.com/metalbear-co/mirrord/issues/2408)
- Fix case were agent log message causes startup failure


## [3.99.0](https://github.com/metalbear-co/mirrord/tree/3.99.0) - 2024-04-28


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

# latest commits on rustls suppress certificate verification
[workspace.package]
version = "3.99.0"
version = "3.99.1"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+fallback-to-oss-on-expiry.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+ipv4-only-dns.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+log-message-causes-failure.fixed.md

This file was deleted.

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

This file was deleted.

0 comments on commit 6ea0ee3

Please sign in to comment.