Skip to content

Commit

Permalink
Update to 3.73.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalb181 committed Oct 24, 2023
1 parent 2b27245 commit 58b9cc1
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 27 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.73.1](https://github.com/metalbear-co/mirrord/tree/3.73.1) - 2023-10-24


### Fixed

- Fixed `KUBERNETES_EXEC_INFO` environment variable passed to `kubectl`
authentication plugins.


## [3.73.0](https://github.com/metalbear-co/mirrord/tree/3.73.0) - 2023-10-23


Expand Down
50 changes: 25 additions & 25 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.73.0"
version = "3.73.1"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+kubectl-auth-plugin.fixed.md

This file was deleted.

0 comments on commit 58b9cc1

Please sign in to comment.