Skip to content

Commit

Permalink
3.125.0 (metalbear-co#2926)
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 authored Nov 21, 2024
1 parent b786fa7 commit 705998e
Show file tree
Hide file tree
Showing 13 changed files with 67 additions and 39 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,44 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [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
56 changes: 28 additions & 28 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 @@ -27,7 +27,7 @@ resolver = "2"

# latest commits on rustls suppress certificate verification
[workspace.package]
version = "3.124.2"
version = "3.125.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+build-mac-args.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+escape-regexes.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+ignored-pathes.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+improve-docs.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+mirrord-container-publish.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+operator-setup-permissions.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1913.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2894.changed.md

This file was deleted.

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

This file was deleted.

0 comments on commit 705998e

Please sign in to comment.