Skip to content

Commit

Permalink
Update to 3.85.0 (#2199)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalb181 authored Jan 24, 2024
1 parent 30414a2 commit 60be8e3
Show file tree
Hide file tree
Showing 11 changed files with 63 additions and 39 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,39 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.85.0](https://github.com/metalbear-co/mirrord/tree/3.85.0) - 2024-01-24


### Added

- Added license subscription id to operator status CRD. Adjusted
`CredentialStore` to preserve signing key pair for the same operator license
subscription id. [#2190](https://github.com/metalbear-co/mirrord/issues/2190)
- CLI now sends machine host + username to show in mirrord operator status
(not sent to our cloud!)
- Report port locks and filters in operator status


### Changed

- Change configuration parsing to be strict unallowing unknown fields
- Cluster DNS resolving now happens by nameserver order rather by statistics


### Fixed

- Running R on macOS.
[#2186](https://github.com/metalbear-co/mirrord/issues/2186)
- Running scripts with whitespaces in the shebang.
[#2193](https://github.com/metalbear-co/mirrord/issues/2193)


### Internal

- Allow both `x86_64` and `arm64` when patching thin binaries.
[#2186](https://github.com/metalbear-co/mirrord/issues/2186)


## [3.84.1](https://github.com/metalbear-co/mirrord/tree/3.84.1) - 2024-01-19


Expand Down
58 changes: 29 additions & 29 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.84.1"
version = "3.85.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 0 additions & 2 deletions changelog.d/+better-name-in-operator.added.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+report-locks.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+strict-config.changed.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 60be8e3

Please sign in to comment.