Skip to content

Commit

Permalink
3.95.1 (#2355)
Browse files Browse the repository at this point in the history
* 3.95.1

* 3.95.1
  • Loading branch information
aviramha authored Apr 7, 2024
1 parent c8d080e commit 623feb6
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 32 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,23 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

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


### Fixed

- Allow `target` be a `string` in the JSON Schema
[#2188](https://github.com/metalbear-co/mirrord/issues/2188)
- Fixed excessive stack consumption in the `mirrord-layer` by reducing tracing
in release profile.


### Internal

- Fix e2e failing on release because image doesn't exist
- Use upstream tracing


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


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.95.0"
version = "3.95.1"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+fix-e2e-on-release.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+layer-stack-size-reduced.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+use-upstream-tracing.internal.md

This file was deleted.

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

This file was deleted.

0 comments on commit 623feb6

Please sign in to comment.