Skip to content

Commit

Permalink
Update to 3.79.0 (metalbear-co#2134)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalb181 authored Dec 21, 2023
1 parent e92c20d commit 5303eb8
Show file tree
Hide file tree
Showing 9 changed files with 58 additions and 36 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,34 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

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


### Removed

- Remove waitlist signup from CLI


### Added

- Added new `teams` command to the CLI.
- Remove support for old cri-o, use new CRI API (v1)


### Fixed

- Uses the `syscalls` crate to handle calling the syscalls for go. And adds
`pwrite64`, `pread64`, `fsync` and `fdatasync` hooks for go.
[#2099](https://github.com/metalbear-co/mirrord/issues/2099)


### Internal

- Debug instructions for intproxy in contributer guide.
- Flush outgoing the console loggers after each logs so that we can see more
logs before the layer or the intproxy exit when debugging.


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


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.78.2"
version = "3.79.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+flush-console-logs.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+intproxy-debug-guide.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+mirrord-for-teams-command.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+remove-waitlist.removed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+support-new-crio.added.md

This file was deleted.

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

This file was deleted.

0 comments on commit 5303eb8

Please sign in to comment.