From 8a89e7658822de594c9c21ea55132cd86f5052cf Mon Sep 17 00:00:00 2001 From: Indrek Juhkam Date: Mon, 11 Dec 2023 18:37:48 +0200 Subject: [PATCH 1/2] chore: update ingress controller version to 1.7.1 --- charts/apisix-ingress-controller/Chart.yaml | 2 +- charts/apisix-ingress-controller/README.md | 2 +- charts/apisix-ingress-controller/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/apisix-ingress-controller/Chart.yaml b/charts/apisix-ingress-controller/Chart.yaml index 8a27f678..d81fec4b 100644 --- a/charts/apisix-ingress-controller/Chart.yaml +++ b/charts/apisix-ingress-controller/Chart.yaml @@ -25,7 +25,7 @@ keywords: - crd type: application version: 0.12.2 -appVersion: 1.7.0 +appVersion: 1.7.1 sources: - https://github.com/apache/apisix-helm-chart diff --git a/charts/apisix-ingress-controller/README.md b/charts/apisix-ingress-controller/README.md index 4f2bcf4a..0f1bb8fc 100644 --- a/charts/apisix-ingress-controller/README.md +++ b/charts/apisix-ingress-controller/README.md @@ -163,7 +163,7 @@ The same for container level, you need to set: | gateway.type | string | `"NodePort"` | Apache APISIX service type for user access itself | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"apache/apisix-ingress-controller"` | | -| image.tag | string | `"1.7.0"` | | +| image.tag | string | `"1.7.1"` | | | imagePullSecrets | list | `[]` | | | initContainer.image | string | `"busybox"` | | | initContainer.tag | float | `1.28` | | diff --git a/charts/apisix-ingress-controller/values.yaml b/charts/apisix-ingress-controller/values.yaml index d395ad56..74cbc93e 100644 --- a/charts/apisix-ingress-controller/values.yaml +++ b/charts/apisix-ingress-controller/values.yaml @@ -48,7 +48,7 @@ replicaCount: 1 image: repository: apache/apisix-ingress-controller pullPolicy: IfNotPresent - tag: "1.7.0" + tag: "1.7.1" podAnnotations: {} From 5b25c136240be04a61a6e4c2fa575701b3517061 Mon Sep 17 00:00:00 2001 From: Indrek Juhkam Date: Wed, 6 Dec 2023 11:19:08 +0200 Subject: [PATCH 2/2] chore: bump apisix-ingress-controller to 0.13.0 Changes since 0.12.2: * 0c05e7c feat: support configure gateway.tls and adding ingress class (#657) * 2461821 feat: adding nginx configuration & gateway type in composite architecture (#644) * f70b01b fix: plugin_metadata_cm path (#646) * 2ba669d feat: auto populate ingress_publish_service when using etcdserver (#643) * c2d4f35 chore: update ApisixRoute crd paths pattern rule (#638) * a54c769 Enable promethus plugins for service monitoring (#632) * be31a91 docs: specify ServiceMonitor requirements in values.yaml (#585) * c57fce0 chore: update ingress controller version to 1.7.1 --- charts/apisix-ingress-controller/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/apisix-ingress-controller/Chart.yaml b/charts/apisix-ingress-controller/Chart.yaml index d81fec4b..af0cbf7f 100644 --- a/charts/apisix-ingress-controller/Chart.yaml +++ b/charts/apisix-ingress-controller/Chart.yaml @@ -24,7 +24,7 @@ keywords: - nginx - crd type: application -version: 0.12.2 +version: 0.13.0 appVersion: 1.7.1 sources: - https://github.com/apache/apisix-helm-chart