Skip to content

Commit

Permalink
3.60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha committed Aug 21, 2023
1 parent 0cd2736 commit 0cf6e74
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 10 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,35 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.60.0](https://github.com/metalbear-co/mirrord/tree/3.60.0) - 2023-08-21


### Added

- Detect and warn when cluster is openshift
[#1560](https://github.com/metalbear-co/mirrord/issues/1560)
- Add missing hook for open64, fixing certificate loading on C# + Linux
[#1815](https://github.com/metalbear-co/mirrord/issues/1815)
- Small changes relevant to operator for #1782.


### Fixed

- Fixed environment on ephemeral container
This is done by two things:

1. There was an issue where we used `self` instead of `1` to obtain env based
on pid.
2. We didn't have container runtime to use for fetching, so now we also copy
env from the original pod spec and set it to ours.
[#1818](https://github.com/metalbear-co/mirrord/issues/1818)


### Internal

- Added a missing comma in the documentation


## [3.59.0](https://github.com/metalbear-co/mirrord/tree/3.59.0) - 2023-08-18


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ resolver = "2"

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+oop-operator.added.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/1818.fixed.md

This file was deleted.

0 comments on commit 0cf6e74

Please sign in to comment.