G1

Results 18 issues of G1

### Describe the bug a clear and concise description of what the bug is. I'm deploying Prometheus via `kube-prometheus-stack` helm chart on AWS EKS environment, but operator is giving too...

bug

### Issue description I'm running multiple APISIX Ingress Controller in the same cluster. I'm specifying `namespaceSelector` because resources need to be isolated at the namespace level, but it seems to...

The need for a function to block unauthorized registration has emerged and this function has been implemented. Created a new property called `eureka.blockingIpAddresses` to receive a specific IP or subnet,...

### Issue description Despite #299, a new release is needed. @tzssangglass @spacewander @nic-chen I need your help. ### Environment * `apisix-java-plugin-runner` version `0.5.0 ~`

### What happened? If the jaeger-es-rollover init operation with ILM is enabled while using OpenSearch as a Storage Backend, the process will perform a cluster version check via API Call....

bug
area/storage

Added values and changed related templates accordingly so that we can specify `dnsConfig` and `dnsPolicy`.

Fixes the error binding `.Values.service.annotations` in `.metadata.labels` of `Service`.

### Issue description The custom plug-in implementation is integrated with APISIX images to operate Gateway in a production environment. ```Dockerfile FROM ${APISIX_IMAGE} USER root WORKDIR /app COPY ./apisix-runner-bin/apisix-java-plugin-runner.jar /app/apisix-external-plugin.jar RUN...