Skip to content

Commit

Permalink
3.113.1 (#2666)
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 authored Aug 15, 2024
1 parent cf54840 commit 9d9257b
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 35 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,30 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.113.1](https://github.com/metalbear-co/mirrord/tree/3.113.1) - 2024-08-15


### Fixed

- Fix small error in shared sockets that resulted in it adding the shared
socket env several times.
[#864](https://github.com/metalbear-co/mirrord/issues/864)
- Specify that `mirrord container` is an unstable feature.
[#2641](https://github.com/metalbear-co/mirrord/issues/2641)
- Fix IncomingConfig json schema regression.
[#2662](https://github.com/metalbear-co/mirrord/issues/2662)
- Fix `arm64` version of `mirrord-cli` container image and add github cache for
container builds.
- Fixed symbol hooks for Go 1.23.


### Internal

- Updated Go versions used in CI to 1.21, 1.22 and 1.23.
[#2660](https://github.com/metalbear-co/mirrord/issues/2660)
- Some agent code housekeeping, including improved tracing and errors and
removal of index allocator.

## [3.113.0](https://github.com/metalbear-co/mirrord/tree/3.113.0) - 2024-08-14


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 @@ -25,7 +25,7 @@ resolver = "2"

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+agent-improvements.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+fix-amd64-cli-image.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+fixed-go-hooks.fixed.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 9d9257b

Please sign in to comment.