Skip to content

Commit

Permalink
Merge branch 'metalbear-co:main' into mkdir-support
Browse files Browse the repository at this point in the history
  • Loading branch information
facundopoblete authored Nov 29, 2024
2 parents 1d43b24 + e24147c commit b201742
Show file tree
Hide file tree
Showing 34 changed files with 510 additions and 192 deletions.
67 changes: 67 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,73 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.125.2](https://github.com/metalbear-co/mirrord/tree/3.125.2) - 2024-11-29


### Fixed

- Manually call `docker start <sidecar_id>` if after our sidecar `run` command
the container hasn't started yet and is in "created" status.
[#2927](https://github.com/metalbear-co/mirrord/issues/2927)


### Internal

- Fixed return type of a function in mirrord-operator client code.

## [3.125.1](https://github.com/metalbear-co/mirrord/tree/3.125.1) - 2024-11-27


### Fixed

- Added retry of HTTP requests (intproxy) on hyper's `IncompleteMessage` error.


### Internal

- Updated `RolloutSpec` and operator setup.
- Added `expect_file_open_for_reading` for `/etc/resolv.conf` path in
`test_issue2283` test.
[#2935](https://github.com/metalbear-co/mirrord/issues/2935)

## [3.125.0](https://github.com/metalbear-co/mirrord/tree/3.125.0) - 2024-11-21


### Added

- Added a configuration option that allows for specifying an env file for
mirrord execution.
[#1913](https://github.com/metalbear-co/mirrord/issues/1913)
- Added notice that fs mapping does not apply to relative paths.
[#2894](https://github.com/metalbear-co/mirrord/issues/2894)

### Changed

- Ignore paths that start with the current dir path, instead of any path that
contains the current dir path. Also, ignore only paths that end with the
current exe's path, not all that contain it.
- Print a warning to the user when `-p` is provided as part of `mirrord container`
run command, as it may cause issues because of our usage of
container type network mode.


### Fixed

- Change `getifaddrs` hook to allocate memory for a new list instead of modifying
list returned from libc call.
[#2903](https://github.com/metalbear-co/mirrord/issues/2903)
- Read current dir, current exe, and temp dir locally, also when they contain
characters with a meaning for regexes, like e.g. paretheses.


### Internal

- Add argocd application permissions to operator setup.
- Add explanation about boolean configurations in env/fs
- Changes the Result alias to CliResult, and config to layer_config (in some
places).
- build script forwards args to cargo build.

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


Expand Down
82 changes: 54 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b201742

Please sign in to comment.