Skip to content

Commit

Permalink
Update to 3.81.0 (#2150)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalb181 authored Jan 1, 2024
1 parent 3573946 commit 0181847
Show file tree
Hide file tree
Showing 9 changed files with 52 additions and 36 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,28 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

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


### Changed

- Changed setup to not create self signed, letting operator fallback to it
automatically on runtime
- Update dependencies


### Fixed

- Fix opendir not being hooked on macOS arm64


### Internal

- Deprecate go 18, enable go 21
- Fix some test labels, separate tests by flags, update contributing guide
- Re-add outgoing traffic with many requests tests


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


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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+dont-create-self-signed-cert.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+label-fixes.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+opendir-macos-arm64.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+readd-multi-outgoing-e2e.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+update-dependencies.changed.md

This file was deleted.

0 comments on commit 0181847

Please sign in to comment.