linkerd2/policy-test
dependabot[bot] 93a29d156d
build(deps): bump kubert from 0.11.1 to 0.12.0 (#9847)
* build(deps): bump kubert from 0.11.1 to 0.12.0

Bumps [kubert](https://github.com/olix0r/kubert) from 0.11.1 to 0.12.0.
- [Release notes](https://github.com/olix0r/kubert/releases)
- [Commits](https://github.com/olix0r/kubert/compare/release/v0.11.1...release/v0.12.0)

---
updated-dependencies:
- dependency-name: kubert
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump kube to v0.76

Signed-off-by: Oliver Gould <ver@buoyant.io>

* Update k8s-gateway-api to v0.8

Signed-off-by: Oliver Gould <ver@buoyant.io>

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Oliver Gould <ver@buoyant.io>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Oliver Gould <ver@buoyant.io>
2022-11-18 15:18:29 -08:00
..
src Update Rust Kubernetes dependencies (#9454) 2022-09-27 08:43:36 -07:00
tests Add `policyController.probeNetworks` configuration value (#9091) 2022-08-05 10:43:22 -06:00
Cargo.toml build(deps): bump kubert from 0.11.1 to 0.12.0 (#9847) 2022-11-18 15:18:29 -08:00
README.md dev: Run policy tests via `just` (#8919) 2022-07-19 14:01:26 -07:00

README.md

Policy controller tests

The policy-test crate includes integration tests for the policy controller.

Running locally

:; just policy-test

Running in CI

See the workflow.