Skip to content

Commit

Permalink
Update to 3.51.1 (#1673)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalb181 authored Jul 16, 2023
1 parent 494d040 commit e7aac70
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 25 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.51.1](https://github.com/metalbear-co/mirrord/tree/3.51.1) - 2023-07-16


### Changed

- 'mirrod ls' command now no longer lists crashed pods as targets
[#1617](https://github.com/metalbear-co/mirrord/issues/1617)


### Internal

- Add `readinessProbe` and `livenessProbe` to operator deployment.
- Add support for operator feature flags & new "proxy" verb api.
- Remove operator pvc from setup.


## [3.51.0](https://github.com/metalbear-co/mirrord/tree/3.51.0) - 2023-07-16


Expand Down
40 changes: 20 additions & 20 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 @@ -17,7 +17,7 @@ members = [

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+proxy-api.internal.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit e7aac70

Please sign in to comment.