Skip to content

Commit

Permalink
3.100.0 (#2426)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha committed May 5, 2024
1 parent 8c2d041 commit 631e6c1
Show file tree
Hide file tree
Showing 9 changed files with 50 additions and 35 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.100.0](https://github.com/metalbear-co/mirrord/tree/3.100.0) - 2024-05-05


### Added

- Added experimental, temp feature for supporting hazelcast pings
[#2421](https://github.com/metalbear-co/mirrord/issues/2421)
- Provide value hint to Clap for generating shell completions for config_file
to
only resolve to files, not just first match.


### Changed

- Changed default env exclude to have `BUNDLE_WITHOUT`
[#2417](https://github.com/metalbear-co/mirrord/issues/2417)
- Append more permissions to operator clusterrole
- Improve tera templating config error to dig into source and give out more
details.
- env.unset feature is now case insensitive


## [3.99.2](https://github.com/metalbear-co/mirrord/tree/3.99.2) - 2024-04-30


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

# latest commits on rustls suppress certificate verification
[workspace.package]
version = "3.99.2"
version = "3.100.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+261-improve-tera-error.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+add-user-extras-to-cluster-role.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+unset-case-insensitive.changed.md

This file was deleted.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 631e6c1

Please sign in to comment.