Skip to content

Commit

Permalink
3.116.0 (#2718)
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 authored Sep 3, 2024
1 parent 6eba624 commit aeffae5
Show file tree
Hide file tree
Showing 16 changed files with 101 additions and 74 deletions.
72 changes: 72 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,78 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [3.116.0](https://github.com/metalbear-co/mirrord/tree/3.116.0) - 2024-09-03


### Added

- Add initial and very basic implementation of vpn
[#2387](https://github.com/metalbear-co/mirrord/issues/2387)
- Add warning when user tries to mirrord exec [container], pointing them to use
mirrord container instead.
[#2599](https://github.com/metalbear-co/mirrord/issues/2599)
- Add support for hostname resolution in port-forward.
[#2696](https://github.com/metalbear-co/mirrord/issues/2696)
- Add support for all_of, any_of composite http filters in config.
[#2699](https://github.com/metalbear-co/mirrord/issues/2699)


### Changed

- mirrord now produces a more descriptive error message when it fails to call
authentication command specified in the kubeconfig.
[#2575](https://github.com/metalbear-co/mirrord/issues/2575)
- SQS CRD field names changed to camelCase.


### Fixed

- Start on deprecating operator target list.
[#2706](https://github.com/metalbear-co/mirrord/issues/2706)


### Internal

- Adds new (operator) targets for mirrord ls test.
- Change permissions to use new `SubjectAccessReview` api instead of
`impersonate`.

Added:
```yaml
- apiGroups:
- authorization.k8s.io
resources:
- subjectaccessreviews
verbs:
- create
```
Removed:
```yaml
- apiGroups:
- ""
- authentication.k8s.io
resources:
- groups
- users
- userextras/accesskeyid
- userextras/arn
- userextras/canonicalarn
- userextras/sessionname
- userextras/iam.gke.io/user-assertion
- userextras/user-assertion.cloud.google.com
- userextras/principalid
- userextras/oid
- userextras/username
- userextras/licensekey
verbs:
- impersonate
```
- Fix some typos
- Fixed target type formatting and E2E test.
- Fixed urlfied form of target types.
- Rejecting empty composite HTTP filters during config validation.
## [3.115.1](https://github.com/metalbear-co/mirrord/tree/3.115.1) - 2024-08-21
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 @@ -25,7 +25,7 @@ resolver = "2"

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+fix-typos.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+mirrord-ls-test-new-targets.internal.md

This file was deleted.

33 changes: 0 additions & 33 deletions changelog.d/+operator-permissions.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+rejecting-empty-http-filters.internal.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+target-type-format.internal.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

Loading

0 comments on commit aeffae5

Please sign in to comment.