Skip to content

Commit

Permalink
3.78.0 (#2110)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha authored Dec 12, 2023
1 parent febd51c commit 09964a0
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 34 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,26 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.78.0](https://github.com/metalbear-co/mirrord/tree/3.78.0) - 2023-12-12


### Fixed

- Fix create react apps by adding node related files to default local
[#2074](https://github.com/metalbear-co/mirrord/issues/2074)
- Fixed an issue with internal proxy timing out when the user application
spawns lengthy build processes.
[#2101](https://github.com/metalbear-co/mirrord/issues/2101)


### Internal

- Adds a new trait `LicenseValidity` implemented for `DateTime` to help us when
checking a license's validity. Relevant for
[#346](https://github.com/metalbear-co/operator/issues/346).
- Update rust to nightly-2023-12-07.


## [3.77.1](https://github.com/metalbear-co/mirrord/tree/3.77.1) - 2023-12-11


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.77.1"
version = "3.78.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+operator-346.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+update-rust.internal.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 09964a0

Please sign in to comment.