Tyler Schade
Tyler Schade
When an entry is removed from a map, we need to delete the associated metric.
### Why the changes in this PR are needed? Per https://github.com/open-policy-agent/opa/issues/6495, it is important to users using build systems like babel to allow `opa build` to include symlinked files in...
## What is the underlying problem you're trying to solve? Similar to https://github.com/open-policy-agent/opa/issues/6799, I (technically @ashutosh-narkar 😂 ) would like to add the ability for `opa inspect` to inspect a...
# Description ## API changes ## Code changes ## CI changes ## Docs changes # Context ## Interesting decisions ## Testing steps ## Notes for reviewers # Checklist: - [...
**What type of PR is this?** /kind enhancement **What this PR does / why we need it**: This PR resolves https://github.com/kmesh-net/kmesh/issues/795 by upgrading the version of `go` to 1.23.2. **Which...
**What happened**: When running `make e2e`, the e2e test script attempts to move the `istioctl` binary to the `/usr/local/bin` directory: https://github.com/kmesh-net/kmesh/blob/main/test/e2e/run_test.sh#L187. This causes the script to fail without permission to...
**Please provide a description of this PR:** Display the `ObservedGeneration` of the object in Ambient object conditions. cc @ilrudie
The default variant in the ambient profile breaks istioctl install when installing without a variant
### Is this the right place to submit this? - [X] This is not a security vulnerability or a crashing bug - [X] This is not a question about how...
This PR adds the `ObservedGeneration` field to the `IstioCondition` type, and marks it as deprecated in the `IstioStatus` type. Will be used by https://github.com/istio/istio/pull/53522/. cc @howardjohn
Resolves https://github.com/open-policy-agent/opa-envoy-plugin/issues/710 I'm debatable if we should actually merge the functionality change here. We currently send the full check request to the interpreter for policy evaluation. However, a user recently...